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 56568 - Cannot add default value for annotation method
Summary: Cannot add default value for annotation method
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jan Pokorsky
URL:
Keywords:
Depends on: 56569
Blocks:
  Show dependency tree
 
Reported: 2005-03-16 18:34 UTC by Jan Pokorsky
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Pokorsky 2005-03-16 18:34:07 UTC
There is missing code handling the default value in the
AnnotationTypeMethodCustomizer.
Comment 1 Martin Matula 2005-03-16 19:55:26 UTC
Fixed.

Checking in src/org/netbeans/modules/javacore/jmiimpl/javamodel/AttributeImpl.java;
/cvs/java/javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel/AttributeImpl.java,v
 <--  AttributeImpl.java
new revision: 1.25; previous revision: 1.24
done
Comment 2 Martin Matula 2005-03-16 19:56:24 UTC
Oops - closed a wrong issue. Reopening...
Comment 3 Jan Pokorsky 2005-03-17 14:34:42 UTC
fixed in

/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/AnnotationTypeMethodCustomizer.form
new revision: 1.3; previous revision: 1.2
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/AnnotationTypeMethodCustomizer.java
new revision: 1.4; previous revision: 1.3