JDK-6498158 : PropertyEditorManager can't find appropriate editor for Boolean and Integer property
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2006-11-28
  • Updated: 2011-03-08
  • Resolved: 2011-03-08
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b07Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
BoolEditor is not found for property of type java.lang.Boolean.
IntEditor is not found for property of type java.lang.Integer.

Comments
EVALUATION We should rename BoolEditor to BooleanEditor and IntEditor to IntegerEditor.
28-11-2006