A B C D E F G H I J K L M N O P Q R S T U V W X Z

N

name - Variable in class edu.umd.cs.findbugs.ba.AnnotationEnumeration
 
Naming - Class in edu.umd.cs.findbugs.detect
 
Naming(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.Naming
 
NCP_EXTRA_BRANCH - Static variable in interface edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysisFeatures
Keep track of an extra branch, so we can distinguish conditionally-null values with two branches from conditionally-null values with three or more branches.
net.jcip.annotations - package net.jcip.annotations
 
NEVER_READ - Static variable in class edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty
Field is never read outside constructor.
NEVER_WRITTEN - Static variable in class edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty
Field is never written outside constructor.
New - Class in edu.umd.cs.findbugs.ba.bcp
A PatternElement which matches NEW instructions and binds the result to a variable.
New(String) - Constructor for class edu.umd.cs.findbugs.ba.bcp.New
Constructor.
NewResults - Class in edu.umd.cs.findbugs
 
NewResults(String, String) - Constructor for class edu.umd.cs.findbugs.NewResults
 
NewResults(SortedBugCollection, SortedBugCollection, Project) - Constructor for class edu.umd.cs.findbugs.NewResults
 
next() - Method in class edu.umd.cs.findbugs.ba.BasicBlock.InstructionIterator
 
next() - Method in class edu.umd.cs.findbugs.ba.type.ExceptionSet.ThrownExceptionIterator
 
next() - Method in class edu.umd.cs.findbugs.Tokenizer
Get the next Token in the stream.
NO_ADJUSTMENT - Static variable in class edu.umd.cs.findbugs.props.PriorityAdjustment
No adjustment to the priority.
NO_LOADS - Static variable in class edu.umd.cs.findbugs.detect.DeadLocalStoreProperty
There are no loads of this local.
NO_LOCAL_LOCKS - Static variable in class edu.umd.cs.findbugs.detect.InconsistentSyncWarningProperty
Field is never locked in the definition of the class.
NO_SPLIT_DOWNGRADE_NSP - Static variable in interface edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysisFeatures
Do not downgrade "null on simple path" values to "null on complex path" on control splits.
NO_SWITCH_DEFAULT_AS_EXCEPTION - Static variable in interface edu.umd.cs.findbugs.ba.npe.IsNullValueAnalysisFeatures
Don't consider switch default cases as exception paths.
noKaboomNonNullValue(Location) - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing a value known to be non-null because a NPE would have occurred if it were null.
NONEXISTENT - Static variable in class edu.umd.cs.findbugs.ba.ResourceValueFrame
The resource doesn't exist.
NonexistentObligationException - Exception in edu.umd.cs.findbugs.ba.obl
 
NonexistentObligationException(Obligation) - Constructor for exception edu.umd.cs.findbugs.ba.obl.NonexistentObligationException
 
NonNull - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element must not be null.
NONNULL - Static variable in class edu.umd.cs.findbugs.ba.NullnessAnnotation
 
NonNullContractCollector - Class in edu.umd.cs.findbugs.ba.npe
Find the contract specified by @NonNull and @CheckForNull parameter annotations in the class hierarchy.
NonNullContractCollector(ParameterNullnessPropertyDatabase, ParameterNullnessPropertyDatabase) - Constructor for class edu.umd.cs.findbugs.ba.npe.NonNullContractCollector
 
NonNullContractCollector.SpecificationBuilder - Interface in edu.umd.cs.findbugs.ba.npe
 
NonNullParamViolation - Class in edu.umd.cs.findbugs.ba.npe
 
NonNullParamViolation(JavaClassAndMethod, int) - Constructor for class edu.umd.cs.findbugs.ba.npe.NonNullParamViolation
 
NonNullReturnProperty - Class in edu.umd.cs.findbugs.detect
 
NonNullReturnValueAnnotationChecker - Class in edu.umd.cs.findbugs.ba.npe
Deprecated.  
NonNullReturnValueAnnotationChecker(MayReturnNullPropertyDatabase) - Constructor for class edu.umd.cs.findbugs.ba.npe.NonNullReturnValueAnnotationChecker
Deprecated.  
NonNullSpecification - Class in edu.umd.cs.findbugs.ba.npe
 
NonNullSpecification(JavaClassAndMethod, ParameterNullnessProperty, ParameterNullnessProperty) - Constructor for class edu.umd.cs.findbugs.ba.npe.NonNullSpecification
 
nonNullValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing values that are definitely not null.
NonReportingDetector - Interface in edu.umd.cs.findbugs
A Detector which does not report warnings.
nonReportingNotNullValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get non-reporting non-null value.
NORMAL - Static variable in interface edu.umd.cs.findbugs.BugReporter
Normal error-reporting verbosity level.
NORMAL_PRIORITY - Static variable in interface edu.umd.cs.findbugs.Detector
Normal priority for bug instances.
NOT_CONSTANT - Static variable in class edu.umd.cs.findbugs.ba.constant.Constant
Single instance representing all non-constant values.
NoteCheckReturnValue - Class in edu.umd.cs.findbugs.detect
 
NoteCheckReturnValue(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.NoteCheckReturnValue
 
NoteCheckReturnValueAnnotations - Class in edu.umd.cs.findbugs.detect
Scan classes for @CheckReturnValue annotations
NoteCheckReturnValueAnnotations(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.NoteCheckReturnValueAnnotations
 
NoteNonNullAnnotations - Class in edu.umd.cs.findbugs.detect
Scan classes for @NonNull, @PossiblyNull and @CheckForNull annotations, and convey them to FindNullDeref.
NoteNonNullAnnotations(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.NoteNonNullAnnotations
 
NoteSuppressedWarnings - Class in edu.umd.cs.findbugs.detect
 
NoteSuppressedWarnings(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.NoteSuppressedWarnings
 
NoteSuppressedWarnings(BugReporter, boolean) - Constructor for class edu.umd.cs.findbugs.detect.NoteSuppressedWarnings
 
NoteUnconditionalParamDerefs - Class in edu.umd.cs.findbugs.detect
As a first scanning pass, make a note of unconditionally dereferenced parameters for later use by FindNullDerefs.
NoteUnconditionalParamDerefs(BugReporter) - Constructor for class edu.umd.cs.findbugs.detect.NoteUnconditionalParamDerefs
 
notifyObservers(BugInstance) - Method in class edu.umd.cs.findbugs.AbstractBugReporter
This should be called when a bug is reported by a subclass.
notInstance() - Static method in class edu.umd.cs.findbugs.ba.ResourceValue
 
NotThreadSafe - Annotation Type in net.jcip.annotations
NotThreadSafe The class to which this annotation is applied is not thread-safe.
NULL_TYPE_SIGNATURE - Static variable in interface edu.umd.cs.findbugs.ba.type2.SpecialTypeSignatures
Signature of the special type of the null value, which is an identity element for all reference types.
Nullable - Annotation Type in edu.umd.cs.findbugs.annotations
The annotated element could be null under some circumstances.
NULLABLE - Static variable in class edu.umd.cs.findbugs.ba.NullnessAnnotation
 
NullArgumentWarningProperty - Class in edu.umd.cs.findbugs.detect
Warning property for a null argument being passed to a method which might dereference it.
NULLCHECK - Static variable in interface edu.umd.cs.findbugs.ba.ir.ExtendedOpcodes
Null check.
NullCheck - Class in edu.umd.cs.findbugs.ba.ir
Synthetic null check instruction.
NullDerefAndRedundantComparisonCollector - Interface in edu.umd.cs.findbugs.ba.npe
Callback interface for collecting null pointer derefs and redundant null comparisons.
NullDerefAndRedundantComparisonFinder - Class in edu.umd.cs.findbugs.ba.npe
A user-friendly front end for finding null pointer dereferences and redundant null comparisions.
NullDerefAndRedundantComparisonFinder(ClassContext, Method, IsNullValueDataflow, NullDerefAndRedundantComparisonCollector) - Constructor for class edu.umd.cs.findbugs.ba.npe.NullDerefAndRedundantComparisonFinder
Constructor.
NullDerefProperty - Class in edu.umd.cs.findbugs.detect
Warning properties for null pointer dereference and redundant null comparison warnings.
NullnessAnnotation - Class in edu.umd.cs.findbugs.ba
 
NullnessAnnotation.Parser - Class in edu.umd.cs.findbugs.ba
 
NullnessAnnotation.Parser() - Constructor for class edu.umd.cs.findbugs.ba.NullnessAnnotation.Parser
 
NullnessAnnotationDatabase - Class in edu.umd.cs.findbugs.ba
 
NullnessAnnotationDatabase() - Constructor for class edu.umd.cs.findbugs.ba.NullnessAnnotationDatabase
 
nullOnComplexPathValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get null on complex path value.
nullOnComplexPathValue3() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Like "null on complex path" except that there are at least three branches between the explicit null value and the current location.
nullOnSimplePathValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing values that are definitely null on some simple (no branches) incoming path.
NullType - Class in edu.umd.cs.findbugs.ba.type
Special type representing the null value.
NullType - Class in edu.umd.cs.findbugs.ba.type2
The type of a null value.
nullValue() - Static method in class edu.umd.cs.findbugs.ba.npe.IsNullValue
Get the instance representing values that are definitely null.
NUM_BOOLEAN_ANALYSIS_PROPERTIES - Static variable in interface edu.umd.cs.findbugs.ba.AnalysisFeatures
Number of boolean analysis properties reserved for the bytecode analysis framework.
NUM_SORT_DIREECTIONS - Static variable in class edu.umd.cs.findbugs.gui.DefaultSortedTableModel
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z