[ https://jira.codehaus.org/browse/MCOMPILER-182?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Robert Scholte moved MNG-5355 to MCOMPILER-182: ----------------------------------------------- Complexity: (was: Intermediate) Affects Version/s: (was: 3.0.3) 2.3.2 Key: MCOMPILER-182 (was: MNG-5355) Project: Maven 2.x Compiler Plugin (was: Maven 2 & 3) > Case sensitivity changes in class names not detected by compiler > ---------------------------------------------------------------- > > Key: MCOMPILER-182 > URL: https://jira.codehaus.org/browse/MCOMPILER-182 > Project: Maven 2.x Compiler Plugin > Issue Type: Bug > Affects Versions: 2.3.2 > Environment: Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) > Maven home: /usr/share/maven > Java version: 1.6.0_35, vendor: Apple Inc. > Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home > Default locale: en_US, platform encoding: MacRoman > OS name: "mac os x", version: "10.7.5", arch: "x86_64", family: "mac" > Reporter: Ruben Jenster > Priority: Minor > Attachments: compile.log > > > The compiler doesn't detect case sensitivity changes in class names. > The renamed class is not compiled. > 1. Create a class named FooBAR > 2. execute 'mvn compile' > 3. Rename FooBAR to FooBar > 4. execute 'mvn compile' > 5. target/classes/FooBar.class does not exist > Is this expected behaviour? Is a clean always required here? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira