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 83346 - ISE when editing java file
Summary: ISE when editing java file
Status: VERIFIED DUPLICATE of bug 84569
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 5.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-24 09:21 UTC by Max Sauer
Modified: 2007-09-06 18:07 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (3.37 KB, text/plain)
2006-08-24 09:23 UTC, Max Sauer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Max Sauer 2006-08-24 09:21:54 UTC
I got following ISE when editing java file:

java.lang.IllegalStateException: CsmProject does not exist: null
        at
org.netbeans.modules.cnd.modelimpl.csm.core.ModelImpl.getProject(ModelImpl.java:70)
        at
org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$FileChangeListener.editStart(ModelSupport.java:376)
        at
org.netbeans.modules.cnd.modelimpl.platform.ModelSupport$FileChangeListener.stateChanged(ModelSupport.java:457)
...
(whole stack trace attached)

more precisely, I was adding a newline to existing method. I'm not able to
reproduce this.

------
Product Version         = NetBeans 5.5 Dev (Build 200608240000)
Operating System        = SunOS version 5.10 running on sparcv9
Java; VM; Vendor; Home  = 1.5.0_06; Java HotSpot(TM) 64-Bit Server VM
1.5.0_06-b05; Sun Microsystems Inc.; /usr/jdk1.5.0_06/jre
System Locale; Encoding = en (nb); ISO646-US
cnd-060824-solaris-sparc
Comment 1 Max Sauer 2006-08-24 09:23:18 UTC
Created attachment 33229 [details]
exception stack trace
Comment 2 Vladimir Kvashin 2006-08-24 12:48:46 UTC
The reason is in listener that listens for file changes.
It should not react on changes in other mime types.
But this exception is just informational, it does not break anything.
Comment 3 julieg 2006-09-12 22:47:48 UTC
Raise priority to P2 because this bug was filed during NB5.5 integration testing.
Comment 4 Alexander Simon 2006-09-27 11:38:05 UTC

*** This issue has been marked as a duplicate of 84569 ***
Comment 5 Max Sauer 2007-01-04 11:43:19 UTC
Ok, verified dupl.