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 101811 - Fix Form property editors after UI change
Summary: Fix Form property editors after UI change
Status: VERIFIED FIXED
Alias: None
Product: qa
Classification: Unclassified
Component: Jellytools (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-19 16:46 UTC by Jiri Skrivanek
Modified: 2007-05-14 08:16 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 2007-04-19 16:46:34 UTC
Form property editor were changed and jellytools operators have to be updated to
follow new UI. It is package
org.netbeans.jellytools.modules.form.properties.editors and appropriate tests.
Comment 1 Jiri Skrivanek 2007-05-11 10:49:00 UTC
Fixed.

Checking in
test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/ParametersPickerOperatorTest.java;
/cvs/jellytools/test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/ParametersPickerOperatorTest.java,v
 <--  ParametersPickerOperatorTest.java
new revision: 1.2; previous revision: 1.1
done
Removing
test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorAdvancedOperatorTest.java;
/cvs/jellytools/test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorAdvancedOperatorTest.java,v
 <--  FormCustomEditorAdvancedOperatorTest.java
new revision: delete; previous revision: 1.1
done
Checking in
test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/MethodPickerOperatorTest.java;
/cvs/jellytools/test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/MethodPickerOperatorTest.java,v
 <--  MethodPickerOperatorTest.java
new revision: 1.2; previous revision: 1.1
done
Checking in
test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/PropertyPickerOperatorTest.java;
/cvs/jellytools/test/qa-functional/src/org/netbeans/jellytools/modules/form/properties/editors/PropertyPickerOperatorTest.java,v
 <--  PropertyPickerOperatorTest.java
new revision: 1.2; previous revision: 1.1
done
Checking in
src/org/netbeans/jellytools/modules/form/properties/editors/package.html;
/cvs/jellytools/src/org/netbeans/jellytools/modules/form/properties/editors/package.html,v
 <--  package.html
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorOperator.java;
/cvs/jellytools/src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorOperator.java,v
 <--  FormCustomEditorOperator.java
new revision: 1.9; previous revision: 1.8
done
Removing
src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorAdvancedOperator.java;
/cvs/jellytools/src/org/netbeans/jellytools/modules/form/properties/editors/FormCustomEditorAdvancedOperator.java,v
 <--  FormCustomEditorAdvancedOperator.java
new revision: delete; previous revision: 1.6
done
Checking in
src/org/netbeans/jellytools/modules/form/properties/editors/ParametersPickerOperator.java;
/cvs/jellytools/src/org/netbeans/jellytools/modules/form/properties/editors/ParametersPickerOperator.java,v
 <--  ParametersPickerOperator.java
new revision: 1.7; previous revision: 1.6
done
Comment 2 Jiri Skrivanek 2007-05-14 08:16:36 UTC
Verified.