Kengo TODA
Kengo TODA
@baloghadamsoftware Check this if you have time. Thanks in advance!
It was removed by #726 to resolve a legal problem. It is welcome to reimplement similar detectors, but please do not add a dependency on the [j-format-string project](https://code.google.com/archive/p/j-format-string/source).
I believe that it's not spotbugs issue nor java 17 problem. Refer to http://www.slf4j.org/faq.html#changesInVersion200 and make sure that SLF4J binding uses the same version with API.
According to https://mvnrepository.com/artifact/org.apache.ant/ant/1.10.12 Apache Ant does not have SLF4J binding in its classpath. Apache Ant provides [several loggers](https://ant.apache.org/manual/listeners.html), and custom tasks need to invoke logging methods in the [Project class](https://ant.apache.org/manual/api/org/apache/tools/ant/Project.html)...
Duplicate of https://github.com/spotbugs/spotbugs/issues/1255
> @KengoTODA? I'm not so active recently so please ask other teammates for review. You may check my post at the spotbugs team: https://github.com/orgs/spotbugs/teams/everyone/discussions/11
You may refer: https://www.slf4j.org/faq.html#changesInVersion200
@Narigo Thanks for your comment! I tried but I found that `WITH TIME ZONE` is invalid for MySQL. Can I keep this test in `PostgreSQLTest`? Then I'll solve conflict later....
It seems that it's a problem on the plugin side, its manifest file has no `Class-Path` attribute so it could not find dependencies.
Still waiting for help from community... I'm not Android dev so I can't make a progress on this topic by my own. Hope that somebody will help us at the...