Class InconsistentKeyNameCasing.SourceInfo

java.lang.Object
com.mebigfatguy.fbcontrib.detect.InconsistentKeyNameCasing.SourceInfo
Enclosing class:
InconsistentKeyNameCasing

static class InconsistentKeyNameCasing.SourceInfo extends Object
a holder for location information of a getParameter call
  • Field Details

    • clsName

      String clsName
    • methodName

      String methodName
    • signature

      String signature
    • isStatic

      boolean isStatic
    • srcLine

      edu.umd.cs.findbugs.SourceLineAnnotation srcLine
  • Constructor Details

    • SourceInfo

      SourceInfo(String cls, String method, String sig, boolean mStatic, edu.umd.cs.findbugs.SourceLineAnnotation annotation)
  • Method Details