You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Tim Blackman (JIRA)" <ji...@apache.org> on 2009/03/25 13:32:55 UTC

[jira] Updated: (RIVER-272) ClassDep.java relies on Sun specific Internal JDK API

     [ https://issues.apache.org/jira/browse/RIVER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tim Blackman updated RIVER-272:
-------------------------------

    Attachment: classdepend.zip

This is a rough cut at a replacement for ClassDep that I wrote a few years ago using ASM.

Note that at least one of the files in the attachment is part of ASM, so it already has its own license.  The other files are of my devising and should be licensed under the Apache license.

> ClassDep.java relies on Sun specific Internal JDK API 
> ------------------------------------------------------
>
>                 Key: RIVER-272
>                 URL: https://issues.apache.org/jira/browse/RIVER-272
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_tool
>    Affects Versions: jtsk_2.1
>         Environment: Windows XP, JDK 1.4 - JDK 1.6, Eclipse 3.3 IDE
>            Reporter: Hakan Kocakulak
>         Attachments: classdepend.zip
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.