edu.umd.cs.findbugs.config

Class AnalysisFeatureSetting



  • public class AnalysisFeatureSetting
    extends Object
    Configure a specific boolean analysis property.
    Author:
    David Hovemeyer
    • Constructor Detail

      • AnalysisFeatureSetting

        public AnalysisFeatureSetting(@AnalysisFeatures.AnalysisFeature
                              int property,
                              boolean enabled)
        Constructor.
        Parameters:
        property - the analysis property to configure
        enabled - true if the property is enabled, false if not
    • Method Detail

      • configure

        public void configure(AnalysisContext analysisContext)
        Set the configured value of the analysis property in the given AnalysisContext.
        Parameters:
        analysisContext - the AnalysisContext

Copyright © 2003–2015. All rights reserved.