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 82138 - Update ClasspathCustomEditorOperator according to new UI
Summary: Update ClasspathCustomEditorOperator according to new UI
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 09:51 UTC by Jiri Skrivanek
Modified: 2006-10-23 16:42 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 Jiri Skrivanek 2006-08-08 09:51:54 UTC
UI of classpath custom editor has been changed and we need to fix
ClasspathCustomEditorOperator and CustomEditorOperatorsTest.
Comment 1 Jiri Skrivanek 2006-09-05 09:57:48 UTC
Only change in IDE was that classpath custom editor doesn't accept duplicated
items. I have fixed the test:

/cvs/jellytools/test/unit/src/org/netbeans/jellytools/properties/editors/CustomEditorOperatorsTest.java,v
 <--  CustomEditorOperatorsTest.java
new revision: 1.10; previous revision: 1.9
Comment 2 Jiri Skrivanek 2006-09-05 09:58:16 UTC
Verified.