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

try warning #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

try warning #1

wants to merge 1 commit into from

Conversation

noboru-i
Copy link
Member

No description provided.

@monstar-lab monstar-lab deleted a comment from ml-dev-support Mar 2, 2018
@monstar-lab monstar-lab deleted a comment from ml-dev-support Mar 2, 2018
@monstar-lab monstar-lab deleted a comment from ml-dev-support Mar 2, 2018
@monstar-lab monstar-lab deleted a comment from ml-dev-support Mar 2, 2018
@@ -9,7 +9,10 @@
import android.view.Menu;
import android.view.MenuItem;

public class MainActivity extends AppCompatActivity {
import android.support.v4.app.FragmentActivity;
Copy link
Collaborator

@ml-dev-support ml-dev-support Mar 2, 2018

Choose a reason for hiding this comment

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

⚠️ Unused import - android.support.v4.app.FragmentActivity.

@@ -9,7 +9,10 @@
import android.view.Menu;
import android.view.MenuItem;

public class MainActivity extends AppCompatActivity {
import android.support.v4.app.FragmentActivity;
Copy link
Collaborator

@ml-dev-support ml-dev-support Mar 2, 2018

Choose a reason for hiding this comment

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

⚠️ [UnusedImports] Avoid unused imports such as ‘android.support.v4.app.FragmentActivity’
https://pmd.github.io/pmd-5.6.1/pmd-java/rules/java/imports.html#UnusedImports

public class MainActivity extends AppCompatActivity {
import android.support.v4.app.FragmentActivity;

public class MainActivity extends AppCompatActivity
Copy link
Collaborator

@ml-dev-support ml-dev-support Mar 2, 2018

Choose a reason for hiding this comment

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

⚠️ Missing a Javadoc comment.

import android.support.v4.app.FragmentActivity;

public class MainActivity extends AppCompatActivity
{
Copy link
Collaborator

@ml-dev-support ml-dev-support Mar 2, 2018

Choose a reason for hiding this comment

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

⚠️ ’{‘ at column 1 should be on the previous line.

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.

2 participants