-
Notifications
You must be signed in to change notification settings - Fork 0
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
Sandbox/action pmd test #5
base: master
Are you sure you want to change the base?
Conversation
@@ -16,7 +16,9 @@ | |||
*/ | |||
public class Hot implements Pathable<MixCloudResult<CloudCast>>, RequesterBuilder { | |||
|
|||
private String unused = null; | |||
private String unused1 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused1'.
@@ -16,7 +16,9 @@ | |||
*/ | |||
public class Hot implements Pathable<MixCloudResult<CloudCast>>, RequesterBuilder { | |||
|
|||
private String unused = null; | |||
private String unused1 = null; | |||
private String unused2 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused2'.
private String unused = null; | ||
private String unused1 = null; | ||
private String unused2 = null; | ||
private String unused3 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused3'.
private String unused1 = null; | ||
private String unused2 = null; | ||
private String unused3 = null; | ||
private String unused4 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused4'.
private String unused2 = null; | ||
private String unused3 = null; | ||
private String unused4 = null; | ||
private String unused5 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused5'.
private String unused3 = null; | ||
private String unused4 = null; | ||
private String unused5 = null; | ||
private String unused6 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused6'.
private String unused4 = null; | ||
private String unused5 = null; | ||
private String unused6 = null; | ||
private String unused7 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused7'.
private String unused5 = null; | ||
private String unused6 = null; | ||
private String unused7 = null; | ||
private String unused8 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused8'.
@@ -29,6 +29,8 @@ | |||
|
|||
private Pathable<R> pathable = null; | |||
|
|||
private String unuse7 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unuse7'.
private String unused6 = null; | ||
private String unused7 = null; | ||
private String unused8 = null; | ||
private String unused9 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused9'.
private String unused7 = null; | ||
private String unused8 = null; | ||
private String unused9 = null; | ||
private String unused10 = null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[pmd_reviewdog] reported by reviewdog 🐶
Avoid unused private fields such as 'unused10'.
No description provided.