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

CodeShovel unable to generate JSON file for abstract method #30

Open
ishtiaque05 opened this issue Jun 24, 2020 · 0 comments
Open

CodeShovel unable to generate JSON file for abstract method #30

ishtiaque05 opened this issue Jun 24, 2020 · 0 comments

Comments

@ishtiaque05
Copy link
Collaborator

ishtiaque05 commented Jun 24, 2020

Test file: https://github.com/checkstyle/checkstyle/blob/master/src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java#L6

I tried generating method history of abstract method getClassInfo in the test file location with the following command
java -jar codeshovel-0.3.1-SNAPSHOT.jar -repopath checkstyle -filepath src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java -methodname getClassInfo -startline 6

This is the output with no JSON file generated:

#########################################################################
STARTING ANALYSIS FOR FILE src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java
FINISHED ANALYSIS FOR FILE src/test/resources/com/puppycrawl/tools/checkstyle/checks/coding/illegaltype/InputIllegalTypeAbstractClassNames.java
#########################################################################
@ishtiaque05 ishtiaque05 changed the title CodeShovel unable to generate JSON file for abstract/inferface method CodeShovel unable to generate JSON file for abstract method Jun 24, 2020
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

No branches or pull requests

1 participant