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 35721

Summary: [java-mdr] StringIndexOutOfBoundsException durring editing source file
Product: editor Reporter: ehucka <ehucka>
Component: -- Other --Assignee: issues@editor <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: thurka
Priority: P2 Keywords: REGRESSION
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: Exception's stacktrace.

Description ehucka 2003-08-22 10:31:42 UTC
I only edit name of a field in editor and the
exception was thrown.
Comment 1 ehucka 2003-08-22 10:32:21 UTC
Created attachment 11406 [details]
Exception's stacktrace.
Comment 2 ehucka 2003-08-22 10:35:20 UTC
Exception is thrown after invoking popup in editor.
Comment 3 Tomas Hurka 2003-09-12 12:22:27 UTC
It seems to me like problem in editor module, which has nothing to do with Java/MDR 
integration. Can someone from editor team confirm it? Thanks.
Comment 4 Daniel Prusa 2003-09-25 12:11:54 UTC
*** Issue 36155 has been marked as a duplicate of this issue. ***
Comment 5 Daniel Prusa 2003-09-25 13:25:31 UTC
The exception has been fixed (in MDRFinder - code completion related
code). It occured under the following circumstances:
- javaClass.getFullName () = "" (i.e. javaClass.getName () = "")
- javaClass.getOutermostClass().getJavaPackage ().getQualifiedName ()
= "packageName" (a non-empty string)
Comment 6 ehucka 2004-07-13 14:40:54 UTC
verified