dblock / fui

Find unused Objective-C imports.
MIT License
2.04k stars 180 forks source link

fui name is misleading #13

Open kenji21 opened 9 years ago

kenji21 commented 9 years ago

I was looking for a tool that can help me to remove unused #import at top of a class.

This utility is nice, but it does not "find unused import", but find unused class (as stated in the readme).

Is it possible/expected to have the fui command tell :

SomeClass.m:14 unused import of SomeOtherClass.h

?

orta commented 9 years ago

You can use AppCode do that for you.

kenji21 commented 9 years ago

My idea was to use this in continuous integration (so server side, headless), just before using https://github.com/nst/objc_dep to make a graph of classes

haojianzong commented 9 years ago

I agree that this name is misleading. Something like "Find class files that never gets imported" may make more sense.

kwasimensah commented 8 years ago

+1 this bug