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

Sandbox/action pmd test #5

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open

Conversation

kemsakurai
Copy link
Owner

No description provided.

@@ -16,7 +16,9 @@
*/
public class Hot implements Pathable<MixCloudResult<CloudCast>>, RequesterBuilder {

private String unused = null;
private String unused1 = null;

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;

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;

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;
Copy link

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;
Copy link

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;

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;

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;

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;

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;

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;

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'.

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