Eclipse Plug-in Uncovers and Fixes Code Smells in Java Software
The article discusses how software quality can be improved by detecting and removing bad smells in the code, known as code smells. The researchers used an Eclipse Plug-in called jDeodorant to identify a specific type of code smell called "type check code smell" in a Java-based software called jHotDraw. The tool successfully detected the code smells and applied refactoring to improve the code quality.