JDK-4881269 : improve diagnostic for ill-formed tokens
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: generic
  • Submitted: 2003-06-19
  • Updated: 2012-02-24
  • Resolved: 2012-02-24
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 b21Fixed
Related Reports
Relates :  
Description
The fragment "object..method()" should probably not report "malformed
floating point literal."  The older compiler reported the more helpful
"<identifier> expected."

---------------------

class T {
  void m() { object..method(); }
}

###@###.### 2004-09-17

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
19-09-2004

PUBLIC COMMENTS ...
19-09-2004

EVALUATION This should really be fixed before varargs roll out. ###@###.### 2003-06-20
20-06-2003