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 26549 - Invalid annotation line index (< 0).
Summary: Invalid annotation line index (< 0).
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@java
URL:
Keywords:
: 32658 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-08-16 09:34 UTC by Peter Zavadsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exception stack trace (1.34 KB, text/plain)
2002-08-16 09:35 UTC, Peter Zavadsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Zavadsky 2002-08-16 09:34:09 UTC
Making goto source action (Alt-O) produced the
exception.
Looked at the code figured out the
LineSet#getCurrent was called with index less than
zero (what is invalid) from ParserAnnotation code.
See the exception stack trace.
Comment 1 Peter Zavadsky 2002-08-16 09:35:05 UTC
Created attachment 7111 [details]
exception stack trace
Comment 2 Peter Zavadsky 2002-08-16 09:51:41 UTC
It seems it doesn't have to do anything with the goto source action.
It appears occasionally also doint completelly other things (last time
when tried to unmount jar).
Comment 3 Tomas Hurka 2002-09-18 17:12:04 UTC
Fixed in trunk.
Comment 4 Jan Becicka 2002-10-15 13:52:25 UTC
Cannot reproduce in 200210090100
Comment 5 Tomas Hurka 2003-04-08 16:35:01 UTC
*** Issue 32658 has been marked as a duplicate of this issue. ***