JDK-6278523 : Retain javac case sensitivity semantics on Windows
  • Type: Bug
  • Component: tools
  • Sub-Component: javac
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-31
  • Updated: 2010-04-03
  • Resolved: 2005-08-10
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 6
6 b47Fixed
Related Reports
Relates :  
Description
Javac should not allow a public class Abc to be defined in abc.java
on Windows.

###@###.### 2005-05-31 22:59:52 GMT

Comments
EVALUATION This regression was inadvertently introduced with the fix for 6198196. ###@###.### 2005-05-31 23:02:42 GMT Also, the testcase for 6198196 should not use B: ###@###.### 2005-05-31 23:05:55 GMT The javac code is valid in the JSR199 branch. We still need to upgrade the test case. ###@###.### 2005-06-24 18:37:45 GMT
31-05-2005