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

Refactor to avoid OCLint warnings. #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Refactor to avoid OCLint warnings. #19

wants to merge 1 commit into from

Conversation

onato
Copy link

@onato onato commented Mar 29, 2015

No description provided.

@onato
Copy link
Author

onato commented Mar 29, 2015

These were the warnings.

AGWindowView.m:243:8: bitwise operator in conditional P2 
AGWindowView.m:249:12: bitwise operator in conditional P2 
AGWindowView.m:253:17: bitwise operator in conditional P2 
AGWindowView.m:257:17: bitwise operator in conditional P2 
AGWindowView.m:107:5: empty if statement P2 
AGWindowView.m:116:1: long line P3 Line with 187 characters exceeds limit of 150
AGWindowView.m:118:1: long line P3 Line with 181 characters exceeds limit of 150
AGWindowView.m:225:1: long line P3 Line with 156 characters exceeds limit of 150
AGWindowView.m:299:1: long line P3 Line with 192 characters exceeds limit of 150
AGWindowView.m:322:1: long line P3 Line with 178 characters exceeds limit of 150
AGWindowView.m:114:5: ivar assignment outside accessors or init P2 
AGWindowView.m:455:10: redundant if statement P3 
AGWindowView.m:200:5: unnecessary else statement P3 
AGWindowView.m:248:5: unnecessary else statement P3 
AGWindowView.m:262:9: unnecessary else statement P3 
AGWindowView.m:460:5: unnecessary else statement P3 
AGWindowView.m:195:8: useless parentheses P3

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

Successfully merging this pull request may close these issues.

1 participant