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 45160 - New {field, method, class, enumeration, annotation} dialogs do not follow the UI spec
Summary: New {field, method, class, enumeration, annotation} dialogs do not follow the...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-18 12:39 UTC by Jan Lahoda
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 Lahoda 2004-06-18 12:39:26 UTC
NB trunk continuous build 20040618-0549,
JDK1.5.0-beta3-b55.

The UI spec is here:
http://ui.netbeans.org/unbranded-source/browse/~checkout~/ui/www/docs/hi/promoD/jdk15support.html?rev=1.7&content-type=text/html

The dialogs do not follow the spec in these respects:
1. Dialogs for class, method and constructor are
supposed to contain field "Type Parameters", but
they do not contain it (see sections 3.1.2.1,
3.1.2.3, 3.1.2.5 of the UI spec).
2. Dialogs for all elements (class, method, field,
constructor, enum, annotation type) are supposed
to contain field "Annotation:", but they do not
contain it (see section 3.4.2 of the UI spec).
Comment 1 Jan Pokorsky 2004-06-18 16:28:09 UTC
We do not plan to implement these fields in promo-D.