Skip to content

False negatives #166

@Xiaoven

Description

@Xiaoven

DM_INVALID_MIN_MAX

  1. 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

  1. Not support enum yet.
    biojava: org/biojava/nbio/core/sequence/location/InsdcParser.java
enum complexFeaturesAppendEnum {

BIT_SIGNED_CHECK

  1. 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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions