Package com.google.googlejavaformat.java
Class RemoveUnusedImports
java.lang.Object
com.google.googlejavaformat.java.RemoveUnusedImports
Removes unused imports from a source file. Imports that are only used in javadoc are also
removed, and the references in javadoc are replaced with fully qualified names.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RemoveUnusedImports
public RemoveUnusedImports()
-
-
Method Details
-
removeUnusedImports
- Throws:
FormatterException
-