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 27215 - 'Invalid value' dialogs should be corrected
Summary: 'Invalid value' dialogs should be corrected
Status: VERIFIED WONTFIX
Alias: None
Product: ide
Classification: Unclassified
Component: Internal Server (show other bugs)
Version: -S1S-
Hardware: PC Linux
: P4 blocker (vote)
Assignee: issues@ide
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-11 14:43 UTC by Oleg Khokhlov
Modified: 2006-06-05 00:31 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2002-09-11 14:43:31 UTC
"Tools->Options->IDE Configuration->Server And
External Tool Settings->HTTP Server"

For example:
I try to set value 'aaa' to the 'Port' field and I
get an information dialog with message "Invalid
value. The property Port could not be set. Reason:
aaa."
I suggest to change that message to "The property
Port could not be set. Reason: invalid value
(should be in range 1-65535)" or "The property
Port could not be set. Reason: value 'aaa' is
invalid".

Other dialogs also can be corrected in this way.

Linux RH 7.3, JDK 1.4.0_02
S1S 4 update 1 build 020905
Comment 1 _ rkubacki 2002-09-12 08:35:31 UTC
It is generic message format used in property sheet when property
setter throws IllegalArgumentException. That's why it is unlikely we
can change it. 

Also see new Option UI proposal
http://ui.netbeans.org/docs/hi/options/index.html that will change
this significantly.
Comment 2 Oleg Khokhlov 2003-07-08 14:41:33 UTC
Verified.
Messages are ok in dev build 030611.