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

Fix/inspections #80

Merged
merged 10 commits into from Apr 27, 2017
Merged

Fix/inspections #80

merged 10 commits into from Apr 27, 2017

Conversation

Pitterling
Copy link
Collaborator

access modifier, foreach, comments, redundant initializers, double array initialization, unused imports, etc

@Pitterling Pitterling merged commit 7c6d9c0 into vlsi:master Apr 27, 2017
@Pitterling Pitterling deleted the fix/inspections branch April 27, 2017 14:36
Pitterling added a commit to Pitterling/ksar that referenced this pull request Apr 28, 2017
* access modifier - private , package-private

* type arguments which can be replaced with <> (diamond)

* remove comments - template & author

* initializer =null is redundant

* simplify if; format issues, empty line, access modifier

* remove unused imports, variables, functions

* while replaced with foreach, remove unused imports

* remove double array initialization; remove unused import

* comment empty if

* missing closing
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.

None yet

2 participants