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 225662 - IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Summary: IllegalArgumentException at org.netbeans.api.java.classpath.ClassPath.<init>
Status: RESOLVED DUPLICATE of bug 225661
Alias: None
Product: java
Classification: Unclassified
Component: Classpath (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-02 18:38 UTC by medeag
Modified: 2013-02-03 13:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 198289


Attachments
stacktrace (6.80 KB, text/plain)
2013-02-02 18:38 UTC, medeag
Details

Note You need to log in before you can comment on or make changes to this bug.
Description medeag 2013-02-02 18:38:32 UTC
Build: NetBeans IDE Dev (Build 201302010001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.6-b04, Java(TM) SE Runtime Environment, 1.7.0_10-b18
OS: Mac OS X

User Comments:
medeag: saving file




Stacktrace: 
java.lang.IllegalArgumentException
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:409)
   at org.netbeans.api.java.classpath.ClassPath.<init>(ClassPath.java:115)
   at org.netbeans.api.java.classpath.ClassPath$1.createClassPath(ClassPath.java:120)
   at org.netbeans.spi.java.classpath.ClassPathFactory.createClassPath(ClassPathFactory.java:69)
   at org.netbeans.modules.maven.classpath.ClassPathProviderImpl.getCompileTimeClasspath(ClassPathProviderImpl.java:252)
   at org.netbeans.modules.maven.classpath.ClassPathProviderImpl.getProjectClassPaths(ClassPathProviderImpl.java:103)
Comment 1 medeag 2013-02-02 18:38:33 UTC
Created attachment 130952 [details]
stacktrace
Comment 2 Tomas Zezula 2013-02-03 13:47:56 UTC

*** This bug has been marked as a duplicate of bug 225661 ***