JDK-8131055 : [TEST] bean annotations: add a test checking if a separate user-defined BeanInfo class is top-priority as compared with the annotations.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-07-13
  • Updated: 2016-04-25
  • Resolved: 2015-08-04
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 9
9 b78Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
The following unit tests were added while fixing JDK-4058433:
jdk/test/java/beans/Introspector/4058433/TestJavaBean.java
jdk/test/java/beans/Introspector/4058433/TestBeanProperty.java
jdk/test/java/beans/Introspector/4058433/TestSwingContainer.java

The following test cases should be added for the annotations:

JavaBean, SwingContainer: check if "this annotation is not used if the annotated class has a corresponding user-defined BeanInfo class" (according to the spec.).

Comments
webrev: http://cr.openjdk.java.net/~avstepan/8131055/webrev.00/
21-07-2015