Kengo TODA
Kengo TODA
NPE at https://github.com/spotbugs/spotbugs/blob/3.1.5/spotbugs/src/main/java/edu/umd/cs/findbugs/PluginLoader.java#L1183
This is because SpotBugs tried to throw `PluginDoesntContainMetadataException` but `classloader` was null so it throws NPE. If we have no NPE, `PluginDoesntContainMetadataException` like below will be thrown: ``` [spotbugs] Caused...
Please create another issue with [mcve](http://stackoverflow.com/help/mcve), thanks
Can you share the project that can reproduce your problem?
> Maybe it would be nice to add an option that one can specify the task that should be executed for publication It seems very nice. Currently we only have...
The 2nd option seems too free and abstract, so I prefer the 1st option at this moment. I mean, if we implement the 2nd option, some users may use it...
semantic-release still depends on signale, it's better to wait while the dependency exists.
winston is not updated recently...
`SLF4J_MANUALLY_PROVIDED_MESSAGE` has been implemented in the [v0.14.0 release](https://github.com/KengoTODA/errorprone-slf4j/blob/v0.1.4/CHANGELOG.md#v014---2020-02-21). I'll reconsider we really need `SLF4J_UNKNOWN_ARRAY` for errorprone or not.
> I don't see how to fix this but the "Verify no unstaged changes" is failing. I'm working on Windows but usually it doesn't matter. It is caused by the...