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 48160 - [gjast] AssertionError from ASTreeNode.<init>
Summary: [gjast] AssertionError from ASTreeNode.<init>
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ tball
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-30 13:40 UTC by Jan Jancura
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Asser Ex (3.94 KB, text/plain)
2004-08-30 13:41 UTC, Jan Jancura
Details
AssErr (3.01 KB, text/plain)
2004-08-31 08:21 UTC, Jan Jancura
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2004-08-30 13:40:26 UTC
After some time spend in IDE...
Comment 1 Jan Jancura 2004-08-30 13:41:09 UTC
Created attachment 17221 [details]
Asser Ex
Comment 2 Martin Matula 2004-08-30 13:56:25 UTC
Could you please provide the source code you were editing?

Tom, please evaluate.
Comment 3 Jan Jancura 2004-08-30 14:09:16 UTC
The source is already "fixed" (exception does not occure now).
Comment 4 Jan Becicka 2004-08-30 15:37:22 UTC
Hanz, you attached incorrect Thread dump. There is no AssertionError
there.
Comment 5 _ tball 2004-08-30 16:34:36 UTC
All you need to do is use an annotation that doesn't have any values
and include "()" at the end.  For example, try "@Deprecated()" instead
of "@Deprecated".  I have a fix in progress.
Comment 6 Jan Jancura 2004-08-31 08:21:05 UTC
Created attachment 17235 [details]
AssErr
Comment 7 Jan Jancura 2004-08-31 08:21:43 UTC
Sorry for that, should be OK now.
Comment 8 _ tball 2004-09-01 19:19:14 UTC
Fixed gjast to handle marker annotations with trailing "()" correctly.
Comment 9 Jiri Prox 2005-07-12 10:12:15 UTC
Verified in 4.2 (200507110943)
Comment 10 Quality Engineering 2007-09-20 10:51:00 UTC
Reorganization of java component