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 37109 - Annotation: Exception occurred in Request Processor
Summary: Annotation: Exception occurred in Request Processor
Status: VERIFIED DUPLICATE of bug 33165
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-09 08:24 UTC by Peter Nabbefeld
Modified: 2008-12-22 18:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The error message (949 bytes, patch)
2003-11-09 08:25 UTC, Peter Nabbefeld
Details | Diff
The project files (15.75 KB, application/x-zip-compressed)
2003-11-09 08:37 UTC, Peter Nabbefeld
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Nabbefeld 2003-11-09 08:24:09 UTC
The error (see appended error.txt) does not seem
to be related to bugs #34129 or #36500. It does
seem to have something to do with the GUI builder
(perhaps a corrupted form file).

I've added to a JFrame a toolbar with some
buttons, renamed the buttons and cleared the text
off the first three buttons (which I've now
changed to have "x" as text).

After this change, I get the exception in
RequestProcessor every time opening the project.
I've also tried to delete the project and
re-create it, but nothing changes.

The problem is - and this is why I've set priority
to P1 - that after the exception occured, no
changes in the code editor are tracked, so no
compiling is possible and all changes are lost
after closing the project.
Comment 1 Peter Nabbefeld 2003-11-09 08:25:44 UTC
Created attachment 12096 [details]
The error message
Comment 2 Peter Nabbefeld 2003-11-09 08:37:40 UTC
Created attachment 12097 [details]
The project files
Comment 3 David Konecny 2003-11-10 09:54:50 UTC
Excerpt from excetion:

java.lang.IndexOutOfBoundsException: ยจ
Invalid line index=217 >= lineCount=119
at_org.netbeans.editor.LineRootElement.getElement(LineRootElement.java:54)
at_org.openide.text.NbDocument.findLineOffset(NbDocument.java:124)

Mila, the exception looks familiar. Was not this already fixed?
Comment 4 Miloslav Metelka 2003-11-10 11:43:25 UTC
Yes this should be fixed in the trunk by the patch made for issue 33165.

*** This issue has been marked as a duplicate of 33165 ***
Comment 5 Marian Mirilovic 2004-02-29 09:24:32 UTC
verified duplicate