Package com.mebigfatguy.fbcontrib.detect
Class InconsistentKeyNameCasing.SourceInfo
- java.lang.Object
-
- com.mebigfatguy.fbcontrib.detect.InconsistentKeyNameCasing.SourceInfo
-
- Enclosing class:
- InconsistentKeyNameCasing
static class InconsistentKeyNameCasing.SourceInfo extends java.lang.Object
a holder for location information of a getParameter call
-
-
Field Summary
Fields Modifier and Type Field Description (package private) java.lang.String
clsName
(package private) boolean
isStatic
(package private) java.lang.String
methodName
(package private) java.lang.String
signature
(package private) edu.umd.cs.findbugs.SourceLineAnnotation
srcLine
-
Constructor Summary
Constructors Constructor Description SourceInfo(java.lang.String cls, java.lang.String method, java.lang.String sig, boolean mStatic, edu.umd.cs.findbugs.SourceLineAnnotation annotation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-