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 249397 - UnsupportedOperationException: Project in C:\Users\git\composants-java of class org.netbeans.modules.java.j2seproject.J2SEProject has a ProjectClassPathModifierImplementation but it will not handle cl
Summary: UnsupportedOperationException: Project in C:\Users\git\composants-java of cla...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-17 09:13 UTC by terje7601
Modified: 2016-02-09 14:52 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143887


Attachments
stacktrace (1.92 KB, text/plain)
2014-12-17 09:13 UTC, terje7601
Details

Note You need to log in before you can comment on or make changes to this bug.
Description terje7601 2014-12-17 09:13:02 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
terje7601: Opened an Eclipse project in NetBeans

gawrik: Error by Resynchrinize Eclipse Project

GUEST: When saving with new code that is not processed. For example I use a new variable, it should be green because it's a global variable, then the word is not yet green because Netbeans haven't recognise it, then I save my document and Netbeans freezes and I need to shut it down manually.

GUEST: Opening previous version of project, error saying deployment descriptor couldn't be found.

GUEST: Importing an eclipse referened project from NB 7.1 to NB7.3b2




Stacktrace: 
java.lang.UnsupportedOperationException: Project in C:\Users\git\composants-java of class org.netbeans.modules.java.j2seproject.J2SEProject has a ProjectClassPathModifierImplementation but it will not handle classpath/compile for C:\Users\git\composants-java\.apt_generated extensible source groups: C:\Users\git\composants-java\src
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.findExtensible(ProjectClassPathModifier.java:386)
   at org.netbeans.api.java.project.classpath.ProjectClassPathModifier.removeRoots(ProjectClassPathModifier.java:225)
   at org.netbeans.modules.projectimport.eclipse.core.spi.ProjectFactorySupport.removeOldItemFromClassPath(ProjectFactorySupport.java:428)
   at org.netbeans.modules.projectimport.eclipse.core.spi.ProjectFactorySupport.synchronizeProjectClassPath(ProjectFactorySupport.java:157)
   at org.netbeans.modules.projectimport.eclipse.j2se.J2SEProjectFactory.update(J2SEProjectFactory.java:179)
   at org.netbeans.modules.projectimport.eclipse.core.EclipseProjectReference.update(EclipseProjectReference.java:214)
Comment 1 terje7601 2014-12-17 09:13:05 UTC
Created attachment 151140 [details]
stacktrace