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

SONARFBUGS-8 Findbugs analysis should not fail if only package-info.java files are analysed. #1

Closed
wants to merge 1 commit into from

Conversation

jeanblanchard
Copy link

This is the same as SonarSource/sonar-java#12, for the new findbugs repository.
I just wanted to make sure the previous PR still works. It does.

Intercepts the use case where only package-info.java files (which do not generate any class to be analyzed by Findbugs) are present in the source folders.

@benzonico
Copy link
Contributor

Thanks. Ticket is scheduled so I think i'll have a look at this next week.

@benzonico
Copy link
Contributor

Hi,
Thanks for your pull request.
The solution to the ticket was actually to prevent execution of findbugs when compiled code is not available as this is the direction in which we are going : if bytecode is not available during analysis less issues will be raised.

@benzonico benzonico closed this Jul 11, 2014
@ManfredSchenkIOSB
Copy link

Findbugs analysis fails again for package-info.java

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.

None yet

3 participants