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 - [java-mdr] StringIndexOutOfBoundsException durring editing source file
Summary: [java-mdr] StringIndexOutOfBoundsException durring editing source file
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@editor
URL:
Keywords: REGRESSION
: 36155 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-08-22 10:31 UTC by ehucka
Modified: 2007-11-05 13:44 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception's stacktrace. (1.49 KB, text/plain)
2003-08-22 10:32 UTC, ehucka
Details

Note You need to log in before you can comment on or make changes to this bug.
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