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 44677 - StringIndexOutOfBoundsException when updating code completion database
Summary: StringIndexOutOfBoundsException when updating code completion database
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-10 01:12 UTC by RobertKong
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide.log (12.33 KB, text/plain)
2004-06-10 01:15 UTC, RobertKong
Details

Note You need to log in before you can comment on or make changes to this bug.
Description RobertKong 2004-06-10 01:12:29 UTC
Steps to reproduce:

1. From menu bar, select tools/Code Completion 
Database Manager

2. Select a file system and click on update

3. A popup dialog reports that a 
StringIndexOutOfBoundsException has occured.
Comment 1 RobertKong 2004-06-10 01:15:20 UTC
Created attachment 15621 [details]
ide.log
Comment 2 Martin Roskanin 2004-06-10 08:49:11 UTC
It is problem of java parser, reassigning to java module
Comment 3 Jan Becicka 2004-06-23 08:41:42 UTC
This issue is no more valid. Code relevant to this issue was
completely rewritten.