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 91566 - In Simple Type definition, Min Length can exceed Max Length
Summary: In Simple Type definition, Min Length can exceed Max Length
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Schema Tools (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-12-26 14:59 UTC by Mikhail Matveev
Modified: 2006-12-26 14:59 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 Mikhail Matveev 2006-12-26 14:59:31 UTC
1. Create new simple type restricting string.
2. Open Properties window for this type.
3. Specify Min Length = 10.
4. Specify Max Length =9.
Result: no error comes.
It would be nice to check in Min Length <= <Max Length and report error if not.