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

Help wanted 😊 spotbugs for build android apk #737

Open
Saikatsaha1996 opened this issue May 22, 2022 · 3 comments
Open

Help wanted 😊 spotbugs for build android apk #737

Saikatsaha1996 opened this issue May 22, 2022 · 3 comments

Comments

@Saikatsaha1996
Copy link

Saikatsaha1996 commented May 22, 2022

//apply plugin: 'findbugs'
//task customFindbugs(type: FindBugs) {
// ignoreFailures = true
// effort = "max"
// reportLevel = "low"
// classes = files("$project.buildDir/intermediates/classes")
// source = fileTree('src/main/java/waterhole/asm/eto')
// classpath = files()
// reports {
// xml.enabled = true
// xml.withMessages = true
// html.enabled = !xml.isEnabled()
// xml.destination "$project.rootDir.absolutePath/reports/findbugs_WaterholeEtoAsm.xml"
// html.destination "$project.rootDir.absolutePath/reports/findbugs_WaterholeEtoAsm.ht>
// }
//}
How can I replace code same as spotbugs.. help wanted

If anyone help it really very much helpful for me

@KengoTODA
Copy link
Member

I'm not sure what the blocker on your side. You're going to upgrade from FindBugs plugin to SpotBugs plugin v5, then just replace FindBugs with SpotBugsTask, care breaking changes in 4.0.0 and 5.0.0, then it should be fine. Isn't it?

@Saikatsaha1996
Copy link
Author

I'm not sure what the blocker on your side. You're going to upgrade from FindBugs plugin to SpotBugs plugin v5, then just replace FindBugs with SpotBugsTask, care breaking changes in 4.0.0 and 5.0.0, then it should be fine. Isn't it?

actually i am not developer.. i just trying to build application from SDK.. but getting error for findbugs

@Saikatsaha1996
Copy link
Author

I'm not sure what the blocker on your side. You're going to upgrade from FindBugs plugin to SpotBugs plugin v5, then just replace FindBugs with SpotBugsTask, care breaking changes in 4.0.0 and 5.0.0, then it should be fine. Isn't it?

And findbugs not working get error not found that's why useing spotbugs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants