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 82013 - Optional attributes are not distinguished
Summary: Optional attributes are not distinguished
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-06 00:49 UTC by Chris Webster
Modified: 2006-09-24 16:48 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 Chris Webster 2006-08-06 00:49:27 UTC
An attribute which is optional is not distinguished from one which is mandatory
in the pull down list for code completion. This is not symmetric with the
cardinality
supplied for elements.
Comment 1 Samaresh Panda 2006-08-10 19:41:31 UTC
Fix integrated.
CompletionPaintComponent.java: new revision: 1.1.2.7;
AttributeResultItem.java: new revision: 1.1.2.2;
CompletionResultItem.java: new revision: 1.1.2.12;
ElementResultItem.java: new revision: 1.1.2.2;
Comment 2 Samaresh Panda 2006-08-10 19:42:20 UTC
As a result of this fix, required attributes will now be displayed as BOLD.
Comment 3 Chris Webster 2006-09-24 16:48:31 UTC
verified