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

doesn't include class extensions when determining if something is unused #21

Open
michaeleiselsc opened this issue Jul 14, 2016 · 3 comments
Labels

Comments

@michaeleiselsc
Copy link

when i try to find all unused classes, it tells me that one of them is not used when it clearly is. could it be that it's because the import for it is in a class extension, and so fui doesn't believe it's being imported at all? i typically have MyClass.h and MyClass_Private.h, and this private header which is a class extension is where it's imported

@dblock dblock added the bug? label Jul 15, 2016
@dblock
Copy link
Owner

dblock commented Jul 15, 2016

You could try to build a small unit test within this project that reproduces the problem, we can fix it from there.

@michaeleiselsc
Copy link
Author

ah i see the issue now: one letter was lowercase that should have capitalized in the #import line. xcode doesn't care, but apparently fui does

@dblock
Copy link
Owner

dblock commented Jul 24, 2016

And it probably shouldn't. Would love a fix for this!

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

2 participants