-
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?
Changes from 11 commits
3d23943
2902a4f
ff342e8
eac6121
65daf6d
d9f3d78
aae0114
eb77888
c8d0ac4
4505894
f60d9c1
87b8ee5
2a722d2
0a80846
c3bea05
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,14 @@ | |
*/ | ||
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 commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused3 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused4 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused5 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused6 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused7 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private String unused8 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
private Pathable pathable = null; | ||
|
||
/** | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,8 @@ public class MixCloudResponseHandler<R> implements ResponseHandler<R> { | |
|
||
private Pathable<R> pathable = null; | ||
|
||
private String unuse7 = null; | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [pmd_reviewdog] reported by reviewdog 🐶 |
||
|
||
/** | ||
* MixCloudResponseHandler | ||
* | ||
|
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'.