comments when decompiling  
Author Message
arenaTR





PostPosted: 2003-8-21 0:23:00 Top

java-programmer, comments when decompiling Another newbie question:

When I decompile Java bytecode, will my comments come back through?

Makes sense that they woudln't, but I just wanted to check.


 
Brad BARCLAY





PostPosted: 2003-8-21 1:13:00 Top

java-programmer >> comments when decompiling arenaTR wrote:
> Another newbie question:
>
> When I decompile Java bytecode, will my comments come back through?
>
> Makes sense that they woudln't, but I just wanted to check.

No. Comments don't get processed by the compiler -- they are
completely ignored, and thus don't make their way into the class files.

Brad BARCLAY

--
=-=-=-=-=-=-=-=-=
From the OS/2 WARP v4.5 Desktop of Brad BARCLAY.
The jSyncManager Project: http://www.jsyncmanager.org