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 105338 - SIOOBE from EditorContextImpl$12.run
Summary: SIOOBE from EditorContextImpl$12.run
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 00:24 UTC by Jesse Glick
Modified: 2010-04-29 09:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack trace (2.88 KB, text/plain)
2007-06-01 00:25 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2007-06-01 00:24:54 UTC
070530, repeatedly, while editing source file in new trivial j2seproject.
Comment 1 Jesse Glick 2007-06-01 00:25:23 UTC
Created attachment 43062 [details]
Stack trace
Comment 2 Martin Entlicher 2007-06-04 15:31:13 UTC
I was able to reproduce this only with a program, which begins with ';'.

Like:
;
public class NewClass {
    int a;

    public NewClass() {
    }

}
Comment 3 Martin Entlicher 2007-06-04 15:32:12 UTC
Fixed:

/cvs/debuggerjpda/projects/src/org/netbeans/modules/debugger/jpda/projects/EditorContextImpl.java,v
 <--  EditorContextImpl.java
new revision: 1.22; previous revision: 1.21
Comment 4 Quality Engineering 2010-04-29 09:33:22 UTC
Verified ... and Closing all issues resolved into NetBeans 6.7 and earlier.