JDK-8023536 : Some regression tests have a wrong header
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-08-22
  • Updated: 2013-10-03
  • Resolved: 2013-08-22
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 8
8 b110Fixed
Related Reports
Relates :  
Relates :  
Description
test/javax/swing/JTree/8013571/Test8013571.java
 /*
  * @test
- * @bug 8016545
- * @summary Tests beans with public fields
+ * @bug 8013571
+ * @summary Tests null as a root of TreeModelEvent
  * @author Sergey Malenkov
  */
test/java/beans/Performance/Test7122740.java
 /*
  * @test
- * @bug 7122740
+ * @bug 7122740 7187618
  * @summary Tests just a benchmark of PropertyDescriptor(String, Class) performance
  * @author Sergey Malenkov
  * @run main/manual Test7122740
  */
test/java/beans/Performance/Test7184799.java
 /*
  * @test
- * @bug 7184799
+ * @bug 7184799 7187618
  * @summary Tests just a benchmark of Introspector.getBeanInfo(Class) performance
  * @author Sergey Malenkov
  * @run main/manual Test7184799
  */

Comments
http://cr.openjdk.java.net/~malenkov/8023536.8.0/
22-08-2013