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 262754 - UnsupportedOperationException: Project in /media/info/7448A4A448A46698/source/main/editor of class org.netbeans.modules.apisupport.project.NbModuleProject has a ProjectClassPathModifierImplementation
Summary: UnsupportedOperationException: Project in /media/info/7448A4A448A46698/source...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-10 21:28 UTC by mhmdchebbi
Modified: 2016-07-10 21:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 225160


Attachments
stacktrace (4.45 KB, text/plain)
2016-07-10 21:28 UTC, mhmdchebbi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mhmdchebbi 2016-07-10 21:28:05 UTC
This bug was originally marked as duplicate of bug 212257, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201607100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
mhmdchebbi: happen when ipening the file




Stacktrace: 
java.lang.UnsupportedOperationException: Project in /media/info/7448A4A448A46698/source/main/editor of class org.netbeans.modules.apisupport.project.NbModuleProject has a ProjectClassPathModifierImplementation but it will not handle classpath/compile for /media/info/7448A4A448A46698/source/main/editor/test/qa-functional/data/org/netbeans/test/editor/data/GuiPanel.form extensible source groups: /media/info/7448A4A448A46698/source/main/editor/src:/media/info/7448A4A448A46698/source/main/editor/test/unit/src
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.findExtensible(ProjectClassPathModifier.java:388)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.addLibraries(ProjectClassPathModifier.java:93)
   at org.netbeans.modules.nbform.project.ClassSourceResolver$LibraryEntry.addToProjectClassPath(ClassSourceResolver.java:227)
   at org.netbeans.modules.form.project.ClassSource.addToProjectClassPath(ClassSource.java:114)
   at org.netbeans.modules.form.project.ClassPathUtils$1.run(ClassPathUtils.java:258)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
Comment 1 mhmdchebbi 2016-07-10 21:28:07 UTC
Created attachment 160340 [details]
stacktrace