jdneo / vscode-checkstyle

Checkstyle extension for VS Code
https://marketplace.visualstudio.com/items?itemName=shengchen.vscode-checkstyle
GNU Lesser General Public License v3.0
68 stars 16 forks source link

Renaming Resources - Stale Error Messages #272

Open eblanchette opened 4 years ago

eblanchette commented 4 years ago

I just noticed an issue with stale error messages. I think I stumbled upon a bug when renaming a resource. I didn't change the filename I just changed the case. For example, CertDAO.java changed to CertDao.java

The Problems panel shows the old filename with the following error message: "The name of the outer type and the file do not match."

I'm running the latest Mac OS and my filesystem is case-insensitive.

Screen Shot 2020-03-11 at 3 08 23 PM

jdneo commented 4 years ago

Another renaming issue related with #271