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 66053 - [50cat] Exception when deleting a project
Summary: [50cat] Exception when deleting a project
Status: RESOLVED DUPLICATE of bug 61351
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 20:56 UTC by host
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description host 2005-10-05 20:56:04 UTC
I created a new project from the samples projects (Anagram with XTest), built 
it, run it and then deleted it.

When I deleted the project (with deleting sources enabled) I get the following 
exception:

java.lang.AssertionError: Source path can not be null
	at 
org.netbeans.modules.javacore.parser.ECRequestDescImpl.getCompileClassPathWithC
ompiledSrc(ECRequestDescImpl.java:232)
	at org.netbeans.modules.javacore.parser.ECRequestDescImpl.<init>
(ECRequestDescImpl.java:57)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl$ErrorList.initChec
k(ResourceImpl.java:1463)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl$ErrorList.size
(ResourceImpl.java:1476)
	at org.netbeans.modules.java.JavaEditor.refreshAnnotations
(JavaEditor.java:413)
	at org.netbeans.modules.java.JavaEditor.access$300(JavaEditor.java:88)
	at org.netbeans.modules.java.JavaEditor$2.run(JavaEditor.java:259)
	at org.openide.util.RequestProcessor$Task.run
(RequestProcessor.java:471)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:904)
Comment 1 Jan Chalupa 2005-10-06 06:14:09 UTC
The assertion fails in javacore...
Comment 2 Jan Becicka 2005-10-13 10:35:12 UTC

*** This issue has been marked as a duplicate of 61351 ***
Comment 3 Quality Engineering 2007-09-20 09:44:01 UTC
Reorganization of java component