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 65937 - RuntimeException on annotation with parameters
Summary: RuntimeException on annotation with parameters
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Hurka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-05 09:33 UTC by Martin Adamek
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception log (1.49 KB, text/plain)
2005-10-05 09:35 UTC, Martin Adamek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Adamek 2005-10-05 09:33:55 UTC
Steps to reproduce:
1) create new class
2) add following annotation in front of class definition:
@SuppressWarnings(value={"aaa"})
3) insert space before "=" like this:
@SuppressWarnings(value ={"aaa"})
and wait for second
4) get exception
Comment 1 Martin Adamek 2005-10-05 09:35:44 UTC
Created attachment 25540 [details]
Exception log
Comment 2 Tomas Hurka 2005-10-07 14:53:21 UTC
Fixed in trunk.
Checking in AnnotationImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/AnnotationImpl.java,v
 <--  AnnotationImpl.java
new revision: 1.24; previous revision: 1.23
done
Checking in FeatureImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/FeatureImpl.java,v
 <--  FeatureImpl.java
new revision: 1.47; previous revision: 1.46
done
Checking in ParameterImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/ParameterImpl.java,v
 <--  ParameterImpl.java
new revision: 1.26; previous revision: 1.25
done
Comment 3 Quality Engineering 2007-09-20 12:10:12 UTC
Reorganization of java component