2018.03.25 16:26
source checksum in compiled java class
I wish that when the compiler compiles Java sources into a compiled class, the source checksum would be included in that compiled class. This way, during debugging, the debugger could warn me that I'm looking at a different version of the program than the one being executed. That would save me from the kind of trouble I had yesterday.
comments:
back to homepage
RSS