DM_INVALID_MIN_MAX
- We hasn't supported number like "1D" yet.
jmh: org/openjdk/jmh/profile/LinuxPerfNormProfiler.java
multiplier = Math.max(1D, Math.min(0D, multiplier));
NM_CLASS_NAMING_CONVENTION
- Not support enum yet.
biojava: org/biojava/nbio/core/sequence/location/InsdcParser.java
enum complexFeaturesAppendEnum {
BIT_SIGNED_CHECK
- Lack type message. We are more strict and require there are at least one constant to indicates type.
I think & can indicate the type message, at least the operands are integer.
biojava: UncompressInputStream.java
if ((header & HDR_EXTENDED) > 0)
DM_INVALID_MIN_MAX
jmh: org/openjdk/jmh/profile/LinuxPerfNormProfiler.java
NM_CLASS_NAMING_CONVENTION
biojava: org/biojava/nbio/core/sequence/location/InsdcParser.java
BIT_SIGNED_CHECK
I think
&can indicate the type message, at least the operands are integer.biojava: UncompressInputStream.java