John Scancella

Results 55 comments of John Scancella

@pengcao1 I'm not sure we actually have one. I know most of us don't work on Android projects. But if someone does have an example, it would be great to...

> > > Unfortunately, that doesn't prevent the task from being created and the `check` task depending on it. So even if you use `spotbugsTest.enabled = false`, it will run...

@Vampire is this still an issue?

@Vampire I guess I am confused, are we not talking about the `onlyAnalyze` filter in the new plugin? Example: `onlyAnalyze = ['com.foobar.MyClass', 'com.foobar.mypkg.*']`. You could also use the `` element...

@Vampire now that this has been merged, it is still an issue? Please try using the latest version.

Ok, I can reopen if you want. The merge I was referring to was the one @KengoTODA mentioned above #106. Please try using the latest version of the plugin and...

Oops, sorry I meant #100 (https://github.com/spotbugs/spotbugs-gradle-plugin/issues/113#issuecomment-462732598)

For a large bag you may want to use `Executors.newFixedThreadPool()` and specify how many threads you want to use instead of just using a single thread as multi-threading it will...