[Jadclipse-develop] [ jadclipse-Bugs-2993135 ] jadclipse does not show decompiled source code
Status: Beta
Brought to you by:
vovikg
|
From: SourceForge.net <no...@so...> - 2010-04-27 18:16:24
|
Bugs item #2993135, was opened at 2010-04-27 14:16 Message generated for change (Tracker Item Submitted) made by graderzhy1972 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2993135&group_id=40205 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Jack (graderzhy1972) Assigned to: Nobody/Anonymous (nobody) Summary: jadclipse does not show decompiled source code Initial Comment: Eclipse is 3.4.0, the JadClipse is 3.3.0, everything is working fine except there is no source code in the viewer, it only shows following: and outline view shows the methods name list, no any decompiled source code for example: /*jadclipse*/Jad v1.5.7d. Copyright 2000 Pavel Kouznetsov (kp...@ya...). Usage: jad [option(s)] <filename(s)> Options: -a - generate JVM instructions as comments (annotate) -af - output fully qualified names when annotating -b - generate redundant braces (braces) -clear - clear all prefixes, including the default ones -d <dir> - directory for output files -dead - try to decompile dead parts of code (if there are any) -dis - disassembler only (disassembler) -f - generate fully qualified names (fullnames) -ff - output fields before methods (fieldsfirst) -i - print default initializers for fields (definits) -l<num> - split strings into pieces of max <num> chars (splitstr) -nl - split strings on newline characters (splitstr) -noconv - don't convert Java identifiers into valid ones (noconv) -nocast - don't generate auxiliary casts -nocode - don't generate the source code for methods -noctor - suppress the empty constructors -nodos - turn off check for class files written in DOS mode -noinner - turn off the support of inner classes -nolvt - ignore Local Variable Table entries (nolvt) -nonlb - don't insert a newline before opening brace (nonlb) -o - overwrite output files without confirmation -p - send all output to STDOUT (for piping) -pa <pfx>- prefix for all packages in generated source files -pc <pfx>- prefix for classes with numerical names (default: _cls) -pe <pfx>- prefix for unused exception names (default: _ex) -pf <pfx>- prefix for fields with numerical names (default: _fld) -pi<num> - pack imports into one line using .* (packimports) -pl <pfx>- prefix for locals with numerical names (default: _lcl) -pm <pfx>- prefix for methods with numerical names (default: _mth) -pp <pfx>- prefix for method parms with numerical names (default:_prm) -pv<num> - pack fields with the same types into one line (packfields) -r - restore package directory structure -s <ext> - output file extension (default: .jad) -space - output space between keyword (if, while, etc) and expression -stat - show the total number of processed classes/methods/fields -t<num> - use <num> spaces for indentation (default: 4) -t - use tabs instead of spaces for indentation -v - show method names while decompiling /* DECOMPILATION REPORT Decompiled from: C:\user\Project\eclipseProject\Test\lib\itext-1.3.1.jar Total time: 16 ms Jad reported messages/errors: Exit status: 1 Caught exceptions: */ ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=427342&aid=2993135&group_id=40205 |