Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • clsName

        java.lang.String clsName
      • methodName

        java.lang.String methodName
      • signature

        java.lang.String signature
      • isStatic

        boolean isStatic
      • srcLine

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

      • SourceInfo

        SourceInfo​(java.lang.String cls,
                   java.lang.String method,
                   java.lang.String sig,
                   boolean mStatic,
                   edu.umd.cs.findbugs.SourceLineAnnotation annotation)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object