Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

SONARJAVA-1757 Ignore serializable classes#942

Merged
1 commit merged into
masterSonarSource/sonar-java:masterfrom
SONARJAVA-1757SonarSource/sonar-java:SONARJAVA-1757Copy head branch name to clipboard
Jul 22, 2016
Merged

SONARJAVA-1757 Ignore serializable classes#942
1 commit merged into
masterSonarSource/sonar-java:masterfrom
SONARJAVA-1757SonarSource/sonar-java:SONARJAVA-1757Copy head branch name to clipboard

Conversation

@ghost

@ghost ghost commented Jul 22, 2016

Copy link
Copy Markdown

No description provided.


private static boolean extendsAnotherClass(ClassTree classTree) {
return classTree.superClass() != null;
private static boolean extendsAnotherClassOrImplementsSerialiozable(ClassTree classTree) {

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo in method name

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx for noticing this!

@ghost ghost force-pushed the SONARJAVA-1757 branch from f818104 to f1ef4f5 Compare July 22, 2016 14:00
@ghost ghost force-pushed the SONARJAVA-1757 branch from f1ef4f5 to 0609e2f Compare July 22, 2016 14:01
@ghost ghost merged commit 610858d into master Jul 22, 2016
@ghost ghost deleted the SONARJAVA-1757 branch July 26, 2016 08:54
This pull request was closed.
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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.