edu.umd.cs.findbugs.ba.jsr305

Class Analysis



  • public class Analysis
    extends Object
    Find relevant type qualifiers needing to be checked for a given method.
    Author:
    William Pugh
    • Field Detail

      • FIND_EFFECTIVE_RELEVANT_QUALIFIERS

        public static final boolean FIND_EFFECTIVE_RELEVANT_QUALIFIERS
        This system property enables additional work to try to detect all *effective* type qualifiers (direct, inherited, and default) applied to methods and called methods. This step uses an interprocedural call graph.
        See Also:
        Constant Field Values
      • DEBUG_FIND_EFFECTIVE_RELEVANT_QUALIFIERS

        public static final boolean DEBUG_FIND_EFFECTIVE_RELEVANT_QUALIFIERS
    • Constructor Detail

      • Analysis

        public Analysis()

Copyright © 2003–2015. All rights reserved.