walkmod / walkmod-core

walkmod: an open source tool to fix coding style issues
http://www.walkmod.com
GNU Lesser General Public License v3.0
153 stars 23 forks source link

RemoveUselessImports is importing wrong imports if same class is available in different package/different library #72

Open subisueno opened 7 years ago

subisueno commented 7 years ago

Even if we have proper imports in our cod , it’s importing wrong import in case of same class name in diff lib or package

rpau commented 7 years ago

Could you provide me an example? Thanks.