Class FindUselessObjects.ValueInfo

java.lang.Object
edu.umd.cs.findbugs.detect.FindUselessObjects.ValueInfo
Enclosing class:
FindUselessObjects

private static class FindUselessObjects.ValueInfo extends Object
  • Field Details

    • created

      Location created
    • var

      String var
    • origValue

      int origValue
    • hasObjectOnlyCall

      boolean hasObjectOnlyCall
    • escaped

      boolean escaped
    • used

      boolean used
    • derivedEscaped

      boolean derivedEscaped
    • origValues

      public BitSet origValues
    • derivedValues

      public BitSet derivedValues
    • type

      org.apache.bcel.generic.Type type
  • Constructor Details

    • ValueInfo

      public ValueInfo(int origValue, Location location, org.apache.bcel.generic.Type type)
  • Method Details