-
In places like [IntervalIndexer](https://github.com/imglib/imglib/blob/master/core/src/main/java/net/imglib2/util/IntervalIndexer.java) which use primitive arrays, it would be nice to consolidate thei…
-
sub-task of #4681
full report is [here](https://teamcity.jetbrains.com/viewLog.html?buildId=1116964&buildTypeId=Checkstyle_IdeaInspectionsPullRequest&tab=Inspection)
in scope of this issue we sh…
-
Currently [PgPreparedStatement.setObject(int, Object)](https://github.com/pgjdbc/pgjdbc/blob/4942f7d1cc812feeeca331878334a3d4058615e4/pgjdbc/src/main/java/org/postgresql/jdbc/PgPreparedStatement.java#…
-
Presently, the following primitive types are not supported:
- `int`
- `long`
- `float`
- `double`
- `boolean`
These are the primitive versions for some of the classes defined in https://gith…
-
When building I get the following warnings:
/home/kearls/tmp/jaeger-client-java/jaeger-core/src/test/java/com/uber/jaeger/reporters/protocols/JaegerThriftSpanConverterTest.java:62: warning: [BoxedP…
-
I would like to have generated AutoValue Builders that do not autobox primitive values for purposes of a null check, but instead use separate boolean fields. I am concerned about the use case of low-e…
-
In Glassfish 2.1, when we mix Generics with auto-boxing of variables, the JSP
compiler throws an exception.
To reproduce the problem you can do the following.
In a web application create a java class…
-
A constructor signature like ``public SomeObject(Long param1, Long param2) { ... }`` will trigger PRMC_POSSIBLY_REDUNDANT_METHOD_CALLS when invoked via ``new SomeObject(1L, 1L)`` but not when invoked…
-
Follow-up to #1555 .
Below is the list of all inspections, that still remain disabled in `config/intellij-idea-inspections.xml`. Some of them are not applicable to Checkstyle code, but others are ver…
-
See kaitai-io/kaitai_struct_webide#16
There's a small difference between nullable primitives in Java compared to C# that will need to be catered for:
1: `int?` is syntax sugar for `Nullable` - t…