JDK-7086015 : fix test/tools/javac/parser/netbeans/JavacParserTest.java
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-09-01
  • Updated: 2012-03-02
  • Resolved: 2012-03-02
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 b17Fixed
Related Reports
Relates :  
Description
The test test/tools/javac/parser/netbeans/JavacParserTest.java was added as part
of the work for 7073631, and  is a clone of the NetBeans version.
The test needs some cleanup, importantly the column numbers are hard-coded
instead they must be computed, allowing for future changes, without hand
computing them.
I'm looking at this and working on it.

Comments
EVALUATION Use stringOf() instead of hardcode numbers. *** (#1 of 1): [ UNSAVED ] ###@###.###
05-09-2011