JDK-7141675 : [macosx] Fix jcheck issues in .m sources
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: unknown
  • Submitted: 2012-02-01
  • Updated: 2013-10-31
  • Resolved: 2012-03-23
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
7u4 b11Fixed
Description
The following source files don't meet the jcheck rules for TAB and trailing white-space This happened because
jcheck has not been updated to recognise .m files yet.

src/macosx/native/sun/awt/awt.m
src/macosx/native/sun/awt/AWTEvent.m
src/macosx/native/sun/awt/AWTView.m
src/macosx/native/sun/awt/AWTWindow.m
src/macosx/native/sun/awt/CDragSource.m
src/macosx/native/sun/awt/CDropTarget.m
src/macosx/native/sun/awt/CTrayIcon.m
src/macosx/native/sun/awt/LWCToolkit.m
src/macosx/native/sun/java2d/opengl/CGLLayer.m
src/macosx/native/sun/java2d/opengl/CGLSurfaceData.m
src/macosx/native/sun/osxapp/NSApplicationAWT.m
src/macosx/native/sun/osxapp/PropertiesUtilities.m
src/macosx/native/sun/osxapp/QueuingApplicationDelegate.m
src/macosx/native/sun/osxapp/ThreadUtilities.m

Comments
EVALUATION I plan to fix these files today before the jdk7u-dev merge
01-02-2012