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 32095 - java.lang.StringIndexOutOfBoundsException exception
Summary: java.lang.StringIndexOutOfBoundsException exception
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
: 33071 33102 33127 33203 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-03-18 15:07 UTC by dnoyeB
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
log (16.61 KB, text/plain)
2003-03-18 15:08 UTC, dnoyeB
Details
log file (19.11 KB, text/plain)
2003-03-21 21:14 UTC, dnoyeB
Details
log file (19.97 KB, text/plain)
2003-03-24 19:01 UTC, dnoyeB
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dnoyeB 2003-03-18 15:07:52 UTC
You ask, you shall receive...

Here is my ide.log.  The exception requested that
I post a report on it.
Comment 1 dnoyeB 2003-03-18 15:08:27 UTC
Created attachment 9444 [details]
log
Comment 2 Svata Dedic 2003-03-21 15:21:55 UTC
Could you, please, attach the file, which was edited at the time when
the exception occured (that is -- if the file is not confidential or
something similar) ?
Does some of your files have extremely long lines ?
Comment 3 dnoyeB 2003-03-21 15:59:35 UTC
Not really long lines.  Im getting this more frequently in different
projects.  Next time it happens I will try to collect more info.
Comment 4 dnoyeB 2003-03-21 21:14:03 UTC
Created attachment 9488 [details]
log file
Comment 5 dnoyeB 2003-03-21 21:14:59 UTC
This occured after I started te IDE.  First I installed the ide and
imported 3.4.1 directory.   Then closed the IDE, then reopened the
IDE, and this is what happened in the console window.
Comment 6 dnoyeB 2003-03-24 19:00:17 UTC
And yet again today.

1. install dev IDE 200303240100
2. import 3.4.1 release projects
3. When IDE finishes importing and finally starts up, I get the Error
just at the end of the startup.

attached a new log (BTW which is NOT using the correct return
character for windows anymore...)
Comment 7 dnoyeB 2003-03-24 19:01:24 UTC
Created attachment 9506 [details]
log file
Comment 8 vanob 2003-03-27 09:35:01 UTC
I've got NetBeans 3.4.1 
1.started new project
2.monted some folder's src firectory
3. have the same exception

attaching my ide.log
Comment 9 Jan Becicka 2003-04-22 10:47:21 UTC
*** Issue 33102 has been marked as a duplicate of this issue. ***
Comment 10 Jan Becicka 2003-04-22 14:15:16 UTC
*** Issue 33071 has been marked as a duplicate of this issue. ***
Comment 11 Jan Becicka 2003-04-22 15:40:59 UTC
*** Issue 33127 has been marked as a duplicate of this issue. ***
Comment 12 Jan Becicka 2003-04-22 15:46:54 UTC
We have 4 reports regarding this. Tomasi, please take a look at it.
Maybe it should be fixed for NB 3.5.
For test data use attachment from Honza Lahoda:
http://www.netbeans.org/issues/showattachment.cgi?attach_id=10069

Comment 13 Tomas Hurka 2003-04-23 09:51:49 UTC
Ok, I was able to reproduce it with the test data from issue #33127.
Fixed in trunk.
Comment 14 Jan Becicka 2003-04-23 10:57:47 UTC
This one should be fixed for NB 3.5.
I tested fixed javac.jar from trunk (javac.jar.scrambled rev 1.3) with
nevada (030421_1) and I cannot reproduce the Exception. It works with
attached test case.

Comment 15 Jan Becicka 2003-04-23 11:03:33 UTC
Oops. It is already fixed in trunk.
Comment 16 _ ttran 2003-04-23 13:05:17 UTC
approved for 3.5
Comment 17 Tomas Hurka 2003-04-23 16:02:34 UTC
Fixed in release35 branch.
Checking in javac.jar.scrambled;
/cvs/java/external/javac.jar.scrambled,v  <--  javac.jar.scrambled
new revision: 1.2.62.1; previous revision: 1.2
done
Comment 18 Jan Becicka 2003-04-24 09:32:27 UTC
*** Issue 33203 has been marked as a duplicate of this issue. ***
Comment 19 Jan Becicka 2003-05-05 12:21:00 UTC
VERIFIED