Deleted Types (classes) are remembered

Issue #25 new
Rodrigo Antonio Villablanca Vásquez created an issue

When I enter a shorcut for open a Type: CTRL + O, then I can select the Older class that I refactored.

Example: Rename class Client.java to Customer.java, then open type dialog, I can select both, but only Customer can open successfully (that is ok I think). should Dialog show me only Customer type and not Client?

Sorry for my bad english

Comments (2)

  1. Radim Kubacki

    I think that the stale class will disappear when you clean your project. As long as the IDE sees the .class file it can offer it to you.

  2. Rodrigo Antonio Villablanca Vásquez reporter

    I thought the same thing, but no work. Can be there is a cache file or configuration?

  3. Log in to comment