ThrawnCA
ThrawnCA
In the specific case of generating an SQL query from a format string, I imagine you don't need platform-specific line separators. It would be a good candidate for excluding the...
> Hi, I'd like to work on this issue for a school project. Thanks! Feel free; it's an open-source product.
Since we don't need complex logging setups given our use case, nor do we need to handle tremendous throughput, and we want maximum compatibility with a variety of codebases, I'm...
I agree that JUL has a very poor API for parameterised logging. Still, it's available without adding any dependencies. If we're OK with adding a dependency, then SLF4J is fine...
Does it help if the default is `Long.valueOf(0L)` instead of a primitive?
What result do you get if the value of the Class filter is the unqualified class name, `GameMap`?
The trouble with taking ownership and changing the namespace is that [various tools already recognise `javax.annotations` despite it being dormant](https://sling.apache.org/documentation/development/jsr-305.html). Changing the package name loses those tools. Is there any...
So...should we be coordinating with @amaembo then? He's a former FindBugs developer IIUC. Are there particular changes that JSR-305 needs, which we might be able to get done? Switching package...
> Nullable is nickname for Nonnull Um...that's quite contrary to its Javadoc btw. `@Nullable` is, per the docs, equivalent to having no annotation at all. > we can annotate our...
Note that SpotBugs works on bytecode, not source. If source file names appear in the output, then I'm guessing that information about them was included in the bytecode. Absolute filenames...