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

Summary: StringIndexOutOfBoundsException when updating code completion database
Product: java Reporter: RobertKong <robertkong>
Component: UnsupportedAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 3.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: ide.log

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.