JDK-8027985 : closed/java/awt/datatransfer/CRLFTest/CRLFTest fails
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 8
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • Submitted: 2013-11-07
  • Updated: 2013-11-07
  • Resolved: 2013-11-07
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
8Resolved
Related Reports
Duplicate :  
Description
fails on jdk1.8.0b113 and jdk1.8.0b112. passes on jdk1.7.0_45b18

java.lang.NullPointerException
	at java.awt.datatransfer.SystemFlavorMap.getAllNativesForType(SystemFlavorMap.java:1327)
	at java.awt.datatransfer.SystemFlavorMap.getNativesForFlavor(SystemFlavorMap.java:746)
	at sun.awt.datatransfer.DataTransferer.getFlavorsForFormats(DataTransferer.java:851)
	at sun.awt.datatransfer.ClipboardTransferable.<init>(ClipboardTransferable.java:90)
	at sun.awt.X11.XClipboard.getContents(XClipboard.java:108)
	at CRLFTest$2.run(CRLFTest.java:135)
	at java.lang.Thread.run(Thread.java:744)
STATUS:Failed.Applet thread threw exception: java.lang.NullPointerException
result: Failed. Execution failed: Applet thread threw exception: java.lang.NullPointerException


test result: Failed. Execution failed: Applet thread threw exception: java.lang.NullPointerException
Comments
Please evaluate
07-11-2013