Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
jtsk_2.1
-
None
-
None
-
Windows XP, JDK 1.4 - JDK 1.6, Eclipse 3.3 IDE
Description
ClassDep.java relies on Sun specific Internal JDK API
import sun.tools.java.BinaryClass;
> import sun.tools.java.ClassDeclaration; import
> sun.tools.java.ClassFile; import sun.tools.java.ClassNotFound; import
> sun.tools.java.ClassPath; import sun.tools.java.Constants; import
> sun.tools.java.Environment; import sun.tools.java.Identifier; import
> sun.tools.java.MemberDefinition; import sun.tools.java.Package; import
> sun.tools.java.Type;
while building from eclipse IDE, IDE do not add these Classes to classpath and can not build project.
Attachments
Attachments
Issue Links
- relates to
-
RIVER-163 ClassDep doesn't pick up annotation or type parameter dependencies
- Closed