-
## Issue Description
Applying all findbugs rules and findbugs security rules into my existing sonarway copy profile, when scan project in jenkins pipeline, the scan process hang up and following erro…
-
以下のような、数行の修正をしたいときがあります。
- 誤字
- インデントの修正
- 変数名の誤り
- SpotBugs (findBugs)の指摘の修正
都度issueをあげてブランチを切った方が良いか、特別ルールでmainにプルリクエストを送るようにした方がいいか…
@suzuki-takashi ご意見聞かせて下さい🙏
-
For each method named _bar_ below, spotbugs issue a warning that the method is "uncallable":
```
class Foo {
static Runnable x() {
var k = new Object() {
void bar() { }
…
-
When a method has a `@NonNull` annotated parameter and the code is checking for null, I would have expected spotbugs to have thrown an error as the parameter can never be null (hence the annotation).
…
-
Currently reported issues:
Plugin SpotBugs 1.0.0 cannot be enabled nor disabled without IDE restart because the following requirements are not satisfied:
- Plugin cannot be loaded/unloaded without…
-
**Environment**: Win 10, Gradle 6.3, Gradle Spotbugs Plugin 4.2.0, JDK 1.8.242
The following snippet shows a **FALSE Positive** that an experimental error found. It does not detect that the Prepar…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
Renovate…
-
Hi,
I'm trying to incorporate Cyclone DX report to our company's project and it fails to resolve version of a `compileOnly` (`compileApiOnly`, too) dependency that has version enforced via the Java…
mamuf updated
3 years ago
-
Wanted to clone this to geenrate typings for my own Android library (to be used in a NativeScript plugin)
**Steps to reproduce**
```bash
git clone https://github.com/NativeScript/android-dts-genera…
-
I used Gradle 6.0.1
```
:gradle-aws-plugin [master]$ gradle --version
------------------------------------------------------------
Gradle 6.0.1
-------------------------------------------------…