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 55947 - Usability issues with MethodCustomizer
Summary: Usability issues with MethodCustomizer
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:
Blocks:
 
Reported: 2005-03-04 10:12 UTC by Martin Matula
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 Martin Matula 2005-03-04 10:12:25 UTC
Entering an invalid name and hitting Cancel in the
dialog does not let me to close the dialog - it
displays an error message that the name is not a
valid java identifier, the customizer remains open
and the Cancel button remains in "pushed" state.
This is probably the case also for other customizers.

Also, in MethodCustomizer when entering a
parameter, one can enter a parameter with empty type.
Comment 1 Jan Pokorsky 2005-03-23 14:27:11 UTC
Yes it relates to other customizers too. Fixed in

/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/MethodParameterArrayEditor.java
new revision: 1.7; previous revision: 1.6
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/AnnotationTypeMethodCustomizer.java
new revision: 1.5; previous revision: 1.4
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/ClassCustomizer.java
new revision: 1.11; previous revision: 1.10
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/EnumConstantCustomizer.java
new revision: 1.2; previous revision: 1.1
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/EnumCustomizer.java
new revision: 1.4; previous revision: 1.3
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/FieldCustomizer.java
new revision: 1.12; previous revision: 1.11
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.java
new revision: 1.14; previous revision: 1.13