Daniel John Debrunner wrote:
Will the debugging tools like Eclipse map a class to it's source file properly, if a class file is modified as mentioned above ?The trick I then use is to modify the class file sometime after compilation to mark it concrete by modifying the byte code in the .class file (using Derby's class file utilities). This does not cause any problems with the JVM (though there are some issues with the current version of jikes that Derby uses).
-suresh
