Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fui name is misleading #13

Open
kenji21 opened this issue Nov 30, 2014 · 4 comments
Open

fui name is misleading #13

kenji21 opened this issue Nov 30, 2014 · 4 comments
Labels

Comments

@kenji21
Copy link

kenji21 commented Nov 30, 2014

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
Copy link

orta commented Jan 21, 2015

You can use AppCode do that for you.

@kenji21
Copy link
Author

kenji21 commented Jan 21, 2015

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
Copy link

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

@kwasimensah
Copy link

+1 this bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants