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 94961 - Unexpected exeptions
Summary: Unexpected exeptions
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jan Lahoda
URL:
Keywords: RANDOM
Depends on:
Blocks:
 
Reported: 2007-02-08 13:58 UTC by johanandren
Modified: 2007-06-18 14:34 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file (67.24 KB, text/plain)
2007-02-12 14:54 UTC, johanandren
Details
Log file from third lockup (245.27 KB, text/xml)
2007-03-01 12:52 UTC, johanandren
Details

Note You need to log in before you can comment on or make changes to this bug.
Description johanandren 2007-02-08 13:58:18 UTC
When building project I get a IndexOutOfBoundsException and a dialogue asking me
to post the log here...
Comment 1 Jiri Vagner 2007-02-12 14:18:27 UTC
Please add more info about your issue here. (JVM version, project type,
exception test, log file)
Comment 2 johanandren 2007-02-12 14:54:55 UTC
Created attachment 38375 [details]
Log file
Comment 3 johanandren 2007-02-12 14:56:23 UTC
Not sure what I did. The exceptions did not seem to cause any problems in the
IDE, except the dialogue requesting me to add the log output here.
Comment 4 Peter Pis 2007-02-27 10:35:03 UTC
Reassigning to "editor" for evaluation.
Comment 5 Vitezslav Stejskal 2007-02-27 20:46:08 UTC
I can only see BadLocationException in the log file, which was thrown from
NbJavaFoldManager. The related document was empty, so my guess is that this is
one of the intermittent problems that sometimes occure during the file opening.
Although you said that it happend when building a project. Is the problem
reproducible? What project type you were building when it happend? Could that be
that you had some (build) generated java files opened in the editor?
Comment 6 johanandren 2007-02-28 12:32:31 UTC
No I cannot reproduce the error. Not sure about whether something in the build
directory was opened, but I don't think so. The dist directory could have been
open in explorer.

The exception did not cause any other problems, just the error dialog. The
project is a webapp with pre-existing sources. NetBeans runs on java 1.6.
Comment 7 johanandren 2007-03-01 12:52:32 UTC
Created attachment 39046 [details]
Log file from third lockup
Comment 8 johanandren 2007-03-01 12:54:00 UTC
Sorry. There is something really strange going on with the issuezilla making me
post files and messages cross-issue.
Comment 9 johanandren 2007-03-01 12:54:53 UTC
The attached message for "third lockup" is not regarding this issue.
Comment 10 Jan Lahoda 2007-06-18 14:34:52 UTC
The Java folds feature has been reimplemented for NB6.0, so this particular exception cannot happen anymore. Thanks for
the report.