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 75192 - OrderSystem example EJB on 'implements Serializable'
Summary: OrderSystem example EJB on 'implements Serializable'
Status: RESOLVED DUPLICATE of bug 64937
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 23:39 UTC by wills
Modified: 2006-07-10 16:25 UTC (History)
0 users

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 wills 2006-04-18 23:39:19 UTC
java.lang.IllegalStateException: The model was modified. Unable to return start 
offset.
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.testResourceChan
ge(MetadataElement.java:1185)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.getPosition
(MetadataElement.java:519)
	at org.netbeans.modules.javacore.JMManager.getElementPosition
(JMManager.java:725)
	at org.netbeans.modules.javacore.JMManager.getElementPosition
(JMManager.java:711)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.collectFoldUpdates
(NbJavaFoldManager.java:308)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.updateFolds
(NbJavaFoldManager.java:210)
	at org.netbeans.modules.editor.java.NbJavaFoldManager.run
(NbJavaFoldManager.java:193)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 Andrei Badea 2006-04-20 17:10:10 UTC
Sorry, but I don't understand the summary of this issue and there are no
reproducible steps. Please provide more information. What were you doing when
the bug occured? Can you reproduce it? Please posts steps to reproduce if so.

It might be a duplicate of issue 64937, but more information is needed in order
to decide. Marking as incomplete for now.
Comment 2 wills 2006-04-26 10:57:48 UTC
The error occurs when in a java source code
in a web app in netbeans 5.5 I type the dot
after an object. eg.

myobj.      --then error occurs. Intellisense error?

Comment 3 Andrei Badea 2006-05-15 18:31:39 UTC
I can't reproduce this issue, could you please try to reproduce it in NetBeans
5.5 beta? Thanks.
Comment 4 Andrei Badea 2006-05-25 14:13:02 UTC
Any luck at reproducing the issue in 5.5 beta or a newer daily build? Thanks.
Comment 5 Andrei Badea 2006-07-10 16:25:16 UTC
No additional information from the reporter for a long time. Probably a
duplicate of issue 64937.

*** This issue has been marked as a duplicate of 64937 ***