JDK-6868185 : 2 JCK api/java_beans/Introspector/ tests fails starting from jdk7 b66
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.beans
  • Affected Version: 7
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2009-08-04
  • Updated: 2012-03-22
  • Resolved: 2009-11-17
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 b72Fixed
Related Reports
Relates :  
Relates :  
Description
Starting from jdk7 b66 following test cases started to fail:
api/java_beans/Introspector/descriptions.html#Introspector12[Introspector0087]
api/java_beans/Introspector/descriptions.html#Introspector12[Introspector0093]
api/java_beans/Introspector/descriptions.html#Introspector12[Introspector0096]
api/java_beans/Introspector/descriptions.html#Introspector12[Introspector0099]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0042]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0043]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0044]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0045]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0046]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0047]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0052]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0053]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0054]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0055]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0056]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0057]
api/java_beans/Introspector/descriptions.html#Introspector[Introspector0063]
Please, see jtr files attached.

Comments
EVALUATION We should return old behavior: do not validate BeanInfo class if it is located in the same package.
07-09-2009

EVALUATION The cause is the validation is called for BeanInfo class even if it is located in the same package. See 6380849.
12-08-2009