Description
One could check for lines starting with "import" and then check whether these imported Strings occur at another place in the file. If not, it should be safe to remove the import line.
This does not work in all situations, e.g. if the Class name occurs in a commoent but nowhere else (then the import is not removed though it should be), but should be good enough for 99% of cases.