This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 210871 - IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Summary: IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-08 12:26 UTC by sunbiz
Modified: 2012-04-12 09:56 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 186786


Attachments
stacktrace (7.85 KB, text/plain)
2012-04-08 12:27 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2012-04-08 12:26:56 UTC
Build: NetBeans IDE Dev (Build 201204040400)
VM: Java HotSpot(TM) 64-Bit Server VM, 22.1-b02, Java(TM) SE Runtime Environment, 1.7.0_03-b05
OS: Windows 7

User Comments:
sunbiz: Create REST services from entity classes and got this exception




Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:408)
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:114)
   at org.netbeans.api.java.classpath.ClassPath$1.createClassPath(ClassPath.java:119)
   at org.netbeans.spi.java.classpath.ClassPathFactory.createClassPath(ClassPathFactory.java:69)
   at org.netbeans.spi.java.classpath.support.ClassPathSupport.createProxyClassPath(ClassPathSupport.java:197)
   at org.netbeans.api.java.source.SourceUtils.getFile(SourceUtils.java:479)
Comment 1 sunbiz 2012-04-08 12:27:02 UTC
Created attachment 117989 [details]
stacktrace
Comment 2 Tomas Zezula 2012-04-11 08:38:50 UTC
Fixed jet-main 64b1d84c66ce
Comment 3 Quality Engineering 2012-04-12 09:56:33 UTC
Integrated into 'main-golden', will be available in build *201204120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/64b1d84c66ce
User: Tomas Zezula <tzezula@netbeans.org>
Log: #210871:IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>