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 31879

Summary: NonGui should split off registration of property editors so unit tests can do this
Product: platform Reporter: _ tboudreau <tboudreau>
Component: -- Other --Assignee: issues@platform <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jrechtacek
Priority: P3    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Patch to NonGui & FindEditorsTest

Description _ tboudreau 2003-03-11 11:53:20 UTC
Currently the FindEditorsTest fails when run
standalone because the
core doesn't register the core property editors.

We ought to split this code off anyway, before
doing XML property
editor registration.

I will attach a patch to fix this.  Feel free to
assign to me if you
like.  CCing Jirka since the test is his code.
Comment 1 _ tboudreau 2003-03-11 11:53:52 UTC
Created attachment 9345 [details]
Patch to NonGui & FindEditorsTest
Comment 2 _ tboudreau 2003-04-04 14:34:05 UTC
Jirka has seen and approved the patch.  Committing, along with 
the new int/bool property editors (the registration code is in
the patch - seems silly to separate commits for something that
trivial).

NonGui 1.98