Incomplete Decompiled Strings
Status: Beta
Brought to you by:
vovikg
- jad 1.5.8e
- jadclipe b2.0.6
- WebSphere Studio Application Developer (WSAD) 5.1.2
based on Eclipse 2.1.3
- Windows XP Pro
I have the tool installed and working. However, one of
the class that I attempted to decompile didn't not work
properly. The class has a URL object and the String
value passed to it's constructor is being truncated
to "http:". To throw a wrench into the wheel, I tried
decompiling the class from the command line with no
options (just "jad AuthenticatorServiceLocator.class")
and the string was properly decompiled.
Is this a jadclipse configuration issue or an actual coding
error?