Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 79618 invoked from network); 27 Mar 2009 15:35:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 27 Mar 2009 15:35:13 -0000 Received: (qmail 4735 invoked by uid 500); 27 Mar 2009 15:35:13 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 4713 invoked by uid 500); 27 Mar 2009 15:35:13 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 4704 invoked by uid 99); 27 Mar 2009 15:35:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 15:35:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Mar 2009 15:35:11 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B37C3234C04B for ; Fri, 27 Mar 2009 08:34:50 -0700 (PDT) Message-ID: <1295150554.1238168090734.JavaMail.jira@brutus> Date: Fri, 27 Mar 2009 08:34:50 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: river-commits@incubator.apache.org Subject: [jira] Commented: (RIVER-272) ClassDep.java relies on Sun specific Internal JDK API In-Reply-To: <2995526.1195575163088.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/RIVER-272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12689941#action_12689941 ] Jukka Zitting commented on RIVER-272: ------------------------------------- Looks interesting. Where/how do you think something like this could be best integrated with River? A patch would be nice. Also, it would be great to have tests for any new code. This looks like a piece of code that should be easy to write unit tests for. > 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.