com/tin/FVU/lower/DialogForLink.java:1:	Package name contains upper case characters
com/tin/FVU/lower/DialogForLink.java:15:	headerCommentRequirement Required
com/tin/FVU/lower/DialogForLink.java:20:	publicMethodCommentRequirement Required
com/tin/FVU/lower/DialogForLink.java:26:	Local variable 'button' could be declared final
com/tin/FVU/lower/DialogForLink.java:49:	Each class should declare at least one constructor
com/tin/FVU/lower/DialogForLink.java:49:	headerCommentRequirement Required
com/tin/FVU/lower/DialogForLink.java:50:	Avoid variables with short names like e
com/tin/FVU/lower/DialogForLink.java:50:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/DialogForLink.java:50:	publicMethodCommentRequirement Required
com/tin/FVU/lower/DialogForLink.java:51:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/DialogForLink.java:63:	Comment is too large: Line too long
com/tin/FVU/lower/DialogForLink.java:73:	Parameter 'uri' is not assigned and could be declared final
com/tin/FVU/lower/DialogForLink.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/DialogForLink.java:79:	Avoid empty catch blocks
com/tin/FVU/lower/DialogForLink.java:80:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:1:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/FVU/lower/FVU1.java:1:	Package name contains upper case characters
com/tin/FVU/lower/FVU1.java:1:	Possible God class (WMC=383, ATFD=374, TCC=0.016091954022988506)
com/tin/FVU/lower/FVU1.java:18:	Avoid unused imports such as 'java.io.FileInputStream'
com/tin/FVU/lower/FVU1.java:27:	Avoid unused imports such as 'java.nio.charset.Charset'
com/tin/FVU/lower/FVU1.java:30:	Avoid unused imports such as 'java.security.cert.CertificateException'
com/tin/FVU/lower/FVU1.java:31:	Avoid unused imports such as 'java.security.cert.CertificateFactory'
com/tin/FVU/lower/FVU1.java:32:	Avoid unused imports such as 'java.security.cert.X509Certificate'
com/tin/FVU/lower/FVU1.java:34:	Avoid unused imports such as 'java.util.Enumeration'
com/tin/FVU/lower/FVU1.java:36:	Avoid unused imports such as 'java.util.Properties'
com/tin/FVU/lower/FVU1.java:46:	No need to import a type that lives in the same package
com/tin/FVU/lower/FVU1.java:65:	Avoid short class names like FVU1
com/tin/FVU/lower/FVU1.java:65:	The class 'FVU1' has a Cyclomatic Complexity of 16 (Highest = 113).
com/tin/FVU/lower/FVU1.java:65:	The class 'FVU1' has a Modified Cyclomatic Complexity of 12 (Highest = 96).
com/tin/FVU/lower/FVU1.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:69:	This final field could be made static
com/tin/FVU/lower/FVU1.java:69:	To avoid mistakes add a comment at the beginning of the utilityLevel field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:69:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:69:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:70:	To avoid mistakes add a comment at the beginning of the fhFieldCountTds field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:70:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:70:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:71:	Avoid using redundant field initializer for 'logging'
com/tin/FVU/lower/FVU1.java:71:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:73:	Avoid using redundant field initializer for 'isConsValid'
com/tin/FVU/lower/FVU1.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:73:	To avoid mistakes add a comment at the beginning of the isConsValid field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:73:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:73:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:74:	Avoid using redundant field initializer for 'jContentPane'
com/tin/FVU/lower/FVU1.java:74:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:75:	Avoid using redundant field initializer for 'jLabel'
com/tin/FVU/lower/FVU1.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:75:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:76:	Avoid using redundant field initializer for 'jLabel1'
com/tin/FVU/lower/FVU1.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:76:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:77:	Avoid using redundant field initializer for 'jLabelCIN'
com/tin/FVU/lower/FVU1.java:77:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:77:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:78:	Avoid using redundant field initializer for 'jLabelCons'
com/tin/FVU/lower/FVU1.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:78:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:79:	Avoid using redundant field initializer for 'txtInputFileName'
com/tin/FVU/lower/FVU1.java:79:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:79:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:80:	Avoid using redundant field initializer for 'txtCINFileName'
com/tin/FVU/lower/FVU1.java:80:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:80:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:81:	Avoid using redundant field initializer for 'txtErrorFilePath'
com/tin/FVU/lower/FVU1.java:81:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:81:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:82:	Avoid using redundant field initializer for 'consFileName'
com/tin/FVU/lower/FVU1.java:82:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:82:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:83:	Avoid using redundant field initializer for 'btnValidate'
com/tin/FVU/lower/FVU1.java:83:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:83:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:83:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:84:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:86:	Avoid unused private fields such as 'flag'.
com/tin/FVU/lower/FVU1.java:86:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:88:	Avoid using redundant field initializer for 'btnExit'
com/tin/FVU/lower/FVU1.java:88:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:88:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:88:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:89:	Avoid using redundant field initializer for 'btnHelp'
com/tin/FVU/lower/FVU1.java:89:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:89:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:89:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:90:	Avoid excessively long variable names like btnbrowseInputFileName
com/tin/FVU/lower/FVU1.java:90:	Avoid using redundant field initializer for 'btnbrowseInputFileName'
com/tin/FVU/lower/FVU1.java:90:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:90:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:90:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:91:	Avoid excessively long variable names like btnbrowseTempFileName
com/tin/FVU/lower/FVU1.java:91:	Avoid using redundant field initializer for 'btnbrowseTempFileName'
com/tin/FVU/lower/FVU1.java:91:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:91:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:91:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:92:	Avoid excessively long variable names like btnbrowseErrorFilePath
com/tin/FVU/lower/FVU1.java:92:	Avoid using redundant field initializer for 'btnbrowseErrorFilePath'
com/tin/FVU/lower/FVU1.java:92:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:92:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:92:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:93:	Avoid using redundant field initializer for 'consTempFileName'
com/tin/FVU/lower/FVU1.java:93:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:93:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:93:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:94:	Avoid using redundant field initializer for 'jHelpTextPane'
com/tin/FVU/lower/FVU1.java:94:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:94:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:95:	Avoid excessively long variable names like jHelpScrollTextPane
com/tin/FVU/lower/FVU1.java:95:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:95:	Private field 'jHelpScrollTextPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/FVU/lower/FVU1.java:95:	Unnecessary use of fully qualified name 'javax.swing.JScrollPane' due to existing import 'javax.swing.JScrollPane'
com/tin/FVU/lower/FVU1.java:95:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:96:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:96:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:97:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:97:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:98:	Avoid excessively long variable names like previousSorurceFileFolder
com/tin/FVU/lower/FVU1.java:98:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:98:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:99:	Avoid excessively long variable names like previousOutputFileFolder
com/tin/FVU/lower/FVU1.java:99:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:99:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:100:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:101:	Avoid unused private fields such as 'i'.
com/tin/FVU/lower/FVU1.java:101:	Avoid using redundant field initializer for 'i'
com/tin/FVU/lower/FVU1.java:101:	Avoid variables with short names like i
com/tin/FVU/lower/FVU1.java:101:	Private field 'i' could be made final; it is only initialized in the declaration or constructor.
com/tin/FVU/lower/FVU1.java:101:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:102:	Avoid using redundant field initializer for 'toContinue'
com/tin/FVU/lower/FVU1.java:102:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:102:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:103:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:103:	This final field could be made static
com/tin/FVU/lower/FVU1.java:103:	To avoid mistakes add a comment at the beginning of the errorMsg_01 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:103:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:103:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:104:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:104:	This final field could be made static
com/tin/FVU/lower/FVU1.java:104:	To avoid mistakes add a comment at the beginning of the errorMsg_02 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:104:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:104:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:105:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:105:	This final field could be made static
com/tin/FVU/lower/FVU1.java:105:	To avoid mistakes add a comment at the beginning of the errorMsg_03 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:105:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:105:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:106:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:106:	This final field could be made static
com/tin/FVU/lower/FVU1.java:106:	To avoid mistakes add a comment at the beginning of the errorMsg_04 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:106:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:106:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:107:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:107:	This final field could be made static
com/tin/FVU/lower/FVU1.java:107:	To avoid mistakes add a comment at the beginning of the errorMsg_06 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:107:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:107:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:108:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:108:	This final field could be made static
com/tin/FVU/lower/FVU1.java:108:	To avoid mistakes add a comment at the beginning of the errorMsgCIN_01 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:108:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:108:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:109:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:109:	This final field could be made static
com/tin/FVU/lower/FVU1.java:109:	To avoid mistakes add a comment at the beginning of the errorMsgCIN_02 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:109:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:109:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:110:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:110:	This final field could be made static
com/tin/FVU/lower/FVU1.java:110:	To avoid mistakes add a comment at the beginning of the errorMsgCIN_03 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:110:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:110:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:111:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:111:	This final field could be made static
com/tin/FVU/lower/FVU1.java:111:	To avoid mistakes add a comment at the beginning of the errorMsgCIN_04 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:111:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:111:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:112:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:112:	This final field could be made static
com/tin/FVU/lower/FVU1.java:112:	To avoid mistakes add a comment at the beginning of the errorMsgCIN_05 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:112:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:112:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:113:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:113:	This final field could be made static
com/tin/FVU/lower/FVU1.java:113:	To avoid mistakes add a comment at the beginning of the errorMsg_05 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:113:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:113:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:114:	This final field could be made static
com/tin/FVU/lower/FVU1.java:114:	To avoid mistakes add a comment at the beginning of the errorMsgCons field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:114:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:114:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:115:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:115:	This final field could be made static
com/tin/FVU/lower/FVU1.java:115:	To avoid mistakes add a comment at the beginning of the errorMsgCons1 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:115:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:115:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:117:	To avoid mistakes add a comment at the beginning of the errorMsgCons2 field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:117:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:117:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:118:	Avoid unused private fields such as 'jButton'.
com/tin/FVU/lower/FVU1.java:118:	Avoid using redundant field initializer for 'jButton'
com/tin/FVU/lower/FVU1.java:118:	Private field 'jButton' could be made final; it is only initialized in the declaration or constructor.
com/tin/FVU/lower/FVU1.java:118:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:118:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:120:	Avoid excessively long variable names like processingInProgress
com/tin/FVU/lower/FVU1.java:120:	Avoid using redundant field initializer for 'processingInProgress'
com/tin/FVU/lower/FVU1.java:120:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:120:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:121:	Avoid excessively long variable names like consProvidedwitRegular
com/tin/FVU/lower/FVU1.java:121:	Avoid using redundant field initializer for 'consProvidedwitRegular'
com/tin/FVU/lower/FVU1.java:121:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:121:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:122:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:122:	To avoid mistakes add a comment at the beginning of the dfunc field if you want a default access modifier
com/tin/FVU/lower/FVU1.java:122:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:122:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:126:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/FVU1.java:126:	fieldCommentRequirement Required
com/tin/FVU/lower/FVU1.java:128:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:128:	Parameter 'args' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:128:	The method 'main' has a Cyclomatic Complexity of 40.
com/tin/FVU/lower/FVU1.java:128:	The method 'main' has a Modified Cyclomatic Complexity of 33.
com/tin/FVU/lower/FVU1.java:128:	The method main() has an NPath complexity of 37592
com/tin/FVU/lower/FVU1.java:128:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:137:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:152:	Found 'DD'-anomaly for variable 'fvuLogs' (lines '152'-'155').
com/tin/FVU/lower/FVU1.java:157:	System.out.println is used
com/tin/FVU/lower/FVU1.java:158:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:159:	System.exit() should not be used in J2EE/JEE apps
com/tin/FVU/lower/FVU1.java:170:	Local variable 'inFileNameSAM' could be declared final
com/tin/FVU/lower/FVU1.java:171:	Found 'DU'-anomaly for variable 'errorFileNameSAM' (lines '171'-'433').
com/tin/FVU/lower/FVU1.java:171:	Local variable 'errorFileNameSAM' could be declared final
com/tin/FVU/lower/FVU1.java:173:	Local variable 'outFileNameSAM' could be declared final
com/tin/FVU/lower/FVU1.java:174:	Avoid excessively long variable names like utilityLevelSamScm
com/tin/FVU/lower/FVU1.java:174:	Local variable 'utilityLevelSamScm' could be declared final
com/tin/FVU/lower/FVU1.java:175:	Found 'DU'-anomaly for variable 'samScmFvuVersion' (lines '175'-'433').
com/tin/FVU/lower/FVU1.java:175:	Local variable 'samScmFvuVersion' could be declared final
com/tin/FVU/lower/FVU1.java:176:	Local variable 'samScmPaperReturn' could be declared final
com/tin/FVU/lower/FVU1.java:178:	Found 'DD'-anomaly for variable 'cinFilePath' (lines '178'-'189').
com/tin/FVU/lower/FVU1.java:178:	Found 'DD'-anomaly for variable 'cinFilePath' (lines '178'-'196').
com/tin/FVU/lower/FVU1.java:178:	Found 'DU'-anomaly for variable 'cinFilePath' (lines '178'-'433').
com/tin/FVU/lower/FVU1.java:179:	Found 'DD'-anomaly for variable 'consFilePath' (lines '179'-'202').
com/tin/FVU/lower/FVU1.java:179:	Found 'DU'-anomaly for variable 'consFilePath' (lines '179'-'433').
com/tin/FVU/lower/FVU1.java:180:	System.out.println is used
com/tin/FVU/lower/FVU1.java:181:	Position literals first in String comparisons
com/tin/FVU/lower/FVU1.java:181:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:187:	Position literals first in String comparisons
com/tin/FVU/lower/FVU1.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:189:	Found 'DD'-anomaly for variable 'cinFilePath' (lines '189'-'196').
com/tin/FVU/lower/FVU1.java:189:	Found 'DU'-anomaly for variable 'cinFilePath' (lines '189'-'433').
com/tin/FVU/lower/FVU1.java:194:	Position literals first in String comparisons
com/tin/FVU/lower/FVU1.java:194:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:196:	Found 'DU'-anomaly for variable 'cinFilePath' (lines '196'-'433').
com/tin/FVU/lower/FVU1.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:202:	Found 'DU'-anomaly for variable 'consFilePath' (lines '202'-'433').
com/tin/FVU/lower/FVU1.java:204:	Avoid variables with short names like f1
com/tin/FVU/lower/FVU1.java:204:	Found 'DU'-anomaly for variable 'f1' (lines '204'-'433').
com/tin/FVU/lower/FVU1.java:204:	Local variable 'f1' could be declared final
com/tin/FVU/lower/FVU1.java:205:	Avoid variables with short names like f2
com/tin/FVU/lower/FVU1.java:205:	Found 'DU'-anomaly for variable 'f2' (lines '205'-'433').
com/tin/FVU/lower/FVU1.java:205:	Local variable 'f2' could be declared final
com/tin/FVU/lower/FVU1.java:206:	Found 'DU'-anomaly for variable 'tab' (lines '206'-'433').
com/tin/FVU/lower/FVU1.java:206:	Local variable 'tab' could be declared final
com/tin/FVU/lower/FVU1.java:208:	Local variable 'utilityLevelInt' could be declared final
com/tin/FVU/lower/FVU1.java:208:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:209:	Avoid excessively long variable names like paperReturnIndiFlag
com/tin/FVU/lower/FVU1.java:209:	Local variable 'paperReturnIndiFlag' could be declared final
com/tin/FVU/lower/FVU1.java:209:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:211:	Found 'DU'-anomaly for variable 'obj_FileGenerator' (lines '211'-'433').
com/tin/FVU/lower/FVU1.java:211:	Local variable 'obj_FileGenerator' could be declared final
com/tin/FVU/lower/FVU1.java:212:	Avoid excessively long variable names like FH_obj_StringBuffer
com/tin/FVU/lower/FVU1.java:212:	Found 'DU'-anomaly for variable 'FH_obj_StringBuffer' (lines '212'-'433').
com/tin/FVU/lower/FVU1.java:212:	Local variable 'FH_obj_StringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:218:	These nested if statements could be combined
com/tin/FVU/lower/FVU1.java:227:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:230:	System.exit() should not be used in J2EE/JEE apps
com/tin/FVU/lower/FVU1.java:233:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:237:	Avoid variables with short names like x
com/tin/FVU/lower/FVU1.java:237:	Local variable 'x' could be declared final
com/tin/FVU/lower/FVU1.java:238:	Avoid variables with short names like f
com/tin/FVU/lower/FVU1.java:238:	Local variable 'f' could be declared final
com/tin/FVU/lower/FVU1.java:239:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:240:	Avoid variables with short names like i
com/tin/FVU/lower/FVU1.java:241:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:245:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:250:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:253:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:256:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:262:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:264:	Local variable 'hashObj' could be declared final
com/tin/FVU/lower/FVU1.java:265:	Found 'DD'-anomaly for variable 'hashCode' (lines '265'-'267').
com/tin/FVU/lower/FVU1.java:268:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:269:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:273:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:275:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:276:	Found 'DU'-anomaly for variable 'lineNumber' (lines '276'-'433').
com/tin/FVU/lower/FVU1.java:276:	Local variable 'lineNumber' could be declared final
com/tin/FVU/lower/FVU1.java:277:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:281:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:285:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:289:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:293:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:297:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:301:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:302:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:316:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:318:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:324:	Local variable 'obj_FormValidator' could be declared final
com/tin/FVU/lower/FVU1.java:329:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:331:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:333:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:337:	Found 'DD'-anomaly for variable 'dataRecord' (lines '337'-'394').
com/tin/FVU/lower/FVU1.java:341:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:341:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:341:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:342:	Local variable 'panStatFile' could be declared final
com/tin/FVU/lower/FVU1.java:349:	Avoid excessively long variable names like paperRetWarFileName
com/tin/FVU/lower/FVU1.java:349:	Local variable 'paperRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:349:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:349:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:350:	Avoid excessively long variable names like paperReturnWarFile
com/tin/FVU/lower/FVU1.java:350:	Local variable 'paperReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:359:	Avoid excessively long variable names like electronicRetWarFileName
com/tin/FVU/lower/FVU1.java:359:	Local variable 'electronicRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:359:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:359:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:360:	Avoid excessively long variable names like electronicReturnWarFile
com/tin/FVU/lower/FVU1.java:360:	Local variable 'electronicReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:366:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:367:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:369:	Local variable 'samScmString' could be declared final
com/tin/FVU/lower/FVU1.java:383:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:385:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:387:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:388:	Local variable 'samScmDataFlNm' could be declared final
com/tin/FVU/lower/FVU1.java:392:	Local variable 'brRead' could be declared final
com/tin/FVU/lower/FVU1.java:393:	Local variable 'outWrite' could be declared final
com/tin/FVU/lower/FVU1.java:394:	Found 'DU'-anomaly for variable 'dataRecord' (lines '394'-'433').
com/tin/FVU/lower/FVU1.java:402:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:404:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:410:	System.out.println is used
com/tin/FVU/lower/FVU1.java:410:	The String literal " for details" appears 8 times in this file; the first occurrence is on line 410
com/tin/FVU/lower/FVU1.java:412:	Local variable 'htmlFile1' could be declared final
com/tin/FVU/lower/FVU1.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:417:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:428:	Avoid variables with short names like f
com/tin/FVU/lower/FVU1.java:428:	Local variable 'f' could be declared final
com/tin/FVU/lower/FVU1.java:432:	System.err.println is used
com/tin/FVU/lower/FVU1.java:447:	Avoid unused constructor parameters such as 'x'.
com/tin/FVU/lower/FVU1.java:447:	Avoid variables with short names like x
com/tin/FVU/lower/FVU1.java:447:	Document empty constructor
com/tin/FVU/lower/FVU1.java:447:	It is a good practice to call super() in a constructor
com/tin/FVU/lower/FVU1.java:447:	Parameter 'x' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:460:	Unnecessary use of fully qualified name 'javax.swing.JFrame.EXIT_ON_CLOSE' due to existing import 'javax.swing.JFrame'
com/tin/FVU/lower/FVU1.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:461:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:464:	Avoid variables with short names like e
com/tin/FVU/lower/FVU1.java:464:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:464:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:466:	System.exit() should not be used in J2EE/JEE apps
com/tin/FVU/lower/FVU1.java:475:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:480:	Avoid excessively long variable names like consGridBagConstraints14
com/tin/FVU/lower/FVU1.java:480:	Local variable 'consGridBagConstraints14' could be declared final
com/tin/FVU/lower/FVU1.java:480:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:480:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:481:	Avoid excessively long variable names like consGridBagConstraints15
com/tin/FVU/lower/FVU1.java:481:	Local variable 'consGridBagConstraints15' could be declared final
com/tin/FVU/lower/FVU1.java:481:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:481:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:482:	Avoid excessively long variable names like consGridBagConstraints16
com/tin/FVU/lower/FVU1.java:482:	Local variable 'consGridBagConstraints16' could be declared final
com/tin/FVU/lower/FVU1.java:482:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:482:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:483:	Avoid excessively long variable names like consGridBagConstraints12
com/tin/FVU/lower/FVU1.java:483:	Local variable 'consGridBagConstraints12' could be declared final
com/tin/FVU/lower/FVU1.java:483:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:483:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:484:	Avoid excessively long variable names like consGridBagConstraints17
com/tin/FVU/lower/FVU1.java:484:	Local variable 'consGridBagConstraints17' could be declared final
com/tin/FVU/lower/FVU1.java:484:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:484:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:485:	Avoid excessively long variable names like consGridBagConstraints38
com/tin/FVU/lower/FVU1.java:485:	Local variable 'consGridBagConstraints38' could be declared final
com/tin/FVU/lower/FVU1.java:485:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:485:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:486:	Avoid excessively long variable names like consGridBagConstraints18
com/tin/FVU/lower/FVU1.java:486:	Local variable 'consGridBagConstraints18' could be declared final
com/tin/FVU/lower/FVU1.java:486:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:486:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:487:	Avoid excessively long variable names like consGridBagConstraints39
com/tin/FVU/lower/FVU1.java:487:	Local variable 'consGridBagConstraints39' could be declared final
com/tin/FVU/lower/FVU1.java:487:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:487:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:488:	Avoid excessively long variable names like consGridBagConstraints40
com/tin/FVU/lower/FVU1.java:488:	Local variable 'consGridBagConstraints40' could be declared final
com/tin/FVU/lower/FVU1.java:488:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:488:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:489:	Avoid excessively long variable names like consGridBagConstraints41
com/tin/FVU/lower/FVU1.java:489:	Local variable 'consGridBagConstraints41' could be declared final
com/tin/FVU/lower/FVU1.java:489:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:489:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:490:	Avoid excessively long variable names like consGridBagConstraints42
com/tin/FVU/lower/FVU1.java:490:	Local variable 'consGridBagConstraints42' could be declared final
com/tin/FVU/lower/FVU1.java:490:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:490:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:491:	Avoid excessively long variable names like consGridBagConstraints43
com/tin/FVU/lower/FVU1.java:491:	Local variable 'consGridBagConstraints43' could be declared final
com/tin/FVU/lower/FVU1.java:491:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:491:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:492:	Avoid excessively long variable names like consGridBagConstraints45
com/tin/FVU/lower/FVU1.java:492:	Local variable 'consGridBagConstraints45' could be declared final
com/tin/FVU/lower/FVU1.java:492:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:492:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:494:	Avoid excessively long variable names like consGridBagConstraints44
com/tin/FVU/lower/FVU1.java:494:	Local variable 'consGridBagConstraints44' could be declared final
com/tin/FVU/lower/FVU1.java:494:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:494:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:495:	Avoid excessively long variable names like consGridBagConstraints46
com/tin/FVU/lower/FVU1.java:495:	Local variable 'consGridBagConstraints46' could be declared final
com/tin/FVU/lower/FVU1.java:495:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:495:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:496:	Avoid excessively long variable names like consGridBagConstraints47
com/tin/FVU/lower/FVU1.java:496:	Local variable 'consGridBagConstraints47' could be declared final
com/tin/FVU/lower/FVU1.java:496:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:496:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:497:	Avoid excessively long variable names like consGridBagConstraints48
com/tin/FVU/lower/FVU1.java:497:	Local variable 'consGridBagConstraints48' could be declared final
com/tin/FVU/lower/FVU1.java:497:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:497:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:498:	Avoid excessively long variable names like consGridBagConstraints49
com/tin/FVU/lower/FVU1.java:498:	Local variable 'consGridBagConstraints49' could be declared final
com/tin/FVU/lower/FVU1.java:498:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:498:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:499:	Avoid excessively long variable names like consGridBagConstraints50
com/tin/FVU/lower/FVU1.java:499:	Local variable 'consGridBagConstraints50' could be declared final
com/tin/FVU/lower/FVU1.java:499:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:499:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:500:	Avoid excessively long variable names like consGridBagConstraints51
com/tin/FVU/lower/FVU1.java:500:	Local variable 'consGridBagConstraints51' could be declared final
com/tin/FVU/lower/FVU1.java:500:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:500:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:501:	Avoid excessively long variable names like consGridBagConstraints1
com/tin/FVU/lower/FVU1.java:501:	Local variable 'consGridBagConstraints1' could be declared final
com/tin/FVU/lower/FVU1.java:501:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:501:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:504:	Local variable 'gbc_viewPDFButton' could be declared final
com/tin/FVU/lower/FVU1.java:504:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:504:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:523:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.BOTH' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:527:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.BOTH' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:534:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.EAST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:537:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.NORTH' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:538:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.BOTH' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:539:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.BOTH' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:541:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.HORIZONTAL' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:547:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.HORIZONTAL' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:555:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.EAST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:559:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.WEST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:560:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.NONE' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:569:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.WEST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:570:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.NONE' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:575:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.WEST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:576:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.NONE' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:584:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.HORIZONTAL' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:592:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.EAST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:598:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.WEST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:599:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.NONE' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:605:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.HORIZONTAL' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:612:	Unnecessary use of fully qualified name 'java.awt.GridBagConstraints.EAST' due to existing import 'java.awt.GridBagConstraints'
com/tin/FVU/lower/FVU1.java:708:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:708:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:709:	Document empty method body
com/tin/FVU/lower/FVU1.java:711:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:711:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:713:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:713:	Local variable 'inputFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:714:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:714:	Local variable 'errorFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:714:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:715:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:715:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:715:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:717:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:737:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:737:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:738:	Document empty method body
com/tin/FVU/lower/FVU1.java:740:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:740:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:742:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:742:	Local variable 'inputFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:742:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:743:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:743:	Local variable 'errorFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:743:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:744:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:744:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:744:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:746:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:763:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:763:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:764:	Document empty method body
com/tin/FVU/lower/FVU1.java:766:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:766:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:768:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:768:	Local variable 'inputFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:769:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:769:	Local variable 'errorFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:769:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:770:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:770:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:770:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:772:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:789:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:789:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:790:	Document empty method body
com/tin/FVU/lower/FVU1.java:792:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:792:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:794:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:794:	Local variable 'inputFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:795:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:795:	Local variable 'errorFilePath' could be declared final
com/tin/FVU/lower/FVU1.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:798:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:812:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:812:	The method 'getBtnValidate' has a Cyclomatic Complexity of 113.
com/tin/FVU/lower/FVU1.java:812:	The method 'getBtnValidate' has a Modified Cyclomatic Complexity of 96.
com/tin/FVU/lower/FVU1.java:812:	The method getBtnValidate() has an NPath complexity of 319410543
com/tin/FVU/lower/FVU1.java:812:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:819:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:823:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:825:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:825:	Avoid variables with short names like e
com/tin/FVU/lower/FVU1.java:825:	The method 'actionPerformed' has a Cyclomatic Complexity of 111.
com/tin/FVU/lower/FVU1.java:825:	The method 'actionPerformed' has a Modified Cyclomatic Complexity of 94.
com/tin/FVU/lower/FVU1.java:825:	The method actionPerformed() has an NPath complexity of 319410542
com/tin/FVU/lower/FVU1.java:825:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:825:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:827:	Avoid variables with short names like t
com/tin/FVU/lower/FVU1.java:827:	Local variable 't' could be declared final
com/tin/FVU/lower/FVU1.java:827:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/FVU/lower/FVU1.java:827:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/FVU/lower/FVU1.java:829:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:829:	The method 'run' has a Cyclomatic Complexity of 110.
com/tin/FVU/lower/FVU1.java:829:	The method 'run' has a Modified Cyclomatic Complexity of 93.
com/tin/FVU/lower/FVU1.java:829:	The method run() has an NPath complexity of 319410542
com/tin/FVU/lower/FVU1.java:829:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:831:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:832:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:833:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:834:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:835:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:840:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:840:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:840:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:840:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:845:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:845:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:865:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:867:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:867:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:868:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:868:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:869:	Found 'DD'-anomaly for variable 'errorCodeCIN' (lines '869'-'893').
com/tin/FVU/lower/FVU1.java:869:	Found 'DD'-anomaly for variable 'errorCodeCIN' (lines '869'-'893').
com/tin/FVU/lower/FVU1.java:871:	Found 'DD'-anomaly for variable 'hashFileName' (lines '871'-'967').
com/tin/FVU/lower/FVU1.java:871:	Found 'DD'-anomaly for variable 'hashFileName' (lines '871'-'967').
com/tin/FVU/lower/FVU1.java:872:	Found 'DD'-anomaly for variable 'statisticFileName' (lines '872'-'969').
com/tin/FVU/lower/FVU1.java:872:	Found 'DD'-anomaly for variable 'statisticFileName' (lines '872'-'969').
com/tin/FVU/lower/FVU1.java:873:	Found 'DD'-anomaly for variable 'pdfFileName' (lines '873'-'971').
com/tin/FVU/lower/FVU1.java:873:	Found 'DD'-anomaly for variable 'pdfFileName' (lines '873'-'971').
com/tin/FVU/lower/FVU1.java:874:	Found 'DD'-anomaly for variable 'temppdfFileName' (lines '874'-'970').
com/tin/FVU/lower/FVU1.java:874:	Found 'DD'-anomaly for variable 'temppdfFileName' (lines '874'-'970').
com/tin/FVU/lower/FVU1.java:875:	Found 'DD'-anomaly for variable 'htmlErrorFileName' (lines '875'-'968').
com/tin/FVU/lower/FVU1.java:875:	Found 'DD'-anomaly for variable 'htmlErrorFileName' (lines '875'-'968').
com/tin/FVU/lower/FVU1.java:876:	Avoid excessively long variable names like userFriendlyFileBHDD
com/tin/FVU/lower/FVU1.java:876:	Avoid unused local variables such as 'userFriendlyFileBHDD'.
com/tin/FVU/lower/FVU1.java:876:	Found 'DD'-anomaly for variable 'userFriendlyFileBHDD' (lines '876'-'972').
com/tin/FVU/lower/FVU1.java:876:	Found 'DD'-anomaly for variable 'userFriendlyFileBHDD' (lines '876'-'972').
com/tin/FVU/lower/FVU1.java:877:	Avoid excessively long variable names like userFriendlyFileCD
com/tin/FVU/lower/FVU1.java:877:	Avoid unused local variables such as 'userFriendlyFileCD'.
com/tin/FVU/lower/FVU1.java:877:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:877:	Found 'DD'-anomaly for variable 'userFriendlyFileCD' (lines '877'-'973').
com/tin/FVU/lower/FVU1.java:877:	Found 'DD'-anomaly for variable 'userFriendlyFileCD' (lines '877'-'973').
com/tin/FVU/lower/FVU1.java:878:	Avoid unused local variables such as 'uffNamingBHDD'.
com/tin/FVU/lower/FVU1.java:878:	Found 'DD'-anomaly for variable 'uffNamingBHDD' (lines '878'-'974').
com/tin/FVU/lower/FVU1.java:878:	Found 'DD'-anomaly for variable 'uffNamingBHDD' (lines '878'-'974').
com/tin/FVU/lower/FVU1.java:879:	Avoid unused local variables such as 'uffNamingCD'.
com/tin/FVU/lower/FVU1.java:879:	Found 'DD'-anomaly for variable 'uffNamingCD' (lines '879'-'975').
com/tin/FVU/lower/FVU1.java:879:	Found 'DD'-anomaly for variable 'uffNamingCD' (lines '879'-'975').
com/tin/FVU/lower/FVU1.java:882:	Found 'DD'-anomaly for variable 'errorCode' (lines '882'-'884').
com/tin/FVU/lower/FVU1.java:882:	Found 'DD'-anomaly for variable 'errorCode' (lines '882'-'884').
com/tin/FVU/lower/FVU1.java:883:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:883:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:883:	The String literal ".fvu" appears 4 times in this file; the first occurrence is on line 883
com/tin/FVU/lower/FVU1.java:887:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:887:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:893:	Found 'DD'-anomaly for variable 'errorCodeCIN' (lines '893'-'896').
com/tin/FVU/lower/FVU1.java:893:	Found 'DD'-anomaly for variable 'errorCodeCIN' (lines '893'-'896').
com/tin/FVU/lower/FVU1.java:894:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:905:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:906:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:907:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:908:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:909:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:910:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:911:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:912:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:913:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:915:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:916:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:917:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:918:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:929:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:933:	Avoid variables with short names like i
com/tin/FVU/lower/FVU1.java:934:	Avoid variables with short names like j
com/tin/FVU/lower/FVU1.java:935:	Avoid unused local variables such as 'ch'.
com/tin/FVU/lower/FVU1.java:935:	Avoid variables with short names like ch
com/tin/FVU/lower/FVU1.java:936:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:938:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:938:	Found 'DU'-anomaly for variable 'ch' (lines '938'-'1,832').
com/tin/FVU/lower/FVU1.java:938:	Found 'DU'-anomaly for variable 'ch' (lines '938'-'1,832').
com/tin/FVU/lower/FVU1.java:938:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:949:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:955:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:956:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:957:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:958:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:959:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:960:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:961:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:964:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:967:	Found 'DD'-anomaly for variable 'hashFileName' (lines '967'-'1,015').
com/tin/FVU/lower/FVU1.java:967:	Found 'DD'-anomaly for variable 'hashFileName' (lines '967'-'1,015').
com/tin/FVU/lower/FVU1.java:967:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:968:	Found 'DD'-anomaly for variable 'htmlErrorFileName' (lines '968'-'1,016').
com/tin/FVU/lower/FVU1.java:968:	Found 'DD'-anomaly for variable 'htmlErrorFileName' (lines '968'-'1,016').
com/tin/FVU/lower/FVU1.java:968:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:968:	The String literal "err.html" appears 4 times in this file; the first occurrence is on line 968
com/tin/FVU/lower/FVU1.java:969:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:969:	The String literal ".html" appears 20 times in this file; the first occurrence is on line 969
com/tin/FVU/lower/FVU1.java:970:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:970:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:970:	The String literal "pdf.html" appears 5 times in this file; the first occurrence is on line 970
com/tin/FVU/lower/FVU1.java:971:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:971:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:972:	Found 'DU'-anomaly for variable 'userFriendlyFileBHDD' (lines '972'-'1,832').
com/tin/FVU/lower/FVU1.java:972:	Found 'DU'-anomaly for variable 'userFriendlyFileBHDD' (lines '972'-'1,832').
com/tin/FVU/lower/FVU1.java:972:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:972:	The String literal "_BH" appears 8 times in this file; the first occurrence is on line 972
com/tin/FVU/lower/FVU1.java:973:	Found 'DU'-anomaly for variable 'userFriendlyFileCD' (lines '973'-'1,832').
com/tin/FVU/lower/FVU1.java:973:	Found 'DU'-anomaly for variable 'userFriendlyFileCD' (lines '973'-'1,832').
com/tin/FVU/lower/FVU1.java:973:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:973:	The String literal "_CD" appears 8 times in this file; the first occurrence is on line 973
com/tin/FVU/lower/FVU1.java:974:	Found 'DU'-anomaly for variable 'uffNamingBHDD' (lines '974'-'1,832').
com/tin/FVU/lower/FVU1.java:974:	Found 'DU'-anomaly for variable 'uffNamingBHDD' (lines '974'-'1,832').
com/tin/FVU/lower/FVU1.java:974:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:975:	Found 'DU'-anomaly for variable 'uffNamingCD' (lines '975'-'1,832').
com/tin/FVU/lower/FVU1.java:975:	Found 'DU'-anomaly for variable 'uffNamingCD' (lines '975'-'1,832').
com/tin/FVU/lower/FVU1.java:975:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:976:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:976:	Prefer StringBuffer over += for concatenating strings
com/tin/FVU/lower/FVU1.java:976:	The String literal ".err" appears 4 times in this file; the first occurrence is on line 976
com/tin/FVU/lower/FVU1.java:980:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:984:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:991:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:992:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:993:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:994:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:995:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:996:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:997:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:998:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:999:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1000:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1003:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1003:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1004:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1004:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1005:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1005:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1006:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1006:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1007:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1007:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1008:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1008:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1009:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1009:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1010:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1010:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1011:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1011:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1012:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1012:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1012:	Prefer StringBuffer over += for concatenating strings
com/tin/FVU/lower/FVU1.java:1014:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1015:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1017:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:1019:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1020:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1025:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1025:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1025:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1027:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1031:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1033:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1037:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1037:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1037:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1037:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1039:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1039:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1039:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1039:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1039:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1039:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1040:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1040:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1040:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1042:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:1047:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1049:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1054:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1055:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1056:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1058:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:1060:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1061:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1062:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1066:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1068:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1072:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1076:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1077:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1078:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:1080:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1080:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1087:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1089:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1093:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1093:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1095:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1095:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1095:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1095:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1095:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1095:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1095:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1095:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1095:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1103:	Found 'DD'-anomaly for variable 'check' (lines '1,103'-'1,114').
com/tin/FVU/lower/FVU1.java:1103:	Found 'DD'-anomaly for variable 'check' (lines '1,103'-'1,114').
com/tin/FVU/lower/FVU1.java:1112:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1114:	Found 'DD'-anomaly for variable 'check' (lines '1,114'-'1,124').
com/tin/FVU/lower/FVU1.java:1114:	Found 'DD'-anomaly for variable 'check' (lines '1,114'-'1,124').
com/tin/FVU/lower/FVU1.java:1115:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1116:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1118:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1120:	Avoid excessively long variable names like paperReturnFileGenerated
com/tin/FVU/lower/FVU1.java:1120:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,120'-'1,214').
com/tin/FVU/lower/FVU1.java:1120:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,120'-'1,214').
com/tin/FVU/lower/FVU1.java:1120:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,120'-'1,268').
com/tin/FVU/lower/FVU1.java:1120:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,120'-'1,268').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,220').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,220').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,241').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,241').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,274').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,274').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,295').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DD'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,295').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DU'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,832').
com/tin/FVU/lower/FVU1.java:1121:	Found 'DU'-anomaly for variable 'paperRetWarFile' (lines '1,121'-'1,832').
com/tin/FVU/lower/FVU1.java:1122:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,221').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,221').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,242').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,242').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,275').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,275').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,296').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DD'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,296').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DU'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,832').
com/tin/FVU/lower/FVU1.java:1122:	Found 'DU'-anomaly for variable 'electronicRetWarFile' (lines '1,122'-'1,832').
com/tin/FVU/lower/FVU1.java:1123:	Avoid excessively long variable names like paperReturnIndiFlag
com/tin/FVU/lower/FVU1.java:1125:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1128:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1129:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1136:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1136:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1136:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1136:	Use equals() to compare strings instead of '==' or '!='
com/tin/FVU/lower/FVU1.java:1140:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1144:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1146:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1152:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1154:	Found 'DU'-anomaly for variable 'hashFileLocation' (lines '1,154'-'1,832').
com/tin/FVU/lower/FVU1.java:1154:	Found 'DU'-anomaly for variable 'hashFileLocation' (lines '1,154'-'1,832').
com/tin/FVU/lower/FVU1.java:1154:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1154:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1154:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/FVU/lower/FVU1.java:1156:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1162:	Found 'DD'-anomaly for variable 'pdfbool' (lines '1,162'-'1,165').
com/tin/FVU/lower/FVU1.java:1162:	Found 'DD'-anomaly for variable 'pdfbool' (lines '1,162'-'1,165').
com/tin/FVU/lower/FVU1.java:1162:	Found 'DD'-anomaly for variable 'pdfbool' (lines '1,162'-'1,169').
com/tin/FVU/lower/FVU1.java:1163:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1163:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:1163:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1165:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1165:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1165:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1171:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1173:	Avoid unused local variables such as 'rep'.
com/tin/FVU/lower/FVU1.java:1173:	Found 'DU'-anomaly for variable 'rep' (lines '1,173'-'1,832').
com/tin/FVU/lower/FVU1.java:1173:	Found 'DU'-anomaly for variable 'rep' (lines '1,173'-'1,832').
com/tin/FVU/lower/FVU1.java:1174:	Avoid unused local variables such as 'l1'.
com/tin/FVU/lower/FVU1.java:1174:	Avoid variables with short names like l1
com/tin/FVU/lower/FVU1.java:1174:	Found 'DU'-anomaly for variable 'l1' (lines '1,174'-'1,832').
com/tin/FVU/lower/FVU1.java:1174:	Found 'DU'-anomaly for variable 'l1' (lines '1,174'-'1,832').
com/tin/FVU/lower/FVU1.java:1175:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1176:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1177:	Avoid unused local variables such as 'l2'.
com/tin/FVU/lower/FVU1.java:1177:	Avoid variables with short names like l2
com/tin/FVU/lower/FVU1.java:1177:	Found 'DU'-anomaly for variable 'l2' (lines '1,177'-'1,832').
com/tin/FVU/lower/FVU1.java:1177:	Found 'DU'-anomaly for variable 'l2' (lines '1,177'-'1,832').
com/tin/FVU/lower/FVU1.java:1178:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1187:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1187:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1188:	Avoid excessively long variable names like panStatTableString
com/tin/FVU/lower/FVU1.java:1189:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1189:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:1190:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:1194:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1194:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1201:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1201:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1202:	Avoid excessively long variable names like panStatTableString
com/tin/FVU/lower/FVU1.java:1203:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1203:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:1204:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:1212:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1212:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1214:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,214'-'1,268').
com/tin/FVU/lower/FVU1.java:1214:	Found 'DD'-anomaly for variable 'paperReturnFileGenerated' (lines '1,214'-'1,268').
com/tin/FVU/lower/FVU1.java:1217:	Avoid excessively long variable names like paperRetunWarningFileName
com/tin/FVU/lower/FVU1.java:1217:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1217:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1218:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1219:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1222:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:1224:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1232:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1238:	Avoid excessively long variable names like paperRetunWarningFileName
com/tin/FVU/lower/FVU1.java:1238:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1238:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1239:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1240:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1243:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:1245:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1253:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1266:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1266:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:1271:	Avoid excessively long variable names like electronicReturnWarningFileName
com/tin/FVU/lower/FVU1.java:1271:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1271:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1272:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1273:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1276:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:1278:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1286:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1292:	Avoid excessively long variable names like electronicReturnWarningFileName
com/tin/FVU/lower/FVU1.java:1292:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1292:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1293:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1294:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1297:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:1299:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1307:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1319:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1319:	The String literal "END TIME : " appears 6 times in this file; the first occurrence is on line 1,319
com/tin/FVU/lower/FVU1.java:1320:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1329:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1330:	The String literal ".\r\n Please submit .FVU file in PENDRIVE/CD and duly signed physical Form 27A generated through FVU at TIN Facilitation Centers." appears 24 times in this file; the first occurrence is on line 1,330
com/tin/FVU/lower/FVU1.java:1330:	The String literal "File validated successfully at the path  " appears 12 times in this file; the first occurrence is on line 1,330
com/tin/FVU/lower/FVU1.java:1340:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1355:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1356:	The String literal "File validated successfully at the path " appears 11 times in this file; the first occurrence is on line 1,356
com/tin/FVU/lower/FVU1.java:1366:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1382:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1394:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1414:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1425:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1440:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1451:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1467:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1479:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1494:	Avoid excessively long variable names like FH_obj_StringBuffer
com/tin/FVU/lower/FVU1.java:1496:	Comment is too large: Too many lines
com/tin/FVU/lower/FVU1.java:1523:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1527:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1531:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1535:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1539:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1543:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1547:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1548:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1553:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1557:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1561:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1565:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1569:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1578:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1579:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1582:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:1584:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1586:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1586:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1594:	Avoid excessively long variable names like paperRetWarFileName
com/tin/FVU/lower/FVU1.java:1594:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1594:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1595:	Avoid excessively long variable names like paperReturnWarFile
com/tin/FVU/lower/FVU1.java:1601:	Avoid excessively long variable names like electronicRetWarFileName
com/tin/FVU/lower/FVU1.java:1601:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1601:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1602:	Avoid excessively long variable names like electronicReturnWarFile
com/tin/FVU/lower/FVU1.java:1610:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1612:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1613:	The String literal "Errors Found during Validation.\r\nError File and HTML Error File Generated\r\nOpen " appears 7 times in this file; the first occurrence is on line 1,613
com/tin/FVU/lower/FVU1.java:1617:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1620:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1628:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:1631:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1632:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1634:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:1640:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1646:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1650:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1651:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1653:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:1660:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:1666:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1669:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1669:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1677:	Avoid excessively long variable names like paperRetWarFileName
com/tin/FVU/lower/FVU1.java:1677:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1677:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1678:	Avoid excessively long variable names like paperReturnWarFile
com/tin/FVU/lower/FVU1.java:1685:	Avoid excessively long variable names like electronicRetWarFileName
com/tin/FVU/lower/FVU1.java:1685:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1685:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1686:	Avoid excessively long variable names like electronicReturnWarFile
com/tin/FVU/lower/FVU1.java:1694:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1696:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1701:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1704:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1708:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1709:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1710:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1712:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1714:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1719:	Avoid excessively long variable names like FH_obj_StringBuffer
com/tin/FVU/lower/FVU1.java:1722:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:1723:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:1725:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:1726:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:1728:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1730:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1730:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1738:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1743:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1746:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1749:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1750:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1751:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1753:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1756:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1759:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1759:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1761:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1763:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1763:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1771:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1774:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1784:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1785:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1786:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1787:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1788:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1789:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1790:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1791:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1792:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1793:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1794:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1795:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1797:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1799:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1802:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:1804:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1805:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1805:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1809:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1810:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1811:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1812:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1813:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1814:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1817:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1818:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1819:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1820:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1821:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:1835:	The method 'versionCheck' has a Cyclomatic Complexity of 14.
com/tin/FVU/lower/FVU1.java:1835:	The method 'versionCheck' has a Modified Cyclomatic Complexity of 14.
com/tin/FVU/lower/FVU1.java:1837:	Local variable 'validateProxy' could be declared final
com/tin/FVU/lower/FVU1.java:1843:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1846:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1849:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1852:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1854:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1857:	Avoid excessively long variable names like obj_VersionValidator
com/tin/FVU/lower/FVU1.java:1857:	Local variable 'obj_VersionValidator' could be declared final
com/tin/FVU/lower/FVU1.java:1863:	Avoid variables with short names like st
com/tin/FVU/lower/FVU1.java:1863:	Local variable 'st' could be declared final
com/tin/FVU/lower/FVU1.java:1865:	Avoid excessively long variable names like FVU_Electronic_after201011
com/tin/FVU/lower/FVU1.java:1866:	Avoid excessively long variable names like FVU_Electronic_before201011
com/tin/FVU/lower/FVU1.java:1869:	Avoid variables with short names like k
com/tin/FVU/lower/FVU1.java:1875:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1878:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1886:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1889:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1892:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1909:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:1911:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1937:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1938:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1945:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:1946:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1952:	Local variable 'errFilepath_Path' could be declared final
com/tin/FVU/lower/FVU1.java:1953:	Local variable 'temp2' could be declared final
com/tin/FVU/lower/FVU1.java:1953:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:1957:	Local variable 'temp3' could be declared final
com/tin/FVU/lower/FVU1.java:1962:	Local variable 'desktop' could be declared final
com/tin/FVU/lower/FVU1.java:1963:	Local variable 'dirToOpen' could be declared final
com/tin/FVU/lower/FVU1.java:1964:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1968:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:1971:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:1978:	Avoid excessively long variable names like paperReturnIndiFlag
com/tin/FVU/lower/FVU1.java:1978:	Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
com/tin/FVU/lower/FVU1.java:1978:	Avoid really long methods.
com/tin/FVU/lower/FVU1.java:1978:	Avoid reassigning parameters such as 'errorFileName'
com/tin/FVU/lower/FVU1.java:1978:	Avoid reassigning parameters such as 'errorFileName'
com/tin/FVU/lower/FVU1.java:1978:	Avoid reassigning parameters such as 'errorFileName'
com/tin/FVU/lower/FVU1.java:1978:	Avoid reassigning parameters such as 'hashFileName'
com/tin/FVU/lower/FVU1.java:1978:	Parameter 'consFilePath' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:1978:	Parameter 'inFileName' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:1978:	Parameter 'paperReturnIndiFlag' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:1978:	Parameter 'samScmFvuVersion' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:1978:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/FVU/lower/FVU1.java:1978:	The method 'RPUcalled_FVUaction' has a Cyclomatic Complexity of 102.
com/tin/FVU/lower/FVU1.java:1978:	The method 'RPUcalled_FVUaction' has a Modified Cyclomatic Complexity of 84.
com/tin/FVU/lower/FVU1.java:1978:	The method RPUcalled_FVUaction() has an NPath complexity of 159750902
com/tin/FVU/lower/FVU1.java:1978:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:1981:	Avoid unused local variables such as 'returntoRPU'.
com/tin/FVU/lower/FVU1.java:1985:	System.out.println is used
com/tin/FVU/lower/FVU1.java:1986:	Local variable 'tab' could be declared final
com/tin/FVU/lower/FVU1.java:1988:	Local variable 'obj_FormValidator' could be declared final
com/tin/FVU/lower/FVU1.java:1989:	Local variable 'pdfGen' could be declared final
com/tin/FVU/lower/FVU1.java:1995:	Avoid excessively long variable names like userFriendlyFileBHDD
com/tin/FVU/lower/FVU1.java:1995:	Avoid unused local variables such as 'userFriendlyFileBHDD'.
com/tin/FVU/lower/FVU1.java:1996:	Avoid excessively long variable names like userFriendlyFileCD
com/tin/FVU/lower/FVU1.java:1996:	Avoid unused local variables such as 'userFriendlyFileCD'.
com/tin/FVU/lower/FVU1.java:1996:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:1997:	Avoid unused local variables such as 'uffNamingBHDD'.
com/tin/FVU/lower/FVU1.java:1998:	Avoid unused local variables such as 'uffNamingCD'.
com/tin/FVU/lower/FVU1.java:1999:	Local variable 'addrFile' could be declared final
com/tin/FVU/lower/FVU1.java:2000:	Local variable 'fileName' could be declared final
com/tin/FVU/lower/FVU1.java:2002:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2002:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2004:	Avoid unused local variables such as 'errorDir'.
com/tin/FVU/lower/FVU1.java:2004:	Local variable 'errorDir' could be declared final
com/tin/FVU/lower/FVU1.java:2007:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2010:	Local variable 'cinFile' could be declared final
com/tin/FVU/lower/FVU1.java:2011:	Local variable 'cinFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2013:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2021:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2023:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2025:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2027:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2038:	Avoid variables with short names like i
com/tin/FVU/lower/FVU1.java:2039:	Avoid variables with short names like j
com/tin/FVU/lower/FVU1.java:2040:	Avoid unused local variables such as 'ch'.
com/tin/FVU/lower/FVU1.java:2040:	Avoid variables with short names like ch
com/tin/FVU/lower/FVU1.java:2043:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2060:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2062:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2063:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2064:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2065:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2066:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2067:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2070:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2096:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2097:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2098:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2099:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2100:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2101:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2102:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2103:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2104:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2105:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2121:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2123:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2123:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2126:	Local variable 'fgen' could be declared final
com/tin/FVU/lower/FVU1.java:2127:	Local variable 'errText' could be declared final
com/tin/FVU/lower/FVU1.java:2129:	Local variable 'htmlText' could be declared final
com/tin/FVU/lower/FVU1.java:2129:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2135:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2135:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2137:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2137:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2137:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2139:	Local variable 'consMatched' could be declared final
com/tin/FVU/lower/FVU1.java:2140:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:2142:	Local variable 'fgen' could be declared final
com/tin/FVU/lower/FVU1.java:2143:	Local variable 'errText' could be declared final
com/tin/FVU/lower/FVU1.java:2145:	Local variable 'htmlText' could be declared final
com/tin/FVU/lower/FVU1.java:2145:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2155:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:2157:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2158:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2159:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2160:	Local variable 'fgen' could be declared final
com/tin/FVU/lower/FVU1.java:2161:	Local variable 'errText' could be declared final
com/tin/FVU/lower/FVU1.java:2163:	Local variable 'htmlText' could be declared final
com/tin/FVU/lower/FVU1.java:2163:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2169:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2173:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2174:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2175:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:2181:	Local variable 'fgen' could be declared final
com/tin/FVU/lower/FVU1.java:2182:	Local variable 'errText' could be declared final
com/tin/FVU/lower/FVU1.java:2184:	Local variable 'htmlText' could be declared final
com/tin/FVU/lower/FVU1.java:2184:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2190:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2195:	Avoid unnecessary comparisons in boolean expressions
com/tin/FVU/lower/FVU1.java:2195:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2195:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2195:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2195:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2195:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2195:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2195:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2199:	Local variable 'fileLogs' could be declared final
com/tin/FVU/lower/FVU1.java:2203:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2205:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2207:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2208:	Local variable 'hash' could be declared final
com/tin/FVU/lower/FVU1.java:2209:	Avoid excessively long variable names like paperReturnFileGenerated
com/tin/FVU/lower/FVU1.java:2211:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:2214:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2217:	Local variable 'barcode' could be declared final
com/tin/FVU/lower/FVU1.java:2219:	Local variable 'digitPattern' could be declared final
com/tin/FVU/lower/FVU1.java:2221:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2221:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2221:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2221:	Use equals() to compare strings instead of '==' or '!='
com/tin/FVU/lower/FVU1.java:2225:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2227:	Local variable 'ferr2' could be declared final
com/tin/FVU/lower/FVU1.java:2229:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2231:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2237:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2238:	Local variable 'obj_FileGenerator' could be declared final
com/tin/FVU/lower/FVU1.java:2239:	Local variable 'hashFileLocation' could be declared final
com/tin/FVU/lower/FVU1.java:2239:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/FVU/lower/FVU1.java:2249:	Avoid if (x != y) ..; else ..;
com/tin/FVU/lower/FVU1.java:2257:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2258:	Local variable 'reportGenerated' could be declared final
com/tin/FVU/lower/FVU1.java:2259:	Avoid unused local variables such as 'rep'.
com/tin/FVU/lower/FVU1.java:2259:	Local variable 'rep' could be declared final
com/tin/FVU/lower/FVU1.java:2260:	Avoid unused local variables such as 'l1'.
com/tin/FVU/lower/FVU1.java:2260:	Avoid variables with short names like l1
com/tin/FVU/lower/FVU1.java:2260:	Local variable 'l1' could be declared final
com/tin/FVU/lower/FVU1.java:2262:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2263:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2264:	Avoid unused local variables such as 'l2'.
com/tin/FVU/lower/FVU1.java:2264:	Avoid variables with short names like l2
com/tin/FVU/lower/FVU1.java:2264:	Local variable 'l2' could be declared final
com/tin/FVU/lower/FVU1.java:2265:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2274:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2275:	Avoid excessively long variable names like panStatTableString
com/tin/FVU/lower/FVU1.java:2275:	Local variable 'panStatTableString' could be declared final
com/tin/FVU/lower/FVU1.java:2276:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2276:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:2277:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:2281:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2281:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2288:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2289:	Avoid excessively long variable names like panStatTableString
com/tin/FVU/lower/FVU1.java:2289:	Local variable 'panStatTableString' could be declared final
com/tin/FVU/lower/FVU1.java:2290:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2290:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:2291:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/FVU/lower/FVU1.java:2299:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2299:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2304:	Avoid excessively long variable names like paperRetunWarningFileName
com/tin/FVU/lower/FVU1.java:2304:	Local variable 'paperRetunWarningFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2305:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2305:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2306:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2306:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2309:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:2309:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2311:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2317:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2321:	Avoid excessively long variable names like paperRetunWarningFileName
com/tin/FVU/lower/FVU1.java:2321:	Local variable 'paperRetunWarningFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2322:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2322:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2323:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2323:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2326:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:2326:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2328:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2334:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2344:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2344:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:2349:	Avoid excessively long variable names like electronicReturnWarningFileName
com/tin/FVU/lower/FVU1.java:2349:	Local variable 'electronicReturnWarningFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2350:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2350:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2351:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2351:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2354:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:2354:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2356:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2364:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2370:	Avoid excessively long variable names like electronicReturnWarningFileName
com/tin/FVU/lower/FVU1.java:2370:	Local variable 'electronicReturnWarningFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2371:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2371:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2372:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2372:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2375:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/FVU/lower/FVU1.java:2375:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2377:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2385:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2395:	Local variable 'cal22' could be declared final
com/tin/FVU/lower/FVU1.java:2396:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2399:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2574:	Local variable 'obj_FileGenerator' could be declared final
com/tin/FVU/lower/FVU1.java:2575:	Avoid excessively long variable names like FH_obj_StringBuffer
com/tin/FVU/lower/FVU1.java:2575:	Local variable 'FH_obj_StringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2576:	Local variable 'lineNumber' could be declared final
com/tin/FVU/lower/FVU1.java:2577:	Comment is too large: Too many lines
com/tin/FVU/lower/FVU1.java:2592:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2605:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2609:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2613:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2617:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2621:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2625:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2629:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2630:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2635:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2639:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2643:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2647:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2651:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2661:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2661:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2662:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2662:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2665:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:2665:	Local variable 'htmlErrorFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2667:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2669:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2670:	Local variable 'panStatFile' could be declared final
com/tin/FVU/lower/FVU1.java:2677:	Avoid excessively long variable names like paperRetWarFileName
com/tin/FVU/lower/FVU1.java:2677:	Local variable 'paperRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2678:	Avoid excessively long variable names like paperReturnWarFile
com/tin/FVU/lower/FVU1.java:2678:	Local variable 'paperReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2684:	Avoid excessively long variable names like electronicRetWarFileName
com/tin/FVU/lower/FVU1.java:2684:	Local variable 'electronicRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2685:	Avoid excessively long variable names like electronicReturnWarFile
com/tin/FVU/lower/FVU1.java:2685:	Local variable 'electronicReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2691:	Local variable 'cal22' could be declared final
com/tin/FVU/lower/FVU1.java:2692:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2695:	Local variable 'htmlFile' could be declared final
com/tin/FVU/lower/FVU1.java:2697:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2700:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2707:	Local variable 'obj_FileGenerator' could be declared final
com/tin/FVU/lower/FVU1.java:2708:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:2711:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2711:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2712:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2712:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2713:	Local variable 'paperRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2714:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:2714:	Local variable 'electronicRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2717:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2723:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2727:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2727:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2728:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2728:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2729:	Local variable 'paperRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2730:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:2730:	Local variable 'electronicRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2733:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:2739:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2742:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2743:	Local variable 'panStatFile' could be declared final
com/tin/FVU/lower/FVU1.java:2750:	Avoid excessively long variable names like paperRetWarFileName
com/tin/FVU/lower/FVU1.java:2750:	Local variable 'paperRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2751:	Avoid excessively long variable names like paperReturnWarFile
com/tin/FVU/lower/FVU1.java:2751:	Local variable 'paperReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2757:	Avoid excessively long variable names like electronicRetWarFileName
com/tin/FVU/lower/FVU1.java:2757:	Local variable 'electronicRetWarFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2758:	Avoid excessively long variable names like electronicReturnWarFile
com/tin/FVU/lower/FVU1.java:2758:	Local variable 'electronicReturnWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2765:	Local variable 'cal22' could be declared final
com/tin/FVU/lower/FVU1.java:2766:	System.out.println is used
com/tin/FVU/lower/FVU1.java:2769:	Local variable 'htmlFile' could be declared final
com/tin/FVU/lower/FVU1.java:2771:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2774:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2784:	Local variable 'obj_FileGenerator' could be declared final
com/tin/FVU/lower/FVU1.java:2785:	Avoid excessively long variable names like FH_obj_StringBuffer
com/tin/FVU/lower/FVU1.java:2785:	Local variable 'FH_obj_StringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2788:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/FVU/lower/FVU1.java:2788:	Local variable 'appedHtmlErrorFileHeader' could be declared final
com/tin/FVU/lower/FVU1.java:2789:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/FVU/lower/FVU1.java:2789:	Local variable 'appedHtmlErrorFileFooter' could be declared final
com/tin/FVU/lower/FVU1.java:2790:	Local variable 'paperRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2791:	Avoid excessively long variable names like electronicRetWarFile
com/tin/FVU/lower/FVU1.java:2791:	Local variable 'electronicRetWarFile' could be declared final
com/tin/FVU/lower/FVU1.java:2792:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/FVU/lower/FVU1.java:2792:	Local variable 'htmlErrorFileStringBuffer' could be declared final
com/tin/FVU/lower/FVU1.java:2794:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:2796:	Local variable 'panStatFileName' could be declared final
com/tin/FVU/lower/FVU1.java:2797:	Local variable 'panStatFile' could be declared final
com/tin/FVU/lower/FVU1.java:2803:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:2812:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:2818:	Local variable 'htmlFile' could be declared final
com/tin/FVU/lower/FVU1.java:2820:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2823:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2836:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2838:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2840:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:2847:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:2849:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2849:	System.err.println is used
com/tin/FVU/lower/FVU1.java:2860:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2864:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2868:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:2870:	Avoid variables with short names like e
com/tin/FVU/lower/FVU1.java:2870:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:2870:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:2872:	System.exit() should not be used in J2EE/JEE apps
com/tin/FVU/lower/FVU1.java:2884:	The method 'getBtnbrowseInputFileName' has a Cyclomatic Complexity of 10.
com/tin/FVU/lower/FVU1.java:2884:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2888:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2889:	The String literal "Browse" appears 4 times in this file; the first occurrence is on line 2,889
com/tin/FVU/lower/FVU1.java:2894:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:2896:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:2896:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:2896:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:2898:	Avoid variables with short names like jf
com/tin/FVU/lower/FVU1.java:2898:	Local variable 'jf' could be declared final
com/tin/FVU/lower/FVU1.java:2899:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2899:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2899:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2905:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2905:	Local variable 'currentFile' could be declared final
com/tin/FVU/lower/FVU1.java:2909:	Local variable 'result' could be declared final
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2911:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:2915:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:2920:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2920:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2920:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2921:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2922:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2922:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2923:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2923:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2923:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2923:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2923:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2924:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2930:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:2932:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2932:	System.err.println is used
com/tin/FVU/lower/FVU1.java:2937:	The method 'getBtnbrowseCINFileName' has a Cyclomatic Complexity of 10.
com/tin/FVU/lower/FVU1.java:2937:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2941:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2947:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:2949:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:2949:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:2949:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:2951:	Avoid variables with short names like jf
com/tin/FVU/lower/FVU1.java:2951:	Local variable 'jf' could be declared final
com/tin/FVU/lower/FVU1.java:2952:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2952:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2952:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:2958:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2958:	Local variable 'currentFile' could be declared final
com/tin/FVU/lower/FVU1.java:2962:	Local variable 'result' could be declared final
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2962:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2964:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:2968:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:2973:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2973:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2973:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2974:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2975:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2975:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2976:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2976:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2976:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2976:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2976:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:2977:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:2983:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:2985:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:2985:	System.err.println is used
com/tin/FVU/lower/FVU1.java:2995:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:2999:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:3003:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:3005:	Avoid variables with short names like e
com/tin/FVU/lower/FVU1.java:3005:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3005:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:3005:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3007:	Avoid variables with short names like jf
com/tin/FVU/lower/FVU1.java:3007:	Local variable 'jf' could be declared final
com/tin/FVU/lower/FVU1.java:3011:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3011:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3011:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:3017:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3017:	Local variable 'currentFile' could be declared final
com/tin/FVU/lower/FVU1.java:3022:	Local variable 'result' could be declared final
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3022:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3024:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:3028:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:3033:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3033:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3033:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3034:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3034:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3035:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3035:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3035:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3035:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3035:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3036:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3044:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:3048:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:3054:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:3056:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3056:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:3056:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3058:	Avoid variables with short names like jf
com/tin/FVU/lower/FVU1.java:3058:	Local variable 'jf' could be declared final
com/tin/FVU/lower/FVU1.java:3059:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3059:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3059:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/FVU/lower/FVU1.java:3065:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3065:	Local variable 'currentFile' could be declared final
com/tin/FVU/lower/FVU1.java:3069:	Local variable 'result' could be declared final
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3069:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3071:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:3075:	Avoid empty if statements
com/tin/FVU/lower/FVU1.java:3080:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3080:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3080:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3082:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3082:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3083:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3083:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3083:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3083:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3084:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3090:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:3092:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:3092:	System.err.println is used
com/tin/FVU/lower/FVU1.java:3098:	Parameter 'fileFlag' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3098:	Parameter 'testName' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3098:	The method 'checkFileFolderName' has a Cyclomatic Complexity of 43.
com/tin/FVU/lower/FVU1.java:3098:	The method 'checkFileFolderName' has a Modified Cyclomatic Complexity of 14.
com/tin/FVU/lower/FVU1.java:3098:	The method checkFileFolderName() has an NPath complexity of 53760
com/tin/FVU/lower/FVU1.java:3098:	To avoid mistakes add a comment at the beginning of the checkFileFolderName method if you want a default access modifier
com/tin/FVU/lower/FVU1.java:3098:	Use explicit scoping instead of the default package private level
com/tin/FVU/lower/FVU1.java:3101:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3102:	Position literals first in String comparisons
com/tin/FVU/lower/FVU1.java:3103:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:3104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3108:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:3109:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3111:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:3111:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3113:	Local variable 'subName' could be declared final
com/tin/FVU/lower/FVU1.java:3114:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:3115:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3115:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3116:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3116:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3117:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3117:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3118:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3118:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3119:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3119:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3120:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3120:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3121:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3121:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3122:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3122:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3123:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3123:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3124:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3124:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3125:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3125:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3126:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3126:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3127:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3127:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3128:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3128:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3129:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3129:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3130:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3130:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3131:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3131:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3132:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/FVU/lower/FVU1.java:3132:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3135:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:3135:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3137:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3137:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3137:	These nested if statements could be combined
com/tin/FVU/lower/FVU1.java:3138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3140:	Comment is too large: Line too long
com/tin/FVU/lower/FVU1.java:3155:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3166:	Avoid using Literals in Conditional Statements
com/tin/FVU/lower/FVU1.java:3168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/FVU/lower/FVU1.java:3170:	Comment is too large: Too many lines
com/tin/FVU/lower/FVU1.java:3191:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:3195:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/FVU1.java:3200:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/FVU/lower/FVU1.java:3202:	Avoid variables with short names like e
com/tin/FVU/lower/FVU1.java:3202:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3202:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/FVU/lower/FVU1.java:3202:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3204:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3205:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3206:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3207:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3210:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3210:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3210:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3211:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3211:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3216:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/FVU1.java:3218:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3219:	Local variable 'title' could be declared final
com/tin/FVU/lower/FVU1.java:3220:	Local variable 'helpFrame' could be declared final
com/tin/FVU/lower/FVU1.java:3222:	Local variable 'comp' could be declared final
com/tin/FVU/lower/FVU1.java:3224:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3226:	Local variable 'width' could be declared final
com/tin/FVU/lower/FVU1.java:3227:	Local variable 'height' could be declared final
com/tin/FVU/lower/FVU1.java:3228:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3229:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3229:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3230:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3231:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3232:	Potential violation of Law of Demeter (static property access)
com/tin/FVU/lower/FVU1.java:3235:	Parameter 'evt' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3235:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3237:	Local variable 'helpFrame' could be declared final
com/tin/FVU/lower/FVU1.java:3238:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3239:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3240:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/FVU/lower/FVU1.java:3250:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3265:	Parameter 'arg0' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3265:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3269:	Local variable 'myFile' could be declared final
com/tin/FVU/lower/FVU1.java:3270:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/FVU1.java:3271:	Avoid empty catch blocks
com/tin/FVU/lower/FVU1.java:3281:	Parameter 'outputFileName' is not assigned and could be declared final
com/tin/FVU/lower/FVU1.java:3281:	The method 'searchbarcode' has a Cyclomatic Complexity of 13.
com/tin/FVU/lower/FVU1.java:3281:	The method 'searchbarcode' has a Modified Cyclomatic Complexity of 10.
com/tin/FVU/lower/FVU1.java:3281:	publicMethodCommentRequirement Required
com/tin/FVU/lower/FVU1.java:3283:	Local variable 'FIELD_SEPERATOR' could be declared final
com/tin/FVU/lower/FVU1.java:3284:	Avoid variables with short names like f
com/tin/FVU/lower/FVU1.java:3287:	System.out.println is used
com/tin/FVU/lower/FVU1.java:3291:	Avoid excessively long variable names like isAppendForNextLine
com/tin/FVU/lower/FVU1.java:3291:	Avoid unused local variables such as 'isAppendForNextLine'.
com/tin/FVU/lower/FVU1.java:3291:	Local variable 'isAppendForNextLine' could be declared final
com/tin/FVU/lower/FVU1.java:3292:	Avoid unused local variables such as 'NullField'.
com/tin/FVU/lower/FVU1.java:3295:	Avoid unused local variables such as 'LineNo'.
com/tin/FVU/lower/FVU1.java:3299:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3304:	Avoid instantiating new objects inside loops
com/tin/FVU/lower/FVU1.java:3304:	Local variable 'str' could be declared final
com/tin/FVU/lower/FVU1.java:3306:	Avoid excessively long variable names like localCaretCountBH1
com/tin/FVU/lower/FVU1.java:3307:	Avoid excessively long variable names like localCountField_BH1
com/tin/FVU/lower/FVU1.java:3310:	Local variable 'val' could be declared final
com/tin/FVU/lower/FVU1.java:3313:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3313:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3313:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3313:	Useless parentheses.
com/tin/FVU/lower/FVU1.java:3317:	Potential violation of Law of Demeter (object not created locally)
com/tin/FVU/lower/FVU1.java:3330:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/FVU/lower/FVU1.java:3330:	Switch statements should have a default label
com/tin/FVU/lower/FVU1.java:3349:	System.out.println is used
com/tin/FVU/lower/FVU1.java:3351:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/FVU/lower/FVU1.java:3352:	Avoid printStackTrace(); use a logger call instead.
com/tin/FVU/lower/MyDialog.java:1:	Package name contains upper case characters
com/tin/FVU/lower/MyDialog.java:20:	Avoid using redundant field initializer for 'jContentPane'
com/tin/FVU/lower/MyDialog.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/MyDialog.java:20:	fieldCommentRequirement Required
com/tin/FVU/lower/MyDialog.java:22:	Avoid using redundant field initializer for 'lblMessage'
com/tin/FVU/lower/MyDialog.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/MyDialog.java:22:	fieldCommentRequirement Required
com/tin/FVU/lower/MyDialog.java:23:	Avoid using redundant field initializer for 'jButton'
com/tin/FVU/lower/MyDialog.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/FVU/lower/MyDialog.java:23:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/MyDialog.java:23:	fieldCommentRequirement Required
com/tin/FVU/lower/MyDialog.java:33:	Parameter 'frame' is not assigned and could be declared final
com/tin/FVU/lower/MyDialog.java:33:	publicMethodCommentRequirement Required
com/tin/FVU/lower/MyDialog.java:60:	Avoid excessively long variable names like consGridBagConstraints49
com/tin/FVU/lower/MyDialog.java:60:	Local variable 'consGridBagConstraints49' could be declared final
com/tin/FVU/lower/MyDialog.java:61:	Avoid excessively long variable names like consGridBagConstraints50
com/tin/FVU/lower/MyDialog.java:61:	Local variable 'consGridBagConstraints50' could be declared final
com/tin/FVU/lower/MyDialog.java:96:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/MyDialog.java:98:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/FVU/lower/MyDialog.java:101:	Avoid variables with short names like e
com/tin/FVU/lower/MyDialog.java:101:	Parameter 'e' is not assigned and could be declared final
com/tin/FVU/lower/MyDialog.java:101:	publicMethodCommentRequirement Required
com/tin/FVU/lower/MyDialog.java:102:	Local variable 'obj' could be declared final
com/tin/FVU/lower/MyDialog.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/MyDialog.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/MyDialog.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/MyDialog.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/FVU/lower/MyDialog.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1:	Comment is too large: Too many lines
com/tin/tds/lower/FieldValidation.java:10:	Possible God class (WMC=497, ATFD=10, TCC=0.0)
com/tin/tds/lower/FieldValidation.java:16:	Avoid unused imports such as 'org.omg.Dynamic.Parameter'
com/tin/tds/lower/FieldValidation.java:20:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:22:	Each class should declare at least one constructor
com/tin/tds/lower/FieldValidation.java:22:	The class 'FieldValidation' has a Cyclomatic Complexity of 10 (Highest = 60).
com/tin/tds/lower/FieldValidation.java:22:	The class 'FieldValidation' has a Modified Cyclomatic Complexity of 7 (Highest = 29).
com/tin/tds/lower/FieldValidation.java:22:	headerCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:23:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/FieldValidation.java:27:	Parameter 'field' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:27:	To avoid mistakes add a comment at the beginning of the isInt method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:27:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:29:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:29:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:29:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:31:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:36:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:38:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:44:	Do not add empty strings
com/tin/tds/lower/FieldValidation.java:47:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:49:	System.out.println is used
com/tin/tds/lower/FieldValidation.java:50:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:53:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:55:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:58:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:62:	Parameter 'year' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:64:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:73:	Parameter 'iDay' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:73:	Parameter 'iMonth' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:73:	Parameter 'iYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:73:	The method 'checkValidation' has a Cyclomatic Complexity of 18.
com/tin/tds/lower/FieldValidation.java:73:	The method checkValidation() has an NPath complexity of 1440
com/tin/tds/lower/FieldValidation.java:76:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:76:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:79:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:79:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:79:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:79:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:82:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:82:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:85:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:85:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:86:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:88:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:88:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:88:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:88:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:88:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:88:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:96:	Parameter 'Precision' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:96:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:96:	The method 'isDecimal' has a Cyclomatic Complexity of 15.
com/tin/tds/lower/FieldValidation.java:96:	The method 'isDecimal' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/FieldValidation.java:96:	The method isDecimal() has an NPath complexity of 2304
com/tin/tds/lower/FieldValidation.java:96:	To avoid mistakes add a comment at the beginning of the isDecimal method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:96:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:99:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:100:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:100:	Found 'DD'-anomaly for variable 'error' (lines '100'-'124').
com/tin/tds/lower/FieldValidation.java:100:	Found 'DU'-anomaly for variable 'error' (lines '100'-'166').
com/tin/tds/lower/FieldValidation.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:101:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:101:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:108:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:110:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:114:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:122:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:130:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:130:	Avoid unused local variables such as 'validDecimal'.
com/tin/tds/lower/FieldValidation.java:130:	Local variable 'validDecimal' could be declared final
com/tin/tds/lower/FieldValidation.java:132:	Local variable 'length' could be declared final
com/tin/tds/lower/FieldValidation.java:132:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:135:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:137:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:147:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:162:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:170:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:170:	To avoid mistakes add a comment at the beginning of the isChar method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:170:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:172:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:173:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:173:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:173:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:177:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:180:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:182:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:182:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:186:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:190:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:192:	Parameter 'field' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:192:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:197:	Local variable 'assessment_yr' could be declared final
com/tin/tds/lower/FieldValidation.java:198:	Found 'DD'-anomaly for variable 'first_yr' (lines '198'-'201').
com/tin/tds/lower/FieldValidation.java:199:	Found 'DD'-anomaly for variable 'sec_yr' (lines '199'-'203').
com/tin/tds/lower/FieldValidation.java:200:	Found 'DD'-anomaly for variable 'differenceInYear' (lines '200'-'213').
com/tin/tds/lower/FieldValidation.java:200:	Found 'DU'-anomaly for variable 'differenceInYear' (lines '200'-'227').
com/tin/tds/lower/FieldValidation.java:201:	Found 'DD'-anomaly for variable 'first_yr' (lines '201'-'202').
com/tin/tds/lower/FieldValidation.java:204:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:206:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:207:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:207:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:209:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:209:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:214:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:216:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:216:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:219:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:219:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:229:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:231:	Parameter 'AssessmentYr' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:231:	Parameter 'FinancialYr' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:231:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:236:	Local variable 'assessment_yr' could be declared final
com/tin/tds/lower/FieldValidation.java:237:	Local variable 'financialyr' could be declared final
com/tin/tds/lower/FieldValidation.java:238:	Avoid unused local variables such as 'last_a'.
com/tin/tds/lower/FieldValidation.java:238:	Avoid unused local variables such as 'last_f'.
com/tin/tds/lower/FieldValidation.java:238:	Local variable 'last_a' could be declared final
com/tin/tds/lower/FieldValidation.java:238:	Local variable 'last_f' could be declared final
com/tin/tds/lower/FieldValidation.java:238:	Use one line for each declaration, it enhances code readability.
com/tin/tds/lower/FieldValidation.java:239:	Found 'DD'-anomaly for variable 'Diff1' (lines '239'-'259').
com/tin/tds/lower/FieldValidation.java:239:	Found 'DU'-anomaly for variable 'Diff1' (lines '239'-'275').
com/tin/tds/lower/FieldValidation.java:240:	Found 'DD'-anomaly for variable 'Diff2' (lines '240'-'261').
com/tin/tds/lower/FieldValidation.java:240:	Found 'DU'-anomaly for variable 'Diff2' (lines '240'-'275').
com/tin/tds/lower/FieldValidation.java:242:	Found 'DU'-anomaly for variable 'first_a' (lines '242'-'275').
com/tin/tds/lower/FieldValidation.java:246:	Found 'DU'-anomaly for variable 'first_f' (lines '246'-'275').
com/tin/tds/lower/FieldValidation.java:250:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:252:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:253:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:253:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:255:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:255:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:263:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:263:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:263:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:264:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:264:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:267:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:267:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:279:	Parameter 'text' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:279:	To avoid mistakes add a comment at the beginning of the isFieldNull method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:279:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:282:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:282:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:284:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:287:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:288:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:288:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:290:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:296:	Parameter 'date1' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:296:	To avoid mistakes add a comment at the beginning of the isDate method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:296:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:298:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:298:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:300:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:303:	Avoid variables with short names like yy
com/tin/tds/lower/FieldValidation.java:303:	Local variable 'yy' could be declared final
com/tin/tds/lower/FieldValidation.java:304:	Avoid variables with short names like mm
com/tin/tds/lower/FieldValidation.java:304:	Local variable 'mm' could be declared final
com/tin/tds/lower/FieldValidation.java:305:	Avoid variables with short names like dd
com/tin/tds/lower/FieldValidation.java:305:	Local variable 'dd' could be declared final
com/tin/tds/lower/FieldValidation.java:311:	Found 'DD'-anomaly for variable 'errorDate' (lines '311'-'320').
com/tin/tds/lower/FieldValidation.java:315:	Found 'DD'-anomaly for variable 'errorDate' (lines '315'-'320').
com/tin/tds/lower/FieldValidation.java:318:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:328:	Parameter 'date1' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:328:	Parameter 'date2' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:328:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:330:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:330:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:332:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:337:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:339:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:342:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:344:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:350:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:352:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:352:	To avoid mistakes add a comment at the beginning of the isAlphaNum method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:352:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:354:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:355:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:355:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:355:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:355:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:355:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:357:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:359:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:361:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:363:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:373:	Parameter 'dataString' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:373:	To avoid mistakes add a comment at the beginning of the isValidCharString method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:373:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:376:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:376:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:376:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:378:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:384:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:394:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:394:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:396:	Avoid variables with short names like p
com/tin/tds/lower/FieldValidation.java:396:	Local variable 'p' could be declared final
com/tin/tds/lower/FieldValidation.java:397:	Avoid variables with short names like m
com/tin/tds/lower/FieldValidation.java:397:	Local variable 'm' could be declared final
com/tin/tds/lower/FieldValidation.java:397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:398:	Avoid variables with short names like b
com/tin/tds/lower/FieldValidation.java:398:	Local variable 'b' could be declared final
com/tin/tds/lower/FieldValidation.java:398:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:402:	System.out.println is used
com/tin/tds/lower/FieldValidation.java:403:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:407:	System.out.println is used
com/tin/tds/lower/FieldValidation.java:415:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:415:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:417:	Avoid variables with short names like p
com/tin/tds/lower/FieldValidation.java:417:	Local variable 'p' could be declared final
com/tin/tds/lower/FieldValidation.java:418:	Avoid variables with short names like m
com/tin/tds/lower/FieldValidation.java:418:	Local variable 'm' could be declared final
com/tin/tds/lower/FieldValidation.java:418:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:419:	Avoid variables with short names like b
com/tin/tds/lower/FieldValidation.java:419:	Local variable 'b' could be declared final
com/tin/tds/lower/FieldValidation.java:419:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:423:	System.out.println is used
com/tin/tds/lower/FieldValidation.java:424:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:428:	System.out.println is used
com/tin/tds/lower/FieldValidation.java:435:	Parameter 'dataString' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:435:	To avoid mistakes add a comment at the beginning of the isValidCharString_new method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:435:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:446:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:456:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:457:	Parameter 'field' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:457:	To avoid mistakes add a comment at the beginning of the isAlphaSpace method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:457:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:459:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:459:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:459:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:461:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:467:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:473:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:474:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:474:	To avoid mistakes add a comment at the beginning of the isAlphaNumSpace method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:474:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:476:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:476:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:478:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:480:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:481:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:483:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:483:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:485:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:491:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:495:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:495:	To avoid mistakes add a comment at the beginning of the eightthDigitOfRRRNum method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:495:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:497:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:497:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:497:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:498:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:499:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:500:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FieldValidation.java:500:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:500:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:500:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:501:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:511:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:511:	To avoid mistakes add a comment at the beginning of the eightthNinethDigitOfRRRNum method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:511:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:513:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:513:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:513:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:515:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:517:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:518:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FieldValidation.java:518:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:518:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:519:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:520:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FieldValidation.java:520:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:520:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:520:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:521:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:526:	Parameter 'RRR_No' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:526:	To avoid mistakes add a comment at the beginning of the isValidRrrNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:526:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:530:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:534:	Use one line for each declaration, it enhances code readability.
com/tin/tds/lower/FieldValidation.java:539:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:541:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:550:	Parameter 'text' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:550:	To avoid mistakes add a comment at the beginning of the nullFieldCheck method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:550:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:552:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:552:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:552:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:554:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:556:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:558:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:558:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:562:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:567:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:568:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:568:	The method 'isNegativeDecimalNumber' has a Cyclomatic Complexity of 19.
com/tin/tds/lower/FieldValidation.java:568:	The method 'isNegativeDecimalNumber' has a Modified Cyclomatic Complexity of 12.
com/tin/tds/lower/FieldValidation.java:568:	The method isNegativeDecimalNumber() has an NPath complexity of 8736
com/tin/tds/lower/FieldValidation.java:568:	To avoid mistakes add a comment at the beginning of the isNegativeDecimalNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:568:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:570:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:571:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:571:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:571:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:571:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:573:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:578:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:580:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:583:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:583:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:585:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:592:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:595:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:598:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:600:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:603:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:605:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:605:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:605:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:605:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:605:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:605:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:607:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:610:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:610:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:610:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:610:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:610:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:610:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:612:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:615:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:615:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:615:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:617:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:622:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:630:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:635:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:635:	The method 'isDecimalNumber' has a Cyclomatic Complexity of 18.
com/tin/tds/lower/FieldValidation.java:635:	The method 'isDecimalNumber' has a Modified Cyclomatic Complexity of 11.
com/tin/tds/lower/FieldValidation.java:635:	The method isDecimalNumber() has an NPath complexity of 4736
com/tin/tds/lower/FieldValidation.java:635:	To avoid mistakes add a comment at the beginning of the isDecimalNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:635:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:637:	Local variable 'Field' could be declared final
com/tin/tds/lower/FieldValidation.java:638:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:638:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:638:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:638:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:638:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:640:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:645:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:647:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:650:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:650:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:652:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:659:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:662:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:665:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:667:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:670:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:672:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:672:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:672:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:672:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:674:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:677:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:677:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:677:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:679:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:682:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:682:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:682:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:684:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:690:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:691:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:691:	Parameter 'length' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:691:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:695:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:697:	Local variable 'testNumber' could be declared final
com/tin/tds/lower/FieldValidation.java:698:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:698:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:698:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:698:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:698:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:700:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:704:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:706:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:708:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:711:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:713:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:713:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:715:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:722:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:723:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:723:	The method 'isFloatNumber' has a Cyclomatic Complexity of 20.
com/tin/tds/lower/FieldValidation.java:723:	The method 'isFloatNumber' has a Modified Cyclomatic Complexity of 11.
com/tin/tds/lower/FieldValidation.java:723:	The method isFloatNumber() has an NPath complexity of 7360
com/tin/tds/lower/FieldValidation.java:723:	To avoid mistakes add a comment at the beginning of the isFloatNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:723:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:725:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:725:	Found 'DU'-anomaly for variable 'Field' (lines '725'-'777').
com/tin/tds/lower/FieldValidation.java:725:	Local variable 'Field' could be declared final
com/tin/tds/lower/FieldValidation.java:726:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:726:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:726:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:726:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:728:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:733:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:735:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:738:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:738:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:740:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:747:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:749:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:752:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:752:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:752:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:754:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:757:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:759:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:759:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:761:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:764:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:764:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:764:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:764:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:764:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:764:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:766:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:769:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:769:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:769:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:771:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:780:	Avoid really long methods.
com/tin/tds/lower/FieldValidation.java:780:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:780:	The method 'isValidEmail' has a Cyclomatic Complexity of 60.
com/tin/tds/lower/FieldValidation.java:780:	The method 'isValidEmail' has a Modified Cyclomatic Complexity of 29.
com/tin/tds/lower/FieldValidation.java:780:	The method isValidEmail() has an NPath complexity of 437400000
com/tin/tds/lower/FieldValidation.java:780:	To avoid mistakes add a comment at the beginning of the isValidEmail method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:780:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:782:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:782:	Found 'DU'-anomaly for variable 'field' (lines '782'-'967').
com/tin/tds/lower/FieldValidation.java:782:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:783:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:785:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:787:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:787:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:787:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:787:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:787:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:789:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:794:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:797:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:800:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:800:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:802:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:808:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:814:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:819:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:828:	Local variable 'lastch' could be declared final
com/tin/tds/lower/FieldValidation.java:828:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:828:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:829:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:829:	Found 'DD'-anomaly for variable 'alpflag' (lines '829'-'881').
com/tin/tds/lower/FieldValidation.java:829:	Found 'DU'-anomaly for variable 'alpflag' (lines '829'-'967').
com/tin/tds/lower/FieldValidation.java:830:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:830:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:833:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:838:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:840:	Local variable 'asc' could be declared final
com/tin/tds/lower/FieldValidation.java:840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:842:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FieldValidation.java:842:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:842:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:842:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:842:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:844:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:851:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:856:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:856:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:859:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:867:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:869:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:871:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:871:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:871:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/FieldValidation.java:873:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FieldValidation.java:873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:873:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:873:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:876:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:881:	Found 'DD'-anomaly for variable 'alpflag' (lines '881'-'881').
com/tin/tds/lower/FieldValidation.java:881:	Found 'DU'-anomaly for variable 'alpflag' (lines '881'-'967').
com/tin/tds/lower/FieldValidation.java:889:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:889:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:889:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:889:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:889:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/FieldValidation.java:889:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:891:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:897:	Found 'DD'-anomaly for variable 'localCounter' (lines '897'-'905').
com/tin/tds/lower/FieldValidation.java:899:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:899:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:899:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/FieldValidation.java:903:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:903:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:905:	Found 'DD'-anomaly for variable 'localCounter' (lines '905'-'905').
com/tin/tds/lower/FieldValidation.java:914:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:920:	Found 'DD'-anomaly for variable 'localCount' (lines '920'-'932').
com/tin/tds/lower/FieldValidation.java:920:	Found 'DU'-anomaly for variable 'localCount' (lines '920'-'967').
com/tin/tds/lower/FieldValidation.java:921:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:921:	Found 'DD'-anomaly for variable 'dotPos' (lines '921'-'948').
com/tin/tds/lower/FieldValidation.java:921:	Found 'DU'-anomaly for variable 'dotPos' (lines '921'-'967').
com/tin/tds/lower/FieldValidation.java:922:	Found 'DD'-anomaly for variable 'ratePos' (lines '922'-'927').
com/tin/tds/lower/FieldValidation.java:922:	Found 'DU'-anomaly for variable 'ratePos' (lines '922'-'967').
com/tin/tds/lower/FieldValidation.java:923:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:925:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:925:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:927:	Found 'DD'-anomaly for variable 'ratePos' (lines '927'-'927').
com/tin/tds/lower/FieldValidation.java:927:	Found 'DU'-anomaly for variable 'ratePos' (lines '927'-'967').
com/tin/tds/lower/FieldValidation.java:928:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:930:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:933:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:935:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:941:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:944:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:946:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:946:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:948:	Found 'DD'-anomaly for variable 'dotPos' (lines '948'-'948').
com/tin/tds/lower/FieldValidation.java:948:	Found 'DU'-anomaly for variable 'dotPos' (lines '948'-'967').
com/tin/tds/lower/FieldValidation.java:950:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:950:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:952:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:952:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:952:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:954:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:961:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:963:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:970:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:970:	To avoid mistakes add a comment at the beginning of the isNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:970:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:972:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:973:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:973:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:973:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:973:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:973:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:975:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:980:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:982:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:988:	Do not add empty strings
com/tin/tds/lower/FieldValidation.java:988:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:991:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:993:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:996:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:998:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1005:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1010:	Parameter 'pan' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1010:	The method 'checkPan' has a Cyclomatic Complexity of 23.
com/tin/tds/lower/FieldValidation.java:1010:	The method checkPan() has an NPath complexity of 4752
com/tin/tds/lower/FieldValidation.java:1013:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1015:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1021:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1029:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1044:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1049:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1052:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1054:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1061:	Parameter 'RPU' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1061:	To avoid mistakes add a comment at the beginning of the checkSpChar method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1061:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1063:	Found 'DD'-anomaly for variable 'field' (lines '1,063'-'1,069').
com/tin/tds/lower/FieldValidation.java:1064:	Local variable 'fieldLength' could be declared final
com/tin/tds/lower/FieldValidation.java:1069:	Found 'DD'-anomaly for variable 'field' (lines '1,069'-'1,069').
com/tin/tds/lower/FieldValidation.java:1071:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1072:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1077:	Parameter 'Code' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1077:	To avoid mistakes add a comment at the beginning of the checkZero method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1077:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1079:	Found 'DD'-anomaly for variable 'field' (lines '1,079'-'1,085').
com/tin/tds/lower/FieldValidation.java:1080:	Local variable 'fieldLength' could be declared final
com/tin/tds/lower/FieldValidation.java:1084:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1085:	Found 'DD'-anomaly for variable 'field' (lines '1,085'-'1,085').
com/tin/tds/lower/FieldValidation.java:1087:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1088:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1093:	Parameter 'pan1' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1093:	To avoid mistakes add a comment at the beginning of the checkPanForthDigit24Q method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1093:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1096:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1097:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1097:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1098:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1102:	Parameter 'State' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1102:	To avoid mistakes add a comment at the beginning of the isValidState method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1102:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1104:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1106:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1110:	Local variable 'StateCode' could be declared final
com/tin/tds/lower/FieldValidation.java:1112:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1113:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1115:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1116:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1116:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:1117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1122:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1122:	Parameter 'finyear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1122:	Parameter 'quarter' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1122:	The method 'isDateLastDateOfQuarter' has a Cyclomatic Complexity of 12.
com/tin/tds/lower/FieldValidation.java:1122:	The method isDateLastDateOfQuarter() has an NPath complexity of 224
com/tin/tds/lower/FieldValidation.java:1122:	To avoid mistakes add a comment at the beginning of the isDateLastDateOfQuarter method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1122:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1124:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1124:	Found 'DD'-anomaly for variable 'month' (lines '1,124'-'1,135').
com/tin/tds/lower/FieldValidation.java:1124:	Found 'DD'-anomaly for variable 'month' (lines '1,124'-'1,142').
com/tin/tds/lower/FieldValidation.java:1124:	Found 'DD'-anomaly for variable 'month' (lines '1,124'-'1,149').
com/tin/tds/lower/FieldValidation.java:1124:	Found 'DD'-anomaly for variable 'month' (lines '1,124'-'1,156').
com/tin/tds/lower/FieldValidation.java:1124:	Found 'DU'-anomaly for variable 'month' (lines '1,124'-'1,166').
com/tin/tds/lower/FieldValidation.java:1125:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1125:	Found 'DD'-anomaly for variable 'day' (lines '1,125'-'1,136').
com/tin/tds/lower/FieldValidation.java:1125:	Found 'DD'-anomaly for variable 'day' (lines '1,125'-'1,143').
com/tin/tds/lower/FieldValidation.java:1125:	Found 'DD'-anomaly for variable 'day' (lines '1,125'-'1,150').
com/tin/tds/lower/FieldValidation.java:1125:	Found 'DD'-anomaly for variable 'day' (lines '1,125'-'1,157').
com/tin/tds/lower/FieldValidation.java:1125:	Found 'DU'-anomaly for variable 'day' (lines '1,125'-'1,166').
com/tin/tds/lower/FieldValidation.java:1126:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1126:	Found 'DD'-anomaly for variable 'year' (lines '1,126'-'1,134').
com/tin/tds/lower/FieldValidation.java:1126:	Found 'DD'-anomaly for variable 'year' (lines '1,126'-'1,141').
com/tin/tds/lower/FieldValidation.java:1126:	Found 'DD'-anomaly for variable 'year' (lines '1,126'-'1,148').
com/tin/tds/lower/FieldValidation.java:1126:	Found 'DD'-anomaly for variable 'year' (lines '1,126'-'1,155').
com/tin/tds/lower/FieldValidation.java:1126:	Found 'DU'-anomaly for variable 'year' (lines '1,126'-'1,166').
com/tin/tds/lower/FieldValidation.java:1127:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1127:	Found 'DD'-anomaly for variable 'date1' (lines '1,127'-'1,137').
com/tin/tds/lower/FieldValidation.java:1127:	Found 'DD'-anomaly for variable 'date1' (lines '1,127'-'1,144').
com/tin/tds/lower/FieldValidation.java:1127:	Found 'DD'-anomaly for variable 'date1' (lines '1,127'-'1,151').
com/tin/tds/lower/FieldValidation.java:1127:	Found 'DD'-anomaly for variable 'date1' (lines '1,127'-'1,158').
com/tin/tds/lower/FieldValidation.java:1127:	Found 'DU'-anomaly for variable 'date1' (lines '1,127'-'1,166').
com/tin/tds/lower/FieldValidation.java:1128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1132:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1137:	Found 'DD'-anomaly for variable 'date1' (lines '1,137'-'1,144').
com/tin/tds/lower/FieldValidation.java:1137:	Found 'DD'-anomaly for variable 'date1' (lines '1,137'-'1,151').
com/tin/tds/lower/FieldValidation.java:1137:	Found 'DD'-anomaly for variable 'date1' (lines '1,137'-'1,158').
com/tin/tds/lower/FieldValidation.java:1137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1139:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1144:	Found 'DD'-anomaly for variable 'date1' (lines '1,144'-'1,151').
com/tin/tds/lower/FieldValidation.java:1144:	Found 'DD'-anomaly for variable 'date1' (lines '1,144'-'1,158').
com/tin/tds/lower/FieldValidation.java:1144:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1144:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1144:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1146:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1151:	Found 'DD'-anomaly for variable 'date1' (lines '1,151'-'1,158').
com/tin/tds/lower/FieldValidation.java:1151:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1151:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1151:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1153:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1168:	Parameter 'DDONumber' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1168:	Parameter 'Str' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1168:	The method 'checkDDORegistrationNo' has a Cyclomatic Complexity of 18.
com/tin/tds/lower/FieldValidation.java:1168:	The method 'checkDDORegistrationNo' has a Modified Cyclomatic Complexity of 15.
com/tin/tds/lower/FieldValidation.java:1168:	The method checkDDORegistrationNo() has an NPath complexity of 36864
com/tin/tds/lower/FieldValidation.java:1168:	To avoid mistakes add a comment at the beginning of the checkDDORegistrationNo method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1168:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1170:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1170:	Found 'DD'-anomaly for variable 'modcheck' (lines '1,170'-'1,207').
com/tin/tds/lower/FieldValidation.java:1170:	Found 'DU'-anomaly for variable 'modcheck' (lines '1,170'-'1,220').
com/tin/tds/lower/FieldValidation.java:1171:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,193').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,195').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,197').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,199').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,201').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,203').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,171'-'1,205').
com/tin/tds/lower/FieldValidation.java:1171:	Found 'DU'-anomaly for variable 'lastDigit' (lines '1,171'-'1,220').
com/tin/tds/lower/FieldValidation.java:1172:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1172:	Found 'DD'-anomaly for variable 'DDOStr' (lines '1,172'-'1,212').
com/tin/tds/lower/FieldValidation.java:1172:	Found 'DU'-anomaly for variable 'DDOStr' (lines '1,172'-'1,220').
com/tin/tds/lower/FieldValidation.java:1174:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1176:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1180:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1186:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1190:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1192:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,195').
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,197').
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,199').
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,201').
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,203').
com/tin/tds/lower/FieldValidation.java:1193:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,193'-'1,205').
com/tin/tds/lower/FieldValidation.java:1194:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1195:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,195'-'1,197').
com/tin/tds/lower/FieldValidation.java:1195:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,195'-'1,199').
com/tin/tds/lower/FieldValidation.java:1195:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,195'-'1,201').
com/tin/tds/lower/FieldValidation.java:1195:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,195'-'1,203').
com/tin/tds/lower/FieldValidation.java:1195:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,195'-'1,205').
com/tin/tds/lower/FieldValidation.java:1196:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1197:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,197'-'1,199').
com/tin/tds/lower/FieldValidation.java:1197:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,197'-'1,201').
com/tin/tds/lower/FieldValidation.java:1197:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,197'-'1,203').
com/tin/tds/lower/FieldValidation.java:1197:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,197'-'1,205').
com/tin/tds/lower/FieldValidation.java:1198:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1199:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,199'-'1,201').
com/tin/tds/lower/FieldValidation.java:1199:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,199'-'1,203').
com/tin/tds/lower/FieldValidation.java:1199:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,199'-'1,205').
com/tin/tds/lower/FieldValidation.java:1200:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1201:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,201'-'1,203').
com/tin/tds/lower/FieldValidation.java:1201:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,201'-'1,205').
com/tin/tds/lower/FieldValidation.java:1202:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1203:	Found 'DD'-anomaly for variable 'lastDigit' (lines '1,203'-'1,205').
com/tin/tds/lower/FieldValidation.java:1204:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1207:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1210:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1216:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1217:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1226:	Comment is too large: Too many lines
com/tin/tds/lower/FieldValidation.java:1229:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1231:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1232:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1233:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1234:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1235:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1236:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1237:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1241:	Parameter 'tan' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1241:	The method 'checkTan' has a Cyclomatic Complexity of 36.
com/tin/tds/lower/FieldValidation.java:1241:	The method 'checkTan' has a Modified Cyclomatic Complexity of 19.
com/tin/tds/lower/FieldValidation.java:1241:	The method checkTan() has an NPath complexity of 33792
com/tin/tds/lower/FieldValidation.java:1241:	To avoid mistakes add a comment at the beginning of the checkTan method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1241:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1243:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1244:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1244:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1246:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1248:	Found 'DU'-anomaly for variable 'subtan' (lines '1,248'-'1,333').
com/tin/tds/lower/FieldValidation.java:1248:	Local variable 'subtan' could be declared final
com/tin/tds/lower/FieldValidation.java:1249:	Found 'DU'-anomaly for variable 'midSubtan' (lines '1,249'-'1,333').
com/tin/tds/lower/FieldValidation.java:1249:	Local variable 'midSubtan' could be declared final
com/tin/tds/lower/FieldValidation.java:1250:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1250:	Found 'DU'-anomaly for variable 'endSubtan' (lines '1,250'-'1,333').
com/tin/tds/lower/FieldValidation.java:1250:	Local variable 'endSubtan' could be declared final
com/tin/tds/lower/FieldValidation.java:1259:	Found 'DD'-anomaly for variable 'rccFlag' (lines '1,259'-'1,264').
com/tin/tds/lower/FieldValidation.java:1262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1270:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1275:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1275:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1277:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1283:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1288:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:1290:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1296:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1296:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1298:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1304:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1304:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1306:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1308:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1308:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1310:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1312:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1312:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1314:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1318:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1320:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1320:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1322:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1324:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1324:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1326:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1328:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1328:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1330:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1336:	Parameter 'tan' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1336:	To avoid mistakes add a comment at the beginning of the checkTanForbh method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1336:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1338:	Local variable 'subtan' could be declared final
com/tin/tds/lower/FieldValidation.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1342:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1348:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1350:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1356:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1357:	Parameter 'field' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1357:	To avoid mistakes add a comment at the beginning of the checkFinYear method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1357:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1359:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:1359:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:1361:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1366:	Local variable 'financialyr' could be declared final
com/tin/tds/lower/FieldValidation.java:1367:	Local variable 'first_f' could be declared final
com/tin/tds/lower/FieldValidation.java:1368:	Local variable 'second_f' could be declared final
com/tin/tds/lower/FieldValidation.java:1370:	Local variable 'cal' could be declared final
com/tin/tds/lower/FieldValidation.java:1371:	Local variable 'year' could be declared final
com/tin/tds/lower/FieldValidation.java:1372:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1373:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1376:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1383:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1383:	The method 'testName' has a Cyclomatic Complexity of 25.
com/tin/tds/lower/FieldValidation.java:1383:	The method 'testName' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/FieldValidation.java:1383:	The method testName() has an NPath complexity of 11520
com/tin/tds/lower/FieldValidation.java:1383:	To avoid mistakes add a comment at the beginning of the testName method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1383:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1385:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1385:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FieldValidation.java:1385:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:1387:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1389:	Local variable 'nameField' could be declared final
com/tin/tds/lower/FieldValidation.java:1390:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1391:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1392:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1394:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1396:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:1396:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:1398:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1402:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1404:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1404:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1411:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1413:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1413:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1415:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1415:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1415:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:1423:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1425:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1427:	These nested if statements could be combined
com/tin/tds/lower/FieldValidation.java:1434:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1436:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1443:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1443:	To avoid mistakes add a comment at the beginning of the isFutureDate method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1443:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1445:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1447:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1450:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1452:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1453:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1453:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1455:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1461:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/FieldValidation.java:1461:	Parameter 'RRRDatePresentDate' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1461:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1461:	To avoid mistakes add a comment at the beginning of the isDateGreaterThenRRRDatePresentDate method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1461:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1463:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1465:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1468:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1470:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1472:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1479:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1482:	Parameter 'date1' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1482:	Parameter 'finyear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1482:	To avoid mistakes add a comment at the beginning of the isDateAfterFinYear method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1482:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1486:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1486:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1488:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1491:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1493:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1494:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1496:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1498:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1504:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1510:	Parameter 'date1' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1510:	Parameter 'finyear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1510:	To avoid mistakes add a comment at the beginning of the isDateAfterPrevFinYear method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1510:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1514:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1514:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1516:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1519:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1521:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1521:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1522:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1524:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1526:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1532:	Parameter 'FinancialYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1532:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1532:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1536:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1536:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1536:	Local variable 'firstYr' could be declared final
com/tin/tds/lower/FieldValidation.java:1537:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1539:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1539:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1541:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1544:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1546:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1548:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1550:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1555:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1559:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1562:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1571:	Parameter 'empDate' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1571:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1571:	Parameter 'quater' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1571:	The method 'employmentDateWithinFinQuat' has a Cyclomatic Complexity of 18.
com/tin/tds/lower/FieldValidation.java:1571:	The method 'employmentDateWithinFinQuat' has a Modified Cyclomatic Complexity of 16.
com/tin/tds/lower/FieldValidation.java:1571:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1575:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1575:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1576:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1579:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1582:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1583:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1585:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1586:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1586:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1589:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1592:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1595:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1597:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1598:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1598:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1601:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1604:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1607:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1609:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1610:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1610:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1613:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1616:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1619:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1622:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1624:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1629:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1630:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1630:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1633:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1636:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1640:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1649:	Parameter 'empDate' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1649:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1649:	Parameter 'quater' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1649:	The method 'employmentFromDateBeforeQuatEnd' has a Cyclomatic Complexity of 14.
com/tin/tds/lower/FieldValidation.java:1649:	The method 'employmentFromDateBeforeQuatEnd' has a Modified Cyclomatic Complexity of 12.
com/tin/tds/lower/FieldValidation.java:1649:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1653:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1653:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1654:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1655:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1655:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1657:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1660:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1662:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1664:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1667:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1670:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1672:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1675:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1678:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1680:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1683:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1686:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1689:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1691:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1696:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1699:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1703:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1711:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1711:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1711:	Parameter 'quater' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1711:	The method 'dateWithinFinancialYearBefQuatEndDate' has a Cyclomatic Complexity of 15.
com/tin/tds/lower/FieldValidation.java:1711:	The method 'dateWithinFinancialYearBefQuatEndDate' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/FieldValidation.java:1711:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1715:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1715:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1716:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:1717:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1717:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1719:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1722:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1724:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1728:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1731:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1733:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1736:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1738:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1740:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1743:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1745:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1747:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1750:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1753:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1756:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1758:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1763:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1766:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1769:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1775:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1780:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1782:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1782:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1784:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1785:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1790:	Parameter 'data' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1790:	The method 'isPositiveNegativeDecimalNumber' has a Cyclomatic Complexity of 15.
com/tin/tds/lower/FieldValidation.java:1790:	The method isPositiveNegativeDecimalNumber() has an NPath complexity of 1104
com/tin/tds/lower/FieldValidation.java:1790:	To avoid mistakes add a comment at the beginning of the isPositiveNegativeDecimalNumber method if you want a default access modifier
com/tin/tds/lower/FieldValidation.java:1790:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FieldValidation.java:1792:	Local variable 'field' could be declared final
com/tin/tds/lower/FieldValidation.java:1793:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1793:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1793:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1793:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:1795:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1798:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1798:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1800:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1806:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FieldValidation.java:1809:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1812:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1814:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1817:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1819:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:1819:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:1821:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1824:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FieldValidation.java:1824:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1824:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1826:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1829:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1829:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1829:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1831:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1839:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1840:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1842:	Parameter 'number' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1842:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1846:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1851:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1852:	Avoid variables with short names like l
com/tin/tds/lower/FieldValidation.java:1852:	Local variable 'l' could be declared final
com/tin/tds/lower/FieldValidation.java:1853:	Local variable 'amount' could be declared final
com/tin/tds/lower/FieldValidation.java:1854:	Local variable 'length' could be declared final
com/tin/tds/lower/FieldValidation.java:1854:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1856:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1858:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1860:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FieldValidation.java:1862:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1865:	Local variable 'rupees' could be declared final
com/tin/tds/lower/FieldValidation.java:1865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1866:	Local variable 'paisa' could be declared final
com/tin/tds/lower/FieldValidation.java:1866:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FieldValidation.java:1872:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1875:	Parameter 'YrQrt' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1875:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1880:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1880:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1880:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1880:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1882:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1889:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1889:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1889:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1893:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1893:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1895:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1898:	Local variable 'cal2' could be declared final
com/tin/tds/lower/FieldValidation.java:1900:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1902:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/tds/lower/FieldValidation.java:1904:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1907:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1914:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1914:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1914:	Parameter 'quater' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1914:	The method 'dateBefQuatEndDate' has a Cyclomatic Complexity of 10.
com/tin/tds/lower/FieldValidation.java:1914:	The method 'dateBefQuatEndDate' has a Modified Cyclomatic Complexity of 10.
com/tin/tds/lower/FieldValidation.java:1914:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1917:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1920:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1923:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1925:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1928:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1930:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1932:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1935:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1937:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1939:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1942:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1945:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1948:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:1950:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:1955:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1958:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1964:	Comment is too large: Line too long
com/tin/tds/lower/FieldValidation.java:1966:	Parameter 'date' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1966:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1966:	Parameter 'quater' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:1966:	The method 'dateBefQuatStartDate' has a Cyclomatic Complexity of 10.
com/tin/tds/lower/FieldValidation.java:1966:	The method 'dateBefQuatStartDate' has a Modified Cyclomatic Complexity of 10.
com/tin/tds/lower/FieldValidation.java:1966:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:1968:	Avoid unused local variables such as 'firstYr'.
com/tin/tds/lower/FieldValidation.java:1971:	Local variable 'cal1' could be declared final
com/tin/tds/lower/FieldValidation.java:1974:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1976:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1979:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1981:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1983:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1986:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1988:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1990:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:1993:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:1996:	Position literals first in String comparisons
com/tin/tds/lower/FieldValidation.java:1999:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FieldValidation.java:2001:	Useless parentheses.
com/tin/tds/lower/FieldValidation.java:2006:	Local variable 'cal3' could be declared final
com/tin/tds/lower/FieldValidation.java:2009:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FieldValidation.java:2017:	Parameter 'dataString' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:2017:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:2019:	Local variable 'leng' could be declared final
com/tin/tds/lower/FieldValidation.java:2024:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FieldValidation.java:2024:	Avoid unused local variables such as 'countmatched'.
com/tin/tds/lower/FieldValidation.java:2024:	Local variable 'countmatched' could be declared final
com/tin/tds/lower/FieldValidation.java:2025:	Use equals() to compare strings instead of '==' or '!='
com/tin/tds/lower/FieldValidation.java:2047:	Parameter 'str' is not assigned and could be declared final
com/tin/tds/lower/FieldValidation.java:2047:	publicMethodCommentRequirement Required
com/tin/tds/lower/FieldValidation.java:2049:	Avoid variables with short names like c
com/tin/tds/lower/FieldValidation.java:2049:	Local variable 'c' could be declared final
com/tin/tds/lower/FieldValidation.java:2051:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FileValidatorInterface.java:6:	headerCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:9:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:9:	Avoid excessively long variable names like STATISTICS_FILE_EXT
com/tin/tds/lower/FileValidatorInterface.java:9:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:11:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:11:	Avoid excessively long variable names like PAPER_RET_WAR_FILE_EXT
com/tin/tds/lower/FileValidatorInterface.java:11:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:13:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:13:	Avoid excessively long variable names like PROPERTY_FILE_PATH
com/tin/tds/lower/FileValidatorInterface.java:13:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:15:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:15:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:17:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:17:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:19:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:19:	Avoid excessively long variable names like FILETYPE_PAN_CORRECTION
com/tin/tds/lower/FileValidatorInterface.java:19:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:21:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:21:	Avoid excessively long variable names like FILE_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:21:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:23:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:23:	Avoid excessively long variable names like BATCH_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:23:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:25:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:25:	Avoid excessively long variable names like CHALLAN_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:25:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:27:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:27:	Avoid excessively long variable names like DEDUCTEE_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:27:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:29:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:29:	Avoid excessively long variable names like SALARY_STATEMENT_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:29:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:31:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:31:	Avoid excessively long variable names like FILETYPE_SALARY_ELECTRONIC
com/tin/tds/lower/FileValidatorInterface.java:31:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:33:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:33:	Avoid excessively long variable names like FILETYPE_SALARY_DIGITAL
com/tin/tds/lower/FileValidatorInterface.java:33:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:35:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:35:	Avoid excessively long variable names like FILETYPE_NONSALARY_ELECTRONIC
com/tin/tds/lower/FileValidatorInterface.java:35:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:37:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:37:	Avoid excessively long variable names like FILETYPE_NONSALARY_DIGITAL
com/tin/tds/lower/FileValidatorInterface.java:37:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:39:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:39:	Avoid excessively long variable names like FILETYPE_TCS_DIGITAL
com/tin/tds/lower/FileValidatorInterface.java:39:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:41:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:41:	Avoid excessively long variable names like FILETYPE_TCS_ELECTRONIC
com/tin/tds/lower/FileValidatorInterface.java:41:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:43:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:43:	Avoid excessively long variable names like UPLOADTYPE_REGULAR
com/tin/tds/lower/FileValidatorInterface.java:43:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:45:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:45:	Avoid excessively long variable names like UPLOADTYPE_CORRECTION
com/tin/tds/lower/FileValidatorInterface.java:45:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:47:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:47:	Avoid excessively long variable names like UPLOADED_BY_DEDUCTOR
com/tin/tds/lower/FileValidatorInterface.java:47:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:49:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:49:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:51:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:51:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_BATCH
com/tin/tds/lower/FileValidatorInterface.java:51:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:53:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:53:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_CHALLAN
com/tin/tds/lower/FileValidatorInterface.java:53:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:55:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:55:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_DEDUCTEE
com/tin/tds/lower/FileValidatorInterface.java:55:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:57:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:57:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_SALARY
com/tin/tds/lower/FileValidatorInterface.java:57:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:59:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:59:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_PAN
com/tin/tds/lower/FileValidatorInterface.java:59:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:61:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:61:	Avoid excessively long variable names like TRANSACTIONTYPE_ADDITION_CHALLAN
com/tin/tds/lower/FileValidatorInterface.java:61:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:63:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:63:	Avoid excessively long variable names like TRANSACTIONTYPE_REPLACE_SALARY
com/tin/tds/lower/FileValidatorInterface.java:63:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:65:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:65:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_CANCELLATION
com/tin/tds/lower/FileValidatorInterface.java:65:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:67:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:67:	Avoid excessively long variable names like TRANSACTIONTYPE_CANCELLATION_BATCH
com/tin/tds/lower/FileValidatorInterface.java:67:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:69:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:69:	Avoid excessively long variable names like TRANSACTIONTYPE_CANCELLATION_BATCH_TFC
com/tin/tds/lower/FileValidatorInterface.java:69:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:73:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:73:	Avoid excessively long variable names like CENTRAL_GOVERNMENT
com/tin/tds/lower/FileValidatorInterface.java:73:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:75:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:75:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:77:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:77:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:79:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:79:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:79:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:81:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:81:	Avoid excessively long variable names like AUTONOMOUS_BODY_CG
com/tin/tds/lower/FileValidatorInterface.java:81:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:81:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:83:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:83:	Avoid excessively long variable names like AUTONOMOUS_BODY_SG
com/tin/tds/lower/FileValidatorInterface.java:83:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:83:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:85:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:85:	Avoid excessively long variable names like LOCAL_AUTHORITY_CG
com/tin/tds/lower/FileValidatorInterface.java:85:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:85:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:87:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:87:	Avoid excessively long variable names like LOCAL_AUTHORITY_SG
com/tin/tds/lower/FileValidatorInterface.java:87:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:87:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:89:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:89:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:89:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:91:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:91:	Avoid excessively long variable names like BRANCH_DIV_COMPANY
com/tin/tds/lower/FileValidatorInterface.java:91:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:91:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:93:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:93:	Avoid excessively long variable names like ASSOCIATION_OF_PERSON
com/tin/tds/lower/FileValidatorInterface.java:93:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:93:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:95:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:95:	Avoid excessively long variable names like ASSOCIATION_OF_PERSON_TRUST
com/tin/tds/lower/FileValidatorInterface.java:95:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:95:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:97:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:97:	Avoid excessively long variable names like ARTIFICIAL_JURIDICAL_PERSON
com/tin/tds/lower/FileValidatorInterface.java:97:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:97:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:99:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:99:	Avoid excessively long variable names like BODY_OF_INDIVIDUALS
com/tin/tds/lower/FileValidatorInterface.java:99:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:99:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:101:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:101:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:101:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:103:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:103:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:103:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:107:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:107:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:107:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:109:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:109:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:109:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:111:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:111:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:111:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:113:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:113:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:113:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:115:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:115:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:115:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:117:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:117:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:117:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:119:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:119:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:119:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:121:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:121:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:121:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:123:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:123:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:123:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:125:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:125:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:125:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:127:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:127:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_BATCH_LABEL
com/tin/tds/lower/FileValidatorInterface.java:127:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:127:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:129:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:129:	Avoid excessively long variable names like TRANSACTIONTYPE_ADDITION_CHALLAN_LABEL
com/tin/tds/lower/FileValidatorInterface.java:129:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:129:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:131:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:131:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_CHALLAN_LABEL
com/tin/tds/lower/FileValidatorInterface.java:131:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:131:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:133:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:133:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_DEDUCTEE_LABEL
com/tin/tds/lower/FileValidatorInterface.java:133:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:133:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:135:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:135:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_SALARY_LABEL
com/tin/tds/lower/FileValidatorInterface.java:135:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:135:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:137:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:137:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_PAN_LABEL
com/tin/tds/lower/FileValidatorInterface.java:137:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:137:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:139:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:139:	Avoid excessively long variable names like TRANSACTIONTYPE_CORRECTION_CANCELLATION_LABEL
com/tin/tds/lower/FileValidatorInterface.java:139:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:139:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:141:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:141:	Avoid excessively long variable names like TRANSACTIONTYPE_CANCELLATION_BATCH_LABEL
com/tin/tds/lower/FileValidatorInterface.java:141:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:141:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:143:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:143:	Avoid excessively long variable names like TRANSACTIONTYPE_CANCELLATION_BATCH_LABEL_TFC
com/tin/tds/lower/FileValidatorInterface.java:143:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:143:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:145:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:145:	Avoid excessively long variable names like TRANSACTIONTYPE_REPLACE_SALARY_LABEL
com/tin/tds/lower/FileValidatorInterface.java:145:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:145:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:147:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:147:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:147:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:151:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:151:	Avoid excessively long variable names like UPLOAD_TYPE_REGULAR
com/tin/tds/lower/FileValidatorInterface.java:151:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:151:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:153:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:153:	Avoid excessively long variable names like UPLOAD_TYPE_CORRECTION
com/tin/tds/lower/FileValidatorInterface.java:153:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:153:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:155:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:155:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:155:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:157:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:157:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:157:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:159:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:159:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:159:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:161:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:161:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:161:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:163:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:163:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:163:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:165:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:165:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:165:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:167:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:167:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:167:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:169:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:169:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:169:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:171:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:171:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:171:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:173:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:173:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:173:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:175:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:175:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:175:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:177:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:177:	Avoid excessively long variable names like Challan_Detail_Record_Number
com/tin/tds/lower/FileValidatorInterface.java:177:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:177:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:179:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:179:	Avoid excessively long variable names like Deductee_Detail_Record_Number
com/tin/tds/lower/FileValidatorInterface.java:179:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:179:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:181:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:181:	Avoid excessively long variable names like Salary_Detail_Record_Number
com/tin/tds/lower/FileValidatorInterface.java:181:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:181:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:183:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:183:	Avoid excessively long variable names like Section_Record_Number
com/tin/tds/lower/FileValidatorInterface.java:183:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:183:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:185:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:185:	Avoid excessively long variable names like Section_C6A_Number
com/tin/tds/lower/FileValidatorInterface.java:185:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:185:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:187:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:187:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:187:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:189:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:189:	Avoid excessively long variable names like Total_No_of_Batches
com/tin/tds/lower/FileValidatorInterface.java:189:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:189:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:191:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:191:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:191:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:193:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:193:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:193:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:195:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:195:	Avoid excessively long variable names like Salary_Detail_Record_Type
com/tin/tds/lower/FileValidatorInterface.java:195:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:195:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:197:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:197:	Avoid excessively long variable names like Count_Of_Salary_Details_Records
com/tin/tds/lower/FileValidatorInterface.java:197:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:197:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:199:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:199:	Avoid excessively long variable names like Count_Of_Deductee_Records
com/tin/tds/lower/FileValidatorInterface.java:199:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:199:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:201:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:201:	Avoid excessively long variable names like Challan_Record_Type
com/tin/tds/lower/FileValidatorInterface.java:201:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:201:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:203:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:203:	Avoid excessively long variable names like Total_Tax_Deposit_Amount_as_per_deductee_annexure
com/tin/tds/lower/FileValidatorInterface.java:203:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:203:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:205:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:205:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:205:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:207:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:207:	Avoid excessively long variable names like DEDUCTEE_RECORD_TYPE
com/tin/tds/lower/FileValidatorInterface.java:207:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:207:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:209:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:209:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:209:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:211:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:211:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:211:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:213:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:213:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:213:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:215:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:215:	Avoid excessively long variable names like BATCH_UPDATION_INDICATOR
com/tin/tds/lower/FileValidatorInterface.java:215:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:215:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:217:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:217:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:217:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:219:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:219:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:219:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:221:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:221:	Avoid excessively long variable names like ELECTRONIC_RET_WAR_FILE_EXT
com/tin/tds/lower/FileValidatorInterface.java:221:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:221:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:224:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:224:	Avoid excessively long variable names like PercentageValidPan
com/tin/tds/lower/FileValidatorInterface.java:224:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:224:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:228:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:228:	Avoid excessively long variable names like SECTION10_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:228:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:228:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:230:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:230:	Avoid excessively long variable names like PERK_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:230:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:230:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:232:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:232:	Avoid excessively long variable names like SECTION8889_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:232:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:232:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:234:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:234:	Avoid excessively long variable names like SECTIONVIA_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:234:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:234:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:236:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:236:	Avoid excessively long variable names like SECTION16_HEADER_IDENTIFIER
com/tin/tds/lower/FileValidatorInterface.java:236:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:236:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:238:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:240:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:240:	Avoid excessively long variable names like sec16Identification
com/tin/tds/lower/FileValidatorInterface.java:240:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:240:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:245:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:245:	Avoid excessively long variable names like secVIAIdentification
com/tin/tds/lower/FileValidatorInterface.java:245:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:245:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:250:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:250:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:250:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:252:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:252:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:252:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:291:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:291:	Avoid excessively long variable names like paperRetBankChalnDefValue
com/tin/tds/lower/FileValidatorInterface.java:291:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:291:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:293:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:293:	Avoid excessively long variable names like paperRetBankBSRDefValue
com/tin/tds/lower/FileValidatorInterface.java:293:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:293:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:295:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:295:	Avoid excessively long variable names like paperRetSecIDDefValue
com/tin/tds/lower/FileValidatorInterface.java:295:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:295:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:297:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:297:	Avoid excessively long variable names like paperRetDateBankChalnDefValue
com/tin/tds/lower/FileValidatorInterface.java:297:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:297:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:300:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:300:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:300:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:301:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:301:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:301:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:302:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:302:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:302:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:303:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:303:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:303:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:304:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:304:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:304:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:305:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:305:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:305:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:306:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:306:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:306:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:307:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:307:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:307:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:308:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:308:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:308:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:309:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:309:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:309:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:310:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:310:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:310:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:311:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:311:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:311:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:312:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:312:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:312:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:313:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:313:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:313:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:314:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:314:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:314:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:315:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:315:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:315:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:316:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:316:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:316:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:317:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:317:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:317:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:318:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:318:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:318:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:319:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:319:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:319:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:320:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:320:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:320:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:321:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:321:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:321:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:322:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:322:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:322:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:323:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:323:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:323:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:324:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:324:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:324:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:325:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:325:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:325:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:326:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:326:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:326:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:327:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:327:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:327:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:328:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:328:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:328:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:329:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:329:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:329:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:330:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:330:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:330:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:331:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:331:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:331:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:332:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:332:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:332:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:333:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:333:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:333:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:334:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:334:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:334:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:335:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:335:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:335:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:336:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:336:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:336:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:337:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:337:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:337:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:338:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:338:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:338:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:340:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:340:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:340:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:342:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:342:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:342:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:345:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:345:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:345:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:346:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:346:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:346:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:351:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:351:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:351:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:352:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:352:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:352:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:353:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:353:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:353:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:354:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:354:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:354:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:355:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:355:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:355:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:356:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:356:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:356:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:357:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:357:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:357:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:358:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:358:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:358:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:359:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:359:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:359:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:360:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:360:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:360:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:361:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:361:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:361:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:362:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:362:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:362:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:363:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:363:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:363:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:364:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:364:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:364:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:365:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:365:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:365:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:366:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:366:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:366:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:370:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:370:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:370:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:375:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:375:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:375:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:376:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:376:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:376:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:377:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:377:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:377:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:378:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:378:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:378:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:379:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:379:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:379:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:380:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:380:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:380:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:381:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:381:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:381:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:382:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:382:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:382:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:383:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:383:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:383:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:384:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:384:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:384:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:385:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:385:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:385:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:386:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:386:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:386:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:387:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:387:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:387:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:388:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:388:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:388:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:389:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:389:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:389:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:390:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:390:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:390:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:391:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:391:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:391:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:392:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:392:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:392:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:393:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:393:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:393:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:394:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:394:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:394:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:395:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:395:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:395:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:396:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:396:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:396:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:397:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:397:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:397:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:398:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:398:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:398:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:399:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:399:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:399:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:400:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:400:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:400:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:401:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:401:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:401:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:402:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:402:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:402:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:407:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:407:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:407:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:408:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:408:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:408:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:409:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:409:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:409:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:410:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:410:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:410:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:411:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:411:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:411:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:412:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:412:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:412:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:415:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:415:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:415:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:416:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:416:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:416:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:417:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:417:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:417:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:418:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:418:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:418:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:419:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:419:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:419:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:420:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:420:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:420:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:421:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:421:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:421:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:422:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:422:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:422:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:423:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:423:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:423:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:424:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:424:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:424:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:425:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:426:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:426:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:426:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:427:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:428:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:429:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:429:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:429:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:430:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:430:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:430:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:431:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:431:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:431:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:432:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:433:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:433:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:433:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:434:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:435:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:435:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:435:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:436:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:437:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:437:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:437:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:438:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:438:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:438:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:439:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:439:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:439:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:440:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:440:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:440:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:441:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:441:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:441:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:442:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:443:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:444:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:445:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:446:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:447:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:447:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:447:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:449:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:449:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:449:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:451:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:451:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:451:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:453:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:453:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:453:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:455:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:455:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:455:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:460:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:460:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:460:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:461:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:461:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:461:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:462:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:462:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:462:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:463:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:463:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:463:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:464:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:464:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:464:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:465:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:465:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:465:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:466:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:466:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:466:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:467:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:467:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:467:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:468:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:468:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:468:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:469:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:469:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:469:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:470:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:470:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:470:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:471:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:471:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:471:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:472:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:472:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:472:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:473:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:473:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:473:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:474:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:474:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:474:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:475:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:475:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:475:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:479:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:479:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:479:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:485:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:485:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:485:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:486:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:486:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:486:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:487:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:487:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:487:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:488:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:488:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:488:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:489:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:489:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:489:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:490:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:490:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:490:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:491:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:491:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:491:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:492:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:492:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:492:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:493:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:493:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:493:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:494:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:494:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:494:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:497:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:497:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:497:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:498:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:498:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:498:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:499:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:499:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:499:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:500:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:500:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:500:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:501:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:501:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:501:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:502:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:502:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:502:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:503:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:503:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:503:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:504:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:504:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:504:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:505:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:505:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:505:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:506:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:506:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:506:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:510:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:510:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:510:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:511:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:511:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:511:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:512:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:512:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:512:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:513:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:513:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:513:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:514:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:514:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:514:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:515:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:515:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:515:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:516:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:516:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:516:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:517:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:517:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:517:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:524:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:524:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:524:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:525:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:525:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:525:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:526:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:526:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:526:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:527:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:527:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:527:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:528:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:528:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:528:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:529:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:529:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:529:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:530:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:530:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:530:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:531:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:531:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:531:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:532:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:532:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:532:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:533:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:533:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:533:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:534:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:534:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:534:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:535:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:535:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:535:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:537:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:537:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:537:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:538:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:538:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:538:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:539:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:539:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:539:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:540:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:540:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:540:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:541:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:541:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:541:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:542:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:542:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:542:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:543:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:543:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:543:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:544:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:544:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:544:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:545:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:545:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:545:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:546:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:546:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:546:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:547:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:547:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:547:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:548:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:548:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:548:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:549:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:549:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:549:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:550:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:550:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:550:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:551:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:551:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:551:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:552:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:552:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:552:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:553:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:553:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:553:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:554:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:554:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:554:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:555:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:555:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:555:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:556:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:556:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:556:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:557:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:557:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:557:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:558:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:558:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:558:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:559:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:559:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:559:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:560:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:560:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:560:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:561:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:561:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:561:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:562:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:562:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:562:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:563:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:563:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:563:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:564:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:564:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:564:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:565:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:565:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:565:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:566:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:566:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:566:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:567:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:567:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:567:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:568:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:568:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:568:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:569:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:569:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:569:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:570:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:570:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:570:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:571:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:571:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:571:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:572:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:572:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:572:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:573:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:573:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:573:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:574:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:574:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:574:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:575:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:575:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:575:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:576:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:576:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:576:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:577:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:577:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:577:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:578:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:578:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:578:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:579:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:579:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:579:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:580:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:580:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:580:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:581:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:581:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:581:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:582:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:582:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:582:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:583:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:583:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:583:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:584:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:584:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:584:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:585:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:585:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:585:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:586:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:586:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:586:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:587:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:587:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:587:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:588:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:588:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:588:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:589:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:589:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:589:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:590:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:590:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:590:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:591:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:591:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:591:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:592:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:592:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:592:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:593:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:593:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:593:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:594:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:594:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:594:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:595:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:595:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:595:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:596:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:596:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:596:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:597:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:597:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:597:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:598:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:598:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:598:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:599:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:599:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:599:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:600:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:600:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:600:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:601:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:601:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:601:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:602:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:602:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:602:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:603:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:603:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:603:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:604:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:604:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:604:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:605:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:605:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:605:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:606:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:606:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:606:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:607:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:607:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:607:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:608:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:608:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:608:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:609:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:609:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:609:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:610:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:610:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:610:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:611:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:611:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:611:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:612:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:612:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:612:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:613:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:613:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:613:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:614:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:614:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:614:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:615:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:615:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:615:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:616:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:616:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:616:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:617:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:617:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:617:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:618:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:618:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:618:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:619:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:619:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:619:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:620:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:620:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:620:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:621:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:621:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:621:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:622:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:622:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:622:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:623:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:623:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:623:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:624:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:624:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:624:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:625:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:625:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:625:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:626:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:626:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:626:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:627:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:627:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:627:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:628:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:628:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:628:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:629:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:629:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:629:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:630:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:630:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:630:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:631:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:631:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:631:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:632:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:632:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:632:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:633:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:633:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:633:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:634:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:634:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:634:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:635:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:635:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:635:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:636:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:636:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:636:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:637:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:637:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:637:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:638:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:638:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:638:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:639:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:639:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:639:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:640:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:640:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:640:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:641:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:641:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:641:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:642:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:642:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:642:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:643:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:643:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:643:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:644:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:644:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:644:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:645:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:645:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:645:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:646:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:646:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:646:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:647:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:647:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:647:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:648:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:648:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:648:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:649:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:649:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:649:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:650:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:650:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:650:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:651:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:651:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:651:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:652:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:652:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:652:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:653:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:653:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:653:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:654:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:654:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:654:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:655:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:655:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:655:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:656:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:656:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:656:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:657:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:657:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:657:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:658:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:658:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:658:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:659:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:659:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:659:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:660:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:660:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:660:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:661:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:661:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:661:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:662:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:662:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:662:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:663:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:663:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:663:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:664:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:664:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:664:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:665:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:665:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:665:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:666:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:666:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:666:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:667:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:667:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:667:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:668:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:668:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:668:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:669:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:669:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:669:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:670:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:670:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:670:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:671:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:671:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:671:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:672:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:672:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:672:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:673:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:673:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:673:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:674:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:674:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:674:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:675:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:675:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:675:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:676:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:676:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:676:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:677:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:677:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:677:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:678:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:678:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:678:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:679:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:679:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:679:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:680:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:680:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:680:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:681:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:681:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:681:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:682:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:682:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:682:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:683:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:683:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:683:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:684:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:684:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:684:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:685:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:685:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:685:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:686:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:686:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:686:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:687:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:687:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:687:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:688:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:688:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:688:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:689:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:689:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:689:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:690:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:690:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:690:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:691:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:691:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:691:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:692:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:692:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:692:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:693:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:693:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:693:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:694:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:694:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:694:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:695:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:695:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:695:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:696:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:696:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:696:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:697:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:697:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:697:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:698:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:698:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:698:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:699:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:699:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:699:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:700:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:700:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:700:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:701:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:701:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:701:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:702:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:702:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:702:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:703:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:703:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:703:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:704:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:704:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:704:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:705:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:705:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:705:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:706:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:706:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:706:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:707:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:707:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:707:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:708:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:708:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:708:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:709:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:709:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:709:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:710:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:710:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:710:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:711:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:711:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:711:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:712:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:712:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:712:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:713:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:713:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:713:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:714:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:714:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:714:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:715:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:715:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:715:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:716:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:716:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:716:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:717:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:717:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:717:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:718:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:718:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:718:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:719:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:719:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:719:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:720:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:720:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:720:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:721:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:721:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:721:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:722:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:722:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:722:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:723:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:723:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:723:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:724:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:724:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:724:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:725:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:725:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:725:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:726:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:726:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:726:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:727:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:727:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:727:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:728:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:728:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:728:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:729:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:729:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:729:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:730:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:730:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:730:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:731:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:731:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:731:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:732:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:732:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:732:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:733:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:733:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:733:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:734:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:734:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:734:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:735:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:735:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:735:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:736:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:736:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:736:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:737:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:737:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:737:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:738:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:738:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:738:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:739:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:739:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:739:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:741:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:742:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:742:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:742:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:743:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:743:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:743:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:744:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:744:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:744:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:745:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:745:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:745:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:746:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:746:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:746:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:747:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:747:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:747:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:748:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:748:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:748:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:749:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:749:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:749:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:750:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:750:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:750:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:751:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:751:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:751:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:752:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:752:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:752:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:755:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:756:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:756:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:756:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:757:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:757:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:757:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:760:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:760:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:760:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:762:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:762:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:762:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:763:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:764:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:764:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:764:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:765:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:765:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:765:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:766:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:766:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:766:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:767:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:767:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:767:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:768:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:768:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:768:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:769:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:769:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:769:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:770:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:770:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:770:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:771:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:771:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:771:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:774:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:774:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:774:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:775:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:775:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:775:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:776:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:776:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:776:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:777:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:777:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:777:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:778:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:778:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:778:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:779:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:779:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:779:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:781:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:782:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:782:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:782:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:783:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:783:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:783:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:786:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:786:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:786:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:787:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:787:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:787:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:790:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:790:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:790:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:791:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:791:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:791:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:792:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:792:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:792:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:793:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:793:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:793:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:794:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:794:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:794:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:795:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:795:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:795:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:796:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:796:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:796:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:797:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:797:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:797:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:799:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:799:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:799:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:800:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:800:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:800:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:801:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:801:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:801:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:802:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:802:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:802:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:806:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:806:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:806:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:811:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:811:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:811:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:813:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:813:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:813:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:815:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:815:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:815:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:817:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:817:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:817:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:819:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:819:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:819:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:820:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:820:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:820:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:821:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:821:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:821:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:826:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:826:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:826:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:827:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:827:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:827:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:828:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:828:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:828:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:829:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:829:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:829:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:834:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:834:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:834:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:835:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:835:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:835:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:836:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:836:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:836:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:837:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:837:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:837:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:842:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:842:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:842:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:843:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:843:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:843:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:844:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:844:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:844:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:845:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:845:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:845:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:846:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:846:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:846:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:847:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:847:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:847:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:848:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:848:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:848:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:849:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:849:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:849:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:850:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:850:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:850:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:851:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:851:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:851:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:852:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:852:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:852:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:853:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:853:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:853:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:854:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:855:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:855:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:855:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:856:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:856:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:856:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:857:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:857:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:857:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:858:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:858:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:858:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:859:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:860:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:860:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:860:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:861:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:861:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:861:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:863:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:864:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:865:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:865:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:865:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:867:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:867:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:867:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:868:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:868:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:868:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:869:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:869:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:869:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:870:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:870:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:870:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:871:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:871:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:871:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:872:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:872:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:872:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:873:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:873:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:873:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:874:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:874:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:874:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:875:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:875:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:875:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:878:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:881:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:881:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:881:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:882:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:883:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:883:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:883:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:884:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:884:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:884:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:885:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:885:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:885:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:886:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:886:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:886:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:887:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:887:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:887:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:888:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:888:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:888:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:890:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:890:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:890:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:891:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:891:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:891:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:892:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:892:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:892:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:894:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:895:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:895:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:895:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:897:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:897:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:897:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:898:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:898:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:898:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:901:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:902:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:902:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:902:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:903:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:903:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:903:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:904:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:904:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:904:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:905:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:905:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:905:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:907:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:907:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:907:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:909:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:909:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:909:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:910:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:910:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:910:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:911:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:911:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:911:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:912:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:912:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:912:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:913:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:913:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:913:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:914:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:914:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:914:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:915:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:915:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:915:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:916:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:916:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:916:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:917:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:917:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:917:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:918:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:918:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:918:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:919:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:919:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:919:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:920:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:922:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:923:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:925:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:926:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:927:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:929:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:930:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:931:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:931:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:931:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:932:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:932:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:932:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:933:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:934:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:935:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:936:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:937:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:937:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:937:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:938:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:938:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:938:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:939:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:939:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:939:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:940:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:940:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:940:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:942:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:942:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:942:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:944:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:945:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:946:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:946:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:946:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:947:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:947:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:947:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:949:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:950:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:950:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:950:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:951:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:951:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:951:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:952:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:952:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:952:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:953:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:953:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:953:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:954:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:954:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:954:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:955:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:955:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:955:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:956:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:956:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:956:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:957:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:957:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:957:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:958:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:958:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:958:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:959:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:959:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:959:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:960:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:960:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:960:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:961:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:961:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:961:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:962:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:962:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:962:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:963:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:963:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:963:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:964:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:965:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:966:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:967:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:967:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:967:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:968:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:969:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:969:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:969:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:971:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:971:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:971:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:972:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:972:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:972:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:973:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:973:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:973:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:974:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:974:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:974:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:975:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:975:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:975:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:976:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:976:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:976:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:977:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:977:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:977:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:978:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:978:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:978:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:979:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:979:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:979:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:980:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:980:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:980:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:981:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:981:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:981:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:982:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:982:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:982:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:983:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:983:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:983:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:984:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:984:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:984:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:985:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:985:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:985:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:987:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:988:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:988:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:988:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:989:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:989:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:989:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:990:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:990:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:990:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:991:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:991:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:991:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:992:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:992:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:992:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:993:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:993:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:993:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:994:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:994:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:994:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:995:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:995:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:995:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:996:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:996:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:996:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:997:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:997:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:997:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:998:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:998:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:998:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:999:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1000:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1000:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1000:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1001:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1001:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1001:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1002:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1003:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1003:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1003:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1004:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1004:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1004:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1005:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1006:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1007:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1008:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1009:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1010:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1011:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1013:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1014:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1014:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1014:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1015:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1015:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1015:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1016:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1016:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1016:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1017:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1017:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1017:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1019:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1019:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1019:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1020:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1020:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1020:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1021:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1021:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1021:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1022:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1022:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1022:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1023:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1024:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1025:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1025:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1025:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1026:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1027:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1028:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1029:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1030:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1030:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1030:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1031:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1031:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1031:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1032:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1032:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1032:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1033:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1033:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1033:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1034:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1034:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1034:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1035:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1035:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1035:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1036:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1036:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1036:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1037:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1037:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1037:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1038:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1038:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1038:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1039:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1039:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1039:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1040:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1040:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1040:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1041:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1041:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1041:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1042:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1042:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1042:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1043:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1043:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1043:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1044:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1044:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1044:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1045:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1045:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1045:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1046:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1046:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1046:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1048:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1050:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1050:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1050:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1051:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1051:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1051:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1052:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1052:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1052:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1053:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1053:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1053:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1054:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1054:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1054:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1055:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1056:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1057:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1058:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1059:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1061:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1063:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1065:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1066:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1068:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1069:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1071:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1072:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1074:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1077:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1078:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1078:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1078:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1080:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1082:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1084:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1085:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1085:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1085:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1086:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1086:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1086:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1087:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1087:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1087:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1088:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1088:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1088:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1089:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1089:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1089:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1090:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1090:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1090:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1091:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1091:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1091:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1092:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1092:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1092:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1093:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1093:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1093:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1094:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1094:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1094:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1098:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1098:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1098:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1099:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1101:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1101:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1101:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1102:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1102:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1102:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1103:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1103:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1103:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1104:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1104:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1104:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1105:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1105:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1105:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1106:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1106:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1106:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1107:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1107:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1107:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1108:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1108:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1108:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1109:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1109:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1109:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1110:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1110:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1110:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1111:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1111:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1111:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1114:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1115:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1117:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1117:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1117:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1118:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1119:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1119:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1119:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1121:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1122:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1122:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1122:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1123:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1124:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1124:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1124:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1125:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1126:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1126:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1126:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1127:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1127:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1127:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1128:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1128:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1128:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1129:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1129:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1129:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1130:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1130:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1130:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1132:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1132:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1132:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1133:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1133:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1133:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1136:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1137:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1137:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1137:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1138:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1139:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1139:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1139:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1142:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1142:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1142:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1143:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1143:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1143:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1144:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1144:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1144:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1145:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1145:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1145:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1146:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1146:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1146:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1148:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1150:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1150:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1150:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1151:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1151:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1151:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1154:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1154:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1154:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1155:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1155:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1155:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1159:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1159:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1159:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1160:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1160:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1160:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1161:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1161:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1161:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1162:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1162:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1162:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1163:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1163:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1163:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1164:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1164:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1164:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1165:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1165:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1165:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1166:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1166:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1166:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1168:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1168:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1168:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1169:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1169:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1169:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1170:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1170:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1170:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1171:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1171:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1171:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1175:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1175:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1175:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1178:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1178:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1178:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1181:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1181:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1181:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1184:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1184:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1184:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1186:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1186:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1186:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1187:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1187:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1187:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1188:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1188:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1188:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1189:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1189:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1189:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1193:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1193:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1193:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1194:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1194:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1194:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1195:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1195:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1195:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1196:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1196:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1196:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1201:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1201:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1201:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1202:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1202:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1202:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1203:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1203:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1203:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1204:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1204:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1204:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1209:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1209:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1209:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1210:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1210:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1210:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1211:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1211:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1211:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1212:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1212:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1212:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1213:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1213:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1213:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1214:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1214:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1214:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1215:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1215:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1215:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1216:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1216:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1216:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1217:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1217:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1217:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1218:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1218:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1218:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1219:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1219:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1219:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1220:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1220:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1220:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1221:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1221:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1221:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1222:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1222:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1222:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1223:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1223:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1223:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1224:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1224:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1224:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1225:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1225:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1225:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1226:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1226:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1226:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1227:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1227:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1227:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1228:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1228:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1228:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1229:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1229:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1229:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1230:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1230:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1230:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1231:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1231:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1231:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1232:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1232:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1232:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1233:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1233:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1233:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1234:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1234:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1234:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1235:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1235:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1235:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1236:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1236:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1236:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1237:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1237:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1237:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1238:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1238:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1238:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1239:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1239:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1239:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1240:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1240:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1240:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1241:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1241:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1241:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1242:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1242:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1242:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1243:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1243:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1243:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1244:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1244:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1244:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1245:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1245:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1245:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1246:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1246:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1246:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1247:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1247:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1247:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1248:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1248:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1248:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1249:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1249:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1249:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1250:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1250:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1250:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1251:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1251:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1251:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1252:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1252:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1252:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1253:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1253:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1253:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1254:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1254:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1254:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1255:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1255:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1255:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1256:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1256:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1256:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1257:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1257:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1257:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1258:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1258:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1258:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1259:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1259:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1259:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1260:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1260:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1260:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1261:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1261:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1261:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1262:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1262:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1262:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1263:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1263:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1263:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1264:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1264:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1264:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1265:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1265:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1265:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1266:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1266:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1266:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1267:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1267:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1267:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1268:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1268:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1268:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1269:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1269:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1269:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1270:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1270:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1270:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1271:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1271:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1271:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1272:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1272:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1272:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1273:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1273:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1273:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1274:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1274:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1274:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1275:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1275:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1275:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1276:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1276:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1276:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1277:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1277:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1277:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1278:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1278:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1278:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1279:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1279:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1279:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1280:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1280:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1280:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1281:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1281:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1281:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1282:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1282:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1282:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1283:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1283:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1283:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1284:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1284:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1284:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1285:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1285:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1285:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1286:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1286:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1286:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1287:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1287:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1287:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1288:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1288:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1288:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1289:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1289:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1289:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1290:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1290:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1290:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1291:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1291:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1291:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1292:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1292:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1292:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1293:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1293:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1293:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1294:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1294:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1294:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1295:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1295:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1295:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1296:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1296:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1296:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1297:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1297:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1297:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1298:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1298:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1298:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1299:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1299:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1299:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1300:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1300:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1300:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1301:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1301:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1301:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1302:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1302:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1302:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1303:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1303:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1303:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1304:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1304:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1304:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1305:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1305:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1305:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1306:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1306:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1306:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1307:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1307:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1307:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1308:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1308:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1308:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1309:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1309:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1309:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1310:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1310:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1310:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1311:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1311:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1311:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1312:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1312:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1312:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1313:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1313:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1313:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1314:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1314:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1314:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1315:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1315:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1315:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1316:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1316:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1316:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1317:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1317:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1317:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1318:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1318:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1318:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1319:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1319:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1319:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1320:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1320:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1320:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1321:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1321:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1321:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1322:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1322:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1322:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1323:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1323:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1323:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1324:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1324:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1324:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1325:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1325:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1325:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1326:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1326:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1326:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1327:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1327:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1327:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1328:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1328:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1328:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1329:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1329:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1329:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1330:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1330:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1330:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1331:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1331:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1331:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1332:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1332:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1332:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1333:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1333:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1333:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1334:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1334:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1334:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1335:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1335:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1335:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1336:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1336:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1336:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1337:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1337:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1337:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1338:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1338:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1338:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1339:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1339:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1339:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1340:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1340:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1340:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1341:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1341:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1341:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1342:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1342:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1342:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1343:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1343:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1343:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1344:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1344:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1344:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1345:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1345:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1345:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1346:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1346:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1346:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1347:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1347:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1347:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1348:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1348:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1348:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1349:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1349:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1349:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1350:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1350:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1350:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1351:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1351:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1351:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1352:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1352:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1352:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1353:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1353:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1353:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1354:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1354:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1354:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1355:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1355:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1355:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1356:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1356:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1356:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1357:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1357:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1357:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1358:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1358:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1358:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1359:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1359:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1359:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1360:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1360:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1360:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1361:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1361:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1361:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1362:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1362:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1362:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1363:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1363:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1363:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1364:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1364:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1364:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1365:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1365:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1365:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1366:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1366:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1366:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1367:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1367:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1367:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1368:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1368:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1368:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1369:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1369:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1369:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1370:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1370:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1370:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1371:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1371:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1371:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1374:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1374:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1374:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1375:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1375:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1375:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1376:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1376:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1376:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1377:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1377:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1377:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1378:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1378:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1378:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1379:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1379:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1379:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1380:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1380:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1380:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1381:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1381:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1381:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1382:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1382:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1382:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1383:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1383:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1383:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1384:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1384:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1384:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1385:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1385:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1385:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1386:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1386:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1386:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1387:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1387:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1387:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1388:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1388:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1388:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1389:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1389:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1389:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1390:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1390:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1390:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1391:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1391:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1391:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1392:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1392:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1392:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1393:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1393:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1393:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1394:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1394:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1394:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1395:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1395:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1395:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1396:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1396:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1396:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1397:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1397:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1397:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1398:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1398:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1398:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1399:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1399:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1399:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1400:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1400:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1400:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1401:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1401:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1401:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1402:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1402:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1402:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1403:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1403:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1403:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1404:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1404:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1404:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1405:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1405:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1405:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1406:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1406:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1406:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1409:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1409:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1409:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1410:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1410:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1410:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1415:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1415:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1415:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1416:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1416:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1416:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1417:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1417:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1417:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1418:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1418:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1418:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1419:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1419:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1419:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1420:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1420:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1420:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1421:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1421:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1421:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1422:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1422:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1422:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1423:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1423:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1423:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1424:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1424:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1424:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1425:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1425:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1425:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1427:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1427:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1427:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1428:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1428:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1428:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1429:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1429:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1429:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1430:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1430:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1430:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1431:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1431:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1431:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1434:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1434:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1434:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1437:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1437:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1437:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1438:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1438:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1438:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1439:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1439:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1439:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1440:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1440:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1440:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1443:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1443:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1443:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1444:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1444:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1444:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1445:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1445:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1445:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1448:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1448:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1448:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1451:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1451:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1451:	fieldCommentRequirement Required
com/tin/tds/lower/FileValidatorInterface.java:1454:	Avoid constants in interfaces. Interfaces define types, constants are implementation details better placed in classes or enums. See Effective Java, item 19.
com/tin/tds/lower/FileValidatorInterface.java:1454:	Avoid modifiers which are implied by the context
com/tin/tds/lower/FileValidatorInterface.java:1490:	The String literal "Data must not be provided \n" appears 5 times in this file; the first occurrence is on line 1,490
com/tin/tds/lower/FileValidatorInterface.java:1517:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1521:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1523:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1628:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1634:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1640:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:1738:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2083:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2105:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2126:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2141:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2145:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2234:	Comment is too large: Line too long
com/tin/tds/lower/FileValidatorInterface.java:2242:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:13:	Possible God class (WMC=3321, ATFD=228, TCC=0.07294117647058823)
com/tin/tds/lower/FormValidator.java:17:	Avoid unused imports such as 'javax.swing.JOptionPane'
com/tin/tds/lower/FormValidator.java:23:	Avoid importing anything from the sun.* packages
com/tin/tds/lower/FormValidator.java:23:	Avoid unused imports such as 'sun.security.pkcs.ParsingException'
com/tin/tds/lower/FormValidator.java:25:	Avoid unused imports such as 'com.tin.FVU.lower.FVU1'
com/tin/tds/lower/FormValidator.java:28:	Each class should declare at least one constructor
com/tin/tds/lower/FormValidator.java:28:	The class 'FormValidator' has a Cyclomatic Complexity of 82 (Highest = 1342).
com/tin/tds/lower/FormValidator.java:28:	The class 'FormValidator' has a Modified Cyclomatic Complexity of 38 (Highest = 506).
com/tin/tds/lower/FormValidator.java:28:	headerCommentRequirement Required
com/tin/tds/lower/FormValidator.java:29:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/FormValidator.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:32:	To avoid mistakes add a comment at the beginning of the cal field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:32:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:36:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:36:	To avoid mistakes add a comment at the beginning of the obj_FieldValidation field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:36:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:38:	Avoid using redundant field initializer for 'fr'
com/tin/tds/lower/FormValidator.java:38:	Avoid variables with short names like fr
com/tin/tds/lower/FormValidator.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:38:	To avoid mistakes add a comment at the beginning of the fr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:38:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:39:	Avoid using redundant field initializer for 'br'
com/tin/tds/lower/FormValidator.java:39:	Avoid variables with short names like br
com/tin/tds/lower/FormValidator.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:39:	To avoid mistakes add a comment at the beginning of the br field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:39:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:41:	Avoid unused private fields such as 'fileStatus'.
com/tin/tds/lower/FormValidator.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:42:	To avoid mistakes add a comment at the beginning of the flagForPanCorr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:42:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:43:	To avoid mistakes add a comment at the beginning of the statDataDelemiter field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:43:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:44:	To avoid mistakes add a comment at the beginning of the tab field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:44:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:45:	Avoid excessively long variable names like statPANRepDelemiter
com/tin/tds/lower/FormValidator.java:45:	To avoid mistakes add a comment at the beginning of the statPANRepDelemiter field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:45:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:46:	Avoid using redundant field initializer for 'consHashinFile'
com/tin/tds/lower/FormValidator.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:46:	To avoid mistakes add a comment at the beginning of the consHashinFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:46:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:47:	To avoid mistakes add a comment at the beginning of the obj_FileGenerator field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:47:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:49:	Avoid using redundant field initializer for 'LineCount'
com/tin/tds/lower/FormValidator.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:49:	To avoid mistakes add a comment at the beginning of the LineCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:49:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:50:	Avoid using redundant field initializer for 'BatchCount'
com/tin/tds/lower/FormValidator.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:50:	To avoid mistakes add a comment at the beginning of the BatchCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:51:	Avoid using redundant field initializer for 'ChallanCount'
com/tin/tds/lower/FormValidator.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:51:	To avoid mistakes add a comment at the beginning of the ChallanCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:52:	Avoid using redundant field initializer for 'DeducteeCount'
com/tin/tds/lower/FormValidator.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:52:	To avoid mistakes add a comment at the beginning of the DeducteeCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:53:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/FormValidator.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:53:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:54:	Avoid using redundant field initializer for 'BatchLineNo'
com/tin/tds/lower/FormValidator.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:54:	To avoid mistakes add a comment at the beginning of the BatchLineNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:55:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/FormValidator.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:55:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:57:	Avoid using redundant field initializer for 'UploadType'
com/tin/tds/lower/FormValidator.java:57:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:57:	To avoid mistakes add a comment at the beginning of the UploadType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:57:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:58:	Avoid using redundant field initializer for 'FileType'
com/tin/tds/lower/FormValidator.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:58:	To avoid mistakes add a comment at the beginning of the FileType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:58:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:59:	Avoid using redundant field initializer for 'FileCrDt'
com/tin/tds/lower/FormValidator.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:59:	To avoid mistakes add a comment at the beginning of the FileCrDt field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:59:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:60:	Avoid using redundant field initializer for 'FileSeqNo'
com/tin/tds/lower/FormValidator.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:60:	To avoid mistakes add a comment at the beginning of the FileSeqNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:60:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:61:	Avoid using redundant field initializer for 'TanTfcIdIndicator'
com/tin/tds/lower/FormValidator.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:61:	To avoid mistakes add a comment at the beginning of the TanTfcIdIndicator field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:61:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:62:	Avoid using redundant field initializer for 'TanDedtr'
com/tin/tds/lower/FormValidator.java:62:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:62:	To avoid mistakes add a comment at the beginning of the TanDedtr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:62:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:62:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:63:	Avoid using redundant field initializer for 'NoBatches'
com/tin/tds/lower/FormValidator.java:63:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:63:	To avoid mistakes add a comment at the beginning of the NoBatches field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:63:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:64:	Avoid using redundant field initializer for 'FinancialYr'
com/tin/tds/lower/FormValidator.java:64:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:64:	To avoid mistakes add a comment at the beginning of the FinancialYr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:64:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:65:	Avoid using redundant field initializer for 'TransactionType'
com/tin/tds/lower/FormValidator.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:65:	To avoid mistakes add a comment at the beginning of the TransactionType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:65:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:66:	Avoid using redundant field initializer for 'LastDeductorType'
com/tin/tds/lower/FormValidator.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:66:	To avoid mistakes add a comment at the beginning of the LastDeductorType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:66:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:67:	Avoid using redundant field initializer for 'DeductorType'
com/tin/tds/lower/FormValidator.java:67:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:67:	To avoid mistakes add a comment at the beginning of the DeductorType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:67:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:68:	Avoid using redundant field initializer for 'FormNo'
com/tin/tds/lower/FormValidator.java:68:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:68:	To avoid mistakes add a comment at the beginning of the FormNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:68:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:68:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:69:	Avoid excessively long variable names like GrossTDSTotalAsPerChallan
com/tin/tds/lower/FormValidator.java:69:	Avoid using redundant field initializer for 'GrossTDSTotalAsPerChallan'
com/tin/tds/lower/FormValidator.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:69:	To avoid mistakes add a comment at the beginning of the GrossTDSTotalAsPerChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:69:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:70:	Avoid using redundant field initializer for 'BankChallanNo'
com/tin/tds/lower/FormValidator.java:70:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:70:	To avoid mistakes add a comment at the beginning of the BankChallanNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:70:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:70:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:71:	Avoid using redundant field initializer for 'BankBranchCode'
com/tin/tds/lower/FormValidator.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:71:	To avoid mistakes add a comment at the beginning of the BankBranchCode field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:71:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:72:	Avoid excessively long variable names like DateOfBankChallanNo
com/tin/tds/lower/FormValidator.java:72:	Avoid using redundant field initializer for 'DateOfBankChallanNo'
com/tin/tds/lower/FormValidator.java:72:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:72:	To avoid mistakes add a comment at the beginning of the DateOfBankChallanNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:72:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:73:	Avoid excessively long variable names like TotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:73:	Avoid using redundant field initializer for 'TotalOfDepositAmountAsPerChallan'
com/tin/tds/lower/FormValidator.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:73:	To avoid mistakes add a comment at the beginning of the TotalOfDepositAmountAsPerChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:73:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:74:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/tds/lower/FormValidator.java:74:	Avoid using redundant field initializer for 'BatchUpdationIndicator'
com/tin/tds/lower/FormValidator.java:74:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:74:	To avoid mistakes add a comment at the beginning of the BatchUpdationIndicator field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:74:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:75:	Avoid using redundant field initializer for 'LastTanOfDeductor'
com/tin/tds/lower/FormValidator.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:75:	To avoid mistakes add a comment at the beginning of the LastTanOfDeductor field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:75:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:76:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:77:	Avoid using redundant field initializer for 'TanOfDeductor'
com/tin/tds/lower/FormValidator.java:77:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:77:	To avoid mistakes add a comment at the beginning of the TanOfDeductor field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:77:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:78:	Avoid using redundant field initializer for 'Period'
com/tin/tds/lower/FormValidator.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:78:	To avoid mistakes add a comment at the beginning of the Period field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:78:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:78:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:79:	Avoid using redundant field initializer for 'Qperiod'
com/tin/tds/lower/FormValidator.java:79:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:79:	To avoid mistakes add a comment at the beginning of the Qperiod field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:79:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:79:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:83:	Avoid using redundant field initializer for 'TanFromCSIFile'
com/tin/tds/lower/FormValidator.java:83:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:83:	To avoid mistakes add a comment at the beginning of the TanFromCSIFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:83:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:83:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:84:	Avoid excessively long variable names like TanNameFromCSIFile
com/tin/tds/lower/FormValidator.java:84:	Avoid using redundant field initializer for 'TanNameFromCSIFile'
com/tin/tds/lower/FormValidator.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:84:	To avoid mistakes add a comment at the beginning of the TanNameFromCSIFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:84:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:84:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:85:	Avoid using redundant field initializer for 'TanFromTxtFile'
com/tin/tds/lower/FormValidator.java:85:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:85:	To avoid mistakes add a comment at the beginning of the TanFromTxtFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:85:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:85:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:86:	Avoid excessively long variable names like TanNameFromTxtFile
com/tin/tds/lower/FormValidator.java:86:	Avoid using redundant field initializer for 'TanNameFromTxtFile'
com/tin/tds/lower/FormValidator.java:86:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:86:	To avoid mistakes add a comment at the beginning of the TanNameFromTxtFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:86:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:86:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:87:	Avoid unused private fields such as 'jContentPane'.
com/tin/tds/lower/FormValidator.java:87:	Avoid using redundant field initializer for 'jContentPane'
com/tin/tds/lower/FormValidator.java:87:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:88:	Avoid excessively long variable names like bypassTanTanNameValidate
com/tin/tds/lower/FormValidator.java:88:	Avoid using redundant field initializer for 'bypassTanTanNameValidate'
com/tin/tds/lower/FormValidator.java:88:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:88:	To avoid mistakes add a comment at the beginning of the bypassTanTanNameValidate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:88:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:88:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:89:	Avoid using redundant field initializer for 'forCSIfile'
com/tin/tds/lower/FormValidator.java:89:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:89:	To avoid mistakes add a comment at the beginning of the forCSIfile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:89:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:89:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:90:	Avoid using redundant field initializer for 'tanFlag'
com/tin/tds/lower/FormValidator.java:90:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:90:	To avoid mistakes add a comment at the beginning of the tanFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:90:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:90:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:91:	Avoid using redundant field initializer for 'tanNameFlag'
com/tin/tds/lower/FormValidator.java:91:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:91:	To avoid mistakes add a comment at the beginning of the tanNameFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:91:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:91:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:93:	Avoid excessively long variable names like FVU_Higher_Version
com/tin/tds/lower/FormValidator.java:93:	Avoid using redundant field initializer for 'FVU_Higher_Version'
com/tin/tds/lower/FormValidator.java:93:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:93:	To avoid mistakes add a comment at the beginning of the FVU_Higher_Version field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:93:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:93:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:94:	Avoid using redundant field initializer for 'FVU_Lower_Version'
com/tin/tds/lower/FormValidator.java:94:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:94:	To avoid mistakes add a comment at the beginning of the FVU_Lower_Version field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:94:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:94:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:95:	Avoid using redundant field initializer for 'FVU_24Q4_Version'
com/tin/tds/lower/FormValidator.java:95:	To avoid mistakes add a comment at the beginning of the FVU_24Q4_Version field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:95:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:95:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:99:	Avoid using redundant field initializer for 'RpuType'
com/tin/tds/lower/FormValidator.java:99:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:99:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:100:	Avoid using redundant field initializer for 'FVUVer'
com/tin/tds/lower/FormValidator.java:100:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:100:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:101:	Avoid using redundant field initializer for 'FileHash'
com/tin/tds/lower/FormValidator.java:101:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:101:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:102:	Avoid using redundant field initializer for 'SAMVer'
com/tin/tds/lower/FormValidator.java:102:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:102:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:103:	Avoid using redundant field initializer for 'SAMHash'
com/tin/tds/lower/FormValidator.java:103:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:103:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:104:	Avoid unused private fields such as 'SCMVer'.
com/tin/tds/lower/FormValidator.java:104:	Avoid using redundant field initializer for 'SCMVer'
com/tin/tds/lower/FormValidator.java:104:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:104:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:105:	Avoid unused private fields such as 'SCMHash'.
com/tin/tds/lower/FormValidator.java:105:	Avoid using redundant field initializer for 'SCMHash'
com/tin/tds/lower/FormValidator.java:105:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:105:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:106:	Avoid using redundant field initializer for 'byPassBooking'
com/tin/tds/lower/FormValidator.java:106:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:106:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:107:	Avoid using redundant field initializer for 'paperReturnRelax'
com/tin/tds/lower/FormValidator.java:107:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:109:	Avoid excessively long variable names like TotalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/FormValidator.java:109:	Avoid using redundant field initializer for 'TotalTaxDepositedAsPerDeducteeAnex'
com/tin/tds/lower/FormValidator.java:109:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:109:	To avoid mistakes add a comment at the beginning of the TotalTaxDepositedAsPerDeducteeAnex field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:109:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:109:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:110:	Avoid excessively long variable names like SumTotalIncTaxDedAtSource
com/tin/tds/lower/FormValidator.java:110:	Avoid using redundant field initializer for 'SumTotalIncTaxDedAtSource'
com/tin/tds/lower/FormValidator.java:110:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:110:	To avoid mistakes add a comment at the beginning of the SumTotalIncTaxDedAtSource field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:110:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:110:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:112:	Avoid using redundant field initializer for 'Mode'
com/tin/tds/lower/FormValidator.java:112:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:112:	To avoid mistakes add a comment at the beginning of the Mode field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:112:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:112:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:113:	Avoid excessively long variable names like NillChallanIndicator
com/tin/tds/lower/FormValidator.java:113:	Avoid using redundant field initializer for 'NillChallanIndicator'
com/tin/tds/lower/FormValidator.java:113:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:113:	To avoid mistakes add a comment at the beginning of the NillChallanIndicator field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:113:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:113:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:114:	Avoid using redundant field initializer for 'Filler'
com/tin/tds/lower/FormValidator.java:114:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:114:	To avoid mistakes add a comment at the beginning of the Filler field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:114:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:114:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:116:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:116:	To avoid mistakes add a comment at the beginning of the lineNoOfBatchRec field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:116:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:116:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:117:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:118:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:120:	Avoid excessively long variable names like lineNoOfChallanRec
com/tin/tds/lower/FormValidator.java:120:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:120:	To avoid mistakes add a comment at the beginning of the lineNoOfChallanRec field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:120:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:120:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:122:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:125:	Avoid using redundant field initializer for 'returnRecordType'
com/tin/tds/lower/FormValidator.java:125:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:125:	To avoid mistakes add a comment at the beginning of the returnRecordType field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:125:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:125:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:127:	Avoid using redundant field initializer for 'returnLineCount'
com/tin/tds/lower/FormValidator.java:127:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:127:	To avoid mistakes add a comment at the beginning of the returnLineCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:127:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:127:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:128:	Avoid using redundant field initializer for 'returnRecord'
com/tin/tds/lower/FormValidator.java:128:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:128:	To avoid mistakes add a comment at the beginning of the returnRecord field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:128:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:128:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:129:	Avoid excessively long variable names like deducteeDetailAddMode
com/tin/tds/lower/FormValidator.java:129:	Avoid using redundant field initializer for 'deducteeDetailAddMode'
com/tin/tds/lower/FormValidator.java:129:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:129:	To avoid mistakes add a comment at the beginning of the deducteeDetailAddMode field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:129:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:129:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:131:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/FormValidator.java:131:	Avoid using redundant field initializer for 'RRRDatePresentDate'
com/tin/tds/lower/FormValidator.java:131:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:131:	To avoid mistakes add a comment at the beginning of the RRRDatePresentDate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:131:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:131:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:132:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:134:	Avoid using redundant field initializer for 'pval'
com/tin/tds/lower/FormValidator.java:134:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:134:	To avoid mistakes add a comment at the beginning of the pval field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:134:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:134:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:135:	Avoid using redundant field initializer for 'nval'
com/tin/tds/lower/FormValidator.java:135:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:135:	To avoid mistakes add a comment at the beginning of the nval field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:135:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:135:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:136:	Avoid excessively long variable names like pvalTotalIncomeTaxDeposited
com/tin/tds/lower/FormValidator.java:136:	Avoid using redundant field initializer for 'pvalTotalIncomeTaxDeposited'
com/tin/tds/lower/FormValidator.java:136:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:136:	To avoid mistakes add a comment at the beginning of the pvalTotalIncomeTaxDeposited field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:136:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:136:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:137:	Avoid excessively long variable names like nvalTotalIncomeTaxDeposited
com/tin/tds/lower/FormValidator.java:137:	Avoid using redundant field initializer for 'nvalTotalIncomeTaxDeposited'
com/tin/tds/lower/FormValidator.java:137:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:137:	To avoid mistakes add a comment at the beginning of the nvalTotalIncomeTaxDeposited field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:137:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:137:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:139:	Avoid excessively long variable names like sumTotalTdsSurCess
com/tin/tds/lower/FormValidator.java:139:	Avoid using redundant field initializer for 'sumTotalTdsSurCess'
com/tin/tds/lower/FormValidator.java:139:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:139:	To avoid mistakes add a comment at the beginning of the sumTotalTdsSurCess field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:139:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:139:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:141:	Avoid excessively long variable names like sumOfTotalIncomeTaxDeposited
com/tin/tds/lower/FormValidator.java:141:	Avoid using redundant field initializer for 'sumOfTotalIncomeTaxDeposited'
com/tin/tds/lower/FormValidator.java:141:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:141:	To avoid mistakes add a comment at the beginning of the sumOfTotalIncomeTaxDeposited field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:141:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:141:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:142:	Avoid excessively long variable names like sumOfTotalIncomeTaxDeducted
com/tin/tds/lower/FormValidator.java:142:	Avoid using redundant field initializer for 'sumOfTotalIncomeTaxDeducted'
com/tin/tds/lower/FormValidator.java:142:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:142:	To avoid mistakes add a comment at the beginning of the sumOfTotalIncomeTaxDeducted field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:142:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:142:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:144:	Avoid excessively long variable names like challanWiseTDSfield30
com/tin/tds/lower/FormValidator.java:144:	Avoid using redundant field initializer for 'challanWiseTDSfield30'
com/tin/tds/lower/FormValidator.java:144:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:144:	To avoid mistakes add a comment at the beginning of the challanWiseTDSfield30 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:144:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:144:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:145:	Avoid excessively long variable names like SumTDSIncomeTaxDDfield14
com/tin/tds/lower/FormValidator.java:145:	Avoid using redundant field initializer for 'SumTDSIncomeTaxDDfield14'
com/tin/tds/lower/FormValidator.java:145:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:145:	To avoid mistakes add a comment at the beginning of the SumTDSIncomeTaxDDfield14 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:145:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:145:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:146:	Avoid excessively long variable names like challanWiseTDSfield31
com/tin/tds/lower/FormValidator.java:146:	Avoid using redundant field initializer for 'challanWiseTDSfield31'
com/tin/tds/lower/FormValidator.java:146:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:146:	To avoid mistakes add a comment at the beginning of the challanWiseTDSfield31 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:146:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:146:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:147:	Avoid excessively long variable names like SumTDSIncomeTaxDDfield15
com/tin/tds/lower/FormValidator.java:147:	Avoid using redundant field initializer for 'SumTDSIncomeTaxDDfield15'
com/tin/tds/lower/FormValidator.java:147:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:147:	To avoid mistakes add a comment at the beginning of the SumTDSIncomeTaxDDfield15 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:147:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:147:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:148:	Avoid excessively long variable names like challanWiseTDSfield32
com/tin/tds/lower/FormValidator.java:148:	Avoid using redundant field initializer for 'challanWiseTDSfield32'
com/tin/tds/lower/FormValidator.java:148:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:148:	To avoid mistakes add a comment at the beginning of the challanWiseTDSfield32 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:148:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:148:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:149:	Avoid excessively long variable names like SumTDSIncomeTaxDDfield16
com/tin/tds/lower/FormValidator.java:149:	Avoid using redundant field initializer for 'SumTDSIncomeTaxDDfield16'
com/tin/tds/lower/FormValidator.java:149:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:149:	To avoid mistakes add a comment at the beginning of the SumTDSIncomeTaxDDfield16 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:149:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:149:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:151:	Avoid using redundant field initializer for 'CountOfChallanRec'
com/tin/tds/lower/FormValidator.java:151:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:151:	To avoid mistakes add a comment at the beginning of the CountOfChallanRec field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:151:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:151:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:153:	Avoid excessively long variable names like CountOfSalaryDetailRec
com/tin/tds/lower/FormValidator.java:153:	Avoid using redundant field initializer for 'CountOfSalaryDetailRec'
com/tin/tds/lower/FormValidator.java:153:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:153:	To avoid mistakes add a comment at the beginning of the CountOfSalaryDetailRec field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:153:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:153:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:155:	Avoid excessively long variable names like GrossTotalIncomeSD
com/tin/tds/lower/FormValidator.java:155:	Avoid using redundant field initializer for 'GrossTotalIncomeSD'
com/tin/tds/lower/FormValidator.java:155:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:155:	To avoid mistakes add a comment at the beginning of the GrossTotalIncomeSD field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:155:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:155:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:156:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:158:	Avoid excessively long variable names like sumOfTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:158:	Avoid using redundant field initializer for 'sumOfTotalOfDepositAmountAsPerChallan'
com/tin/tds/lower/FormValidator.java:158:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:158:	To avoid mistakes add a comment at the beginning of the sumOfTotalOfDepositAmountAsPerChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:158:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:158:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:160:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:160:	The field name indicates a constant but its modifiers do not
com/tin/tds/lower/FormValidator.java:160:	To avoid mistakes add a comment at the beginning of the ERROR_FILE field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:160:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:160:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:162:	Avoid using implementation types like 'HashSet'; use the interface instead
com/tin/tds/lower/FormValidator.java:162:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:162:	To avoid mistakes add a comment at the beginning of the RRRNumberHS field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:162:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:162:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:164:	Avoid excessively long variable names like prevChallanRecCount
com/tin/tds/lower/FormValidator.java:164:	Avoid using redundant field initializer for 'prevChallanRecCount'
com/tin/tds/lower/FormValidator.java:164:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:164:	To avoid mistakes add a comment at the beginning of the prevChallanRecCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:164:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:164:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:165:	Avoid excessively long variable names like prevDeducteeRecCount
com/tin/tds/lower/FormValidator.java:165:	Avoid using redundant field initializer for 'prevDeducteeRecCount'
com/tin/tds/lower/FormValidator.java:165:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:165:	To avoid mistakes add a comment at the beginning of the prevDeducteeRecCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:165:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:165:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:167:	Avoid using redundant field initializer for 'lastBatchError1'
com/tin/tds/lower/FormValidator.java:167:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:167:	To avoid mistakes add a comment at the beginning of the lastBatchError1 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:167:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:167:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:169:	Avoid using redundant field initializer for 'lastBatchError2'
com/tin/tds/lower/FormValidator.java:169:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:169:	To avoid mistakes add a comment at the beginning of the lastBatchError2 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:169:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:169:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:171:	Avoid using redundant field initializer for 'lastChallanError1'
com/tin/tds/lower/FormValidator.java:171:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:171:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:171:	To avoid mistakes add a comment at the beginning of the lastChallanError1 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:171:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:171:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:173:	Avoid using redundant field initializer for 'lastChallanError2'
com/tin/tds/lower/FormValidator.java:173:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:173:	To avoid mistakes add a comment at the beginning of the lastChallanError2 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:173:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:173:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:175:	Avoid excessively long variable names like lastSalaryDeducteeError1
com/tin/tds/lower/FormValidator.java:175:	Avoid using redundant field initializer for 'lastSalaryDeducteeError1'
com/tin/tds/lower/FormValidator.java:175:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:175:	To avoid mistakes add a comment at the beginning of the lastSalaryDeducteeError1 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:175:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:175:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:177:	Avoid excessively long variable names like lastSalaryDeducteeError2
com/tin/tds/lower/FormValidator.java:177:	Avoid using redundant field initializer for 'lastSalaryDeducteeError2'
com/tin/tds/lower/FormValidator.java:177:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:177:	To avoid mistakes add a comment at the beginning of the lastSalaryDeducteeError2 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:177:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:177:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:179:	Avoid excessively long variable names like lastBatchErrorFlag
com/tin/tds/lower/FormValidator.java:179:	Avoid using redundant field initializer for 'lastBatchErrorFlag'
com/tin/tds/lower/FormValidator.java:179:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:179:	To avoid mistakes add a comment at the beginning of the lastBatchErrorFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:179:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:179:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:181:	Avoid excessively long variable names like lastChallanErrorFlag
com/tin/tds/lower/FormValidator.java:181:	Avoid using redundant field initializer for 'lastChallanErrorFlag'
com/tin/tds/lower/FormValidator.java:181:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:181:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:181:	To avoid mistakes add a comment at the beginning of the lastChallanErrorFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:181:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:181:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:183:	Avoid excessively long variable names like lastSalaryDeducteeFlag
com/tin/tds/lower/FormValidator.java:183:	Avoid using redundant field initializer for 'lastSalaryDeducteeFlag'
com/tin/tds/lower/FormValidator.java:183:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:183:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:183:	To avoid mistakes add a comment at the beginning of the lastSalaryDeducteeFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:183:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:183:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:185:	Avoid excessively long variable names like salaryDetailRecordFlag
com/tin/tds/lower/FormValidator.java:185:	Avoid using redundant field initializer for 'salaryDetailRecordFlag'
com/tin/tds/lower/FormValidator.java:185:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:185:	To avoid mistakes add a comment at the beginning of the salaryDetailRecordFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:185:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:185:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:187:	Avoid excessively long variable names like deducteeLevlErrFlag
com/tin/tds/lower/FormValidator.java:187:	Avoid using redundant field initializer for 'deducteeLevlErrFlag'
com/tin/tds/lower/FormValidator.java:187:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:187:	To avoid mistakes add a comment at the beginning of the deducteeLevlErrFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:187:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:187:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:189:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:192:	Avoid excessively long variable names like challanLevlErrFlag
com/tin/tds/lower/FormValidator.java:192:	Avoid using redundant field initializer for 'challanLevlErrFlag'
com/tin/tds/lower/FormValidator.java:192:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:192:	To avoid mistakes add a comment at the beginning of the challanLevlErrFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:192:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:192:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:194:	Avoid using redundant field initializer for 'batchRecFoundFlag'
com/tin/tds/lower/FormValidator.java:194:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:194:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:194:	To avoid mistakes add a comment at the beginning of the batchRecFoundFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:194:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:194:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:196:	Avoid excessively long variable names like ddRecValidatedFlag
com/tin/tds/lower/FormValidator.java:196:	Avoid using redundant field initializer for 'ddRecValidatedFlag'
com/tin/tds/lower/FormValidator.java:196:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:196:	To avoid mistakes add a comment at the beginning of the ddRecValidatedFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:196:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:196:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:198:	Avoid excessively long variable names like zCorrectionZeroDDRecFlag
com/tin/tds/lower/FormValidator.java:198:	Avoid using redundant field initializer for 'zCorrectionZeroDDRecFlag'
com/tin/tds/lower/FormValidator.java:198:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:198:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:198:	To avoid mistakes add a comment at the beginning of the zCorrectionZeroDDRecFlag field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:198:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:198:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:200:	Avoid excessively long variable names like bhChallanCountZero
com/tin/tds/lower/FormValidator.java:200:	Avoid using redundant field initializer for 'bhChallanCountZero'
com/tin/tds/lower/FormValidator.java:200:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:200:	To avoid mistakes add a comment at the beginning of the bhChallanCountZero field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:200:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:200:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:202:	Avoid excessively long variable names like transferVoucherNoProvided
com/tin/tds/lower/FormValidator.java:202:	Avoid using redundant field initializer for 'transferVoucherNoProvided'
com/tin/tds/lower/FormValidator.java:202:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:202:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:202:	To avoid mistakes add a comment at the beginning of the transferVoucherNoProvided field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:202:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:202:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:204:	Avoid excessively long variable names like bankChallanNoProvided
com/tin/tds/lower/FormValidator.java:204:	Avoid using redundant field initializer for 'bankChallanNoProvided'
com/tin/tds/lower/FormValidator.java:204:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:204:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:204:	To avoid mistakes add a comment at the beginning of the bankChallanNoProvided field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:204:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:204:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:211:	Avoid using redundant field initializer for 'paperReturnFile'
com/tin/tds/lower/FormValidator.java:211:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:211:	To avoid mistakes add a comment at the beginning of the paperReturnFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:211:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:211:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:213:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:214:	Avoid excessively long variable names like errorLoggedForInvalidBH
com/tin/tds/lower/FormValidator.java:214:	Avoid using redundant field initializer for 'errorLoggedForInvalidBH'
com/tin/tds/lower/FormValidator.java:214:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:214:	To avoid mistakes add a comment at the beginning of the errorLoggedForInvalidBH field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:214:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:214:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:220:	Avoid excessively long variable names like formNoOfFirstBatch
com/tin/tds/lower/FormValidator.java:220:	Avoid using redundant field initializer for 'formNoOfFirstBatch'
com/tin/tds/lower/FormValidator.java:220:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:220:	To avoid mistakes add a comment at the beginning of the formNoOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:220:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:220:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:221:	Avoid using redundant field initializer for 'tanOfFirstBatch'
com/tin/tds/lower/FormValidator.java:221:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:221:	To avoid mistakes add a comment at the beginning of the tanOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:221:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:221:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:222:	Avoid excessively long variable names like assessmentYearOfFirstBatch
com/tin/tds/lower/FormValidator.java:222:	Avoid using redundant field initializer for 'assessmentYearOfFirstBatch'
com/tin/tds/lower/FormValidator.java:222:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:222:	To avoid mistakes add a comment at the beginning of the assessmentYearOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:222:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:222:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:223:	Avoid excessively long variable names like financialYearOfFirstBatch
com/tin/tds/lower/FormValidator.java:223:	Avoid using redundant field initializer for 'financialYearOfFirstBatch'
com/tin/tds/lower/FormValidator.java:223:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:223:	To avoid mistakes add a comment at the beginning of the financialYearOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:223:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:223:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:224:	Avoid excessively long variable names like quarterOfFirstBatch
com/tin/tds/lower/FormValidator.java:224:	Avoid using redundant field initializer for 'quarterOfFirstBatch'
com/tin/tds/lower/FormValidator.java:224:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:224:	To avoid mistakes add a comment at the beginning of the quarterOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:224:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:224:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:225:	Avoid excessively long variable names like origRRRNoOfFirstBatch
com/tin/tds/lower/FormValidator.java:225:	Avoid using redundant field initializer for 'origRRRNoOfFirstBatch'
com/tin/tds/lower/FormValidator.java:225:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:225:	To avoid mistakes add a comment at the beginning of the origRRRNoOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:225:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:225:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:226:	Avoid excessively long variable names like previousRRRNoOfFirstBatch
com/tin/tds/lower/FormValidator.java:226:	Avoid using redundant field initializer for 'previousRRRNoOfFirstBatch'
com/tin/tds/lower/FormValidator.java:226:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:226:	To avoid mistakes add a comment at the beginning of the previousRRRNoOfFirstBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:226:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:226:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:228:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:230:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:231:	Avoid excessively long variable names like totalPANtoVaildate
com/tin/tds/lower/FormValidator.java:231:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:231:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:232:	Avoid excessively long variable names like validPANtoValidate
com/tin/tds/lower/FormValidator.java:232:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:232:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:233:	Avoid using redundant field initializer for 'PerformValidation'
com/tin/tds/lower/FormValidator.java:233:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:233:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:234:	Avoid excessively long variable names like TotalDeducteeInFile
com/tin/tds/lower/FormValidator.java:234:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:234:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:235:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:235:	To avoid mistakes add a comment at the beginning of the CurrentDate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:235:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:235:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:236:	Avoid excessively long variable names like validationStartdate
com/tin/tds/lower/FormValidator.java:236:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:236:	To avoid mistakes add a comment at the beginning of the validationStartdate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:236:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:236:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:241:	Avoid excessively long variable names like totalPANtoVaildate_ignoring_remark
com/tin/tds/lower/FormValidator.java:241:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:241:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:242:	Avoid excessively long variable names like validPANtoValidate_ignoring_remark
com/tin/tds/lower/FormValidator.java:242:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:242:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:243:	To avoid mistakes add a comment at the beginning of the prm field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:243:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:243:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:244:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:244:	To avoid mistakes add a comment at the beginning of the tempRRRdate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:244:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:244:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:250:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:253:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:254:	Avoid excessively long variable names like newValidationStartDate
com/tin/tds/lower/FormValidator.java:254:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:254:	To avoid mistakes add a comment at the beginning of the newValidationStartDate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:254:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:254:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:260:	Avoid excessively long variable names like totalPANtoValidate_in_batch
com/tin/tds/lower/FormValidator.java:260:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:260:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:261:	Avoid excessively long variable names like validPANtovalidate_in_batch
com/tin/tds/lower/FormValidator.java:261:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:261:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:262:	Avoid excessively long variable names like totalPANtoVaildate_in_batch_ignoring_remark
com/tin/tds/lower/FormValidator.java:262:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:262:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:263:	Avoid excessively long variable names like validPANtoValidate_in_batch_ignoring_remark
com/tin/tds/lower/FormValidator.java:263:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:263:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:264:	Avoid excessively long variable names like tempRRRDateforBatch
com/tin/tds/lower/FormValidator.java:264:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:264:	To avoid mistakes add a comment at the beginning of the tempRRRDateforBatch field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:264:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:264:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:268:	Avoid excessively long variable names like performValidationAtbatchLevel
com/tin/tds/lower/FormValidator.java:268:	Avoid using redundant field initializer for 'performValidationAtbatchLevel'
com/tin/tds/lower/FormValidator.java:268:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:268:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:269:	Avoid excessively long variable names like sectionForThisChallan
com/tin/tds/lower/FormValidator.java:269:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:269:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:270:	Avoid using redundant field initializer for 'validPANflag'
com/tin/tds/lower/FormValidator.java:270:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:271:	Avoid excessively long variable names like ChallanUpdationIndicatorForcurrentchallan
com/tin/tds/lower/FormValidator.java:271:	Avoid using redundant field initializer for 'ChallanUpdationIndicatorForcurrentchallan'
com/tin/tds/lower/FormValidator.java:271:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:271:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:272:	Avoid excessively long variable names like performNewValidation
com/tin/tds/lower/FormValidator.java:272:	Avoid unused private fields such as 'performNewValidation'.
com/tin/tds/lower/FormValidator.java:272:	Avoid using redundant field initializer for 'performNewValidation'
com/tin/tds/lower/FormValidator.java:272:	Private field 'performNewValidation' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:272:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:273:	Avoid excessively long variable names like performDDvalidation
com/tin/tds/lower/FormValidator.java:273:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:273:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:275:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:275:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:276:	Avoid excessively long variable names like fileHeaderUploadType
com/tin/tds/lower/FormValidator.java:276:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:276:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:277:	Avoid excessively long variable names like CurrentchallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:277:	Avoid using redundant field initializer for 'CurrentchallanDetailRecordNo'
com/tin/tds/lower/FormValidator.java:277:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:277:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:278:	Avoid excessively long variable names like CurrentDeducteeDetailRecNo
com/tin/tds/lower/FormValidator.java:278:	Avoid using redundant field initializer for 'CurrentDeducteeDetailRecNo'
com/tin/tds/lower/FormValidator.java:278:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:278:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:280:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:281:	Avoid using redundant field initializer for 'PANForThisBatch'
com/tin/tds/lower/FormValidator.java:281:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:281:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:283:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:284:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:284:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:285:	Avoid excessively long variable names like meteringUploadType
com/tin/tds/lower/FormValidator.java:285:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:285:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:286:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:286:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:288:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:288:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:288:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:288:	Private field 'meteTANList' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:288:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:289:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:289:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:289:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:289:	Private field 'meteDDNumber' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:289:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:291:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:291:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:291:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:291:	Private field 'meteOrigRRRNo' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:291:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:292:	Avoid excessively long variable names like meteChlnDetailRecNo
com/tin/tds/lower/FormValidator.java:292:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:292:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:292:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:292:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:293:	Avoid excessively long variable names like meteTransactionTypeList
com/tin/tds/lower/FormValidator.java:293:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:293:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:293:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:293:	Private field 'meteTransactionTypeList' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:293:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:295:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:295:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:295:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:295:	Private field 'meteChlnVector' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:295:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:297:	Avoid using redundant field initializer for 'meteDDCount'
com/tin/tds/lower/FormValidator.java:297:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:297:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:298:	Avoid using redundant field initializer for 'meteSDCount'
com/tin/tds/lower/FormValidator.java:298:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:298:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:299:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:299:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:300:	Avoid excessively long variable names like meteCorrectionFile
com/tin/tds/lower/FormValidator.java:300:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:300:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:301:	Avoid excessively long variable names like numberOfLinesInFile
com/tin/tds/lower/FormValidator.java:301:	Avoid unused private fields such as 'numberOfLinesInFile'.
com/tin/tds/lower/FormValidator.java:301:	Avoid using redundant field initializer for 'numberOfLinesInFile'
com/tin/tds/lower/FormValidator.java:301:	Private field 'numberOfLinesInFile' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:301:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:303:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:306:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:307:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:310:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:310:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:311:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:311:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:312:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:312:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:313:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:313:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:314:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:314:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:315:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:315:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:316:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:316:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:317:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:317:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:318:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:318:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:319:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:319:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:320:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:320:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:321:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:321:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:322:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:322:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:323:	Avoid excessively long variable names like generalFileInfoBuffer
com/tin/tds/lower/FormValidator.java:323:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:323:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:325:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:327:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:329:	Avoid excessively long variable names like fileNamePrintedinStatRep
com/tin/tds/lower/FormValidator.java:329:	Avoid using redundant field initializer for 'fileNamePrintedinStatRep'
com/tin/tds/lower/FormValidator.java:329:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:329:	To avoid mistakes add a comment at the beginning of the fileNamePrintedinStatRep field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:329:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:329:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:330:	Avoid using redundant field initializer for 'receiptValidPAN'
com/tin/tds/lower/FormValidator.java:330:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:330:	To avoid mistakes add a comment at the beginning of the receiptValidPAN field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:330:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:330:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:331:	Avoid excessively long variable names like receiptSalValidPAN
com/tin/tds/lower/FormValidator.java:331:	Avoid using redundant field initializer for 'receiptSalValidPAN'
com/tin/tds/lower/FormValidator.java:331:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:331:	To avoid mistakes add a comment at the beginning of the receiptSalValidPAN field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:331:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:331:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:332:	Avoid using redundant field initializer for 'receiptPanNotAvbl'
com/tin/tds/lower/FormValidator.java:332:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:332:	To avoid mistakes add a comment at the beginning of the receiptPanNotAvbl field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:332:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:332:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:333:	Avoid excessively long variable names like receiptSalPanNotAvbl
com/tin/tds/lower/FormValidator.java:333:	Avoid using redundant field initializer for 'receiptSalPanNotAvbl'
com/tin/tds/lower/FormValidator.java:333:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:333:	To avoid mistakes add a comment at the beginning of the receiptSalPanNotAvbl field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:333:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:333:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:334:	Avoid using redundant field initializer for 'receiptPanInvaild'
com/tin/tds/lower/FormValidator.java:334:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:334:	To avoid mistakes add a comment at the beginning of the receiptPanInvaild field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:334:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:334:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:335:	Avoid excessively long variable names like receiptSalPanInvaild
com/tin/tds/lower/FormValidator.java:335:	Avoid using redundant field initializer for 'receiptSalPanInvaild'
com/tin/tds/lower/FormValidator.java:335:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:335:	To avoid mistakes add a comment at the beginning of the receiptSalPanInvaild field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:335:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:335:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:336:	Avoid using redundant field initializer for 'receiptPanApplied'
com/tin/tds/lower/FormValidator.java:336:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:336:	To avoid mistakes add a comment at the beginning of the receiptPanApplied field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:336:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:336:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:337:	Avoid excessively long variable names like receiptSalPanApplied
com/tin/tds/lower/FormValidator.java:337:	Avoid using redundant field initializer for 'receiptSalPanApplied'
com/tin/tds/lower/FormValidator.java:337:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:337:	To avoid mistakes add a comment at the beginning of the receiptSalPanApplied field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:337:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:337:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:338:	Avoid excessively long variable names like receiptChallanDetailRecNo
com/tin/tds/lower/FormValidator.java:338:	Avoid using redundant field initializer for 'receiptChallanDetailRecNo'
com/tin/tds/lower/FormValidator.java:338:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:338:	To avoid mistakes add a comment at the beginning of the receiptChallanDetailRecNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:338:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:338:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:339:	Avoid excessively long variable names like receiptLastDDNumber
com/tin/tds/lower/FormValidator.java:339:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:339:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:340:	Avoid excessively long variable names like receiptLastSDNumber
com/tin/tds/lower/FormValidator.java:340:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:340:	To avoid mistakes add a comment at the beginning of the receiptLastSDNumber field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:340:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:340:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:341:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:341:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:342:	Avoid excessively long variable names like receiptChallanDDNumber
com/tin/tds/lower/FormValidator.java:342:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:342:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:342:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:344:	Avoid excessively long variable names like receiptTotalAmtPaidCrdtOriginalMode
com/tin/tds/lower/FormValidator.java:344:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:344:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:345:	Avoid excessively long variable names like receiptTotalAmtPaidCrdtUpdateMode
com/tin/tds/lower/FormValidator.java:345:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:345:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:346:	Avoid excessively long variable names like receiptTotalAmtPaidCrdtAddMode
com/tin/tds/lower/FormValidator.java:346:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:346:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:349:	Avoid excessively long variable names like receiptTotalITDeductedAtSrcUpdtMode
com/tin/tds/lower/FormValidator.java:349:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:349:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:350:	Avoid excessively long variable names like receiptTotalITDeductedAtSrcAddMode
com/tin/tds/lower/FormValidator.java:350:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:350:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:351:	Avoid excessively long variable names like receiptTotalITDeductedAtSrcDelMode
com/tin/tds/lower/FormValidator.java:351:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:351:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:352:	Avoid excessively long variable names like receiptTotalITDeductedAtSrcOrigMode
com/tin/tds/lower/FormValidator.java:352:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:352:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:355:	Avoid excessively long variable names like receiptTotofDepdAmtOrigMode
com/tin/tds/lower/FormValidator.java:355:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:355:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:356:	Avoid excessively long variable names like receiptTotofDepdAmtUpdtMode
com/tin/tds/lower/FormValidator.java:356:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:356:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:357:	Avoid excessively long variable names like receiptTotofDepdAmtAddMode
com/tin/tds/lower/FormValidator.java:357:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:357:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:358:	Avoid excessively long variable names like receiptTotofDepdAmtDelMode
com/tin/tds/lower/FormValidator.java:358:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:358:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:361:	Avoid excessively long variable names like receiptSDCountForC5
com/tin/tds/lower/FormValidator.java:361:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:361:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:363:	Avoid excessively long variable names like statTotalNoOfDDRec
com/tin/tds/lower/FormValidator.java:363:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:363:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:364:	Avoid excessively long variable names like statTotalValueofTurnover
com/tin/tds/lower/FormValidator.java:364:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:364:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:366:	Avoid excessively long variable names like batchNumberOfRecord
com/tin/tds/lower/FormValidator.java:366:	Avoid using redundant field initializer for 'batchNumberOfRecord'
com/tin/tds/lower/FormValidator.java:366:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:366:	To avoid mistakes add a comment at the beginning of the batchNumberOfRecord field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:366:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:366:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:367:	Avoid excessively long variable names like batchRecDataForPanStat
com/tin/tds/lower/FormValidator.java:367:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:367:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:367:	To avoid mistakes add a comment at the beginning of the batchRecDataForPanStat field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:367:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:367:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:369:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:370:	Avoid excessively long variable names like statisticFileStrBuff
com/tin/tds/lower/FormValidator.java:370:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:370:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:374:	Avoid excessively long variable names like staisticsSalStrBuff
com/tin/tds/lower/FormValidator.java:374:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:374:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:374:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:377:	Avoid excessively long variable names like generateTdsPANStatBuffer
com/tin/tds/lower/FormValidator.java:377:	Avoid using redundant field initializer for 'generateTdsPANStatBuffer'
com/tin/tds/lower/FormValidator.java:377:	To avoid mistakes add a comment at the beginning of the generateTdsPANStatBuffer field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:377:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:377:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:380:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:380:	Private field 'samScmData' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:380:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:380:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:381:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:381:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:382:	Avoid excessively long variable names like samScmLineCountOfFile
com/tin/tds/lower/FormValidator.java:382:	Avoid using redundant field initializer for 'samScmLineCountOfFile'
com/tin/tds/lower/FormValidator.java:382:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:382:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:383:	Avoid excessively long variable names like samScmLastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:383:	Avoid using redundant field initializer for 'samScmLastTotalIncomeTaxDeductedAtSource'
com/tin/tds/lower/FormValidator.java:383:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:383:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:385:	Avoid excessively long variable names like totalOfLastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:385:	Avoid using redundant field initializer for 'totalOfLastTotalOfDepositAmountAsPerChallan'
com/tin/tds/lower/FormValidator.java:385:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:385:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:387:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:387:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:388:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:388:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:389:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:389:	To avoid mistakes add a comment at the beginning of the isModeValid field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:389:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:389:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:391:	Avoid using redundant field initializer for 'bsrFound'
com/tin/tds/lower/FormValidator.java:391:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:391:	To avoid mistakes add a comment at the beginning of the bsrFound field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:391:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:391:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:392:	To avoid mistakes add a comment at the beginning of the bsrFromFile field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:392:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:392:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:393:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:393:	To avoid mistakes add a comment at the beginning of the bsrFromList field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:393:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:393:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:394:	Avoid using redundant field initializer for 'bsrPresent'
com/tin/tds/lower/FormValidator.java:394:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:394:	To avoid mistakes add a comment at the beginning of the bsrPresent field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:394:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:394:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:395:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:395:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:395:	To avoid mistakes add a comment at the beginning of the bsrList field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:395:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:395:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:396:	Avoid using redundant field initializer for 'bsrCount'
com/tin/tds/lower/FormValidator.java:396:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:396:	To avoid mistakes add a comment at the beginning of the bsrCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:396:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:396:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:397:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:397:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:398:	Avoid unused private fields such as 'bsrDetails'.
com/tin/tds/lower/FormValidator.java:398:	Private field 'bsrDetails' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/FormValidator.java:398:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/FormValidator.java:398:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:400:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:400:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:400:	To avoid mistakes add a comment at the beginning of the consolidatedHash field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:400:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:400:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:401:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:401:	To avoid mistakes add a comment at the beginning of the cinChallanSeqNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:401:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:401:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:402:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:402:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:402:	To avoid mistakes add a comment at the beginning of the cinBsrCode field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:402:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:402:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:403:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:403:	To avoid mistakes add a comment at the beginning of the cinOltasPayDate field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:403:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:403:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:404:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:404:	To avoid mistakes add a comment at the beginning of the cinAmt field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:404:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:404:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:405:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:405:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:405:	To avoid mistakes add a comment at the beginning of the cinBatchNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:405:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:405:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:406:	Avoid excessively long variable names like cinChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:406:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:406:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:406:	To avoid mistakes add a comment at the beginning of the cinChallanDetailRecordNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:406:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:406:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:407:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:407:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:407:	To avoid mistakes add a comment at the beginning of the cinDateOfChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:407:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:407:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:408:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:408:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:408:	To avoid mistakes add a comment at the beginning of the cinLineNo field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:408:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:408:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:410:	Avoid excessively long variable names like cinChallanSeqNoView
com/tin/tds/lower/FormValidator.java:410:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:410:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:410:	To avoid mistakes add a comment at the beginning of the cinChallanSeqNoView field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:410:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:410:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:411:	Avoid using redundant field initializer for 'cinFr'
com/tin/tds/lower/FormValidator.java:411:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:411:	To avoid mistakes add a comment at the beginning of the cinFr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:411:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:411:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:412:	Avoid using redundant field initializer for 'cinBr'
com/tin/tds/lower/FormValidator.java:412:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:412:	To avoid mistakes add a comment at the beginning of the cinBr field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:412:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:412:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:416:	Avoid using redundant field initializer for 'statChallanCount'
com/tin/tds/lower/FormValidator.java:416:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:416:	To avoid mistakes add a comment at the beginning of the statChallanCount field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:416:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:416:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:417:	Avoid excessively long variable names like statTransferVoucher
com/tin/tds/lower/FormValidator.java:417:	Avoid using redundant field initializer for 'statTransferVoucher'
com/tin/tds/lower/FormValidator.java:417:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:417:	To avoid mistakes add a comment at the beginning of the statTransferVoucher field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:417:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:417:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:418:	Avoid excessively long variable names like challanAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:418:	Avoid using redundant field initializer for 'challanAmountAsPerChallan'
com/tin/tds/lower/FormValidator.java:418:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:418:	To avoid mistakes add a comment at the beginning of the challanAmountAsPerChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:418:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:418:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:419:	Avoid excessively long variable names like transferAmountAsPerTV
com/tin/tds/lower/FormValidator.java:419:	Avoid using redundant field initializer for 'transferAmountAsPerTV'
com/tin/tds/lower/FormValidator.java:419:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:419:	To avoid mistakes add a comment at the beginning of the transferAmountAsPerTV field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:419:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:419:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:420:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:420:	To avoid mistakes add a comment at the beginning of the typeOfChallan field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:420:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:420:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:421:	Avoid excessively long variable names like totalChallanforCINCheck
com/tin/tds/lower/FormValidator.java:421:	Avoid using redundant field initializer for 'totalChallanforCINCheck'
com/tin/tds/lower/FormValidator.java:421:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:421:	To avoid mistakes add a comment at the beginning of the totalChallanforCINCheck field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:421:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:421:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:424:	Avoid using redundant field initializer for 'ConsHash'
com/tin/tds/lower/FormValidator.java:424:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:424:	To avoid mistakes add a comment at the beginning of the ConsHash field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:424:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:424:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:427:	Avoid using redundant field initializer for 'cinMandatory'
com/tin/tds/lower/FormValidator.java:427:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:427:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:428:	Avoid excessively long variable names like cinMandatoryWritten
com/tin/tds/lower/FormValidator.java:428:	Avoid using redundant field initializer for 'cinMandatoryWritten'
com/tin/tds/lower/FormValidator.java:428:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:428:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:430:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:430:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:430:	To avoid mistakes add a comment at the beginning of the deducteePanDeatil field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:430:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:430:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:431:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/FormValidator.java:431:	To avoid mistakes add a comment at the beginning of the chk_C5 field if you want a default access modifier
com/tin/tds/lower/FormValidator.java:431:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/FormValidator.java:431:	fieldCommentRequirement Required
com/tin/tds/lower/FormValidator.java:433:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:435:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:436:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:437:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:438:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:438:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:438:	Parameter 'ERROR_FILE' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:438:	Parameter 'inputFileName' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:438:	Parameter 'utilityLevel' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:438:	The method 'readFile' has a Cyclomatic Complexity of 806.
com/tin/tds/lower/FormValidator.java:438:	The method 'readFile' has a Modified Cyclomatic Complexity of 464.
com/tin/tds/lower/FormValidator.java:438:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:451:	Local variable 'flName' could be declared final
com/tin/tds/lower/FormValidator.java:454:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:456:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:457:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:473:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:473:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:473:	Found 'DU'-anomaly for variable 'obj_FieldValidation' (lines '473'-'4,673').
com/tin/tds/lower/FormValidator.java:473:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:474:	Found 'DU'-anomaly for variable 'obj_FileGenerator' (lines '474'-'4,673').
com/tin/tds/lower/FormValidator.java:474:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:476:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:476:	Found 'DD'-anomaly for variable 'NullField' (lines '476'-'523').
com/tin/tds/lower/FormValidator.java:477:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:477:	Avoid unused local variables such as 'error'.
com/tin/tds/lower/FormValidator.java:477:	Found 'DU'-anomaly for variable 'error' (lines '477'-'4,673').
com/tin/tds/lower/FormValidator.java:477:	Local variable 'error' could be declared final
com/tin/tds/lower/FormValidator.java:478:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:478:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:478:	Found 'DU'-anomaly for variable 'error_flag' (lines '478'-'4,673').
com/tin/tds/lower/FormValidator.java:478:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:480:	Found 'DD'-anomaly for variable 'FieldFound' (lines '480'-'524').
com/tin/tds/lower/FormValidator.java:481:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:481:	Avoid excessively long variable names like duplicateFileHeader
com/tin/tds/lower/FormValidator.java:481:	Found 'DD'-anomaly for variable 'duplicateFileHeader' (lines '481'-'1,064').
com/tin/tds/lower/FormValidator.java:481:	Found 'DU'-anomaly for variable 'duplicateFileHeader' (lines '481'-'4,673').
com/tin/tds/lower/FormValidator.java:485:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:485:	Found 'DD'-anomaly for variable 'CountField_BH' (lines '485'-'1,176').
com/tin/tds/lower/FormValidator.java:485:	Found 'DU'-anomaly for variable 'CountField_BH' (lines '485'-'4,673').
com/tin/tds/lower/FormValidator.java:486:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:486:	Found 'DU'-anomaly for variable 'CountField_CH' (lines '486'-'4,673').
com/tin/tds/lower/FormValidator.java:487:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:487:	Found 'DU'-anomaly for variable 'CountField_DD' (lines '487'-'4,673').
com/tin/tds/lower/FormValidator.java:488:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:488:	Found 'DD'-anomaly for variable 'countOfBatch' (lines '488'-'685').
com/tin/tds/lower/FormValidator.java:488:	Found 'DU'-anomaly for variable 'countOfBatch' (lines '488'-'4,673').
com/tin/tds/lower/FormValidator.java:489:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:489:	Found 'DD'-anomaly for variable 'countOfChallan' (lines '489'-'1,567').
com/tin/tds/lower/FormValidator.java:489:	Found 'DU'-anomaly for variable 'countOfChallan' (lines '489'-'4,673').
com/tin/tds/lower/FormValidator.java:490:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:490:	Found 'DU'-anomaly for variable 'countOfDeductee' (lines '490'-'4,673').
com/tin/tds/lower/FormValidator.java:491:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:491:	Avoid excessively long variable names like countOfLocalSalaryDeductee
com/tin/tds/lower/FormValidator.java:491:	Avoid unused local variables such as 'countOfLocalSalaryDeductee'.
com/tin/tds/lower/FormValidator.java:491:	Found 'DU'-anomaly for variable 'countOfLocalSalaryDeductee' (lines '491'-'4,673').
com/tin/tds/lower/FormValidator.java:491:	Local variable 'countOfLocalSalaryDeductee' could be declared final
com/tin/tds/lower/FormValidator.java:492:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:492:	Avoid unused local variables such as 'FieldCount'.
com/tin/tds/lower/FormValidator.java:492:	Found 'DU'-anomaly for variable 'FieldCount' (lines '492'-'4,673').
com/tin/tds/lower/FormValidator.java:492:	Local variable 'FieldCount' could be declared final
com/tin/tds/lower/FormValidator.java:494:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:494:	Avoid excessively long variable names like iGrossTDSTotalAsPerChallan
com/tin/tds/lower/FormValidator.java:494:	Avoid unused local variables such as 'iGrossTDSTotalAsPerChallan'.
com/tin/tds/lower/FormValidator.java:494:	Found 'DU'-anomaly for variable 'iGrossTDSTotalAsPerChallan' (lines '494'-'4,673').
com/tin/tds/lower/FormValidator.java:494:	Local variable 'iGrossTDSTotalAsPerChallan' could be declared final
com/tin/tds/lower/FormValidator.java:495:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:495:	Avoid excessively long variable names like iTotalOfTDSAsPerDeducteeDetails
com/tin/tds/lower/FormValidator.java:495:	Avoid unused local variables such as 'iTotalOfTDSAsPerDeducteeDetails'.
com/tin/tds/lower/FormValidator.java:495:	Found 'DU'-anomaly for variable 'iTotalOfTDSAsPerDeducteeDetails' (lines '495'-'4,673').
com/tin/tds/lower/FormValidator.java:495:	Local variable 'iTotalOfTDSAsPerDeducteeDetails' could be declared final
com/tin/tds/lower/FormValidator.java:497:	Found 'DD'-anomaly for variable 'record' (lines '497'-'512').
com/tin/tds/lower/FormValidator.java:498:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:498:	Found 'DU'-anomaly for variable 'FormNo' (lines '498'-'4,673').
com/tin/tds/lower/FormValidator.java:499:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:499:	Found 'DU'-anomaly for variable 'NoChallan' (lines '499'-'4,673').
com/tin/tds/lower/FormValidator.java:500:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:500:	Avoid unused local variables such as 'NoDeductee'.
com/tin/tds/lower/FormValidator.java:500:	Found 'DU'-anomaly for variable 'NoDeductee' (lines '500'-'4,673').
com/tin/tds/lower/FormValidator.java:500:	Local variable 'NoDeductee' could be declared final
com/tin/tds/lower/FormValidator.java:501:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:501:	Avoid excessively long variable names like GrossTDSTotalAsPerChallan
com/tin/tds/lower/FormValidator.java:501:	Found 'DU'-anomaly for variable 'GrossTDSTotalAsPerChallan' (lines '501'-'4,673').
com/tin/tds/lower/FormValidator.java:502:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:502:	Found 'DU'-anomaly for variable 'BH_BatchNo' (lines '502'-'4,673').
com/tin/tds/lower/FormValidator.java:503:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:503:	Avoid unused local variables such as 'CH_BatchNo'.
com/tin/tds/lower/FormValidator.java:503:	Found 'DU'-anomaly for variable 'CH_BatchNo' (lines '503'-'4,673').
com/tin/tds/lower/FormValidator.java:504:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:504:	Avoid unused local variables such as 'DD_BatchNo'.
com/tin/tds/lower/FormValidator.java:504:	Found 'DU'-anomaly for variable 'DD_BatchNo' (lines '504'-'4,673').
com/tin/tds/lower/FormValidator.java:505:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:505:	Avoid excessively long variable names like CountOfDeducteeDetail
com/tin/tds/lower/FormValidator.java:505:	Found 'DU'-anomaly for variable 'CountOfDeducteeDetail' (lines '505'-'4,673').
com/tin/tds/lower/FormValidator.java:506:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:506:	Found 'DU'-anomaly for variable 'TransactionType' (lines '506'-'4,673').
com/tin/tds/lower/FormValidator.java:507:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:507:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:507:	Found 'DU'-anomaly for variable 'ChallanDetailRecordNo' (lines '507'-'4,673').
com/tin/tds/lower/FormValidator.java:508:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:508:	Avoid excessively long variable names like DeducteeDetailSerialNo
com/tin/tds/lower/FormValidator.java:508:	Avoid unused local variables such as 'DeducteeDetailSerialNo'.
com/tin/tds/lower/FormValidator.java:508:	Found 'DU'-anomaly for variable 'DeducteeDetailSerialNo' (lines '508'-'4,673').
com/tin/tds/lower/FormValidator.java:508:	Local variable 'DeducteeDetailSerialNo' could be declared final
com/tin/tds/lower/FormValidator.java:509:	Avoid unused local variables such as 'FileHdrHash'.
com/tin/tds/lower/FormValidator.java:509:	Found 'DU'-anomaly for variable 'FileHdrHash' (lines '509'-'4,673').
com/tin/tds/lower/FormValidator.java:510:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:510:	Avoid unused local variables such as 'temp'.
com/tin/tds/lower/FormValidator.java:510:	Found 'DU'-anomaly for variable 'temp' (lines '510'-'4,673').
com/tin/tds/lower/FormValidator.java:510:	Local variable 'temp' could be declared final
com/tin/tds/lower/FormValidator.java:513:	System.out.println is used
com/tin/tds/lower/FormValidator.java:519:	Avoid excessively long variable names like localCountField_FH
com/tin/tds/lower/FormValidator.java:522:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:523:	Found 'DD'-anomaly for variable 'NullField' (lines '523'-'527').
com/tin/tds/lower/FormValidator.java:524:	Found 'DD'-anomaly for variable 'FieldFound' (lines '524'-'528').
com/tin/tds/lower/FormValidator.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:525:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:525:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:525:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:525:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:525:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:527:	Found 'DD'-anomaly for variable 'NullField' (lines '527'-'1,022').
com/tin/tds/lower/FormValidator.java:527:	Found 'DU'-anomaly for variable 'NullField' (lines '527'-'4,673').
com/tin/tds/lower/FormValidator.java:528:	Found 'DD'-anomaly for variable 'FieldFound' (lines '528'-'1,023').
com/tin/tds/lower/FormValidator.java:528:	Found 'DU'-anomaly for variable 'FieldFound' (lines '528'-'4,673').
com/tin/tds/lower/FormValidator.java:530:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:532:	Found 'DU'-anomaly for variable 'Caret' (lines '532'-'4,673').
com/tin/tds/lower/FormValidator.java:545:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:552:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:552:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:611:	System.out.println is used
com/tin/tds/lower/FormValidator.java:628:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:631:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:632:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:644:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:652:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:654:	Avoid excessively long variable names like fileRecErrLengthBefore
com/tin/tds/lower/FormValidator.java:654:	Local variable 'fileRecErrLengthBefore' could be declared final
com/tin/tds/lower/FormValidator.java:654:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:656:	Avoid excessively long variable names like fileRecErrLengthAfter
com/tin/tds/lower/FormValidator.java:656:	Local variable 'fileRecErrLengthAfter' could be declared final
com/tin/tds/lower/FormValidator.java:656:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:679:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:681:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:682:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:700:	System.out.println is used
com/tin/tds/lower/FormValidator.java:704:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:713:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:718:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:727:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:729:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:733:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:733:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:733:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:736:	The String literal "BH=" appears 4 times in this file; the first occurrence is on line 736
com/tin/tds/lower/FormValidator.java:738:	The String literal "^P1=" appears 4 times in this file; the first occurrence is on line 738
com/tin/tds/lower/FormValidator.java:740:	The String literal "^P2=" appears 4 times in this file; the first occurrence is on line 740
com/tin/tds/lower/FormValidator.java:742:	The String literal "^P3=" appears 4 times in this file; the first occurrence is on line 742
com/tin/tds/lower/FormValidator.java:744:	The String literal "^T=" appears 4 times in this file; the first occurrence is on line 744
com/tin/tds/lower/FormValidator.java:746:	The String literal "^AO=" appears 4 times in this file; the first occurrence is on line 746
com/tin/tds/lower/FormValidator.java:748:	The String literal "^AU=" appears 4 times in this file; the first occurrence is on line 748
com/tin/tds/lower/FormValidator.java:750:	The String literal "^AA=" appears 4 times in this file; the first occurrence is on line 750
com/tin/tds/lower/FormValidator.java:752:	The String literal "^DO=" appears 4 times in this file; the first occurrence is on line 752
com/tin/tds/lower/FormValidator.java:754:	The String literal "^DU=" appears 4 times in this file; the first occurrence is on line 754
com/tin/tds/lower/FormValidator.java:756:	The String literal "^DA=" appears 4 times in this file; the first occurrence is on line 756
com/tin/tds/lower/FormValidator.java:758:	The String literal "^DD=" appears 8 times in this file; the first occurrence is on line 758
com/tin/tds/lower/FormValidator.java:760:	The String literal "^TO=" appears 4 times in this file; the first occurrence is on line 760
com/tin/tds/lower/FormValidator.java:762:	The String literal "^TU=" appears 4 times in this file; the first occurrence is on line 762
com/tin/tds/lower/FormValidator.java:764:	The String literal "^TA=" appears 4 times in this file; the first occurrence is on line 764
com/tin/tds/lower/FormValidator.java:766:	The String literal "^TD=" appears 4 times in this file; the first occurrence is on line 766
com/tin/tds/lower/FormValidator.java:768:	The String literal "^VP=" appears 4 times in this file; the first occurrence is on line 768
com/tin/tds/lower/FormValidator.java:772:	The String literal "^SD=" appears 4 times in this file; the first occurrence is on line 772
com/tin/tds/lower/FormValidator.java:776:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:776:	The String literal "^LS=" appears 4 times in this file; the first occurrence is on line 776
com/tin/tds/lower/FormValidator.java:777:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/FormValidator.java:827:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:828:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/FormValidator.java:838:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:840:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:843:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:843:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:847:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:847:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:847:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:847:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:856:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:858:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:858:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:869:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:918:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:919:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:920:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:924:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:925:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:926:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:932:	Local variable 'outputValue' could be declared final
com/tin/tds/lower/FormValidator.java:933:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:940:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:943:	Local variable 'outputValue' could be declared final
com/tin/tds/lower/FormValidator.java:944:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:946:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:947:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:947:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/FormValidator.java:950:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/FormValidator.java:956:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:957:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/FormValidator.java:968:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:970:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:979:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:999:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1008:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1008:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1008:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1011:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1012:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1014:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1014:	Local variable 'st_BH' could be declared final
com/tin/tds/lower/FormValidator.java:1016:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:1017:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:1021:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1022:	Found 'DD'-anomaly for variable 'NullField' (lines '1,022'-'1,026').
com/tin/tds/lower/FormValidator.java:1023:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,023'-'1,027').
com/tin/tds/lower/FormValidator.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1024:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1026:	Found 'DD'-anomaly for variable 'NullField' (lines '1,026'-'1,182').
com/tin/tds/lower/FormValidator.java:1026:	Found 'DU'-anomaly for variable 'NullField' (lines '1,026'-'4,673').
com/tin/tds/lower/FormValidator.java:1027:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,027'-'1,183').
com/tin/tds/lower/FormValidator.java:1027:	Found 'DU'-anomaly for variable 'FieldFound' (lines '1,027'-'4,673').
com/tin/tds/lower/FormValidator.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1031:	Found 'DU'-anomaly for variable 'Caret' (lines '1,031'-'4,673').
com/tin/tds/lower/FormValidator.java:1036:	Found 'DD'-anomaly for variable 'localCaretCountBH1' (lines '1,036'-'1,392').
com/tin/tds/lower/FormValidator.java:1036:	Found 'DU'-anomaly for variable 'localCaretCountBH1' (lines '1,036'-'4,673').
com/tin/tds/lower/FormValidator.java:1043:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1050:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:1050:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1066:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1067:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1068:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1074:	The String literal "Batch Line Number" appears 7 times in this file; the first occurrence is on line 1,074
com/tin/tds/lower/FormValidator.java:1078:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1079:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1080:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1084:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1117:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1135:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1138:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1145:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:1162:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1164:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1171:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1171:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1171:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1177:	Avoid excessively long variable names like localCaretCounterBH88
com/tin/tds/lower/FormValidator.java:1178:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1178:	Local variable 'Obj_st_bh' could be declared final
com/tin/tds/lower/FormValidator.java:1181:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1182:	Found 'DD'-anomaly for variable 'NullField' (lines '1,182'-'1,186').
com/tin/tds/lower/FormValidator.java:1183:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,183'-'1,187').
com/tin/tds/lower/FormValidator.java:1184:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1184:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1184:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1184:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1184:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1184:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1186:	Found 'DD'-anomaly for variable 'NullField' (lines '1,186'-'1,182').
com/tin/tds/lower/FormValidator.java:1186:	Found 'DD'-anomaly for variable 'NullField' (lines '1,186'-'1,397').
com/tin/tds/lower/FormValidator.java:1186:	Found 'DU'-anomaly for variable 'NullField' (lines '1,186'-'4,673').
com/tin/tds/lower/FormValidator.java:1189:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1191:	Found 'DU'-anomaly for variable 'Caret' (lines '1,191'-'4,673').
com/tin/tds/lower/FormValidator.java:1197:	Found 'DU'-anomaly for variable 'localCaretCounterBH88' (lines '1,197'-'4,673').
com/tin/tds/lower/FormValidator.java:1207:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:1207:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1231:	Found 'DD'-anomaly for variable 'CountField_BH' (lines '1,231'-'1,235').
com/tin/tds/lower/FormValidator.java:1235:	Found 'DU'-anomaly for variable 'CountField_BH' (lines '1,235'-'4,673').
com/tin/tds/lower/FormValidator.java:1236:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1331:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1334:	Avoid excessively long variable names like batchRecErrLengthBefore
com/tin/tds/lower/FormValidator.java:1334:	Local variable 'batchRecErrLengthBefore' could be declared final
com/tin/tds/lower/FormValidator.java:1334:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1336:	Avoid excessively long variable names like batchRecErrLengthAfter
com/tin/tds/lower/FormValidator.java:1336:	Local variable 'batchRecErrLengthAfter' could be declared final
com/tin/tds/lower/FormValidator.java:1336:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1342:	Avoid excessively long variable names like errorInBatchRecord
com/tin/tds/lower/FormValidator.java:1342:	Found 'DD'-anomaly for variable 'errorInBatchRecord' (lines '1,342'-'1,345').
com/tin/tds/lower/FormValidator.java:1343:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:1343:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1354:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1355:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1362:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1364:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1365:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1369:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1370:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1371:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1373:	Avoid excessively long variable names like nullBatchRecordFlag
com/tin/tds/lower/FormValidator.java:1373:	Found 'DD'-anomaly for variable 'nullBatchRecordFlag' (lines '1,373'-'1,386').
com/tin/tds/lower/FormValidator.java:1373:	Found 'DU'-anomaly for variable 'nullBatchRecordFlag' (lines '1,373'-'4,673').
com/tin/tds/lower/FormValidator.java:1379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1379:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1379:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1381:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:1384:	Do not add empty strings
com/tin/tds/lower/FormValidator.java:1386:	Found 'DU'-anomaly for variable 'nullBatchRecordFlag' (lines '1,386'-'4,673').
com/tin/tds/lower/FormValidator.java:1390:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1390:	Local variable 'st_BH1' could be declared final
com/tin/tds/lower/FormValidator.java:1392:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:1393:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:1396:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1397:	Found 'DD'-anomaly for variable 'NullField' (lines '1,397'-'1,401').
com/tin/tds/lower/FormValidator.java:1398:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,398'-'1,402').
com/tin/tds/lower/FormValidator.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1399:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1401:	Found 'DD'-anomaly for variable 'NullField' (lines '1,401'-'1,479').
com/tin/tds/lower/FormValidator.java:1401:	Found 'DU'-anomaly for variable 'NullField' (lines '1,401'-'4,673').
com/tin/tds/lower/FormValidator.java:1402:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,402'-'1,480').
com/tin/tds/lower/FormValidator.java:1402:	Found 'DU'-anomaly for variable 'FieldFound' (lines '1,402'-'4,673').
com/tin/tds/lower/FormValidator.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1406:	Found 'DU'-anomaly for variable 'Caret' (lines '1,406'-'4,673').
com/tin/tds/lower/FormValidator.java:1412:	Found 'DU'-anomaly for variable 'localCaretCountBH1' (lines '1,412'-'4,673').
com/tin/tds/lower/FormValidator.java:1419:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1426:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:1426:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1442:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1447:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1456:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1457:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1459:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1459:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1460:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1461:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1466:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1466:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1466:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1472:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1472:	Local variable 'st_BH1' could be declared final
com/tin/tds/lower/FormValidator.java:1474:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:1475:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:1478:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1479:	Found 'DD'-anomaly for variable 'NullField' (lines '1,479'-'1,483').
com/tin/tds/lower/FormValidator.java:1480:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,480'-'1,484').
com/tin/tds/lower/FormValidator.java:1481:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1481:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1481:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1481:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1483:	Found 'DD'-anomaly for variable 'NullField' (lines '1,483'-'1,479').
com/tin/tds/lower/FormValidator.java:1483:	Found 'DU'-anomaly for variable 'NullField' (lines '1,483'-'4,673').
com/tin/tds/lower/FormValidator.java:1484:	Found 'DU'-anomaly for variable 'FieldFound' (lines '1,484'-'4,673').
com/tin/tds/lower/FormValidator.java:1486:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1488:	Found 'DU'-anomaly for variable 'Caret' (lines '1,488'-'4,673').
com/tin/tds/lower/FormValidator.java:1501:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1508:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:1508:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1530:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1531:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1533:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1534:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1535:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1535:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1558:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1561:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1563:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1565:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1565:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1565:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1565:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1567:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1569:	Avoid excessively long variable names like challanErrBuffLeng1
com/tin/tds/lower/FormValidator.java:1569:	Found 'DD'-anomaly for variable 'challanErrBuffLeng1' (lines '1,569'-'1,576').
com/tin/tds/lower/FormValidator.java:1571:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:1571:	Avoid excessively long variable names like challanErrBuffLeng2
com/tin/tds/lower/FormValidator.java:1571:	Found 'DD'-anomaly for variable 'challanErrBuffLeng2' (lines '1,571'-'2,875').
com/tin/tds/lower/FormValidator.java:1572:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1574:	Found 'DU'-anomaly for variable 'validChallanCount' (lines '1,574'-'4,673').
com/tin/tds/lower/FormValidator.java:1576:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1583:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1584:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1586:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1596:	Avoid excessively long variable names like localCountField_CH1
com/tin/tds/lower/FormValidator.java:1596:	Found 'DU'-anomaly for variable 'localCountField_CH1' (lines '1,596'-'4,673').
com/tin/tds/lower/FormValidator.java:1597:	Avoid excessively long variable names like localCaretCountCH1
com/tin/tds/lower/FormValidator.java:1597:	Found 'DU'-anomaly for variable 'localCaretCountCH1' (lines '1,597'-'4,673').
com/tin/tds/lower/FormValidator.java:1598:	Found 'DU'-anomaly for variable 'localCHNo' (lines '1,598'-'4,673').
com/tin/tds/lower/FormValidator.java:1600:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1600:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1609:	Method call on object which may be null
com/tin/tds/lower/FormValidator.java:1609:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1611:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1611:	Local variable 'st_CH' could be declared final
com/tin/tds/lower/FormValidator.java:1615:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1619:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1619:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1619:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1619:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1625:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1641:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1648:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1666:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1666:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1680:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1680:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1680:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1682:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:1690:	Avoid excessively long variable names like localCountField_CH
com/tin/tds/lower/FormValidator.java:1691:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1691:	Local variable 'st_CH' could be declared final
com/tin/tds/lower/FormValidator.java:1699:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1702:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1702:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1702:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1702:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1707:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1723:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1729:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:1729:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1745:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1745:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1758:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1784:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1784:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1784:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1787:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1788:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1791:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1802:	Avoid excessively long variable names like localCaretCounterCH1
com/tin/tds/lower/FormValidator.java:1803:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1803:	Local variable 'Obj_st_ch' could be declared final
com/tin/tds/lower/FormValidator.java:1806:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:1809:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:1809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1809:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:1809:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1814:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1829:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1835:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:1862:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1862:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1862:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1875:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1875:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:1885:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:1890:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1891:	System.out.println is used
com/tin/tds/lower/FormValidator.java:1894:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1897:	Avoid excessively long variable names like challanErrRecLengthBefore
com/tin/tds/lower/FormValidator.java:1897:	Local variable 'challanErrRecLengthBefore' could be declared final
com/tin/tds/lower/FormValidator.java:1897:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1916:	System.out.println is used
com/tin/tds/lower/FormValidator.java:1917:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:1923:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1929:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1930:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1931:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1933:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:1942:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1943:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1945:	Avoid using final local variables, turn them into fields
com/tin/tds/lower/FormValidator.java:1951:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:1953:	Avoid unused local variables such as 'k'.
com/tin/tds/lower/FormValidator.java:1953:	Avoid variables with short names like k
com/tin/tds/lower/FormValidator.java:1954:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:1954:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/FormValidator.java:1956:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:1956:	Local variable 'st1' could be declared final
com/tin/tds/lower/FormValidator.java:1961:	System.out.println is used
com/tin/tds/lower/FormValidator.java:1978:	System.out.println is used
com/tin/tds/lower/FormValidator.java:1984:	System.out.println is used
com/tin/tds/lower/FormValidator.java:1988:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:2004:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:2006:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2015:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2016:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2019:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2028:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2038:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2041:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2042:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2043:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2044:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2046:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2047:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2051:	Local variable 'Error_msg' could be declared final
com/tin/tds/lower/FormValidator.java:2062:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2069:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2076:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2080:	Avoid excessively long variable names like challanErrRecLengthAfter
com/tin/tds/lower/FormValidator.java:2080:	Local variable 'challanErrRecLengthAfter' could be declared final
com/tin/tds/lower/FormValidator.java:2080:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2086:	Avoid excessively long variable names like errorInChallanRecord
com/tin/tds/lower/FormValidator.java:2087:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2087:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2098:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2099:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2111:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2113:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2118:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2119:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2120:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2123:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2129:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:2129:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2129:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:2132:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2132:	Local variable 'st_CH2' could be declared final
com/tin/tds/lower/FormValidator.java:2134:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:2135:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:2138:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2141:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2141:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2141:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2141:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2146:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2161:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2168:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:2168:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2185:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:2188:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:2188:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2192:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2200:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2200:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2200:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2215:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:2215:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2215:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:2215:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2229:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2229:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2229:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2230:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2231:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2232:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2232:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2234:	Avoid unused local variables such as 'LocalMode'.
com/tin/tds/lower/FormValidator.java:2239:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2246:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/FormValidator.java:2249:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2249:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/FormValidator.java:2251:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:2252:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:2256:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2259:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2264:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2280:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2286:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:2286:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2305:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2305:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2309:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2315:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2321:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:2321:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2322:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2332:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2332:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2332:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2356:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2357:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2359:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2363:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:2363:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2363:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:2369:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2369:	Local variable 'st_CH2' could be declared final
com/tin/tds/lower/FormValidator.java:2371:	Avoid excessively long variable names like localCaretCountCH12
com/tin/tds/lower/FormValidator.java:2372:	Avoid excessively long variable names like localCountField_CH12
com/tin/tds/lower/FormValidator.java:2377:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2380:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2380:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2380:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2380:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2385:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2400:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2407:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:2407:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2422:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2439:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2450:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2451:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2454:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2454:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2457:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:2457:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2457:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:2474:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2474:	Local variable 'st_CH3' could be declared final
com/tin/tds/lower/FormValidator.java:2476:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:2477:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:2480:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2483:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2483:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2483:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2483:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2503:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2510:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:2510:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2527:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:2533:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2538:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2543:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2543:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2551:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2556:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2560:	Avoid excessively long variable names like deducteeErrBuffLength1
com/tin/tds/lower/FormValidator.java:2561:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:2561:	Avoid excessively long variable names like deducteeErrBuffLength2
com/tin/tds/lower/FormValidator.java:2563:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2564:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2565:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2570:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2572:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2572:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2572:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2582:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2585:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:2588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2588:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:2588:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2602:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2616:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2624:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:2626:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2626:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2635:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2640:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2641:	Avoid excessively long variable names like deducteeErrRecLengthBefore
com/tin/tds/lower/FormValidator.java:2641:	Local variable 'deducteeErrRecLengthBefore' could be declared final
com/tin/tds/lower/FormValidator.java:2641:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2643:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2666:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2667:	Avoid excessively long variable names like deducteeErrRecLengthAfter
com/tin/tds/lower/FormValidator.java:2667:	Local variable 'deducteeErrRecLengthAfter' could be declared final
com/tin/tds/lower/FormValidator.java:2667:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2670:	Avoid unused local variables such as 'errorInDedRec'.
com/tin/tds/lower/FormValidator.java:2672:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2672:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2696:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2702:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2703:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2727:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:2733:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2733:	Local variable 'st_CH3' could be declared final
com/tin/tds/lower/FormValidator.java:2735:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:2736:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:2739:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:2742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2742:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2762:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:2769:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:2769:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:2786:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:2794:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2801:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2802:	Avoid excessively long variable names like diffTotalIncomeTaxDeposited
com/tin/tds/lower/FormValidator.java:2802:	Local variable 'diffTotalIncomeTaxDeposited' could be declared final
com/tin/tds/lower/FormValidator.java:2805:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2808:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2818:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:2818:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2826:	Local variable 'diffpvalnvalValue' could be declared final
com/tin/tds/lower/FormValidator.java:2830:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2834:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2835:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2846:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:2846:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:2854:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2854:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2854:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2856:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2856:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2857:	The String literal "'TDS / TCS -Income Tax '" appears 8 times in this file; the first occurrence is on line 2,857
com/tin/tds/lower/FormValidator.java:2859:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2859:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2860:	The String literal "'TDS / TCS -Surcharge '" appears 8 times in this file; the first occurrence is on line 2,860
com/tin/tds/lower/FormValidator.java:2862:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2862:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2863:	The String literal "'TDS / TCS - Cess'" appears 8 times in this file; the first occurrence is on line 2,863
com/tin/tds/lower/FormValidator.java:2875:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:2876:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2888:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:2896:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2896:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2896:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2896:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2897:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2897:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2898:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2899:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2899:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2900:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2900:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2901:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2904:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:2905:	System.out.println is used
com/tin/tds/lower/FormValidator.java:2906:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:2906:	Avoid variables with short names like ss
com/tin/tds/lower/FormValidator.java:2906:	Local variable 'ss' could be declared final
com/tin/tds/lower/FormValidator.java:2941:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2943:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:2944:	Found 'DD'-anomaly for variable 'record' (lines '2,944'-'2,991').
com/tin/tds/lower/FormValidator.java:2962:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2963:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2963:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2963:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:2964:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:2980:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:2995:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:3001:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3001:	Local variable 'st_BH4' could be declared final
com/tin/tds/lower/FormValidator.java:3003:	Avoid excessively long variable names like localCaretCountBH1
com/tin/tds/lower/FormValidator.java:3004:	Avoid excessively long variable names like localCountField_BH1
com/tin/tds/lower/FormValidator.java:3007:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:3010:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3010:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3010:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3010:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3030:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3037:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:3037:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:3054:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:3061:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3062:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3063:	Avoid excessively long variable names like RequiredValidPanAtbatch
com/tin/tds/lower/FormValidator.java:3079:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3105:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3113:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3116:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3135:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:3139:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3154:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3163:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3166:	No need to call String.valueOf to append to a string.
com/tin/tds/lower/FormValidator.java:3168:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3169:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3177:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3178:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3179:	No need to call String.valueOf to append to a string.
com/tin/tds/lower/FormValidator.java:3188:	No need to call String.valueOf to append to a string.
com/tin/tds/lower/FormValidator.java:3190:	No need to call String.valueOf to append to a string.
com/tin/tds/lower/FormValidator.java:3198:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3199:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3200:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3201:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3202:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3205:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3208:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3208:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3208:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3208:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:3212:	Avoid excessively long variable names like unmatatchedChallanCount
com/tin/tds/lower/FormValidator.java:3213:	Local variable 'cinArraySize' could be declared final
com/tin/tds/lower/FormValidator.java:3218:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3220:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3225:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3226:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3231:	Avoid using final local variables, turn them into fields
com/tin/tds/lower/FormValidator.java:3235:	Avoid excessively long variable names like CINConsolidateHashFromFile
com/tin/tds/lower/FormValidator.java:3235:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3235:	Local variable 'CINConsolidateHashFromFile' could be declared final
com/tin/tds/lower/FormValidator.java:3236:	Local variable 'header' could be declared final
com/tin/tds/lower/FormValidator.java:3237:	Local variable 'footer' could be declared final
com/tin/tds/lower/FormValidator.java:3245:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3254:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3256:	Avoid variables with short names like k
com/tin/tds/lower/FormValidator.java:3257:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3257:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/FormValidator.java:3260:	Avoid excessively long variable names like cinFilehashFromFile
com/tin/tds/lower/FormValidator.java:3260:	Avoid unused local variables such as 'cinFilehashFromFile'.
com/tin/tds/lower/FormValidator.java:3262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3263:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3269:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3269:	Avoid variables with short names like st
com/tin/tds/lower/FormValidator.java:3269:	Local variable 'st' could be declared final
com/tin/tds/lower/FormValidator.java:3297:	Avoid excessively long variable names like cinPresentInCINFile
com/tin/tds/lower/FormValidator.java:3297:	Local variable 'cinPresentInCINFile' could be declared final
com/tin/tds/lower/FormValidator.java:3304:	Avoid excessively long variable names like ConsolidatedHashFromReturn
com/tin/tds/lower/FormValidator.java:3310:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3311:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3312:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3313:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3317:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3321:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3323:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3330:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3333:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3337:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3340:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3344:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3352:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3353:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3360:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3361:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3369:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3374:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3376:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3379:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3387:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3400:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3420:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:3422:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:3439:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3446:	System.out.println is used
com/tin/tds/lower/FormValidator.java:3448:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:3450:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:3458:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3459:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3496:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3496:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3509:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:3509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3512:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3530:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:3545:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:3545:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3545:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3545:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:3545:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3589:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3593:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/FormValidator.java:3640:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3644:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/FormValidator.java:3653:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3660:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3660:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3660:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:3660:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3664:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3664:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3664:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:3664:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3673:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:3675:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3675:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3727:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3728:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3729:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3733:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3734:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3735:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3741:	Local variable 'outputValue' could be declared final
com/tin/tds/lower/FormValidator.java:3742:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3749:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3752:	Local variable 'outputValue' could be declared final
com/tin/tds/lower/FormValidator.java:3753:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3755:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3756:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3765:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3766:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:3772:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:3774:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:3778:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3786:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:3786:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3786:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:3789:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:3791:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:3794:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:3795:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3796:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3797:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3798:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3799:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3800:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3804:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3805:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3806:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3807:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3807:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3808:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3812:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3814:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3815:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:3819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3821:	Avoid excessively long variable names like localCaretCounterEBH
com/tin/tds/lower/FormValidator.java:3822:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/FormValidator.java:3825:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3830:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3830:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/FormValidator.java:3833:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:3836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3836:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3841:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3857:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3863:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:3863:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:3877:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:3877:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3881:	Avoid unused local variables such as 'localLineNo'.
com/tin/tds/lower/FormValidator.java:3881:	Local variable 'localLineNo' could be declared final
com/tin/tds/lower/FormValidator.java:3884:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:3887:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:3905:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3909:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3916:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3919:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3923:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3927:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3940:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3941:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3942:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3943:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:3947:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3948:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:3952:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3954:	Avoid excessively long variable names like localCaretCounterEBH
com/tin/tds/lower/FormValidator.java:3955:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/FormValidator.java:3958:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3962:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:3962:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/FormValidator.java:3965:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:3968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3968:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:3973:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:3989:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:3995:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:3995:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4011:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:4011:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4015:	Avoid unused local variables such as 'localLineNo'.
com/tin/tds/lower/FormValidator.java:4015:	Local variable 'localLineNo' could be declared final
com/tin/tds/lower/FormValidator.java:4018:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4020:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:4033:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4038:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4051:	System.out.println is used
com/tin/tds/lower/FormValidator.java:4068:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4071:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4072:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4076:	Avoid excessively long variable names like localCaretCounterPCD6
com/tin/tds/lower/FormValidator.java:4077:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4077:	Local variable 'st_BH' could be declared final
com/tin/tds/lower/FormValidator.java:4080:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4083:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4083:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4083:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4083:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4083:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:4083:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4088:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4105:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4119:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4135:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4138:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:4149:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4149:	Local variable 'Obj_st_bh' could be declared final
com/tin/tds/lower/FormValidator.java:4152:	Avoid excessively long variable names like localCaretCountBHPC
com/tin/tds/lower/FormValidator.java:4155:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4158:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4163:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4181:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4201:	Local variable 'localBatchCount' could be declared final
com/tin/tds/lower/FormValidator.java:4202:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4208:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4211:	Avoid excessively long variable names like panBatchErrRecLengthBefore
com/tin/tds/lower/FormValidator.java:4211:	Local variable 'panBatchErrRecLengthBefore' could be declared final
com/tin/tds/lower/FormValidator.java:4211:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4213:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4214:	System.out.println is used
com/tin/tds/lower/FormValidator.java:4216:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4217:	System.out.println is used
com/tin/tds/lower/FormValidator.java:4219:	Avoid excessively long variable names like panBatchErrRecLengthAfter
com/tin/tds/lower/FormValidator.java:4219:	Local variable 'panBatchErrRecLengthAfter' could be declared final
com/tin/tds/lower/FormValidator.java:4219:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4224:	Avoid excessively long variable names like errorInPanBatchRecord
com/tin/tds/lower/FormValidator.java:4225:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:4225:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4235:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4237:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4252:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4254:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:4265:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4268:	Avoid excessively long variable names like localCaretCounterPDH1
com/tin/tds/lower/FormValidator.java:4269:	Avoid excessively long variable names like localCountField_BH
com/tin/tds/lower/FormValidator.java:4270:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4270:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/FormValidator.java:4273:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4276:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4281:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4298:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4304:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:4304:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4328:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4331:	Avoid excessively long variable names like nextLocalCountofDD
com/tin/tds/lower/FormValidator.java:4338:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4350:	Avoid excessively long variable names like localCaretCountBHP22
com/tin/tds/lower/FormValidator.java:4351:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4354:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4357:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4357:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4357:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4357:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4362:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4379:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4392:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4400:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4413:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4414:	System.out.println is used
com/tin/tds/lower/FormValidator.java:4416:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4417:	System.out.println is used
com/tin/tds/lower/FormValidator.java:4435:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4435:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:4459:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4462:	Avoid excessively long variable names like localCaretCounterBHP
com/tin/tds/lower/FormValidator.java:4463:	Avoid excessively long variable names like localCountField_BH
com/tin/tds/lower/FormValidator.java:4464:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:4464:	Local variable 'st_BH4' could be declared final
com/tin/tds/lower/FormValidator.java:4467:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4470:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4475:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4491:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4497:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:4497:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4513:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4517:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4529:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4529:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4529:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:4532:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4534:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:4540:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4541:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:4545:	Avoid excessively long variable names like localCaretCounterEBH
com/tin/tds/lower/FormValidator.java:4546:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/FormValidator.java:4548:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/FormValidator.java:4551:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4554:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4554:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4554:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4554:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4559:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4575:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4581:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:4581:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:4595:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:4595:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4599:	Avoid unused local variables such as 'localLineNo'.
com/tin/tds/lower/FormValidator.java:4599:	Local variable 'localLineNo' could be declared final
com/tin/tds/lower/FormValidator.java:4602:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4604:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:4633:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4634:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:4647:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4651:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:4654:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:4654:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4659:	A throw statement in a finally block makes the control flow hard to understand.
com/tin/tds/lower/FormValidator.java:4666:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:4666:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4675:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4677:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:4677:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:4677:	Avoid unused method parameters such as 'first'.
com/tin/tds/lower/FormValidator.java:4677:	Parameter 'first' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4677:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4677:	The method 'validateFileHeader' has a Cyclomatic Complexity of 93.
com/tin/tds/lower/FormValidator.java:4677:	The method 'validateFileHeader' has a Modified Cyclomatic Complexity of 58.
com/tin/tds/lower/FormValidator.java:4680:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:4680:	Found 'DU'-anomaly for variable 'obj_FieldValidation' (lines '4,680'-'4,949').
com/tin/tds/lower/FormValidator.java:4680:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:4681:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4681:	Avoid unused local variables such as 'obj_FileGenerator'.
com/tin/tds/lower/FormValidator.java:4681:	Found 'DU'-anomaly for variable 'obj_FileGenerator' (lines '4,681'-'4,949').
com/tin/tds/lower/FormValidator.java:4681:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:4685:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4685:	Avoid unused local variables such as 'i'.
com/tin/tds/lower/FormValidator.java:4685:	Avoid variables with short names like i
com/tin/tds/lower/FormValidator.java:4685:	Found 'DU'-anomaly for variable 'i' (lines '4,685'-'4,949').
com/tin/tds/lower/FormValidator.java:4685:	Local variable 'i' could be declared final
com/tin/tds/lower/FormValidator.java:4686:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4686:	Avoid unused local variables such as 'ch'.
com/tin/tds/lower/FormValidator.java:4686:	Avoid variables with short names like ch
com/tin/tds/lower/FormValidator.java:4686:	Local variable 'ch' could be declared final
com/tin/tds/lower/FormValidator.java:4687:	Found 'DU'-anomaly for variable 'error' (lines '4,687'-'4,949').
com/tin/tds/lower/FormValidator.java:4688:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4688:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:4688:	Found 'DU'-anomaly for variable 'NullField' (lines '4,688'-'4,949').
com/tin/tds/lower/FormValidator.java:4688:	Local variable 'NullField' could be declared final
com/tin/tds/lower/FormValidator.java:4689:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4689:	Avoid unused local variables such as 'append'.
com/tin/tds/lower/FormValidator.java:4689:	Found 'DU'-anomaly for variable 'append' (lines '4,689'-'4,949').
com/tin/tds/lower/FormValidator.java:4689:	Local variable 'append' could be declared final
com/tin/tds/lower/FormValidator.java:4690:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4690:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:4690:	Found 'DU'-anomaly for variable 'error_flag' (lines '4,690'-'4,949').
com/tin/tds/lower/FormValidator.java:4690:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:4691:	Avoid unused local variables such as 'FileUploadType'.
com/tin/tds/lower/FormValidator.java:4695:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:4696:	Found 'DU'-anomaly for variable 'FileUploadType' (lines '4,696'-'4,949').
com/tin/tds/lower/FormValidator.java:4702:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4705:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4708:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4710:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4713:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4735:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4740:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4747:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4755:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4763:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4771:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4772:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:4773:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4776:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:4782:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4782:	The String literal "File Creation Date" appears 5 times in this file; the first occurrence is on line 4,782
com/tin/tds/lower/FormValidator.java:4783:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4786:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4788:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4790:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4793:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4800:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4800:	The String literal "File Sequenece Number" appears 5 times in this file; the first occurrence is on line 4,800
com/tin/tds/lower/FormValidator.java:4803:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4804:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4807:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4817:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4825:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4832:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4832:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4832:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4834:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4834:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4834:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4841:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4843:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4843:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4843:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4849:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4852:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4861:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4862:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4869:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4870:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4871:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4872:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4879:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4890:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4890:	The String literal "RPU Type" appears 6 times in this file; the first occurrence is on line 4,890
com/tin/tds/lower/FormValidator.java:4892:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4892:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:4894:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4896:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:4896:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:4898:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4901:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4902:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:4903:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4905:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4908:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4915:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:4919:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4943:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:4943:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:4948:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:4951:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:4952:	Avoid reassigning parameters such as 'LineNo'
com/tin/tds/lower/FormValidator.java:4952:	Avoid unused method parameters such as 'RecTypeIdentifier'.
com/tin/tds/lower/FormValidator.java:4952:	Parameter 'RecType' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4952:	Parameter 'RecTypeIdentifier' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4952:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4954:	Found 'DD'-anomaly for variable 'NullField' (lines '4,954'-'4,958').
com/tin/tds/lower/FormValidator.java:4955:	Found 'DD'-anomaly for variable 'error' (lines '4,955'-'4,973').
com/tin/tds/lower/FormValidator.java:4957:	Found 'DU'-anomaly for variable 'Str_Buffer' (lines '4,957'-'4,977').
com/tin/tds/lower/FormValidator.java:4968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4970:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:4972:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:4976:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:4979:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4979:	Parameter 'record' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:4979:	The method 'isDuplicateFileHeader1' has a Cyclomatic Complexity of 11.
com/tin/tds/lower/FormValidator.java:4983:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:4984:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:4984:	Avoid unused local variables such as 'st_BH'.
com/tin/tds/lower/FormValidator.java:4984:	Local variable 'st_BH' could be declared final
com/tin/tds/lower/FormValidator.java:4986:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:4986:	Found 'DD'-anomaly for variable 'NullField' (lines '4,986'-'4,996').
com/tin/tds/lower/FormValidator.java:4987:	Found 'DD'-anomaly for variable 'FieldFound' (lines '4,987'-'4,997').
com/tin/tds/lower/FormValidator.java:4990:	Avoid excessively long variable names like caretCounterDupFileHeader
com/tin/tds/lower/FormValidator.java:4990:	Avoid unused local variables such as 'caretCounterDupFileHeader'.
com/tin/tds/lower/FormValidator.java:4991:	Avoid excessively long variable names like localCountField_FH
com/tin/tds/lower/FormValidator.java:4992:	Local variable 'st_FH' could be declared final
com/tin/tds/lower/FormValidator.java:4995:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:4996:	Found 'DD'-anomaly for variable 'NullField' (lines '4,996'-'5,000').
com/tin/tds/lower/FormValidator.java:4997:	Found 'DD'-anomaly for variable 'FieldFound' (lines '4,997'-'5,001').
com/tin/tds/lower/FormValidator.java:4998:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4998:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4998:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:4998:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5003:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5014:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5020:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/FormValidator.java:5020:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:5034:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5036:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5037:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:5038:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:5043:	Avoid unused method parameters such as 'LineNo'.
com/tin/tds/lower/FormValidator.java:5043:	Parameter 'LineNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5043:	Parameter 'RecType' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5043:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5047:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:5048:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5050:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5051:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/FormValidator.java:5052:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:5057:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5059:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:5059:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:5059:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5059:	Parameter 'UploadTypeBH' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5059:	Parameter 'batch' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5059:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:5059:	The method 'validateBatchHeader' has a Cyclomatic Complexity of 1342.
com/tin/tds/lower/FormValidator.java:5059:	The method 'validateBatchHeader' has a Modified Cyclomatic Complexity of 506.
com/tin/tds/lower/FormValidator.java:5065:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5066:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5067:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5068:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5069:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5070:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5071:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5072:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5074:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5074:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:5074:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:5075:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:5078:	Avoid unused local variables such as 'nullTanOfDeductor'.
com/tin/tds/lower/FormValidator.java:5078:	Local variable 'nullTanOfDeductor' could be declared final
com/tin/tds/lower/FormValidator.java:5079:	Avoid excessively long variable names like Assessment_Financial
com/tin/tds/lower/FormValidator.java:5082:	Avoid excessively long variable names like bhChallanCountZero
com/tin/tds/lower/FormValidator.java:5083:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5083:	Avoid unused local variables such as 'LCount'.
com/tin/tds/lower/FormValidator.java:5083:	Local variable 'LCount' could be declared final
com/tin/tds/lower/FormValidator.java:5091:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5094:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5094:	Avoid excessively long variable names like CountOfDeducteeRec
com/tin/tds/lower/FormValidator.java:5094:	Avoid unused local variables such as 'CountOfDeducteeRec'.
com/tin/tds/lower/FormValidator.java:5094:	Local variable 'CountOfDeducteeRec' could be declared final
com/tin/tds/lower/FormValidator.java:5097:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5098:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5099:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:5115:	Avoid excessively long variable names like EmployerAddrChange
com/tin/tds/lower/FormValidator.java:5116:	Avoid excessively long variable names like NameofPersonResponsilbleForSal
com/tin/tds/lower/FormValidator.java:5117:	Avoid excessively long variable names like DesignationofPersonResponsilbleForSal
com/tin/tds/lower/FormValidator.java:5118:	Avoid excessively long variable names like PersonResponsilbleAddr1
com/tin/tds/lower/FormValidator.java:5119:	Avoid excessively long variable names like PersonResponsilbleAddr2
com/tin/tds/lower/FormValidator.java:5120:	Avoid excessively long variable names like PersonResponsilbleAddr3
com/tin/tds/lower/FormValidator.java:5121:	Avoid excessively long variable names like PersonResponsilbleAddr4
com/tin/tds/lower/FormValidator.java:5122:	Avoid excessively long variable names like PersonResponsilbleAddr5
com/tin/tds/lower/FormValidator.java:5123:	Avoid excessively long variable names like PersonResponsilbleState
com/tin/tds/lower/FormValidator.java:5124:	Avoid excessively long variable names like PersonResponsilblePin
com/tin/tds/lower/FormValidator.java:5125:	Avoid excessively long variable names like PersonResponsilbleEmailId1
com/tin/tds/lower/FormValidator.java:5127:	Avoid excessively long variable names like PersonResponsilbleSTDCode
com/tin/tds/lower/FormValidator.java:5128:	Avoid excessively long variable names like PersonResponsilbleTelePhone
com/tin/tds/lower/FormValidator.java:5129:	Avoid excessively long variable names like PersonResponsilbleAddrChange
com/tin/tds/lower/FormValidator.java:5135:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5136:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5137:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5146:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5148:	Avoid unused local variables such as 'BatchHash'.
com/tin/tds/lower/FormValidator.java:5153:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5153:	Avoid unused local variables such as 'TANRegistrationNo'.
com/tin/tds/lower/FormValidator.java:5153:	Local variable 'TANRegistrationNo' could be declared final
com/tin/tds/lower/FormValidator.java:5157:	Avoid excessively long variable names like PersonResponsilbleSTDCodeAlt
com/tin/tds/lower/FormValidator.java:5158:	Avoid excessively long variable names like PersonResponsilbleTelePhoneAlt
com/tin/tds/lower/FormValidator.java:5159:	Avoid excessively long variable names like PersonResponsilbleEmailIdAlt
com/tin/tds/lower/FormValidator.java:5163:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5163:	Avoid excessively long variable names like PersonResponsilblePAN
com/tin/tds/lower/FormValidator.java:5166:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5166:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:5166:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:5167:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:5167:	Avoid unused local variables such as 'obj_FileGenerator'.
com/tin/tds/lower/FormValidator.java:5167:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:5168:	Avoid excessively long variable names like localCaretCounterBHQ
com/tin/tds/lower/FormValidator.java:5169:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/FormValidator.java:5172:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:5175:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:5175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5175:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:5175:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5180:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5197:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5203:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:5430:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5432:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5433:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:5438:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:5438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5438:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:5440:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5441:	An empty statement (semicolon) not part of a loop
com/tin/tds/lower/FormValidator.java:5443:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5443:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5447:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5450:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5450:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5451:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5459:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5465:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5472:	The String literal "Batch Number" appears 13 times in this file; the first occurrence is on line 5,472
com/tin/tds/lower/FormValidator.java:5475:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5475:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5478:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5479:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5479:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5480:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5482:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5482:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5485:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5489:	Avoid excessively long variable names like nullCountOfChallanRec
com/tin/tds/lower/FormValidator.java:5495:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5497:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5502:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5505:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5507:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5523:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5530:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5530:	The String literal "Form Number" appears 7 times in this file; the first occurrence is on line 5,530
com/tin/tds/lower/FormValidator.java:5531:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:5536:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5538:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5540:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5541:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5545:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5546:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5556:	Avoid unused local variables such as 'nullUploadType'.
com/tin/tds/lower/FormValidator.java:5563:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5566:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5575:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5576:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5579:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5580:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5592:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5597:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:5597:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5605:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5615:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5617:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5618:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5622:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5630:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5632:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5633:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5642:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5643:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5645:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5663:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:5665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5672:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:5674:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5676:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5678:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5679:	Avoid excessively long variable names like batchUpdationIndicatorRequired
com/tin/tds/lower/FormValidator.java:5692:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5702:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5709:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5709:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5710:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5722:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5724:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5724:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5728:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5728:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5738:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5743:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5749:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5749:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5749:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5750:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5757:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5757:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5766:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5766:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5769:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5771:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5774:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5775:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5778:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5782:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5783:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5787:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5793:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5802:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5803:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5806:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5806:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5809:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5815:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5815:	The String literal "Previous RRR No" appears 6 times in this file; the first occurrence is on line 5,815
com/tin/tds/lower/FormValidator.java:5819:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5822:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5825:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5829:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5833:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:5834:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5836:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:5840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5847:	Avoid unused local variables such as 'nullRRRNo'.
com/tin/tds/lower/FormValidator.java:5848:	Avoid unused local variables such as 'errUnique'.
com/tin/tds/lower/FormValidator.java:5848:	Local variable 'errUnique' could be declared final
com/tin/tds/lower/FormValidator.java:5851:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5851:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5852:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5859:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5863:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5863:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5866:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5870:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5873:	Local variable 'Tan_in_RRR' could be declared final
com/tin/tds/lower/FormValidator.java:5873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5874:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:5874:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5876:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5880:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5882:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5885:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5887:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5889:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5893:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5901:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5902:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5906:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5915:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5918:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:5922:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5939:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5948:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5948:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5951:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5951:	The String literal "RRR Date" appears 12 times in this file; the first occurrence is on line 5,951
com/tin/tds/lower/FormValidator.java:5959:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5961:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:5961:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5964:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5966:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5971:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5971:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5971:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5981:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:5988:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:5999:	Avoid excessively long variable names like isLastTanOfDeductorNull
com/tin/tds/lower/FormValidator.java:6003:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6003:	The String literal "Last TAN of Deductor / Employer / Collector" appears 7 times in this file; the first occurrence is on line 6,003
com/tin/tds/lower/FormValidator.java:6010:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6013:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6016:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6020:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6023:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6027:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6031:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6032:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6035:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6036:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6039:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6040:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6044:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6053:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6053:	The String literal "TAN Of Deductor / Employer / Collector" appears 8 times in this file; the first occurrence is on line 6,053
com/tin/tds/lower/FormValidator.java:6056:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6057:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6060:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6061:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6062:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6065:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6068:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6069:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6076:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6077:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6086:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6087:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6097:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6105:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6107:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6110:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6110:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6120:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6121:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6121:	The String literal "PAN of Deductor / Employer" appears 8 times in this file; the first occurrence is on line 6,121
com/tin/tds/lower/FormValidator.java:6124:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6125:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6130:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6130:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6130:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6131:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6133:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6138:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6139:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6142:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6142:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6142:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6142:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6144:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6147:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6147:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6150:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6150:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6150:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6150:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6150:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6160:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6164:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6165:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6167:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6171:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6175:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6176:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6182:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6185:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6187:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6188:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6194:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6199:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6200:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6201:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6206:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6213:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6213:	The String literal "Assessment Year" appears 9 times in this file; the first occurrence is on line 6,213
com/tin/tds/lower/FormValidator.java:6215:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6215:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6215:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6223:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6224:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6228:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6229:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6233:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6236:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6237:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6244:	The String literal "Financial Year" appears 9 times in this file; the first occurrence is on line 6,244
com/tin/tds/lower/FormValidator.java:6246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6249:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6254:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6260:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6261:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6264:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6265:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6268:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6272:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6274:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6279:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6282:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6283:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6288:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6301:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6301:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6301:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6303:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6303:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6303:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6303:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6305:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6305:	The String literal "PAN of person responsible for dedcuting tax" appears 5 times in this file; the first occurrence is on line 6,305
com/tin/tds/lower/FormValidator.java:6307:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6307:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6307:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6308:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6309:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6309:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6309:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6312:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6315:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6322:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6328:	Avoid excessively long variable names like invalidSalaryDetailFlag
com/tin/tds/lower/FormValidator.java:6331:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6333:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6333:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6333:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6333:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6333:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6334:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6335:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6335:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6335:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6338:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6342:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6346:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6347:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6352:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6353:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6357:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6358:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6367:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6367:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6367:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6367:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6367:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:6369:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6369:	The String literal "Name of Employer / Deductor / Collector" appears 5 times in this file; the first occurrence is on line 6,369
com/tin/tds/lower/FormValidator.java:6372:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6372:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6373:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6379:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6382:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6383:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6386:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6386:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6387:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6387:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6391:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6398:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6400:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6400:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6411:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6411:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6412:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6412:	The String literal "Employer  / Deductor / Collector Branch/ Division" appears 5 times in this file; the first occurrence is on line 6,412
com/tin/tds/lower/FormValidator.java:6417:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6422:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6422:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6422:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6422:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6422:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:6424:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6429:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6429:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6430:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6432:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6439:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6440:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6440:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6450:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6450:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6450:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6451:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6451:	The String literal "Employer / Deductor / Collector Address1" appears 5 times in this file; the first occurrence is on line 6,451
com/tin/tds/lower/FormValidator.java:6458:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6462:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6462:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:6464:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6467:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6467:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6469:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6475:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6477:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6478:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6478:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6488:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6489:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6489:	The String literal "Employer / Deductor / Collector Address2" appears 4 times in this file; the first occurrence is on line 6,489
com/tin/tds/lower/FormValidator.java:6493:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6493:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6497:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6499:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6502:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6506:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6510:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6512:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6513:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6513:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6523:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6523:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6523:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6524:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6524:	The String literal "Employer / Deductor / Collector Address3" appears 4 times in this file; the first occurrence is on line 6,524
com/tin/tds/lower/FormValidator.java:6528:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6528:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6532:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6532:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6534:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6537:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6541:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6545:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6547:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6548:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6548:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6558:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6558:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6558:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6559:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6559:	The String literal "Employer / Deductor / Collector Address 4" appears 4 times in this file; the first occurrence is on line 6,559
com/tin/tds/lower/FormValidator.java:6563:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6563:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6567:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6567:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6569:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6572:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6576:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6580:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6582:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6583:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6583:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6593:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6594:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6594:	The String literal "Employer / Deductor / Collector Address 5" appears 4 times in this file; the first occurrence is on line 6,594
com/tin/tds/lower/FormValidator.java:6598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6602:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6602:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6604:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6607:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6611:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6615:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6617:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6618:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6618:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6620:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6624:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6625:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6629:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6629:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6629:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6630:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6630:	The String literal "Employer  / Deductor / Collector State" appears 6 times in this file; the first occurrence is on line 6,630
com/tin/tds/lower/FormValidator.java:6634:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6636:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6638:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6641:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6642:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6644:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6644:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6644:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6644:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6644:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6645:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6647:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6651:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6651:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6653:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6654:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6656:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6656:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6656:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6656:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6657:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6659:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6663:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6665:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6667:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6670:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6671:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6671:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6681:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6681:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6681:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6682:	The String literal "Employer  / Deductor / Collector PIN" appears 4 times in this file; the first occurrence is on line 6,682
com/tin/tds/lower/FormValidator.java:6686:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6686:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6686:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6688:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6690:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6693:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6695:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6698:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6700:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6701:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6701:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6711:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6711:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6712:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6714:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6714:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6716:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6716:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6723:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6726:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6730:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6732:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6733:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6733:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6743:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6743:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6744:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6746:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6746:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6748:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6748:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6751:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6754:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6756:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6757:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6757:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6767:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6767:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6770:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6770:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6772:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:6772:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6775:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6778:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6781:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6782:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6782:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6796:	The String literal "Change of Address of Employer/Deductor/Collector since last Return" appears 5 times in this file; the first occurrence is on line 6,796
com/tin/tds/lower/FormValidator.java:6800:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6804:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6804:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6804:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6806:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6809:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6810:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6810:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6810:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6811:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6814:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6815:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6815:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6815:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6815:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6816:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6821:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6821:	The String literal "Deductor  / Collector Type" appears 4 times in this file; the first occurrence is on line 6,821
com/tin/tds/lower/FormValidator.java:6825:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6842:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6847:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:6854:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6856:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6858:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6858:	The String literal "Last Deductor  / Collector Type" appears 5 times in this file; the first occurrence is on line 6,858
com/tin/tds/lower/FormValidator.java:6860:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6861:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6861:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6871:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:6873:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6878:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6880:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6881:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6883:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:6883:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6883:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:6902:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6908:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6918:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6937:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:6952:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6963:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:6964:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:6964:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:6974:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6974:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6975:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6975:	The String literal "Name of Person responsible for paying salary / Deduction / Collection" appears 6 times in this file; the first occurrence is on line 6,975
com/tin/tds/lower/FormValidator.java:6979:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6981:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6981:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6981:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6986:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6989:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6991:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:6991:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6991:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6991:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:6994:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:6996:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7000:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7003:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7004:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7004:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7014:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7014:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7015:	The String literal "Designation of Person responsible for paying salary / Deduction / Collection" appears 6 times in this file; the first occurrence is on line 7,015
com/tin/tds/lower/FormValidator.java:7020:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7025:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7025:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7027:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7027:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7027:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7032:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7035:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7037:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7038:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7039:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7039:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7039:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7044:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7047:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7050:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7053:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7054:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7054:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7064:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7064:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7065:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7069:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7069:	The String literal "Responsible Person's  Address1" appears 4 times in this file; the first occurrence is on line 7,069
com/tin/tds/lower/FormValidator.java:7071:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7071:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7071:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7071:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7071:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7071:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7076:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7080:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7083:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7083:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7084:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7086:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7089:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7090:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7090:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7101:	The String literal "Responsible Person's  Address2" appears 4 times in this file; the first occurrence is on line 7,101
com/tin/tds/lower/FormValidator.java:7103:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7103:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7105:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7106:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7108:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7118:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7119:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7119:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7129:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7129:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7130:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7130:	The String literal "Responsible Person's  Address3" appears 4 times in this file; the first occurrence is on line 7,130
com/tin/tds/lower/FormValidator.java:7132:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7132:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7134:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7135:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7142:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7148:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7149:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7149:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7159:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7159:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7160:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7160:	The String literal "Responsible Person's  Address4" appears 4 times in this file; the first occurrence is on line 7,160
com/tin/tds/lower/FormValidator.java:7162:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7162:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7164:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7164:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7165:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7167:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7171:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7177:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7178:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7178:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7188:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7188:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7189:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7189:	The String literal "Responsible Person's  Address5" appears 4 times in this file; the first occurrence is on line 7,189
com/tin/tds/lower/FormValidator.java:7191:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7191:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7193:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7193:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7194:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7196:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7200:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7206:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7207:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7207:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7217:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7217:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7218:	The String literal "Responsible Person's State" appears 6 times in this file; the first occurrence is on line 7,218
com/tin/tds/lower/FormValidator.java:7220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7224:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7224:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7230:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7230:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7231:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7235:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7235:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7237:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7240:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7240:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7241:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7245:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7247:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7248:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7248:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7258:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7258:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7259:	The String literal "Responsible Person's PIN" appears 5 times in this file; the first occurrence is on line 7,259
com/tin/tds/lower/FormValidator.java:7261:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7261:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7266:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7269:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7271:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7271:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7271:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7275:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7277:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7279:	Do not start a literal by 0 unless its an octal value
com/tin/tds/lower/FormValidator.java:7282:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7285:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7289:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7291:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7292:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7292:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7302:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7302:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7303:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7305:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7305:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7307:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7307:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7314:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7317:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7321:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7324:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7327:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7329:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7333:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7334:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7334:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7344:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7344:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7345:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7347:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7347:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7349:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7349:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7352:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7355:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7357:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7358:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7358:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7368:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7368:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7369:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7371:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7371:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7373:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7373:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7376:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7379:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7381:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7382:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7382:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7392:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7392:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7393:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7395:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7395:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7397:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7400:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7403:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7405:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7406:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7406:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7416:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7416:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7420:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7420:	The String literal "Change of Address of Responsible person since last Return" appears 5 times in this file; the first occurrence is on line 7,420
com/tin/tds/lower/FormValidator.java:7424:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7428:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7428:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7428:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7430:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7433:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7433:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7434:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7434:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7434:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7435:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7436:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7437:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7438:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7438:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7439:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7449:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7449:	The String literal "Batch Total of - Total of Deposit Amount as per Challan" appears 6 times in this file; the first occurrence is on line 7,449
com/tin/tds/lower/FormValidator.java:7451:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:7461:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7463:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7463:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7465:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7469:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7473:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7473:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7473:	The String literal ".00" appears 9 times in this file; the first occurrence is on line 7,473
com/tin/tds/lower/FormValidator.java:7478:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7481:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7490:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7491:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7491:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7492:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:7496:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7497:	The String literal "TDS Circle where annual return / statement under section 206 is to be filed" appears 4 times in this file; the first occurrence is on line 7,497
com/tin/tds/lower/FormValidator.java:7499:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7499:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7511:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7511:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7513:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7516:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7519:	Avoid excessively long variable names like CountOfSalaryDetailRecFlag
com/tin/tds/lower/FormValidator.java:7522:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7525:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7525:	The String literal "Count of Salary Details  Records" appears 7 times in this file; the first occurrence is on line 7,525
com/tin/tds/lower/FormValidator.java:7527:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:7531:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7532:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7543:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7549:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7550:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7553:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7557:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7559:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7566:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7568:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7572:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7573:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7575:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7579:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7583:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7606:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7606:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7607:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7608:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7608:	The String literal "Batch Total of - Gross Total Income as per Salary Detail" appears 9 times in this file; the first occurrence is on line 7,608
com/tin/tds/lower/FormValidator.java:7610:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:7615:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7615:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7617:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7619:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7621:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7624:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7625:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7635:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7636:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7638:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7638:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7640:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7648:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7651:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7651:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7653:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7660:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7663:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7663:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7668:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7670:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7673:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7675:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7678:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/FormValidator.java:7680:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:7683:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7689:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7693:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7703:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7703:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7706:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7706:	The String literal "Has regular statement filed earlier" appears 4 times in this file; the first occurrence is on line 7,706
com/tin/tds/lower/FormValidator.java:7710:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7712:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7714:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7714:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7714:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7714:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7716:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7719:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7719:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7719:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7719:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7719:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7719:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7719:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:7721:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7723:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7723:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7723:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7723:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7723:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7727:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7727:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7727:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7727:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7729:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7729:	The String literal "Receipt No. of earlier regular statement filed" appears 5 times in this file; the first occurrence is on line 7,729
com/tin/tds/lower/FormValidator.java:7731:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/FormValidator.java:7731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7735:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7735:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7737:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7737:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7740:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7757:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:7768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7770:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7770:	The String literal "State Name" appears 8 times in this file; the first occurrence is on line 7,770
com/tin/tds/lower/FormValidator.java:7772:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7772:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7772:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7774:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7774:	The String literal "PAO Code" appears 8 times in this file; the first occurrence is on line 7,774
com/tin/tds/lower/FormValidator.java:7776:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7776:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7776:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7778:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7778:	The String literal "DDO Code" appears 8 times in this file; the first occurrence is on line 7,778
com/tin/tds/lower/FormValidator.java:7780:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7780:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7780:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7782:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7782:	The String literal "Ministry Name" appears 10 times in this file; the first occurrence is on line 7,782
com/tin/tds/lower/FormValidator.java:7784:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7784:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7784:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7786:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7786:	The String literal "Ministry Name-Others" appears 8 times in this file; the first occurrence is on line 7,786
com/tin/tds/lower/FormValidator.java:7788:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7788:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7788:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7790:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7790:	The String literal "PAO Registration No" appears 6 times in this file; the first occurrence is on line 7,790
com/tin/tds/lower/FormValidator.java:7792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7794:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7794:	The String literal "DDO Registration No" appears 7 times in this file; the first occurrence is on line 7,794
com/tin/tds/lower/FormValidator.java:7796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7798:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7798:	The String literal "Filler 2" appears 5 times in this file; the first occurrence is on line 7,798
com/tin/tds/lower/FormValidator.java:7810:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:7810:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:7810:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7820:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7820:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7822:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7824:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7828:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7828:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7830:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7832:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7832:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7834:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7838:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/FormValidator.java:7861:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7875:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7877:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7881:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7895:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:7898:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7898:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7914:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7916:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7918:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7920:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7935:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7935:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7951:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7953:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:7955:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7957:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7972:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7972:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7983:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:7987:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:7991:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:7995:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8004:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8007:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8011:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8013:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8015:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8017:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8028:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8030:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8032:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:8046:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8046:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8058:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8060:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8060:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8078:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8078:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8090:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8092:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8092:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8126:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8126:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8130:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8177:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:8177:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:8182:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:8183:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8185:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:8185:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/FormValidator.java:8185:	The method 'validateChallanHeader' has a Cyclomatic Complexity of 839.
com/tin/tds/lower/FormValidator.java:8185:	The method 'validateChallanHeader' has a Modified Cyclomatic Complexity of 368.
com/tin/tds/lower/FormValidator.java:8186:	Parameter 'challan' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8187:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8188:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8189:	Avoid unused method parameters such as 'FileType'.
com/tin/tds/lower/FormValidator.java:8189:	Parameter 'FileType' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8190:	Parameter 'FormNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8191:	Parameter 'QPeriod' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8192:	Parameter 'validChallanCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8193:	Avoid excessively long variable names like GrossTDSTotalAsPerChallan
com/tin/tds/lower/FormValidator.java:8193:	Parameter 'GrossTDSTotalAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8194:	Parameter 'CountOfChallanRec' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8195:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/FormValidator.java:8195:	Parameter 'RRRDatePresentDate' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8196:	Parameter 'UploadTypeCH' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8197:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8198:	Parameter 'utilityLevel' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:8199:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:8204:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8204:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:8204:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:8205:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:8212:	Avoid excessively long variable names like iChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:8213:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8214:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8215:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8216:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8217:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8218:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:8226:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8226:	Avoid excessively long variable names like iTotalOfTDSAsPerDeducteeDetails
com/tin/tds/lower/FormValidator.java:8226:	Avoid unused local variables such as 'iTotalOfTDSAsPerDeducteeDetails'.
com/tin/tds/lower/FormValidator.java:8226:	Local variable 'iTotalOfTDSAsPerDeducteeDetails' could be declared final
com/tin/tds/lower/FormValidator.java:8227:	Avoid excessively long variable names like iTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:8227:	Avoid unused local variables such as 'iTotalOfDepositAmountAsPerChallan'.
com/tin/tds/lower/FormValidator.java:8233:	System.out.println is used
com/tin/tds/lower/FormValidator.java:8240:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:8241:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8241:	Avoid unused local variables such as 'StatementFromDate'.
com/tin/tds/lower/FormValidator.java:8241:	Local variable 'StatementFromDate' could be declared final
com/tin/tds/lower/FormValidator.java:8242:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8242:	Avoid unused local variables such as 'StatementToDate'.
com/tin/tds/lower/FormValidator.java:8242:	Local variable 'StatementToDate' could be declared final
com/tin/tds/lower/FormValidator.java:8243:	Avoid excessively long variable names like ChallanUpdationIndicator
com/tin/tds/lower/FormValidator.java:8244:	Avoid excessively long variable names like CountOfDeducteeDetail
com/tin/tds/lower/FormValidator.java:8246:	Avoid excessively long variable names like LastTransferVoucherNo
com/tin/tds/lower/FormValidator.java:8248:	Avoid excessively long variable names like LastBankBranchCode
com/tin/tds/lower/FormValidator.java:8249:	Avoid excessively long variable names like LastDateOfBankChallanNo
com/tin/tds/lower/FormValidator.java:8260:	Avoid excessively long variable names like LastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:8274:	Avoid unused local variables such as 'ChallanHash'.
com/tin/tds/lower/FormValidator.java:8279:	Avoid excessively long variable names like MinorHeadCodeChaln
com/tin/tds/lower/FormValidator.java:8281:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8281:	Avoid excessively long variable names like CountOfDeducteeDetailFlag
com/tin/tds/lower/FormValidator.java:8283:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8283:	Avoid unused local variables such as 'fieldfound'.
com/tin/tds/lower/FormValidator.java:8283:	Local variable 'fieldfound' could be declared final
com/tin/tds/lower/FormValidator.java:8285:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8286:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8286:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:8286:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:8287:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:8287:	Avoid unused local variables such as 'obj_FileGenerator'.
com/tin/tds/lower/FormValidator.java:8287:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:8288:	Avoid excessively long variable names like localCaretCounterCH12
com/tin/tds/lower/FormValidator.java:8289:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/FormValidator.java:8292:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:8295:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:8295:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8303:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8303:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8316:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8322:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:8452:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8473:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8476:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:8484:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8491:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8524:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8537:	The String literal "Challan-Detail Record Number" appears 12 times in this file; the first occurrence is on line 8,537
com/tin/tds/lower/FormValidator.java:8541:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8551:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8562:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8564:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8564:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8564:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8567:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8596:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8601:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8605:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8625:	The String literal "NIL Challan Indicator" appears 4 times in this file; the first occurrence is on line 8,625
com/tin/tds/lower/FormValidator.java:8626:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8626:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8630:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8632:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8636:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8644:	Avoid excessively long variable names like ChallanUpdationIndicatorRequired
com/tin/tds/lower/FormValidator.java:8652:	The String literal "Challan Updation Indicator" appears 4 times in this file; the first occurrence is on line 8,652
com/tin/tds/lower/FormValidator.java:8671:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8671:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8688:	Avoid excessively long variable names like validLstBnkChlnNoProvided
com/tin/tds/lower/FormValidator.java:8689:	Avoid excessively long variable names like lastBnkChlnNoNotProvided
com/tin/tds/lower/FormValidator.java:8692:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8693:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:8711:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8712:	The String literal "Last Bank Challan No" appears 5 times in this file; the first occurrence is on line 8,712
com/tin/tds/lower/FormValidator.java:8719:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8721:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8725:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8735:	Avoid excessively long variable names like validBankChlNoProvided
com/tin/tds/lower/FormValidator.java:8736:	Avoid excessively long variable names like bankChlNoNotProvided
com/tin/tds/lower/FormValidator.java:8739:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8740:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:8756:	The String literal "Bank Challan No" appears 11 times in this file; the first occurrence is on line 8,756
com/tin/tds/lower/FormValidator.java:8762:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8765:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8765:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:8773:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8780:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:8785:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8793:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8797:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8797:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8797:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8799:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8821:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8823:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8830:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8833:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8847:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8847:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8847:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8849:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8878:	Avoid excessively long variable names like validLastTrnsfrVouchNoProvided
com/tin/tds/lower/FormValidator.java:8879:	Avoid excessively long variable names like lastTransferVoucherNoNotProvided
com/tin/tds/lower/FormValidator.java:8879:	Avoid unused local variables such as 'lastTransferVoucherNoNotProvided'.
com/tin/tds/lower/FormValidator.java:8882:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8883:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:8883:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:8890:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8891:	The String literal "Last Transfer Voucher No " appears 6 times in this file; the first occurrence is on line 8,891
com/tin/tds/lower/FormValidator.java:8909:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8909:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8913:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8928:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8929:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:8931:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8931:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8932:	The String literal "Transfer Voucher No " appears 8 times in this file; the first occurrence is on line 8,932
com/tin/tds/lower/FormValidator.java:8936:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8955:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8955:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8957:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:8961:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8961:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8961:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:8963:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:8979:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8980:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:8995:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:8996:	The String literal "Last Bank-Branch Code " appears 8 times in this file; the first occurrence is on line 8,996
com/tin/tds/lower/FormValidator.java:9002:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9008:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9008:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9021:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9022:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:9038:	The String literal "Bank-Branch Code " appears 8 times in this file; the first occurrence is on line 9,038
com/tin/tds/lower/FormValidator.java:9044:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9055:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9065:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9065:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9065:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9067:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9079:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9079:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9122:	The String literal "Last Date of 'Bank Challan No / Transfer Voucher No'" appears 7 times in this file; the first occurrence is on line 9,122
com/tin/tds/lower/FormValidator.java:9151:	The String literal "Date of 'Bank Challan No / Transfer Voucher No'" appears 12 times in this file; the first occurrence is on line 9,151
com/tin/tds/lower/FormValidator.java:9198:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:9198:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:9205:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:9208:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:9225:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:9229:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9229:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9229:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9234:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:9241:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9242:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9245:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9252:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9252:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/tds/lower/FormValidator.java:9309:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9309:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9310:	The String literal "Section / Collection Code" appears 9 times in this file; the first occurrence is on line 9,310
com/tin/tds/lower/FormValidator.java:9318:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9318:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9322:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9326:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9326:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9331:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9331:	The String literal "193" appears 9 times in this file; the first occurrence is on line 9,331
com/tin/tds/lower/FormValidator.java:9332:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9332:	The String literal "94A" appears 9 times in this file; the first occurrence is on line 9,332
com/tin/tds/lower/FormValidator.java:9333:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9334:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9335:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9336:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9337:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9337:	The String literal "4EE" appears 9 times in this file; the first occurrence is on line 9,337
com/tin/tds/lower/FormValidator.java:9338:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9339:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9340:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9341:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9342:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9343:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9344:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9344:	The String literal "194" appears 9 times in this file; the first occurrence is on line 9,344
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9349:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9353:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9353:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9353:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9360:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9360:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9361:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9362:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9363:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9364:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9365:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9366:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9367:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9368:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9373:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9373:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9373:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9375:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9388:	Avoid excessively long variable names like errorOltasIncomeTax
com/tin/tds/lower/FormValidator.java:9391:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9391:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9392:	The String literal "'Oltas  TDS / TCS -Income Tax '" appears 7 times in this file; the first occurrence is on line 9,392
com/tin/tds/lower/FormValidator.java:9394:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9396:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9401:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9407:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9418:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9427:	Avoid excessively long variable names like errorOltasSurcharge
com/tin/tds/lower/FormValidator.java:9430:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9430:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9431:	The String literal "'Oltas TDS / TCS  -Surcharge '" appears 7 times in this file; the first occurrence is on line 9,431
com/tin/tds/lower/FormValidator.java:9433:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9435:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9441:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9447:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9458:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9470:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9470:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9471:	The String literal "'Oltas TDS / TCS - Cess'" appears 7 times in this file; the first occurrence is on line 9,471
com/tin/tds/lower/FormValidator.java:9475:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9482:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9484:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9488:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9499:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9508:	Avoid excessively long variable names like errorOltasInterest
com/tin/tds/lower/FormValidator.java:9511:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9511:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9512:	The String literal "Oltas TDS / TCS - Interest Amount" appears 7 times in this file; the first occurrence is on line 9,512
com/tin/tds/lower/FormValidator.java:9515:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9521:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9523:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9527:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9538:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9550:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9550:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9551:	The String literal "Oltas TDS / TCS - Others (amount)" appears 7 times in this file; the first occurrence is on line 9,551
com/tin/tds/lower/FormValidator.java:9554:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9561:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9563:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9568:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9579:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9588:	Avoid excessively long variable names like errrorTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/FormValidator.java:9592:	The String literal "Total of Deposit Amount as per Challan/Transfer Voucher Number" appears 12 times in this file; the first occurrence is on line 9,592
com/tin/tds/lower/FormValidator.java:9598:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9607:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9609:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9614:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9618:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9620:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9631:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9649:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9655:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9657:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9668:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9698:	The String literal "Last Total of Deposit Amount as per Challan/Transfer Voucher Number" appears 9 times in this file; the first occurrence is on line 9,698
com/tin/tds/lower/FormValidator.java:9706:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9711:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9716:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9718:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9720:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9727:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9727:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9727:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9727:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9744:	Avoid excessively long variable names like errorTotalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/FormValidator.java:9750:	The String literal "Total Tax Deposit Amount as per deductee annexure " appears 11 times in this file; the first occurrence is on line 9,750
com/tin/tds/lower/FormValidator.java:9758:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9766:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9772:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9774:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9774:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9781:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9783:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9783:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9787:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:9787:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:9805:	Avoid excessively long variable names like errorTDSIncomeTaxC
com/tin/tds/lower/FormValidator.java:9820:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9825:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9833:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9833:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9849:	Avoid excessively long variable names like errorTDSSurchargeC
com/tin/tds/lower/FormValidator.java:9865:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9871:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9879:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9879:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9910:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9916:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9924:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9924:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:9940:	Avoid excessively long variable names like isValidSumTotalIncTaxDedAtSource
com/tin/tds/lower/FormValidator.java:9946:	The String literal "Sum of 'Total Income Tax Deducted at Source'" appears 6 times in this file; the first occurrence is on line 9,946
com/tin/tds/lower/FormValidator.java:9955:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9961:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9974:	The String literal "TDS/ TCS - Interest Amount" appears 7 times in this file; the first occurrence is on line 9,974
com/tin/tds/lower/FormValidator.java:9985:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:9991:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:9998:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10000:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10018:	The String literal "TDS / TCS - Others (amount)" appears 7 times in this file; the first occurrence is on line 10,018
com/tin/tds/lower/FormValidator.java:10029:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10035:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10042:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10044:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10061:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10063:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10070:	The String literal "Cheque / DD No. (if any)" appears 5 times in this file; the first occurrence is on line 10,070
com/tin/tds/lower/FormValidator.java:10076:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10077:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10077:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10077:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10077:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10077:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10077:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10081:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10081:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10083:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10094:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10099:	The String literal "By Book entry / Cash" appears 9 times in this file; the first occurrence is on line 10,099
com/tin/tds/lower/FormValidator.java:10104:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10105:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10105:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10106:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10106:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10107:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10123:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10125:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:10125:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10132:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10141:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10141:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10141:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10143:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10143:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10145:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10145:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10145:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10145:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10145:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10145:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10147:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10147:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10158:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10166:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10184:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10189:	The String literal "Remarks" appears 4 times in this file; the first occurrence is on line 10,189
com/tin/tds/lower/FormValidator.java:10192:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:10195:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10197:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10208:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10215:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10234:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10236:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10238:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10240:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10250:	Avoid excessively long variable names like interestOtherDepAmt
com/tin/tds/lower/FormValidator.java:10269:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10275:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:10280:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10283:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:10283:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10285:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10302:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10302:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10306:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10306:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10306:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10306:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10311:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10311:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10316:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10316:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10316:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10316:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10330:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10330:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10330:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10330:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10330:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10335:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10338:	No need to call String.valueOf to append to a string.
com/tin/tds/lower/FormValidator.java:10339:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10342:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10345:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10352:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:10354:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:10360:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10360:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10360:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10360:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10368:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10375:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10376:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10378:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10379:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10380:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10381:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10381:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:10384:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10387:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10388:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10390:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10391:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10393:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10394:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10395:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10396:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10397:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10404:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10410:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:10412:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10412:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:10415:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10418:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10419:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10421:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10422:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10424:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10425:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10426:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10427:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10428:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10433:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:10439:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:10439:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:10444:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:10447:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:10447:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/FormValidator.java:10447:	The method 'validateDeducteeDetails' has a Cyclomatic Complexity of 898.
com/tin/tds/lower/FormValidator.java:10447:	The method 'validateDeducteeDetails' has a Modified Cyclomatic Complexity of 404.
com/tin/tds/lower/FormValidator.java:10448:	Parameter 'deductee' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10449:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10450:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10451:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:10451:	Parameter 'ChallanDetailRecordNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10452:	Parameter 'TransactionType' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10453:	Parameter 'Qperiod' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10454:	Parameter 'FinancialYr' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10455:	Avoid excessively long variable names like DateOfBankChallanNo
com/tin/tds/lower/FormValidator.java:10455:	Parameter 'DateOfBankChallanNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10456:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/FormValidator.java:10456:	Parameter 'RRRDatePresentDate' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10457:	Avoid excessively long variable names like transferVoucherNoProvided
com/tin/tds/lower/FormValidator.java:10457:	Avoid unused method parameters such as 'transferVoucherNoProvided'.
com/tin/tds/lower/FormValidator.java:10457:	Parameter 'transferVoucherNoProvided' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10458:	Avoid excessively long variable names like bankChallanNoProvided
com/tin/tds/lower/FormValidator.java:10458:	Avoid unused method parameters such as 'bankChallanNoProvided'.
com/tin/tds/lower/FormValidator.java:10458:	Parameter 'bankChallanNoProvided' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10459:	Parameter 'UploadTypeDD' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10460:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:10461:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:10466:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10466:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:10466:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:10467:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:10471:	Avoid unused local variables such as 'nullEmployeePan'.
com/tin/tds/lower/FormValidator.java:10472:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10472:	Avoid unused local variables such as 'LCount'.
com/tin/tds/lower/FormValidator.java:10472:	Local variable 'LCount' could be declared final
com/tin/tds/lower/FormValidator.java:10473:	Avoid excessively long variable names like iDeducteeDetailRecNo
com/tin/tds/lower/FormValidator.java:10473:	Avoid unused local variables such as 'iDeducteeDetailRecNo'.
com/tin/tds/lower/FormValidator.java:10473:	Local variable 'iDeducteeDetailRecNo' could be declared final
com/tin/tds/lower/FormValidator.java:10474:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10474:	Avoid unused local variables such as 'wrongDate'.
com/tin/tds/lower/FormValidator.java:10474:	Local variable 'wrongDate' could be declared final
com/tin/tds/lower/FormValidator.java:10475:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10475:	Avoid excessively long variable names like inPeriodAndFinancialYr
com/tin/tds/lower/FormValidator.java:10475:	Avoid unused local variables such as 'inPeriodAndFinancialYr'.
com/tin/tds/lower/FormValidator.java:10475:	Local variable 'inPeriodAndFinancialYr' could be declared final
com/tin/tds/lower/FormValidator.java:10476:	Avoid excessively long variable names like iTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:10477:	Avoid excessively long variable names like iLastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:10481:	Avoid excessively long variable names like sumOfIncomeTaxSurcharge
com/tin/tds/lower/FormValidator.java:10482:	Avoid excessively long variable names like iLastTotalTaxDeposited
com/tin/tds/lower/FormValidator.java:10482:	Avoid unused local variables such as 'iLastTotalTaxDeposited'.
com/tin/tds/lower/FormValidator.java:10482:	Local variable 'iLastTotalTaxDeposited' could be declared final
com/tin/tds/lower/FormValidator.java:10483:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10483:	Avoid excessively long variable names like SumOfTDSAndSurcharge
com/tin/tds/lower/FormValidator.java:10483:	Avoid unused local variables such as 'SumOfTDSAndSurcharge'.
com/tin/tds/lower/FormValidator.java:10483:	Local variable 'SumOfTDSAndSurcharge' could be declared final
com/tin/tds/lower/FormValidator.java:10484:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:10492:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/FormValidator.java:10497:	Avoid excessively long variable names like LastEmployeePanRefNo
com/tin/tds/lower/FormValidator.java:10503:	Avoid excessively long variable names like TotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:10504:	Avoid excessively long variable names like LastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:10505:	Avoid excessively long variable names like TotalValueofPurchase
com/tin/tds/lower/FormValidator.java:10507:	Avoid excessively long variable names like LastTotalTaxDeposited
com/tin/tds/lower/FormValidator.java:10509:	Avoid excessively long variable names like DateOnWhichAmountPaid
com/tin/tds/lower/FormValidator.java:10510:	Avoid excessively long variable names like RateAtWhichTaxDeducted
com/tin/tds/lower/FormValidator.java:10511:	Avoid excessively long variable names like GrossingUpIndicator
com/tin/tds/lower/FormValidator.java:10512:	Avoid excessively long variable names like DateOnWhichTaxDeducted
com/tin/tds/lower/FormValidator.java:10515:	Avoid excessively long variable names like DateOfFurnishingTaxDeductionCertificate
com/tin/tds/lower/FormValidator.java:10519:	Avoid unused local variables such as 'DeducteeHash'.
com/tin/tds/lower/FormValidator.java:10525:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10525:	Avoid unused local variables such as 'DedRefNum'.
com/tin/tds/lower/FormValidator.java:10525:	Local variable 'DedRefNum' could be declared final
com/tin/tds/lower/FormValidator.java:10527:	Avoid excessively long variable names like NatureOfRemittance
com/tin/tds/lower/FormValidator.java:10536:	Avoid excessively long variable names like TaxIdentificationNo
com/tin/tds/lower/FormValidator.java:10539:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10541:	Avoid excessively long variable names like amtOfCashWithIn194N
com/tin/tds/lower/FormValidator.java:10542:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10542:	Avoid unused local variables such as 'filler10'.
com/tin/tds/lower/FormValidator.java:10542:	Local variable 'filler10' could be declared final
com/tin/tds/lower/FormValidator.java:10543:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10543:	Avoid unused local variables such as 'filler11'.
com/tin/tds/lower/FormValidator.java:10543:	Local variable 'filler11' could be declared final
com/tin/tds/lower/FormValidator.java:10546:	Avoid excessively long variable names like CashWithdrawalAmtInExcessOf20LacsAndLessThan1CrForSec194N
com/tin/tds/lower/FormValidator.java:10547:	Avoid excessively long variable names like CashWithdrawalAmtInExcessOf1CrForSec194N
com/tin/tds/lower/FormValidator.java:10550:	Avoid excessively long variable names like whthrPaymtLiablTds
com/tin/tds/lower/FormValidator.java:10557:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10557:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:10557:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:10558:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10558:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:10559:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/FormValidator.java:10560:	Avoid excessively long variable names like localCaretCounter_Q12
com/tin/tds/lower/FormValidator.java:10563:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:10566:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:10566:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10588:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10600:	A switch statement does not contain a break
com/tin/tds/lower/FormValidator.java:10600:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:10779:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10780:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10780:	Avoid excessively long variable names like isStructurallyValidPan
com/tin/tds/lower/FormValidator.java:10782:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10784:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:10784:	Avoid excessively long variable names like parseableTotalDeduction
com/tin/tds/lower/FormValidator.java:10806:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10812:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10815:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:10823:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10850:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10863:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10876:	The String literal "Deductee / Party Detail Record No" appears 7 times in this file; the first occurrence is on line 10,876
com/tin/tds/lower/FormValidator.java:10882:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:10902:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:10903:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10905:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10905:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10905:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10905:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10909:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10909:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10909:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10926:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10927:	The String literal "Mode" appears 8 times in this file; the first occurrence is on line 10,927
com/tin/tds/lower/FormValidator.java:10934:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10935:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10937:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10941:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10943:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10947:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10947:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10947:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10947:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10947:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10947:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10949:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10955:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:10955:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10957:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10964:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10966:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10970:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:10970:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10970:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10972:	System.out.println is used
com/tin/tds/lower/FormValidator.java:10976:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10981:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10990:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10992:	The String literal "Employee Reference No" appears 9 times in this file; the first occurrence is on line 10,992
com/tin/tds/lower/FormValidator.java:10997:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10997:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10997:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:10997:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10997:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:10997:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11011:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11017:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11032:	The String literal "Deductee / Party Code" appears 4 times in this file; the first occurrence is on line 11,032
com/tin/tds/lower/FormValidator.java:11038:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11051:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11053:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11053:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11058:	Avoid excessively long variable names like validLastEmpPANStructure
com/tin/tds/lower/FormValidator.java:11062:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:11064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11064:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11065:	The String literal "Last Employee / Party  PAN" appears 6 times in this file; the first occurrence is on line 11,065
com/tin/tds/lower/FormValidator.java:11071:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11073:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11077:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11077:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11091:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:11091:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11105:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11106:	The String literal "<TR>" appears 9 times in this file; the first occurrence is on line 11,106
com/tin/tds/lower/FormValidator.java:11107:	The String literal "</TD>" appears 36 times in this file; the first occurrence is on line 11,107
com/tin/tds/lower/FormValidator.java:11107:	The String literal "<TD  valign=top style='text-align:right' width=75> " appears 9 times in this file; the first occurrence is on line 11,107
com/tin/tds/lower/FormValidator.java:11108:	The String literal "<TD  valign=top style='text-align:right' width=125>" appears 8 times in this file; the first occurrence is on line 11,108
com/tin/tds/lower/FormValidator.java:11109:	Do not add empty strings
com/tin/tds/lower/FormValidator.java:11109:	The String literal "<TD  ALIGN=LEFT width=188> " appears 9 times in this file; the first occurrence is on line 11,109
com/tin/tds/lower/FormValidator.java:11110:	The String literal "<TD  ALIGN=LEFT width=180>" appears 9 times in this file; the first occurrence is on line 11,110
com/tin/tds/lower/FormValidator.java:11111:	The String literal "</TR>" appears 9 times in this file; the first occurrence is on line 11,111
com/tin/tds/lower/FormValidator.java:11118:	Do not add empty strings
com/tin/tds/lower/FormValidator.java:11124:	The String literal "Employee / Party  PAN" appears 16 times in this file; the first occurrence is on line 11,124
com/tin/tds/lower/FormValidator.java:11130:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11136:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11143:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11147:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11176:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11181:	The String literal "Structurally Invalid Pan" appears 4 times in this file; the first occurrence is on line 11,181
com/tin/tds/lower/FormValidator.java:11208:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11208:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11212:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11217:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11225:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11225:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11240:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11240:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11244:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11279:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11309:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11369:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11369:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11373:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11379:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11383:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11389:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11389:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11389:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11389:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11393:	The String literal "Deductee" appears 4 times in this file; the first occurrence is on line 11,393
com/tin/tds/lower/FormValidator.java:11412:	Local variable 'finalStr' could be declared final
com/tin/tds/lower/FormValidator.java:11424:	Local variable 'temp' could be declared final
com/tin/tds/lower/FormValidator.java:11425:	Avoid instantiating new objects inside loops
com/tin/tds/lower/FormValidator.java:11425:	Avoid variables with short names like st
com/tin/tds/lower/FormValidator.java:11425:	Local variable 'st' could be declared final
com/tin/tds/lower/FormValidator.java:11426:	System.out.println is used
com/tin/tds/lower/FormValidator.java:11427:	Avoid variables with short names like k
com/tin/tds/lower/FormValidator.java:11430:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:11434:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11442:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:11454:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:11464:	The String literal "Last  Employee/Party PAN Ref. No." appears 4 times in this file; the first occurrence is on line 11,464
com/tin/tds/lower/FormValidator.java:11465:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11479:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11479:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11479:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11479:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11479:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11479:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11479:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11491:	The String literal "Employee/Party PAN Ref. No." appears 4 times in this file; the first occurrence is on line 11,491
com/tin/tds/lower/FormValidator.java:11492:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11498:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11502:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11502:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11502:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11502:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:11502:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11502:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11502:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11502:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11521:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:11523:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11531:	The String literal "Name of Employee / Party" appears 4 times in this file; the first occurrence is on line 11,531
com/tin/tds/lower/FormValidator.java:11536:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11538:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11543:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11553:	Avoid excessively long variable names like errorTDSIncomeTaxDD
com/tin/tds/lower/FormValidator.java:11557:	The String literal "TDS / TCS -Income Tax for the period " appears 7 times in this file; the first occurrence is on line 11,557
com/tin/tds/lower/FormValidator.java:11565:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11571:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11578:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11580:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11584:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11586:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11592:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11595:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11596:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11596:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11596:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11596:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11611:	Avoid excessively long variable names like errorTDSSurchargeDD
com/tin/tds/lower/FormValidator.java:11615:	The String literal "TDS / TCS -Surcharge  for the period" appears 7 times in this file; the first occurrence is on line 11,615
com/tin/tds/lower/FormValidator.java:11623:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11629:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11636:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11638:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11641:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11644:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11651:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11654:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11655:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11655:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11655:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11655:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11674:	The String literal "TDS / TCS -Cess" appears 8 times in this file; the first occurrence is on line 11,674
com/tin/tds/lower/FormValidator.java:11682:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11688:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11697:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11701:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11703:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11710:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11713:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11714:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11714:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11714:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11714:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11729:	Avoid excessively long variable names like validLastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:11732:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11732:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11733:	The String literal "Last Total Income Tax Deducted at Source" appears 7 times in this file; the first occurrence is on line 11,733
com/tin/tds/lower/FormValidator.java:11741:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11749:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11753:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11771:	Avoid excessively long variable names like validTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:11772:	Avoid excessively long variable names like totalIncTaxDedAtSrcZero
com/tin/tds/lower/FormValidator.java:11773:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11774:	Avoid excessively long variable names like calTotITDedAtSrcVal
com/tin/tds/lower/FormValidator.java:11778:	The String literal "Total Income Tax Deducted at Source" appears 12 times in this file; the first occurrence is on line 11,778
com/tin/tds/lower/FormValidator.java:11787:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11793:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:11805:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11810:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11812:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11816:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11818:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11826:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11829:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11830:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11830:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11830:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11830:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11841:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11855:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11863:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11871:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11877:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11880:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11881:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11884:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11885:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11886:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11899:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11916:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11916:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11920:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11925:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11927:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:11933:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11933:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:11943:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11946:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11946:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11948:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11948:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11950:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11950:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11952:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11952:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11956:	Avoid excessively long variable names like statTotalITDeductedAtSrc
com/tin/tds/lower/FormValidator.java:11956:	The String literal "0.00" appears 4 times in this file; the first occurrence is on line 11,956
com/tin/tds/lower/FormValidator.java:11957:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11961:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11965:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11969:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11974:	Local variable 'val1' could be declared final
com/tin/tds/lower/FormValidator.java:11975:	Local variable 'val2' could be declared final
com/tin/tds/lower/FormValidator.java:11979:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11983:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11987:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11991:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:11996:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:11998:	Avoid excessively long variable names like errorLastTotalTaxDeposited
com/tin/tds/lower/FormValidator.java:12001:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12001:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12002:	The String literal "Last Total Tax Deposited " appears 6 times in this file; the first occurrence is on line 12,002
com/tin/tds/lower/FormValidator.java:12006:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12006:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12012:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12018:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12026:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12034:	Avoid excessively long variable names like calTotTaxDepositedVal
com/tin/tds/lower/FormValidator.java:12038:	The String literal "Total Tax Deposited " appears 11 times in this file; the first occurrence is on line 12,038
com/tin/tds/lower/FormValidator.java:12046:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12052:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12060:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12064:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12064:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12064:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12069:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12071:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12075:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12077:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12084:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12087:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12088:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12088:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12088:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12088:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12096:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12098:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12107:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12107:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12112:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12117:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12117:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12117:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12117:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12119:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12129:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12132:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12132:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12134:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12134:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12136:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12136:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12138:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12138:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12142:	Avoid excessively long variable names like statTotalofDepositedAmount
com/tin/tds/lower/FormValidator.java:12143:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12147:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12151:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12155:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12160:	Local variable 'val1' could be declared final
com/tin/tds/lower/FormValidator.java:12161:	Local variable 'val2' could be declared final
com/tin/tds/lower/FormValidator.java:12165:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12169:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12173:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12177:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12182:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12186:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12187:	The String literal "Total Value of Purchase" appears 7 times in this file; the first occurrence is on line 12,187
com/tin/tds/lower/FormValidator.java:12193:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12197:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12203:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12211:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12216:	Local variable 'val1' could be declared final
com/tin/tds/lower/FormValidator.java:12217:	Local variable 'val2' could be declared final
com/tin/tds/lower/FormValidator.java:12230:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12231:	The String literal "Amount of Payment  / Credit / Debited ( Rs.)" appears 11 times in this file; the first occurrence is on line 12,231
com/tin/tds/lower/FormValidator.java:12233:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12237:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12243:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12249:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12250:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12257:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12257:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12257:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12262:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12289:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12289:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12291:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12291:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12293:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12293:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12297:	Avoid excessively long variable names like statTotalAmtPaidCrdt
com/tin/tds/lower/FormValidator.java:12298:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12302:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12306:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12311:	Local variable 'val1' could be declared final
com/tin/tds/lower/FormValidator.java:12312:	Local variable 'val2' could be declared final
com/tin/tds/lower/FormValidator.java:12316:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12320:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12324:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12328:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12332:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:12334:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12334:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12334:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12334:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12334:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12341:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12341:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12343:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12343:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12345:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12345:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12350:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12351:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12353:	Avoid excessively long variable names like statTotalAmtPaidCrdt
com/tin/tds/lower/FormValidator.java:12354:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12358:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12362:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12367:	Local variable 'val1' could be declared final
com/tin/tds/lower/FormValidator.java:12368:	Local variable 'val2' could be declared final
com/tin/tds/lower/FormValidator.java:12372:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12376:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12380:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12384:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12393:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12394:	The String literal "Date on which Amount paid / Credited / Debited" appears 9 times in this file; the first occurrence is on line 12,394
com/tin/tds/lower/FormValidator.java:12396:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12461:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:12465:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12472:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12473:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12474:	The String literal "Date on which tax Deducted / Collected" appears 15 times in this file; the first occurrence is on line 12,474
com/tin/tds/lower/FormValidator.java:12475:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12477:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12478:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:12486:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12489:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12492:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12495:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12497:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12504:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12506:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12507:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12507:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12507:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12507:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12533:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12539:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12543:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12545:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12545:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12545:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12546:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12546:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12551:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12553:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12555:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12582:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12601:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12602:	The String literal "Date of Deposit" appears 5 times in this file; the first occurrence is on line 12,602
com/tin/tds/lower/FormValidator.java:12604:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12608:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12638:	The String literal "Rate at which Tax Deducted / Collected" appears 11 times in this file; the first occurrence is on line 12,638
com/tin/tds/lower/FormValidator.java:12644:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12652:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12658:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12663:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12671:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12671:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12677:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12679:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12683:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12685:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:12692:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12694:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12694:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12694:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12694:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12696:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/FormValidator.java:12706:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12723:	The String literal "Grossing up Indicator" appears 4 times in this file; the first occurrence is on line 12,723
com/tin/tds/lower/FormValidator.java:12727:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12729:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12731:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12731:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12738:	The String literal "Book Entry / Cash Indicator" appears 4 times in this file; the first occurrence is on line 12,738
com/tin/tds/lower/FormValidator.java:12741:	Avoid empty if statements
com/tin/tds/lower/FormValidator.java:12743:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12745:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12747:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12747:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12750:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12754:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12755:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12757:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12759:	The String literal "Remarks 1" appears 8 times in this file; the first occurrence is on line 12,759
com/tin/tds/lower/FormValidator.java:12761:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:12765:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:12765:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12765:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12765:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12768:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12769:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12769:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12771:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12771:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:12772:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12772:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12772:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12772:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12779:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12781:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12784:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12788:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12788:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12788:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12788:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12792:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12792:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12792:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12800:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12800:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12800:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12800:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12808:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:12811:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12815:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12818:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12824:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:12827:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12831:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12834:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12839:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12840:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:12840:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:12842:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12842:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12842:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:12842:	These nested if statements could be combined
com/tin/tds/lower/FormValidator.java:12915:	Comment is too large: Too many lines
com/tin/tds/lower/FormValidator.java:12917:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12921:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:12955:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:12955:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:12960:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:12963:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:12963:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:12963:	Avoid unused method parameters such as 'UploadType'.
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'BatchCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'TanDedtr' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'UploadType' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'batch' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:12963:	The method 'validateBatchHeaderForPANCorrection' has a Cyclomatic Complexity of 84.
com/tin/tds/lower/FormValidator.java:12963:	The method 'validateBatchHeaderForPANCorrection' has a Modified Cyclomatic Complexity of 52.
com/tin/tds/lower/FormValidator.java:12969:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:12970:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:12971:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:12972:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:12973:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:12974:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12974:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:12974:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:12975:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:12978:	Avoid unused local variables such as 'nullTanOfDeductor'.
com/tin/tds/lower/FormValidator.java:12978:	Local variable 'nullTanOfDeductor' could be declared final
com/tin/tds/lower/FormValidator.java:12979:	Avoid excessively long variable names like Assessment_Financial
com/tin/tds/lower/FormValidator.java:12983:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12983:	Avoid unused local variables such as 'recognizePan'.
com/tin/tds/lower/FormValidator.java:12983:	Local variable 'recognizePan' could be declared final
com/tin/tds/lower/FormValidator.java:12984:	Avoid excessively long variable names like isDeducteeCountValid
com/tin/tds/lower/FormValidator.java:12984:	Avoid unused local variables such as 'isDeducteeCountValid'.
com/tin/tds/lower/FormValidator.java:12987:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12987:	Avoid unused local variables such as 'Count_BH_Fields'.
com/tin/tds/lower/FormValidator.java:12987:	Local variable 'Count_BH_Fields' could be declared final
com/tin/tds/lower/FormValidator.java:12991:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12991:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/tds/lower/FormValidator.java:12991:	Avoid unused local variables such as 'BatchUpdationIndicator'.
com/tin/tds/lower/FormValidator.java:12991:	Local variable 'BatchUpdationIndicator' could be declared final
com/tin/tds/lower/FormValidator.java:12992:	Avoid excessively long variable names like CountOfDeducteeRec
com/tin/tds/lower/FormValidator.java:12997:	Avoid unused local variables such as 'PanBatchHash'.
com/tin/tds/lower/FormValidator.java:12998:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12998:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:12998:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:12999:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:12999:	Avoid unused local variables such as 'obj_FileGenerator'.
com/tin/tds/lower/FormValidator.java:12999:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:13000:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/FormValidator.java:13002:	Avoid excessively long variable names like localCaretCounterBHP11
com/tin/tds/lower/FormValidator.java:13005:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:13008:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13028:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13036:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:13075:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13078:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:13087:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13122:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13141:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13145:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:13159:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13159:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13176:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13176:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13186:	Local variable 'Tan_in_RRR' could be declared final
com/tin/tds/lower/FormValidator.java:13210:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13210:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13229:	The String literal "TAN of Deductor / Employer / Collector" appears 4 times in this file; the first occurrence is on line 13,229
com/tin/tds/lower/FormValidator.java:13231:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13231:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13233:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13242:	Avoid unused local variables such as 'AssessmentYrCheck'.
com/tin/tds/lower/FormValidator.java:13266:	The String literal "Finanacial Year" appears 5 times in this file; the first occurrence is on line 13,266
com/tin/tds/lower/FormValidator.java:13267:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13283:	Comment is too large: Line too long
com/tin/tds/lower/FormValidator.java:13287:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:13287:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:13292:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:13294:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/FormValidator.java:13294:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/FormValidator.java:13294:	Avoid really long methods.
com/tin/tds/lower/FormValidator.java:13294:	Avoid unused method parameters such as 'BH_BatchNo'.
com/tin/tds/lower/FormValidator.java:13294:	Avoid unused method parameters such as 'ChallanDetailRecordNo'.
com/tin/tds/lower/FormValidator.java:13294:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13294:	Parameter 'ChallanDetailRecordNo' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13294:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13294:	Parameter 'deductee' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13294:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13294:	The method 'validateDeducteeDetailsforPan' has a Cyclomatic Complexity of 34.
com/tin/tds/lower/FormValidator.java:13294:	The method 'validateDeducteeDetailsforPan' has a Modified Cyclomatic Complexity of 23.
com/tin/tds/lower/FormValidator.java:13294:	The method validateDeducteeDetailsforPan() has an NPath complexity of 243181
com/tin/tds/lower/FormValidator.java:13298:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13298:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/FormValidator.java:13298:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/FormValidator.java:13299:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/FormValidator.java:13303:	Avoid unused local variables such as 'nullEmployeePan'.
com/tin/tds/lower/FormValidator.java:13303:	Local variable 'nullEmployeePan' could be declared final
com/tin/tds/lower/FormValidator.java:13304:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13304:	Avoid unused local variables such as 'LCount'.
com/tin/tds/lower/FormValidator.java:13304:	Local variable 'LCount' could be declared final
com/tin/tds/lower/FormValidator.java:13305:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13305:	Avoid excessively long variable names like iDeducteeDetailRecNo
com/tin/tds/lower/FormValidator.java:13305:	Avoid unused local variables such as 'iDeducteeDetailRecNo'.
com/tin/tds/lower/FormValidator.java:13305:	Local variable 'iDeducteeDetailRecNo' could be declared final
com/tin/tds/lower/FormValidator.java:13306:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13306:	Avoid unused local variables such as 'wrongDate'.
com/tin/tds/lower/FormValidator.java:13306:	Local variable 'wrongDate' could be declared final
com/tin/tds/lower/FormValidator.java:13307:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13307:	Avoid excessively long variable names like inPeriodAndFinancialYr
com/tin/tds/lower/FormValidator.java:13307:	Avoid unused local variables such as 'inPeriodAndFinancialYr'.
com/tin/tds/lower/FormValidator.java:13307:	Local variable 'inPeriodAndFinancialYr' could be declared final
com/tin/tds/lower/FormValidator.java:13308:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13308:	Avoid excessively long variable names like iTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/FormValidator.java:13308:	Avoid unused local variables such as 'iTotalIncomeTaxDeductedAtSource'.
com/tin/tds/lower/FormValidator.java:13308:	Local variable 'iTotalIncomeTaxDeductedAtSource' could be declared final
com/tin/tds/lower/FormValidator.java:13309:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13309:	Avoid unused local variables such as 'iTDSIncomeTax'.
com/tin/tds/lower/FormValidator.java:13309:	Local variable 'iTDSIncomeTax' could be declared final
com/tin/tds/lower/FormValidator.java:13310:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13310:	Avoid unused local variables such as 'iTDSSurcharge'.
com/tin/tds/lower/FormValidator.java:13310:	Local variable 'iTDSSurcharge' could be declared final
com/tin/tds/lower/FormValidator.java:13311:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13311:	Avoid unused local variables such as 'iCess'.
com/tin/tds/lower/FormValidator.java:13311:	Local variable 'iCess' could be declared final
com/tin/tds/lower/FormValidator.java:13312:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13312:	Avoid excessively long variable names like sumOfIncomeTaxSurcharge
com/tin/tds/lower/FormValidator.java:13312:	Avoid unused local variables such as 'sumOfIncomeTaxSurcharge'.
com/tin/tds/lower/FormValidator.java:13312:	Local variable 'sumOfIncomeTaxSurcharge' could be declared final
com/tin/tds/lower/FormValidator.java:13313:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13313:	Avoid excessively long variable names like SumOfTDSAndSurcharge
com/tin/tds/lower/FormValidator.java:13313:	Avoid unused local variables such as 'SumOfTDSAndSurcharge'.
com/tin/tds/lower/FormValidator.java:13313:	Local variable 'SumOfTDSAndSurcharge' could be declared final
com/tin/tds/lower/FormValidator.java:13314:	Avoid unused local variables such as 'PanDDHash'.
com/tin/tds/lower/FormValidator.java:13315:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/FormValidator.java:13323:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13323:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/FormValidator.java:13323:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/FormValidator.java:13324:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/FormValidator.java:13324:	Avoid unused local variables such as 'obj_FileGenerator'.
com/tin/tds/lower/FormValidator.java:13324:	Local variable 'obj_FileGenerator' could be declared final
com/tin/tds/lower/FormValidator.java:13325:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/FormValidator.java:13326:	Avoid excessively long variable names like localCaretCounterPR
com/tin/tds/lower/FormValidator.java:13329:	Local variable 'val' could be declared final
com/tin/tds/lower/FormValidator.java:13332:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/FormValidator.java:13332:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13352:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13358:	Switch statements should have a default label
com/tin/tds/lower/FormValidator.java:13380:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13383:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:13387:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13414:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13439:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/FormValidator.java:13439:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:13444:	Avoid unnecessary return statements
com/tin/tds/lower/FormValidator.java:13447:	Avoid excessively long variable names like totalAmtPaidCrdtAddMode
com/tin/tds/lower/FormValidator.java:13447:	Avoid excessively long variable names like totalAmtPaidCrdtUpdateMode
com/tin/tds/lower/FormValidator.java:13447:	Parameter 'totalAmtPaidCrdtAddMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13447:	Parameter 'totalAmtPaidCrdtUpdateMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13447:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13453:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13458:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13470:	Avoid excessively long variable names like totalITDeductedAtSrcAddMode
com/tin/tds/lower/FormValidator.java:13470:	Avoid excessively long variable names like totalITDeductedAtSrcDelMode
com/tin/tds/lower/FormValidator.java:13470:	Avoid excessively long variable names like totalITDeductedAtSrcUpdtMode
com/tin/tds/lower/FormValidator.java:13470:	Parameter 'totalITDeductedAtSrcAddMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13470:	Parameter 'totalITDeductedAtSrcDelMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13470:	Parameter 'totalITDeductedAtSrcUpdtMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13470:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13478:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13483:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13488:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13500:	Avoid excessively long variable names like totalOfDepdAmtAddMode
com/tin/tds/lower/FormValidator.java:13500:	Avoid excessively long variable names like totalOfDepdAmtDelMode
com/tin/tds/lower/FormValidator.java:13500:	Avoid excessively long variable names like totalOfDepdAmtUpdtMode
com/tin/tds/lower/FormValidator.java:13500:	Parameter 'totalOfDepdAmtAddMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13500:	Parameter 'totalOfDepdAmtDelMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13500:	Parameter 'totalOfDepdAmtUpdtMode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13500:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13508:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13513:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13518:	Position literals first in String comparisons
com/tin/tds/lower/FormValidator.java:13529:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13535:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13540:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13546:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13551:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13558:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13563:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13563:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13563:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13568:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13568:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13568:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13573:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13573:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13573:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13578:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13578:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13578:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13583:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13583:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13583:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13588:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/tds/lower/FormValidator.java:13588:	Consider replacing this Vector with the newer java.util.List
com/tin/tds/lower/FormValidator.java:13588:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13593:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13593:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13598:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13598:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13605:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13605:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13611:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13616:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13621:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13626:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13626:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13631:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13636:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13641:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13646:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13651:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13656:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13661:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13666:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13671:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13676:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13681:	Avoid variables with short names like b
com/tin/tds/lower/FormValidator.java:13681:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13681:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13687:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13693:	Parameter 'bsr_code' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13693:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13697:	Avoid variables with short names like br
com/tin/tds/lower/FormValidator.java:13697:	Local variable 'br' could be declared final
com/tin/tds/lower/FormValidator.java:13698:	Avoid variables with short names like s
com/tin/tds/lower/FormValidator.java:13705:	Avoid variables with short names like st
com/tin/tds/lower/FormValidator.java:13705:	Local variable 'st' could be declared final
com/tin/tds/lower/FormValidator.java:13723:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/FormValidator.java:13726:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/FormValidator.java:13730:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/FormValidator.java:13730:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13736:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13736:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13743:	Local variable 'file' could be declared final
com/tin/tds/lower/FormValidator.java:13752:	Avoid unused local variables such as 'appendPos'.
com/tin/tds/lower/FormValidator.java:13752:	Local variable 'appendPos' could be declared final
com/tin/tds/lower/FormValidator.java:13754:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13759:	Avoid excessively long variable names like dataForGettingHash
com/tin/tds/lower/FormValidator.java:13759:	Local variable 'dataForGettingHash' could be declared final
com/tin/tds/lower/FormValidator.java:13765:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/FormValidator.java:13773:	Local variable 'calculatedHash' could be declared final
com/tin/tds/lower/FormValidator.java:13774:	System.out.println is used
com/tin/tds/lower/FormValidator.java:13775:	System.out.println is used
com/tin/tds/lower/FormValidator.java:13799:	Parameter 'includeCaret' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13799:	Parameter 'recStr' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13799:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13801:	Avoid variables with short names like hc
com/tin/tds/lower/FormValidator.java:13802:	Avoid variables with short names like i
com/tin/tds/lower/FormValidator.java:13805:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13807:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/FormValidator.java:13808:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13812:	Parameter 'hashCode' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13812:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13815:	Local variable 'hashCodeStr' could be declared final
com/tin/tds/lower/FormValidator.java:13816:	Avoid variables with short names like sb
com/tin/tds/lower/FormValidator.java:13816:	Local variable 'sb' could be declared final
com/tin/tds/lower/FormValidator.java:13822:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13822:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13829:	Local variable 'file' could be declared final
com/tin/tds/lower/FormValidator.java:13831:	Local variable 'firstLine' could be declared final
com/tin/tds/lower/FormValidator.java:13834:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/FormValidator.java:13834:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/FormValidator.java:13837:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/FormValidator.java:13843:	System.out.println is used
com/tin/tds/lower/FormValidator.java:13850:	Useless parentheses.
com/tin/tds/lower/FormValidator.java:13869:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/FormValidator.java:13869:	publicMethodCommentRequirement Required
com/tin/tds/lower/FormValidator.java:13875:	Local variable 'file' could be declared final
com/tin/tds/lower/FormValidator.java:13877:	Local variable 'firstLine' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:7:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:15:	Avoid unused imports such as 'java.awt.print.Paper'
com/tin/tds/lower/SalaryDetailValidation.java:18:	Avoid unused imports such as 'java.util.Date'
com/tin/tds/lower/SalaryDetailValidation.java:23:	Avoid unused imports such as 'javax.swing.text.ParagraphView'
com/tin/tds/lower/SalaryDetailValidation.java:27:	Avoid unused imports such as 'com.tin.FVU.lower.FVU1'
com/tin/tds/lower/SalaryDetailValidation.java:28:	No need to import a type that lives in the same package
com/tin/tds/lower/SalaryDetailValidation.java:29:	Avoid unused imports such as 'com.tin.tds.lower.bean.FileStatistics'
com/tin/tds/lower/SalaryDetailValidation.java:32:	The class 'SalaryDetailValidation' has a Cyclomatic Complexity of 167 (Highest = 638).
com/tin/tds/lower/SalaryDetailValidation.java:32:	The class 'SalaryDetailValidation' has a Modified Cyclomatic Complexity of 101 (Highest = 356).
com/tin/tds/lower/SalaryDetailValidation.java:32:	headerCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:34:	Avoid using redundant field initializer for 'fvO'
com/tin/tds/lower/SalaryDetailValidation.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:34:	To avoid mistakes add a comment at the beginning of the fvO field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:34:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:36:	Parameter 'validator' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:36:	publicMethodCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:42:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:42:	To avoid mistakes add a comment at the beginning of the cal field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:42:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:48:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/SalaryDetailValidation.java:48:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:48:	To avoid mistakes add a comment at the beginning of the obj_FieldValidation field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:48:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:50:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:50:	To avoid mistakes add a comment at the beginning of the tab field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:51:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/SalaryDetailValidation.java:51:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:51:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:52:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/SalaryDetailValidation.java:52:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:52:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:54:	Avoid excessively long variable names like deducteeLevelError
com/tin/tds/lower/SalaryDetailValidation.java:54:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:54:	To avoid mistakes add a comment at the beginning of the deducteeLevelError field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:55:	Avoid excessively long variable names like section16LevelError
com/tin/tds/lower/SalaryDetailValidation.java:55:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:55:	To avoid mistakes add a comment at the beginning of the section16LevelError field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:56:	Avoid excessively long variable names like section10LevelError
com/tin/tds/lower/SalaryDetailValidation.java:56:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:56:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:56:	To avoid mistakes add a comment at the beginning of the section10LevelError field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:56:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:57:	Avoid excessively long variable names like sectionVIALevelError
com/tin/tds/lower/SalaryDetailValidation.java:57:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:57:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:57:	To avoid mistakes add a comment at the beginning of the sectionVIALevelError field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:57:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:58:	Avoid excessively long variable names like section8889LevelError
com/tin/tds/lower/SalaryDetailValidation.java:58:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:58:	To avoid mistakes add a comment at the beginning of the section8889LevelError field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:58:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:59:	Avoid excessively long variable names like salaryDetailAddMode
com/tin/tds/lower/SalaryDetailValidation.java:59:	Avoid using redundant field initializer for 'salaryDetailAddMode'
com/tin/tds/lower/SalaryDetailValidation.java:59:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:59:	To avoid mistakes add a comment at the beginning of the salaryDetailAddMode field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:59:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:60:	Avoid excessively long variable names like prevSalaryDeducteeRecCount
com/tin/tds/lower/SalaryDetailValidation.java:60:	Avoid using redundant field initializer for 'prevSalaryDeducteeRecCount'
com/tin/tds/lower/SalaryDetailValidation.java:60:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:60:	To avoid mistakes add a comment at the beginning of the prevSalaryDeducteeRecCount field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:60:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:61:	Avoid excessively long variable names like SummationGrossTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:61:	Avoid using redundant field initializer for 'SummationGrossTotIncome'
com/tin/tds/lower/SalaryDetailValidation.java:61:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:61:	To avoid mistakes add a comment at the beginning of the SummationGrossTotIncome field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:61:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:63:	Avoid excessively long variable names like sumOfTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/SalaryDetailValidation.java:63:	Avoid using redundant field initializer for 'sumOfTotalIncomeTaxDeductedAtSource'
com/tin/tds/lower/SalaryDetailValidation.java:63:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:63:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:63:	To avoid mistakes add a comment at the beginning of the sumOfTotalIncomeTaxDeductedAtSource field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:63:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:64:	Avoid using redundant field initializer for 'sumSection16'
com/tin/tds/lower/SalaryDetailValidation.java:64:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:64:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:64:	To avoid mistakes add a comment at the beginning of the sumSection16 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:64:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:65:	Avoid using redundant field initializer for 'sumSection10'
com/tin/tds/lower/SalaryDetailValidation.java:65:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:65:	To avoid mistakes add a comment at the beginning of the sumSection10 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:65:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:66:	Avoid using redundant field initializer for 'sumSectionVIA'
com/tin/tds/lower/SalaryDetailValidation.java:66:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:66:	To avoid mistakes add a comment at the beginning of the sumSectionVIA field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:66:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:67:	Avoid using redundant field initializer for 'sumSection8889'
com/tin/tds/lower/SalaryDetailValidation.java:67:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:67:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:67:	To avoid mistakes add a comment at the beginning of the sumSection8889 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:67:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:68:	Avoid using redundant field initializer for 'sumTotalTDS'
com/tin/tds/lower/SalaryDetailValidation.java:68:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:68:	To avoid mistakes add a comment at the beginning of the sumTotalTDS field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:68:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:68:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:69:	Avoid using redundant field initializer for 'ModeSD'
com/tin/tds/lower/SalaryDetailValidation.java:69:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:69:	To avoid mistakes add a comment at the beginning of the ModeSD field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:69:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:71:	Avoid excessively long variable names like statisticFileSDRec
com/tin/tds/lower/SalaryDetailValidation.java:71:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:71:	Private field 'statisticFileSDRec' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/SalaryDetailValidation.java:71:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/SalaryDetailValidation.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:72:	Avoid excessively long variable names like statPANRepDelemiter
com/tin/tds/lower/SalaryDetailValidation.java:72:	Avoid unused private fields such as 'statPANRepDelemiter'.
com/tin/tds/lower/SalaryDetailValidation.java:72:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:72:	Private field 'statPANRepDelemiter' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/SalaryDetailValidation.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:73:	Avoid excessively long variable names like statFileDataSeperator
com/tin/tds/lower/SalaryDetailValidation.java:73:	Avoid unused private fields such as 'statFileDataSeperator'.
com/tin/tds/lower/SalaryDetailValidation.java:73:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:73:	Private field 'statFileDataSeperator' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/SalaryDetailValidation.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:75:	Avoid excessively long variable names like CurrentDeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:75:	Avoid using redundant field initializer for 'CurrentDeducteeDetailRecNo'
com/tin/tds/lower/SalaryDetailValidation.java:75:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:76:	Avoid excessively long variable names like CurrentlocalSDNumber
com/tin/tds/lower/SalaryDetailValidation.java:76:	Avoid using redundant field initializer for 'CurrentlocalSDNumber'
com/tin/tds/lower/SalaryDetailValidation.java:76:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:77:	Avoid excessively long variable names like lineNoOfSalaryDetailRec
com/tin/tds/lower/SalaryDetailValidation.java:77:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:77:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:77:	To avoid mistakes add a comment at the beginning of the lineNoOfSalaryDetailRec field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:77:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:78:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:79:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:82:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:83:	Avoid using redundant field initializer for 'countSec10'
com/tin/tds/lower/SalaryDetailValidation.java:83:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:83:	To avoid mistakes add a comment at the beginning of the countSec10 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:83:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:83:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:84:	Avoid using redundant field initializer for 'countSec16'
com/tin/tds/lower/SalaryDetailValidation.java:84:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:84:	To avoid mistakes add a comment at the beginning of the countSec16 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:84:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:84:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:85:	Avoid using redundant field initializer for 'countSec6A'
com/tin/tds/lower/SalaryDetailValidation.java:85:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:85:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:85:	To avoid mistakes add a comment at the beginning of the countSec6A field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:85:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:85:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:86:	Avoid using redundant field initializer for 'countSec88'
com/tin/tds/lower/SalaryDetailValidation.java:86:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:86:	To avoid mistakes add a comment at the beginning of the countSec88 field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:86:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:86:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:88:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:88:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:88:	To avoid mistakes add a comment at the beginning of the sec16Array field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:88:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:88:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:89:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:89:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:89:	To avoid mistakes add a comment at the beginning of the sec10Array field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:89:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:89:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:90:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:90:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:90:	To avoid mistakes add a comment at the beginning of the secVIAArray field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:90:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:90:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:91:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:91:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:91:	To avoid mistakes add a comment at the beginning of the sec8889Array field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:91:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:91:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:92:	Avoid using implementation types like 'HashSet'; use the interface instead
com/tin/tds/lower/SalaryDetailValidation.java:92:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/SalaryDetailValidation.java:92:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/SalaryDetailValidation.java:92:	To avoid mistakes add a comment at the beginning of the serialNoHS field if you want a default access modifier
com/tin/tds/lower/SalaryDetailValidation.java:92:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/SalaryDetailValidation.java:92:	fieldCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:95:	Avoid really long methods.
com/tin/tds/lower/SalaryDetailValidation.java:95:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/SalaryDetailValidation.java:95:	The method 'salaryDetailValidator' has a Cyclomatic Complexity of 383.
com/tin/tds/lower/SalaryDetailValidation.java:95:	The method 'salaryDetailValidator' has a Modified Cyclomatic Complexity of 250.
com/tin/tds/lower/SalaryDetailValidation.java:95:	publicMethodCommentRequirement Required
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:96:	Avoid reassigning parameters such as 'record'
com/tin/tds/lower/SalaryDetailValidation.java:97:	Parameter 'UploadType' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:98:	Avoid reassigning parameters such as 'LineCount'
com/tin/tds/lower/SalaryDetailValidation.java:99:	Parameter 'RecTypeFM' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:100:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:101:	Avoid variables with short names like br
com/tin/tds/lower/SalaryDetailValidation.java:101:	Parameter 'br' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:102:	Avoid reassigning parameters such as 'TransactionType'
com/tin/tds/lower/SalaryDetailValidation.java:103:	Parameter 'countOfBatch' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:104:	Parameter 'Qperiod' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:105:	Parameter 'FormNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:106:	Parameter 'FinancialYr' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:107:	Avoid excessively long variable names like CountOfSalaryDetailRec
com/tin/tds/lower/SalaryDetailValidation.java:107:	Parameter 'CountOfSalaryDetailRec' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:108:	Avoid variables with short names like i
com/tin/tds/lower/SalaryDetailValidation.java:108:	Parameter 'i' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:109:	Avoid excessively long variable names like GrossTotalIncomeSD
com/tin/tds/lower/SalaryDetailValidation.java:109:	Parameter 'GrossTotalIncomeSD' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:110:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/SalaryDetailValidation.java:110:	Parameter 'RRRDatePresentDate' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:111:	Parameter 'paperReturnFile' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:112:	Parameter 'lineNoOfBatchRec' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:113:	Avoid excessively long variable names like batchRecDataForPanStat
com/tin/tds/lower/SalaryDetailValidation.java:113:	Parameter 'batchRecDataForPanStat' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:114:	Parameter 'obj_FileGenerator' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:115:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:116:	Avoid excessively long variable names like fileNamePrintedinStatRep
com/tin/tds/lower/SalaryDetailValidation.java:116:	Parameter 'fileNamePrintedinStatRep' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:117:	Parameter 'upload_Type' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:118:	Parameter 'PANForThisBatch' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:119:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/tds/lower/SalaryDetailValidation.java:119:	Parameter 'BatchUpdationIndicator' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:120:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/SalaryDetailValidation.java:123:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/SalaryDetailValidation.java:123:	Found 'DD'-anomaly for variable 'NullField' (lines '123'-'214').
com/tin/tds/lower/SalaryDetailValidation.java:123:	Found 'DU'-anomaly for variable 'NullField' (lines '123'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:124:	Avoid unused local variables such as 'error'.
com/tin/tds/lower/SalaryDetailValidation.java:124:	Found 'DD'-anomaly for variable 'error' (lines '124'-'392').
com/tin/tds/lower/SalaryDetailValidation.java:124:	Found 'DU'-anomaly for variable 'error' (lines '124'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:125:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:125:	Avoid unused local variables such as 'error_flag'.
com/tin/tds/lower/SalaryDetailValidation.java:125:	Found 'DU'-anomaly for variable 'error_flag' (lines '125'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:125:	Local variable 'error_flag' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:126:	Found 'DU'-anomaly for variable 'Caret' (lines '126'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:127:	Found 'DD'-anomaly for variable 'FieldFound' (lines '127'-'215').
com/tin/tds/lower/SalaryDetailValidation.java:127:	Found 'DU'-anomaly for variable 'FieldFound' (lines '127'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:128:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:128:	Avoid excessively long variable names like duplicateFileHeader
com/tin/tds/lower/SalaryDetailValidation.java:128:	Avoid unused local variables such as 'duplicateFileHeader'.
com/tin/tds/lower/SalaryDetailValidation.java:128:	Found 'DU'-anomaly for variable 'duplicateFileHeader' (lines '128'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:128:	Local variable 'duplicateFileHeader' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:130:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:130:	Avoid unused local variables such as 'CH_BatchNo'.
com/tin/tds/lower/SalaryDetailValidation.java:130:	Found 'DU'-anomaly for variable 'CH_BatchNo' (lines '130'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:130:	Local variable 'CH_BatchNo' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:131:	Avoid unused local variables such as 'DD_BatchNo'.
com/tin/tds/lower/SalaryDetailValidation.java:131:	Found 'DU'-anomaly for variable 'DD_BatchNo' (lines '131'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:132:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:132:	Found 'DU'-anomaly for variable 'DeducteeDetailRecNo' (lines '132'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:133:	Avoid excessively long variable names like countOfLocalSalaryDeductee
com/tin/tds/lower/SalaryDetailValidation.java:133:	Local variable 'countOfLocalSalaryDeductee' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:138:	Found 'DD'-anomaly for variable 'DeducteeCount' (lines '138'-'305').
com/tin/tds/lower/SalaryDetailValidation.java:138:	Found 'DU'-anomaly for variable 'DeducteeCount' (lines '138'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:148:	Avoid excessively long variable names like localDeducteeCount
com/tin/tds/lower/SalaryDetailValidation.java:148:	Found 'DU'-anomaly for variable 'localDeducteeCount' (lines '148'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:150:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:150:	Avoid unused local variables such as 'FormNumber'.
com/tin/tds/lower/SalaryDetailValidation.java:150:	Found 'DU'-anomaly for variable 'FormNumber' (lines '150'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:150:	Local variable 'FormNumber' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:151:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:151:	Avoid unused local variables such as 'EmployeeSerialNo'.
com/tin/tds/lower/SalaryDetailValidation.java:151:	Found 'DU'-anomaly for variable 'EmployeeSerialNo' (lines '151'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:152:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:152:	Avoid unused local variables such as 'EmployeePan'.
com/tin/tds/lower/SalaryDetailValidation.java:152:	Found 'DU'-anomaly for variable 'EmployeePan' (lines '152'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:153:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:153:	Avoid unused local variables such as 'EmployeePanRefNo'.
com/tin/tds/lower/SalaryDetailValidation.java:153:	Found 'DU'-anomaly for variable 'EmployeePanRefNo' (lines '153'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:154:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:154:	Avoid excessively long variable names like SalaryAsPerProvisionSec17
com/tin/tds/lower/SalaryDetailValidation.java:154:	Avoid unused local variables such as 'SalaryAsPerProvisionSec17'.
com/tin/tds/lower/SalaryDetailValidation.java:154:	Found 'DU'-anomaly for variable 'SalaryAsPerProvisionSec17' (lines '154'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:154:	Local variable 'SalaryAsPerProvisionSec17' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:155:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:155:	Avoid unused local variables such as 'NumberPerqRecords'.
com/tin/tds/lower/SalaryDetailValidation.java:155:	Found 'DU'-anomaly for variable 'NumberPerqRecords' (lines '155'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:155:	Local variable 'NumberPerqRecords' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:156:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:156:	Avoid unused local variables such as 'ValueOfPerq17'.
com/tin/tds/lower/SalaryDetailValidation.java:156:	Found 'DU'-anomaly for variable 'ValueOfPerq17' (lines '156'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:156:	Local variable 'ValueOfPerq17' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:157:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:157:	Avoid unused local variables such as 'ProfitSalSec17'.
com/tin/tds/lower/SalaryDetailValidation.java:157:	Found 'DU'-anomaly for variable 'ProfitSalSec17' (lines '157'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:158:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:158:	Avoid unused local variables such as 'GrossSalary'.
com/tin/tds/lower/SalaryDetailValidation.java:158:	Found 'DU'-anomaly for variable 'GrossSalary' (lines '158'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:158:	Local variable 'GrossSalary' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:159:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:159:	Avoid excessively long variable names like CountDeducteeSec10
com/tin/tds/lower/SalaryDetailValidation.java:159:	Found 'DU'-anomaly for variable 'CountDeducteeSec10' (lines '159'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:159:	Local variable 'CountDeducteeSec10' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:160:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:160:	Avoid excessively long variable names like GrossTotalDeducteeSec10
com/tin/tds/lower/SalaryDetailValidation.java:160:	Avoid unused local variables such as 'GrossTotalDeducteeSec10'.
com/tin/tds/lower/SalaryDetailValidation.java:160:	Found 'DU'-anomaly for variable 'GrossTotalDeducteeSec10' (lines '160'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:160:	Local variable 'GrossTotalDeducteeSec10' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:161:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:161:	Avoid unused local variables such as 'TotalSal906'.
com/tin/tds/lower/SalaryDetailValidation.java:161:	Found 'DU'-anomaly for variable 'TotalSal906' (lines '161'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:161:	Local variable 'TotalSal906' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:162:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:162:	Avoid excessively long variable names like CountDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:162:	Found 'DU'-anomaly for variable 'CountDeducteeSec16' (lines '162'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:163:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:163:	Avoid excessively long variable names like GrossTotalDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:163:	Found 'DU'-anomaly for variable 'GrossTotalDeducteeSec16' (lines '163'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:164:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:164:	Avoid excessively long variable names like IncomeChargeableUderTheHeadSalaries
com/tin/tds/lower/SalaryDetailValidation.java:164:	Avoid unused local variables such as 'IncomeChargeableUderTheHeadSalaries'.
com/tin/tds/lower/SalaryDetailValidation.java:164:	Found 'DU'-anomaly for variable 'IncomeChargeableUderTheHeadSalaries' (lines '164'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:164:	Local variable 'IncomeChargeableUderTheHeadSalaries' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:165:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:165:	Avoid excessively long variable names like IncomeIncludingLossFrmHouseProUderAnyHeadOtherThanIncomeUderTheHeadSalOfferedForTds
com/tin/tds/lower/SalaryDetailValidation.java:165:	Avoid unused local variables such as 'IncomeIncludingLossFrmHouseProUderAnyHeadOtherThanIncomeUderTheHeadSalOfferedForTds'.
com/tin/tds/lower/SalaryDetailValidation.java:165:	Found 'DU'-anomaly for variable 'IncomeIncludingLossFrmHouseProUderAnyHeadOtherThanIncomeUderTheHeadSalOfferedForTds' (lines '165'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:165:	Local variable 'IncomeIncludingLossFrmHouseProUderAnyHeadOtherThanIncomeUderTheHeadSalOfferedForTds' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:166:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:166:	Avoid unused local variables such as 'GrossTotIncome'.
com/tin/tds/lower/SalaryDetailValidation.java:166:	Found 'DU'-anomaly for variable 'GrossTotIncome' (lines '166'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:167:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:167:	Avoid excessively long variable names like LastGrossTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:167:	Avoid unused local variables such as 'LastGrossTotIncome'.
com/tin/tds/lower/SalaryDetailValidation.java:167:	Found 'DU'-anomaly for variable 'LastGrossTotIncome' (lines '167'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:168:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:168:	Avoid excessively long variable names like CountDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:168:	Found 'DU'-anomaly for variable 'CountDeducteeChapVIDetails' (lines '168'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:169:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:169:	Avoid excessively long variable names like GrossTotDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:169:	Found 'DU'-anomaly for variable 'GrossTotDeducteeChapVIDetails' (lines '169'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:170:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:170:	Avoid excessively long variable names like TotTaxableIncome213217
com/tin/tds/lower/SalaryDetailValidation.java:170:	Avoid unused local variables such as 'TotTaxableIncome213217'.
com/tin/tds/lower/SalaryDetailValidation.java:170:	Found 'DU'-anomaly for variable 'TotTaxableIncome213217' (lines '170'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:170:	Local variable 'TotTaxableIncome213217' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:171:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:171:	Avoid excessively long variable names like IncomeTaxOnTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:171:	Avoid unused local variables such as 'IncomeTaxOnTotIncome'.
com/tin/tds/lower/SalaryDetailValidation.java:171:	Found 'DU'-anomaly for variable 'IncomeTaxOnTotIncome' (lines '171'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:172:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:172:	Avoid excessively long variable names like CountDeducteeSec8889
com/tin/tds/lower/SalaryDetailValidation.java:172:	Found 'DU'-anomaly for variable 'CountDeducteeSec8889' (lines '172'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:172:	Local variable 'CountDeducteeSec8889' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:173:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:173:	Avoid excessively long variable names like GrossTotDeducteeSec8889
com/tin/tds/lower/SalaryDetailValidation.java:173:	Avoid unused local variables such as 'GrossTotDeducteeSec8889'.
com/tin/tds/lower/SalaryDetailValidation.java:173:	Found 'DU'-anomaly for variable 'GrossTotDeducteeSec8889' (lines '173'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:173:	Local variable 'GrossTotDeducteeSec8889' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:174:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:174:	Avoid unused local variables such as 'NetTaxPayable'.
com/tin/tds/lower/SalaryDetailValidation.java:174:	Found 'DU'-anomaly for variable 'NetTaxPayable' (lines '174'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:175:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:175:	Avoid excessively long variable names like TotIncomeTaxDeductedAtSource226227
com/tin/tds/lower/SalaryDetailValidation.java:175:	Avoid unused local variables such as 'TotIncomeTaxDeductedAtSource226227'.
com/tin/tds/lower/SalaryDetailValidation.java:175:	Found 'DU'-anomaly for variable 'TotIncomeTaxDeductedAtSource226227' (lines '175'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:175:	Local variable 'TotIncomeTaxDeductedAtSource226227' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:176:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:176:	Avoid unused local variables such as 'TaxPayRef'.
com/tin/tds/lower/SalaryDetailValidation.java:176:	Found 'DU'-anomaly for variable 'TaxPayRef' (lines '176'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:176:	Local variable 'TaxPayRef' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:183:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:184:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:185:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:186:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:188:	Avoid excessively long variable names like localSalaryDetailNo
com/tin/tds/lower/SalaryDetailValidation.java:188:	Found 'DU'-anomaly for variable 'localSalaryDetailNo' (lines '188'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:190:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:196:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:196:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:196:	Found 'DU'-anomaly for variable 'localCountField_DD' (lines '196'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:197:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:197:	Found 'DU'-anomaly for variable 'localCaretCount' (lines '197'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:198:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:198:	Found 'DD'-anomaly for variable 'localSDNumber' (lines '198'-'416').
com/tin/tds/lower/SalaryDetailValidation.java:198:	Found 'DU'-anomaly for variable 'localSDNumber' (lines '198'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:206:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:208:	Method call on object which may be null
com/tin/tds/lower/SalaryDetailValidation.java:210:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:210:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:213:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:214:	Found 'DD'-anomaly for variable 'NullField' (lines '214'-'218').
com/tin/tds/lower/SalaryDetailValidation.java:215:	Found 'DD'-anomaly for variable 'FieldFound' (lines '215'-'219').
com/tin/tds/lower/SalaryDetailValidation.java:216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:216:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:218:	Found 'DD'-anomaly for variable 'NullField' (lines '218'-'425').
com/tin/tds/lower/SalaryDetailValidation.java:218:	Found 'DU'-anomaly for variable 'NullField' (lines '218'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:219:	Found 'DD'-anomaly for variable 'FieldFound' (lines '219'-'426').
com/tin/tds/lower/SalaryDetailValidation.java:219:	Found 'DU'-anomaly for variable 'FieldFound' (lines '219'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:221:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:223:	Found 'DU'-anomaly for variable 'Caret' (lines '223'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:236:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:242:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:263:	The String literal "Null" appears 5 times in this file; the first occurrence is on line 263
com/tin/tds/lower/SalaryDetailValidation.java:270:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:295:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:302:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:306:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:310:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:313:	Avoid excessively long variable names like salDetailErrRecLengthBefore
com/tin/tds/lower/SalaryDetailValidation.java:313:	Local variable 'salDetailErrRecLengthBefore' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:313:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:337:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:341:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:343:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:353:	Avoid excessively long variable names like salDetailErrRecLengthAfter
com/tin/tds/lower/SalaryDetailValidation.java:353:	Local variable 'salDetailErrRecLengthAfter' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:353:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:355:	Avoid excessively long variable names like errorInSalaryDetailRec
com/tin/tds/lower/SalaryDetailValidation.java:355:	Found 'DD'-anomaly for variable 'errorInSalaryDetailRec' (lines '355'-'358').
com/tin/tds/lower/SalaryDetailValidation.java:356:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:356:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:365:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:366:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:368:	Found 'DD'-anomaly for variable 'sectionCountError' (lines '368'-'376').
com/tin/tds/lower/SalaryDetailValidation.java:376:	Found 'DD'-anomaly for variable 'sectionCountError' (lines '376'-'383').
com/tin/tds/lower/SalaryDetailValidation.java:381:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/SalaryDetailValidation.java:385:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:389:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:389:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:390:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:390:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:392:	Found 'DD'-anomaly for variable 'error' (lines '392'-'902').
com/tin/tds/lower/SalaryDetailValidation.java:392:	Found 'DU'-anomaly for variable 'error' (lines '392'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:395:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:395:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:397:	Avoid unused local variables such as 'LocalMode'.
com/tin/tds/lower/SalaryDetailValidation.java:397:	Found 'DU'-anomaly for variable 'LocalMode' (lines '397'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:404:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:411:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:415:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:416:	Found 'DU'-anomaly for variable 'localSDNumber' (lines '416'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:417:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:417:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:419:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/SalaryDetailValidation.java:420:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/SalaryDetailValidation.java:424:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:425:	Found 'DD'-anomaly for variable 'NullField' (lines '425'-'429').
com/tin/tds/lower/SalaryDetailValidation.java:426:	Found 'DD'-anomaly for variable 'FieldFound' (lines '426'-'430').
com/tin/tds/lower/SalaryDetailValidation.java:427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:427:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:427:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:429:	Found 'DD'-anomaly for variable 'NullField' (lines '429'-'807').
com/tin/tds/lower/SalaryDetailValidation.java:429:	Found 'DU'-anomaly for variable 'NullField' (lines '429'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:430:	Found 'DD'-anomaly for variable 'FieldFound' (lines '430'-'808').
com/tin/tds/lower/SalaryDetailValidation.java:430:	Found 'DU'-anomaly for variable 'FieldFound' (lines '430'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:432:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:434:	Found 'DU'-anomaly for variable 'Caret' (lines '434'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:448:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:454:	A switch statement does not contain a break
com/tin/tds/lower/SalaryDetailValidation.java:454:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:486:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:486:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:490:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:496:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:503:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:504:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:506:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:516:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:518:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:519:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:521:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:531:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:539:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:552:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:554:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:559:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:575:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:575:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:578:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:579:	Avoid unused local variables such as 'localX'.
com/tin/tds/lower/SalaryDetailValidation.java:579:	Local variable 'localX' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:584:	Local variable 'data' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:586:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:586:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:591:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:591:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:595:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:595:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:600:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:643:	The String literal "Salary Detail Record Type" appears 18 times in this file; the first occurrence is on line 643
com/tin/tds/lower/SalaryDetailValidation.java:653:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:663:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:670:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:673:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:676:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/SalaryDetailValidation.java:677:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/SalaryDetailValidation.java:679:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:679:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:682:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:685:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:706:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:712:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:741:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:741:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:747:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:760:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:770:	Avoid excessively long variable names like section16ValidCount
com/tin/tds/lower/SalaryDetailValidation.java:770:	Found 'DD'-anomaly for variable 'section16ValidCount' (lines '770'-'871').
com/tin/tds/lower/SalaryDetailValidation.java:770:	Found 'DU'-anomaly for variable 'section16ValidCount' (lines '770'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:775:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:777:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:777:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:779:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:789:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:798:	Method call on object which may be null
com/tin/tds/lower/SalaryDetailValidation.java:800:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:803:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:803:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:806:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:807:	Found 'DD'-anomaly for variable 'NullField' (lines '807'-'811').
com/tin/tds/lower/SalaryDetailValidation.java:808:	Found 'DD'-anomaly for variable 'FieldFound' (lines '808'-'812').
com/tin/tds/lower/SalaryDetailValidation.java:809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:809:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:811:	Found 'DD'-anomaly for variable 'NullField' (lines '811'-'926').
com/tin/tds/lower/SalaryDetailValidation.java:811:	Found 'DU'-anomaly for variable 'NullField' (lines '811'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:812:	Found 'DD'-anomaly for variable 'FieldFound' (lines '812'-'927').
com/tin/tds/lower/SalaryDetailValidation.java:812:	Found 'DU'-anomaly for variable 'FieldFound' (lines '812'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:814:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:816:	Found 'DU'-anomaly for variable 'Caret' (lines '816'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:830:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:837:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:837:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:850:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:857:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:872:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:873:	Avoid excessively long variable names like sec16ErrRecLengthBefore
com/tin/tds/lower/SalaryDetailValidation.java:873:	Local variable 'sec16ErrRecLengthBefore' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:873:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:888:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:889:	Avoid excessively long variable names like sec16ErrRecLengthAfter
com/tin/tds/lower/SalaryDetailValidation.java:889:	Local variable 'sec16ErrRecLengthAfter' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:889:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:891:	Avoid excessively long variable names like errorInSec16Record
com/tin/tds/lower/SalaryDetailValidation.java:891:	Found 'DD'-anomaly for variable 'errorInSec16Record' (lines '891'-'894').
com/tin/tds/lower/SalaryDetailValidation.java:892:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:892:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:900:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:902:	Found 'DD'-anomaly for variable 'error' (lines '902'-'991').
com/tin/tds/lower/SalaryDetailValidation.java:902:	Found 'DU'-anomaly for variable 'error' (lines '902'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:905:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:920:	Found 'DD'-anomaly for variable 'localCaretCount' (lines '920'-'936').
com/tin/tds/lower/SalaryDetailValidation.java:921:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:922:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:922:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:925:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:926:	Found 'DD'-anomaly for variable 'NullField' (lines '926'-'930').
com/tin/tds/lower/SalaryDetailValidation.java:927:	Found 'DD'-anomaly for variable 'FieldFound' (lines '927'-'931').
com/tin/tds/lower/SalaryDetailValidation.java:928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:928:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:930:	Found 'DD'-anomaly for variable 'NullField' (lines '930'-'1,014').
com/tin/tds/lower/SalaryDetailValidation.java:930:	Found 'DU'-anomaly for variable 'NullField' (lines '930'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:931:	Found 'DD'-anomaly for variable 'FieldFound' (lines '931'-'1,015').
com/tin/tds/lower/SalaryDetailValidation.java:931:	Found 'DU'-anomaly for variable 'FieldFound' (lines '931'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:933:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:935:	Found 'DU'-anomaly for variable 'Caret' (lines '935'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:944:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:950:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:950:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:964:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:976:	The String literal "Salary Detail record Type" appears 7 times in this file; the first occurrence is on line 976
com/tin/tds/lower/SalaryDetailValidation.java:980:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:991:	Found 'DU'-anomaly for variable 'error' (lines '991'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:994:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1009:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1010:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1010:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1013:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1014:	Found 'DD'-anomaly for variable 'NullField' (lines '1,014'-'1,018').
com/tin/tds/lower/SalaryDetailValidation.java:1015:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,015'-'1,019').
com/tin/tds/lower/SalaryDetailValidation.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1016:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1018:	Found 'DU'-anomaly for variable 'NullField' (lines '1,018'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1019:	Found 'DD'-anomaly for variable 'FieldFound' (lines '1,019'-'1,029').
com/tin/tds/lower/SalaryDetailValidation.java:1019:	Found 'DU'-anomaly for variable 'FieldFound' (lines '1,019'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1021:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1023:	Found 'DU'-anomaly for variable 'Caret' (lines '1,023'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1028:	Found 'DU'-anomaly for variable 'Caret' (lines '1,028'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1029:	Found 'DU'-anomaly for variable 'FieldFound' (lines '1,029'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1032:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1038:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1038:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1052:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1067:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1087:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1090:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1105:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1106:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1106:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1109:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1112:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1117:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1128:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1134:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1134:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1148:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1163:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1173:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:1178:	Found 'DU'-anomaly for variable 'Sec10ValidCount' (lines '1,178'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1183:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1185:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1185:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:1187:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1196:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1198:	The String literal "Section-10" appears 4 times in this file; the first occurrence is on line 1,198
com/tin/tds/lower/SalaryDetailValidation.java:1206:	Method call on object which may be null
com/tin/tds/lower/SalaryDetailValidation.java:1209:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1210:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1210:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1213:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1216:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1221:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1232:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1238:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1238:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1251:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1258:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1273:	Avoid excessively long variable names like sec10ErrRecLengthBefore
com/tin/tds/lower/SalaryDetailValidation.java:1273:	Local variable 'sec10ErrRecLengthBefore' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1273:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1274:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1275:	System.out.println is used
com/tin/tds/lower/SalaryDetailValidation.java:1277:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:1279:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1280:	System.out.println is used
com/tin/tds/lower/SalaryDetailValidation.java:1282:	Avoid excessively long variable names like sec10ErrRecLengthAfter
com/tin/tds/lower/SalaryDetailValidation.java:1282:	Local variable 'sec10ErrRecLengthAfter' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1282:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1284:	Avoid excessively long variable names like errorInSec10Record
com/tin/tds/lower/SalaryDetailValidation.java:1285:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1285:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1294:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1299:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1314:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1315:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1315:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1318:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1321:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1321:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1321:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1321:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1326:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1334:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1340:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1340:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1360:	The String literal "Salary Recor Type" appears 4 times in this file; the first occurrence is on line 1,360
com/tin/tds/lower/SalaryDetailValidation.java:1364:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1378:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1392:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1393:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1393:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1396:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1399:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1412:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1418:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1418:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1442:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1464:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1476:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:1479:	Found 'DU'-anomaly for variable 'SecVIAValidCount' (lines '1,479'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1484:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1486:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1486:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:1488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1499:	The String literal "Count of ' Salary Details  - Chapter VI-A Detail ' Records  associated with Deductee - Chapter VIA Detail " appears 8 times in this file; the first occurrence is on line 1,499
com/tin/tds/lower/SalaryDetailValidation.java:1508:	Method call on object which may be null
com/tin/tds/lower/SalaryDetailValidation.java:1510:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1511:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1511:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1514:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1517:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1517:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1517:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1517:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1522:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1530:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1536:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1536:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1551:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1563:	The null check here is misplaced; if the variable is null there will be a NullPointerException
com/tin/tds/lower/SalaryDetailValidation.java:1563:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1566:	Avoid excessively long variable names like secVIErrRecLengthBefore
com/tin/tds/lower/SalaryDetailValidation.java:1566:	Local variable 'secVIErrRecLengthBefore' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1566:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1567:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1582:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1584:	Avoid excessively long variable names like secVIErrRecLengthAfter
com/tin/tds/lower/SalaryDetailValidation.java:1584:	Local variable 'secVIErrRecLengthAfter' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1584:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1585:	Avoid excessively long variable names like errorInSecVIRecord
com/tin/tds/lower/SalaryDetailValidation.java:1586:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1586:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1595:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1615:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1616:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1616:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1619:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1622:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1622:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1622:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1622:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1627:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1635:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1641:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1641:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1665:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1679:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1694:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1695:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1695:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1698:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1701:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1701:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1701:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1701:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1706:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1714:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1720:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1720:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1745:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1768:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:1778:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:1782:	Found 'DU'-anomaly for variable 'Sec8889ValidCount' (lines '1,782'-'2,122').
com/tin/tds/lower/SalaryDetailValidation.java:1787:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1789:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1789:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:1791:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1800:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1811:	Method call on object which may be null
com/tin/tds/lower/SalaryDetailValidation.java:1814:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1815:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1815:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1818:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1821:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1821:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1821:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1821:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1837:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1843:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1843:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1857:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1864:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1876:	The null check here is misplaced; if the variable is null there will be a NullPointerException
com/tin/tds/lower/SalaryDetailValidation.java:1876:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1880:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1881:	Avoid excessively long variable names like sec8889ErrRecLengthBefore
com/tin/tds/lower/SalaryDetailValidation.java:1881:	Local variable 'sec8889ErrRecLengthBefore' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1881:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1883:	Comment is too large: Too many lines
com/tin/tds/lower/SalaryDetailValidation.java:1894:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1896:	Avoid excessively long variable names like sec8889ErrRecLengthAfter
com/tin/tds/lower/SalaryDetailValidation.java:1896:	Local variable 'sec8889ErrRecLengthAfter' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1896:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/SalaryDetailValidation.java:1897:	Avoid excessively long variable names like errorInSec8889RecLength
com/tin/tds/lower/SalaryDetailValidation.java:1899:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1899:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1908:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:1913:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1928:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:1929:	Avoid excessively long variable names like localCaretCounter88
com/tin/tds/lower/SalaryDetailValidation.java:1930:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:1930:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1933:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:1936:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1936:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1936:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1936:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:1941:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:1952:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1958:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:1958:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:1972:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:1989:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:2003:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2018:	Avoid excessively long variable names like localCaretCounter88
com/tin/tds/lower/SalaryDetailValidation.java:2019:	Avoid excessively long variable names like localCountField_DD
com/tin/tds/lower/SalaryDetailValidation.java:2020:	Avoid instantiating new objects inside loops
com/tin/tds/lower/SalaryDetailValidation.java:2020:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2023:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2026:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2031:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2042:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2048:	A switch with less than three branches is inefficient, use a if statement instead.
com/tin/tds/lower/SalaryDetailValidation.java:2048:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:2060:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2076:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:2100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:2110:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:2113:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/SalaryDetailValidation.java:2113:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/SalaryDetailValidation.java:2121:	Avoid unnecessary return statements
com/tin/tds/lower/SalaryDetailValidation.java:2126:	Avoid really long methods.
com/tin/tds/lower/SalaryDetailValidation.java:2126:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/SalaryDetailValidation.java:2126:	The method 'validateSalaryDeducteeDetails' has a Cyclomatic Complexity of 638.
com/tin/tds/lower/SalaryDetailValidation.java:2126:	The method 'validateSalaryDeducteeDetails' has a Modified Cyclomatic Complexity of 356.
com/tin/tds/lower/SalaryDetailValidation.java:2127:	Parameter 'deductee' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2128:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2129:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2130:	Parameter 'DeducteeCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2131:	Parameter 'localCountOfSD' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2132:	Avoid reassigning parameters such as 'TransactionType'
com/tin/tds/lower/SalaryDetailValidation.java:2133:	Parameter 'UploadType' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2134:	Parameter 'Qperiod' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2135:	Parameter 'FormNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2136:	Parameter 'FinancialYr' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2137:	Avoid excessively long variable names like GrossTotalIncomeSD
com/tin/tds/lower/SalaryDetailValidation.java:2137:	Parameter 'GrossTotalIncomeSD' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2138:	Avoid excessively long variable names like RRRDatePresentDate
com/tin/tds/lower/SalaryDetailValidation.java:2138:	Parameter 'RRRDatePresentDate' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2139:	Parameter 'paperReturnFile' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2140:	Parameter 'lineNoOfBatchRec' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid excessively long variable names like batchRecDataForPanStat
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid reassigning parameters such as 'batchRecDataForPanStat'
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid reassigning parameters such as 'batchRecDataForPanStat'
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid reassigning parameters such as 'batchRecDataForPanStat'
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid reassigning parameters such as 'batchRecDataForPanStat'
com/tin/tds/lower/SalaryDetailValidation.java:2141:	Avoid reassigning parameters such as 'batchRecDataForPanStat'
com/tin/tds/lower/SalaryDetailValidation.java:2142:	Parameter 'obj_FileGenerator' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2143:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2144:	Avoid excessively long variable names like fileNamePrintedinStatRep
com/tin/tds/lower/SalaryDetailValidation.java:2144:	Parameter 'fileNamePrintedinStatRep' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2145:	Parameter 'v_upload_Type' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2146:	Parameter 'PANForThisBatch' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2147:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/tds/lower/SalaryDetailValidation.java:2147:	Parameter 'BatchUpdationIndicator' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2148:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/SalaryDetailValidation.java:2153:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/SalaryDetailValidation.java:2154:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:2154:	Avoid unused local variables such as 'localErrorFlag'.
com/tin/tds/lower/SalaryDetailValidation.java:2154:	Local variable 'localErrorFlag' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2163:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:2169:	Avoid excessively long variable names like PeriodEmploymentFrm
com/tin/tds/lower/SalaryDetailValidation.java:2170:	Avoid excessively long variable names like PeriodEmploymentTo
com/tin/tds/lower/SalaryDetailValidation.java:2172:	Avoid excessively long variable names like CountDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:2173:	Avoid excessively long variable names like GrossTotalDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:2174:	Avoid excessively long variable names like IncomeChargeableUderTheHeadSalaries
com/tin/tds/lower/SalaryDetailValidation.java:2175:	Avoid excessively long variable names like IncomeLossFrmHouse
com/tin/tds/lower/SalaryDetailValidation.java:2177:	Avoid excessively long variable names like LastGrossTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:2178:	Avoid excessively long variable names like CountDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:2179:	Avoid excessively long variable names like GrossTotDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:2180:	Avoid excessively long variable names like TotTaxableIncome340344
com/tin/tds/lower/SalaryDetailValidation.java:2181:	Avoid excessively long variable names like IncomeTaxOnTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:2186:	Avoid excessively long variable names like ShortfallExcessTaxDeduc
com/tin/tds/lower/SalaryDetailValidation.java:2190:	Avoid excessively long variable names like TotalSalaryExeclud338n339
com/tin/tds/lower/SalaryDetailValidation.java:2192:	Avoid excessively long variable names like SalaryDeducteeHash
com/tin/tds/lower/SalaryDetailValidation.java:2192:	Avoid unused local variables such as 'SalaryDeducteeHash'.
com/tin/tds/lower/SalaryDetailValidation.java:2200:	Avoid excessively long variable names like WhethrTaxDedAtHighrRate
com/tin/tds/lower/SalaryDetailValidation.java:2205:	Avoid excessively long variable names like WhethrHouseRentClaimExced
com/tin/tds/lower/SalaryDetailValidation.java:2206:	Avoid excessively long variable names like CountOfPanLanloard
com/tin/tds/lower/SalaryDetailValidation.java:2216:	Avoid excessively long variable names like WhethrInterestPaidLender
com/tin/tds/lower/SalaryDetailValidation.java:2227:	Avoid excessively long variable names like WhethrContribtnPaidByTrusty
com/tin/tds/lower/SalaryDetailValidation.java:2228:	Avoid excessively long variable names like NameOfSuperannuationFund
com/tin/tds/lower/SalaryDetailValidation.java:2231:	Avoid excessively long variable names like AvgRateOfdeductionOfTaxforLastThreeYears
com/tin/tds/lower/SalaryDetailValidation.java:2232:	Avoid excessively long variable names like AmountOfRepaidOnAccountOfPrincipalAndInterest
com/tin/tds/lower/SalaryDetailValidation.java:2233:	Avoid excessively long variable names like AmountOfTaxDeductedOnRepayment
com/tin/tds/lower/SalaryDetailValidation.java:2234:	Avoid excessively long variable names like GrossTotalIncomeFromSuperannuationFund
com/tin/tds/lower/SalaryDetailValidation.java:2241:	Avoid excessively long variable names like grossSalaryContainedInSec17_1
com/tin/tds/lower/SalaryDetailValidation.java:2242:	Avoid excessively long variable names like valueOfPerquisitesSec17_2
com/tin/tds/lower/SalaryDetailValidation.java:2243:	Avoid excessively long variable names like profitsInLieuOfSalarySec17_3
com/tin/tds/lower/SalaryDetailValidation.java:2244:	Avoid excessively long variable names like travelConcessionOrAssistanceSec10_5
com/tin/tds/lower/SalaryDetailValidation.java:2245:	Avoid excessively long variable names like deathCumRetirementGratuitySec10_10
com/tin/tds/lower/SalaryDetailValidation.java:2246:	Avoid excessively long variable names like commutedValueOfPensionSec10_10A
com/tin/tds/lower/SalaryDetailValidation.java:2247:	Avoid excessively long variable names like cashEquivalentOfLeaveSalEncashmentSec10_10AA
com/tin/tds/lower/SalaryDetailValidation.java:2248:	Avoid excessively long variable names like houseRentAllowanceSec10_13A
com/tin/tds/lower/SalaryDetailValidation.java:2249:	Avoid excessively long variable names like amountOfAnyOtherExemptionUnderSec10
com/tin/tds/lower/SalaryDetailValidation.java:2250:	Avoid excessively long variable names like totAmtOfExempClaimedUnderSec10_340n341n342n343n345n346
com/tin/tds/lower/SalaryDetailValidation.java:2251:	Avoid excessively long variable names like incomeUnderHeadOtherSourOfferForTDSSec192_2B
com/tin/tds/lower/SalaryDetailValidation.java:2259:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:2259:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/SalaryDetailValidation.java:2259:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2261:	Local variable 'st_DD' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2263:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:2263:	Avoid unused local variables such as 'fieldfound'.
com/tin/tds/lower/SalaryDetailValidation.java:2263:	Local variable 'fieldfound' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2268:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:2268:	Avoid unused local variables such as 'localSDNumber'.
com/tin/tds/lower/SalaryDetailValidation.java:2268:	Local variable 'localSDNumber' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2273:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:2276:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2276:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:2276:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2282:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2285:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2285:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2301:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2303:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2305:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:2315:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:2323:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:2329:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:2633:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2635:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2637:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:2645:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:2652:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:2660:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2660:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2660:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2660:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2662:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2665:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:2666:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2668:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2668:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2670:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2673:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:2674:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2677:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2677:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2677:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2677:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2679:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2682:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:2683:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2685:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2685:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2687:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2690:	Use opposite operator instead of the logic complement operator.
com/tin/tds/lower/SalaryDetailValidation.java:2691:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2693:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2693:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2693:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2693:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2695:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2698:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2699:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2699:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2699:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2699:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:2700:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2707:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2707:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2709:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2709:	The String literal "Line_Number" appears 15 times in this file; the first occurrence is on line 2,709
com/tin/tds/lower/SalaryDetailValidation.java:2712:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2712:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2716:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2719:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2719:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2720:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2729:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2729:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2731:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2735:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2740:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2740:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2742:	The String literal "Batch Number" appears 12 times in this file; the first occurrence is on line 2,742
com/tin/tds/lower/SalaryDetailValidation.java:2744:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2744:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2746:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2750:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2752:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2754:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2759:	Avoid excessively long variable names like validDeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:2760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2762:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2762:	The String literal "Salary Details  Record No" appears 7 times in this file; the first occurrence is on line 2,762
com/tin/tds/lower/SalaryDetailValidation.java:2768:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2772:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2776:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2776:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2777:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2783:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2785:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2788:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2792:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:2792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2792:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2792:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2792:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2794:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2796:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:2796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2796:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2796:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2798:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2800:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2806:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2814:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2815:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2815:	The String literal "Mode" appears 7 times in this file; the first occurrence is on line 2,815
com/tin/tds/lower/SalaryDetailValidation.java:2819:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2824:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2824:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2830:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2830:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2831:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2834:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2839:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2839:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2842:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2845:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2845:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2845:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2847:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2849:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:2849:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2849:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:2851:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2853:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2857:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2857:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2859:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2867:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2867:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2869:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2874:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2874:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2874:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2874:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2874:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:2881:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2889:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2890:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2892:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2892:	The String literal "<TR>" appears 9 times in this file; the first occurrence is on line 2,892
com/tin/tds/lower/SalaryDetailValidation.java:2893:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2893:	The String literal "</TD>" appears 36 times in this file; the first occurrence is on line 2,893
com/tin/tds/lower/SalaryDetailValidation.java:2893:	The String literal "<TD  valign=top style='text-align:right' width=75> " appears 9 times in this file; the first occurrence is on line 2,893
com/tin/tds/lower/SalaryDetailValidation.java:2894:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2894:	The String literal "<TD  valign=top style='text-align:right' width=125>" appears 8 times in this file; the first occurrence is on line 2,894
com/tin/tds/lower/SalaryDetailValidation.java:2895:	Do not add empty strings
com/tin/tds/lower/SalaryDetailValidation.java:2895:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2895:	The String literal "<TD  ALIGN=LEFT width=188> " appears 9 times in this file; the first occurrence is on line 2,895
com/tin/tds/lower/SalaryDetailValidation.java:2896:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2896:	The String literal "<TD  ALIGN=LEFT width=180>" appears 9 times in this file; the first occurrence is on line 2,896
com/tin/tds/lower/SalaryDetailValidation.java:2897:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2897:	The String literal "</TR>" appears 9 times in this file; the first occurrence is on line 2,897
com/tin/tds/lower/SalaryDetailValidation.java:2901:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2902:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2903:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2904:	Do not add empty strings
com/tin/tds/lower/SalaryDetailValidation.java:2904:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2905:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2906:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2909:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2911:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2911:	The String literal "Employee PAN" appears 9 times in this file; the first occurrence is on line 2,911
com/tin/tds/lower/SalaryDetailValidation.java:2915:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2917:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2923:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2924:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2925:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:2925:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2926:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2929:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:2929:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2929:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2929:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2931:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:2931:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2931:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2940:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2945:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2955:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2956:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2958:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2959:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2960:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2961:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2962:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2962:	The String literal "Structurally Invalid Pan" appears 4 times in this file; the first occurrence is on line 2,962
com/tin/tds/lower/SalaryDetailValidation.java:2963:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2967:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2969:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2970:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2971:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2972:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2977:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2980:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2980:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:2983:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:2999:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3004:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3014:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3017:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3018:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3019:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3020:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3021:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3022:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3027:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3028:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3029:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3030:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3031:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3036:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3042:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3045:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3051:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3057:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3065:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3067:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3072:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3073:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3075:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3076:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3077:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3078:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3079:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3080:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3084:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3085:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3086:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3087:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3088:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3089:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3094:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3095:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3097:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3098:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3099:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3108:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3110:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3110:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3111:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3114:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3114:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3114:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3114:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3123:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3135:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:3138:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3139:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3139:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3139:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3140:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3145:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3147:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3148:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3149:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3149:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3149:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3151:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3156:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3156:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3158:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3166:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3169:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3169:	The String literal "Name of Employee" appears 5 times in this file; the first occurrence is on line 3,169
com/tin/tds/lower/SalaryDetailValidation.java:3173:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3181:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3182:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3183:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3183:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:3187:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3198:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3198:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3200:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3208:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3211:	The String literal "Category" appears 5 times in this file; the first occurrence is on line 3,211
com/tin/tds/lower/SalaryDetailValidation.java:3215:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3217:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3221:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3223:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3223:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3223:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3223:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:3225:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3229:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3235:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3235:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3237:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3238:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3238:	The String literal "Period of Employment From - Date" appears 10 times in this file; the first occurrence is on line 3,238
com/tin/tds/lower/SalaryDetailValidation.java:3243:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3245:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3249:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3249:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3249:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3251:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3252:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3255:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3265:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3268:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3273:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3279:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3283:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3287:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3292:	Local variable 'today' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3293:	Local variable 'cal' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3295:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3296:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3297:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3299:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3301:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3306:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3315:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3320:	Local variable 'today' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3321:	Local variable 'cal' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3323:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3324:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3325:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3327:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3330:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3336:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3344:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3351:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3351:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3353:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3354:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3354:	The String literal "Period of Employment To - Date" appears 10 times in this file; the first occurrence is on line 3,354
com/tin/tds/lower/SalaryDetailValidation.java:3357:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3358:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3358:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3358:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3359:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3363:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3363:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3363:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3365:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3366:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3369:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3378:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3381:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3385:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3390:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3393:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3399:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:3401:	Local variable 'today' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3402:	Local variable 'cal' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3405:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3406:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3407:	Local variable 'cal1' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3409:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3410:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3411:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3412:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3414:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3416:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:3418:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3424:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3426:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3431:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3441:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3443:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:3445:	Local variable 'today' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3446:	Local variable 'cal' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3448:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3449:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3450:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3451:	Local variable 'cal1' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:3453:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3454:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3455:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3456:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3458:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3460:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:3463:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3471:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3474:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3478:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3485:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3490:	Avoid excessively long variable names like validTotalSalaryExeclud338n339
com/tin/tds/lower/SalaryDetailValidation.java:3491:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3491:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3493:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3494:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3494:	The String literal "Total amount of salary " appears 6 times in this file; the first occurrence is on line 3,494
com/tin/tds/lower/SalaryDetailValidation.java:3497:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3498:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3498:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3498:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3499:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3505:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3506:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3509:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3509:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3511:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3515:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3515:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3518:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3523:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3527:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3528:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3528:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3530:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3535:	Avoid excessively long variable names like validCountDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:3536:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3536:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3538:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3539:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3539:	The String literal "Count of ' Salary Details  - Section 16 " appears 7 times in this file; the first occurrence is on line 3,539
com/tin/tds/lower/SalaryDetailValidation.java:3542:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3543:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3543:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3543:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3544:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3548:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3548:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3550:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3551:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3554:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3556:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3564:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3565:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3569:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3573:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3580:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3585:	Avoid excessively long variable names like validGrossTotalDeducteeSec16
com/tin/tds/lower/SalaryDetailValidation.java:3586:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3586:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3588:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3589:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3589:	The String literal "Gross Total of 'Total Deduction under section 16' under  associated ' Salary Details  - Section 16 Detail ' " appears 8 times in this file; the first occurrence is on line 3,589
com/tin/tds/lower/SalaryDetailValidation.java:3592:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3594:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3600:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3600:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3602:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3606:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3606:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3608:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3609:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3612:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3618:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3618:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3618:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3618:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3623:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3627:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3629:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3629:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3629:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3629:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3634:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3638:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3649:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3654:	Avoid excessively long variable names like validIncomeChargeableUderTheHeadSalaries
com/tin/tds/lower/SalaryDetailValidation.java:3655:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3655:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3657:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3658:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3658:	The String literal "Income chargeable under the head Salaries (334-338)" appears 7 times in this file; the first occurrence is on line 3,658
com/tin/tds/lower/SalaryDetailValidation.java:3661:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3662:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3662:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3662:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3663:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3669:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3670:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3673:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3673:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3673:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3675:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3679:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3679:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3683:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3689:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3690:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3690:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3691:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3692:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3692:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3697:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3701:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3710:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3715:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3716:	Avoid excessively long variable names like validIncomeLossFrmHouse
com/tin/tds/lower/SalaryDetailValidation.java:3717:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3717:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3719:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3720:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3720:	The String literal "Income ( including loss from house property) under any head other than income under the head 'salaries' offered for TDS [section 192(2B)]" appears 6 times in this file; the first occurrence is on line 3,720
com/tin/tds/lower/SalaryDetailValidation.java:3723:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3724:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3724:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3724:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3725:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3729:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3730:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3733:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3733:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3735:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3739:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3739:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3742:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3747:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3751:	Avoid excessively long variable names like validGrossTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:3752:	Avoid excessively long variable names like validGrossTotIncome2
com/tin/tds/lower/SalaryDetailValidation.java:3753:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3753:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3756:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3756:	The String literal "Gross Total Income" appears 6 times in this file; the first occurrence is on line 3,756
com/tin/tds/lower/SalaryDetailValidation.java:3760:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3764:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3764:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3764:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3764:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3766:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3769:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3769:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3773:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3778:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3780:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3782:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:3784:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3785:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3785:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3785:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3786:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3787:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3787:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3792:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3796:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3807:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3812:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3817:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3817:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3819:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3820:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3820:	The String literal "Last Gross Total Income " appears 6 times in this file; the first occurrence is on line 3,820
com/tin/tds/lower/SalaryDetailValidation.java:3822:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3823:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3826:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3826:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3826:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3828:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3832:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3832:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3836:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3840:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:3841:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3845:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3849:	Avoid excessively long variable names like validCountDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:3850:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3850:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3852:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3853:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3856:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3857:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3857:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3857:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3858:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3862:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3863:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3864:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3864:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3868:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3870:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3871:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3876:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3880:	Avoid excessively long variable names like validGrossTotDeducteeChapVIDetails
com/tin/tds/lower/SalaryDetailValidation.java:3881:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3881:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3883:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3884:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3884:	The String literal "Gross Total of 'Amount deductible under provisions of chapter VI-A' under  associated ' Salary Details  - Chapter VIA Detail" appears 6 times in this file; the first occurrence is on line 3,884
com/tin/tds/lower/SalaryDetailValidation.java:3887:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3888:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3888:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3888:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3889:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3893:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3894:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3897:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3897:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3897:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3897:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3899:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3903:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3903:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3906:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3911:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3911:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3911:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3911:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3920:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3930:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3934:	Avoid excessively long variable names like validTotTaxableIncome
com/tin/tds/lower/SalaryDetailValidation.java:3935:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3935:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3937:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3938:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3938:	The String literal "Total Taxable Income " appears 5 times in this file; the first occurrence is on line 3,938
com/tin/tds/lower/SalaryDetailValidation.java:3941:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3942:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3942:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3942:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3943:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3947:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3948:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3951:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:3951:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3951:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3951:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3953:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3957:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:3957:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3961:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3961:	The String literal "Total Taxable Income" appears 4 times in this file; the first occurrence is on line 3,961
com/tin/tds/lower/SalaryDetailValidation.java:3969:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:3970:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:3970:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3970:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3970:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3972:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3974:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:3974:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3974:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3976:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3981:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3982:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3982:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3982:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:3983:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3984:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3984:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3989:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:3993:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4001:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4005:	Avoid excessively long variable names like validIncomeTaxOnTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:4006:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4006:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4008:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4009:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4009:	The String literal "Income Tax on Total Income" appears 7 times in this file; the first occurrence is on line 4,009
com/tin/tds/lower/SalaryDetailValidation.java:4012:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4013:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4013:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4013:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4014:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4018:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4019:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4022:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4022:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4022:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4022:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4024:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4028:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4028:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4032:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4038:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4038:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4043:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4047:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4060:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4065:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4065:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4067:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4068:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4068:	The String literal "Surcharge" appears 6 times in this file; the first occurrence is on line 4,068
com/tin/tds/lower/SalaryDetailValidation.java:4071:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4072:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4072:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4072:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4073:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4077:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4078:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4081:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4081:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4081:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4081:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4083:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4087:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4087:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4091:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4099:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4099:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4120:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4121:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4121:	The String literal "Education Cess" appears 7 times in this file; the first occurrence is on line 4,121
com/tin/tds/lower/SalaryDetailValidation.java:4124:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4125:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4125:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4125:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4126:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4130:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4131:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4134:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4134:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4141:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4141:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4145:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4149:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4149:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4152:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4162:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4166:	Avoid excessively long variable names like validIncomeTaxRelief
com/tin/tds/lower/SalaryDetailValidation.java:4167:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4167:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4169:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4170:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4170:	The String literal "Income Tax Relief u/s 89 when salary etc is paid in arrear or advance" appears 6 times in this file; the first occurrence is on line 4,170
com/tin/tds/lower/SalaryDetailValidation.java:4173:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4179:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4180:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4183:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4183:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4185:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4189:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4189:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4193:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4199:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4203:	Avoid excessively long variable names like validNetTaxPayable
com/tin/tds/lower/SalaryDetailValidation.java:4204:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4204:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4206:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4207:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4207:	The String literal "Net Income Tax payable (368+370+371-(369+372))" appears 7 times in this file; the first occurrence is on line 4,207
com/tin/tds/lower/SalaryDetailValidation.java:4210:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4212:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4216:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4217:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4220:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4220:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4226:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4226:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4236:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4239:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4239:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:4240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4241:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4242:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4243:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4245:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4246:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4247:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4248:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4253:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4256:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4264:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4269:	Avoid excessively long variable names like validTotTDSWholeYear
com/tin/tds/lower/SalaryDetailValidation.java:4270:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4270:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4272:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4273:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4273:	The String literal "Total Amount of Tax Deducted at source for the whole year" appears 6 times in this file; the first occurrence is on line 4,273
com/tin/tds/lower/SalaryDetailValidation.java:4276:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4277:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4277:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4277:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4278:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4282:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4283:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4286:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4286:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4286:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4286:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4288:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4293:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4293:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4297:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4303:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4308:	Avoid excessively long variable names like validShortfallExcessTaxDeduc
com/tin/tds/lower/SalaryDetailValidation.java:4308:	Avoid unused local variables such as 'validShortfallExcessTaxDeduc'.
com/tin/tds/lower/SalaryDetailValidation.java:4309:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4309:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4311:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4312:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4312:	The String literal "Shortfall in tax deduction(+)/Excess tax deduction(-) [373 - 376]" appears 7 times in this file; the first occurrence is on line 4,312
com/tin/tds/lower/SalaryDetailValidation.java:4315:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4317:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4321:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4322:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4325:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:4325:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4325:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4325:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4331:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4331:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4335:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4341:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4342:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4342:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4342:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:4343:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4344:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4344:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4354:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4357:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4365:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4370:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4370:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4371:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:4374:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4376:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4381:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4383:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4384:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4387:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4392:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4392:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4393:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:4396:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4397:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4398:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4403:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4405:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4406:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4409:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4414:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4414:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4415:	Avoid empty if statements
com/tin/tds/lower/SalaryDetailValidation.java:4418:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:4419:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4419:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4419:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4420:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4427:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4428:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4431:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4436:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4437:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:4439:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4442:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4445:	Avoid excessively long variable names like doubValSummationGrossTotIncome
com/tin/tds/lower/SalaryDetailValidation.java:4445:	Local variable 'doubValSummationGrossTotIncome' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4448:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4451:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:4456:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4456:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4456:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4458:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4464:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4467:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4467:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4467:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4469:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4474:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4477:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4477:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4477:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4479:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4482:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4482:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4482:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4484:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4487:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4487:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4487:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4489:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4492:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4492:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4492:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4494:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4497:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4499:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4502:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4502:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4502:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4504:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4508:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4508:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4508:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4510:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4513:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4513:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4513:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4516:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4520:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4520:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4520:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4522:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4526:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4526:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4526:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4528:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4532:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4532:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4532:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4534:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4538:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4538:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4538:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4540:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4544:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4544:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4544:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4546:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4550:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4550:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4550:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4552:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4556:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4556:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4556:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4558:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4562:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4562:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4562:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4564:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4568:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4568:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4568:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4570:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4573:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4573:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4573:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4575:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4578:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4578:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4578:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4580:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4583:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4583:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4583:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4585:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4590:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4593:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4595:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4598:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4600:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4603:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4603:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4603:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4605:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4658:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4658:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4658:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4660:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4667:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/SalaryDetailValidation.java:4667:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/SalaryDetailValidation.java:4672:	Avoid unnecessary return statements
com/tin/tds/lower/SalaryDetailValidation.java:4679:	Comment is too large: Too many lines
com/tin/tds/lower/SalaryDetailValidation.java:4689:	Parameter 'v_upload_Type' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4689:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/SalaryDetailValidation.java:4690:	Parameter 'LineNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4690:	Parameter 'Str_Buffer' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4691:	Avoid excessively long variable names like currentlocalSDNumber
com/tin/tds/lower/SalaryDetailValidation.java:4691:	Parameter 'addErrMsg' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4691:	Parameter 'currentlocalSDNumber' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4691:	Parameter 'fieldValue' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4693:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4693:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4724:	Avoid really long methods.
com/tin/tds/lower/SalaryDetailValidation.java:4724:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/SalaryDetailValidation.java:4724:	The method 'validateSection16' has a Cyclomatic Complexity of 66.
com/tin/tds/lower/SalaryDetailValidation.java:4724:	The method 'validateSection16' has a Modified Cyclomatic Complexity of 47.
com/tin/tds/lower/SalaryDetailValidation.java:4725:	Parameter 'Section16' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4726:	Parameter 'LineCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4727:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4728:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:4728:	Parameter 'DeducteeDetailRecNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4729:	Parameter 'Sec16Count' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4730:	Parameter 'Sec16TotalAmount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4731:	Avoid excessively long variable names like section16ValidCount
com/tin/tds/lower/SalaryDetailValidation.java:4731:	Parameter 'section16ValidCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4732:	Parameter 'paperReturnFile' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4733:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4734:	Parameter 'v_upload_Type' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4736:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/SalaryDetailValidation.java:4741:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/SalaryDetailValidation.java:4742:	Avoid excessively long variable names like Count_Section16_fields
com/tin/tds/lower/SalaryDetailValidation.java:4752:	Avoid excessively long variable names like Sec16_DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:4755:	Avoid excessively long variable names like Sec16_DeductionAmount
com/tin/tds/lower/SalaryDetailValidation.java:4756:	Avoid unused local variables such as 'Sec16_Hash'.
com/tin/tds/lower/SalaryDetailValidation.java:4758:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:4758:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/SalaryDetailValidation.java:4758:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4760:	Local variable 'st_DD_Sec16' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4765:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:4768:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4768:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4768:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:4768:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:4773:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4789:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4791:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4793:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:4798:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:4831:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4833:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4835:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:4840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4840:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4842:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4845:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4845:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4849:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4852:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4854:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4859:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4865:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4867:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4869:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4869:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4871:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4876:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4876:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4878:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4880:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4880:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4884:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4886:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4888:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4893:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4898:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4898:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4900:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4900:	The String literal "Salary Detail Record No" appears 8 times in this file; the first occurrence is on line 4,900
com/tin/tds/lower/SalaryDetailValidation.java:4903:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4903:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4907:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4910:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4912:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4918:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4924:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4924:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4926:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4926:	The String literal "Salary Detail  - Section 16 Details Record No" appears 4 times in this file; the first occurrence is on line 4,926
com/tin/tds/lower/SalaryDetailValidation.java:4928:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4928:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4932:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4934:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4936:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4941:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4949:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4949:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4951:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4951:	The String literal "section 16 section ID" appears 4 times in this file; the first occurrence is on line 4,951
com/tin/tds/lower/SalaryDetailValidation.java:4953:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:4953:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4957:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4957:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4968:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4968:	These nested if statements could be combined
com/tin/tds/lower/SalaryDetailValidation.java:4971:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4975:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:4977:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4984:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4984:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:4987:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:4992:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:5000:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5006:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5006:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5008:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5008:	The String literal "Total Deduction under section 16" appears 5 times in this file; the first occurrence is on line 5,008
com/tin/tds/lower/SalaryDetailValidation.java:5013:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:5013:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:5013:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5013:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5021:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5021:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5025:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5031:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5046:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:5048:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:5052:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5055:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5060:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/SalaryDetailValidation.java:5060:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/SalaryDetailValidation.java:5065:	Avoid unnecessary return statements
com/tin/tds/lower/SalaryDetailValidation.java:5069:	Avoid really long methods.
com/tin/tds/lower/SalaryDetailValidation.java:5069:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/SalaryDetailValidation.java:5069:	The method 'validateSectionVIA' has a Cyclomatic Complexity of 75.
com/tin/tds/lower/SalaryDetailValidation.java:5069:	The method 'validateSectionVIA' has a Modified Cyclomatic Complexity of 49.
com/tin/tds/lower/SalaryDetailValidation.java:5069:	The method validateSectionVIA() has an NPath complexity of 687502337
com/tin/tds/lower/SalaryDetailValidation.java:5070:	Parameter 'SectionVIA' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5071:	Parameter 'lineCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5072:	Parameter 'BH_BatchNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5073:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:5073:	Parameter 'DeducteeDetailRecNo' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5074:	Parameter 'SecVIACount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5075:	Parameter 'SecVIATotalAmount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5076:	Parameter 'SecVIAValidCount' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5077:	Parameter 'paperReturnFile' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5078:	Parameter 'obj_StringBuffer' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5079:	Parameter 'v_upload_Type' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5080:	Parameter 'FinancialYear' is not assigned and could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5081:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/SalaryDetailValidation.java:5086:	Avoid excessively long variable names like Count_SectionVIA_fields
com/tin/tds/lower/SalaryDetailValidation.java:5087:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/SalaryDetailValidation.java:5096:	Avoid excessively long variable names like SecVIA_DeducteeDetailRecNo
com/tin/tds/lower/SalaryDetailValidation.java:5099:	Avoid excessively long variable names like totalDeductibleAmountSecVIA
com/tin/tds/lower/SalaryDetailValidation.java:5101:	Avoid excessively long variable names like totalGrossAmountSecVIA
com/tin/tds/lower/SalaryDetailValidation.java:5102:	Avoid excessively long variable names like totalQualifyingAmountSecVIA
com/tin/tds/lower/SalaryDetailValidation.java:5103:	Avoid unused local variables such as 'SecVIA_Hash'.
com/tin/tds/lower/SalaryDetailValidation.java:5105:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/SalaryDetailValidation.java:5105:	Avoid excessively long variable names like obj_FieldValidation
com/tin/tds/lower/SalaryDetailValidation.java:5105:	Local variable 'obj_FieldValidation' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5107:	Local variable 'st_DD_SecVIA' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5112:	Local variable 'val' could be declared final
com/tin/tds/lower/SalaryDetailValidation.java:5115:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/SalaryDetailValidation.java:5115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5115:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/SalaryDetailValidation.java:5115:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:5120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5136:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5138:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:5144:	Switch statements should have a default label
com/tin/tds/lower/SalaryDetailValidation.java:5184:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5186:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5188:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/SalaryDetailValidation.java:5192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5194:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5197:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5197:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5201:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5204:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5206:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5229:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5231:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5231:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5235:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5237:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5239:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5248:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5248:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5250:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5253:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5253:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5257:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5260:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5268:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5273:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5273:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5275:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5275:	The String literal "Salary Detail - Chapter VI -A Details Record No" appears 4 times in this file; the first occurrence is on line 5,275
com/tin/tds/lower/SalaryDetailValidation.java:5277:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5277:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5281:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5283:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/SalaryDetailValidation.java:5299:	The String literal "Chapter VI-A Section ID" appears 4 times in this file; the first occurrence is on line 5,299
com/tin/tds/lower/SalaryDetailValidation.java:5303:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5313:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:5330:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/SalaryDetailValidation.java:5343:	Avoid excessively long variable names like validSecVIATotAmount
com/tin/tds/lower/SalaryDetailValidation.java:5346:	The String literal "Total Deductible amount under Chapter VI-A" appears 6 times in this file; the first occurrence is on line 5,346
com/tin/tds/lower/SalaryDetailValidation.java:5349:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/SalaryDetailValidation.java:5354:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/SalaryDetailValidation.java:5361:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:5363:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:5378:	Position literals first in String comparisons
com/tin/tds/lower/SalaryDetailValidation.java:5380:	Comment is too large: Line too long
com/tin/tds/lower/SalaryDetailValidation.java:5411:	Useless parentheses.
com/tin/tds/lower/SalaryDetailValidation.java:5433:	A catch statement that catches an exception only to rethrow it should be avoided.
com/tin/tds/lower/SalaryDetailValidation.java:5433:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/SalaryDetailValidation.java:5439:	Avoid unnecessary return statements
com/tin/tds/lower/SalaryDetailValidation.java:5442:	publicMethodCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:11:	Avoid unused imports such as 'java.util.StringTokenizer'
com/tin/tds/lower/StringBufferTemp.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:23:	Private field 'maxErrorCount' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/StringBufferTemp.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:26:	Private field 'maxPANCount' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/StringBufferTemp.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:28:	Avoid using redundant field initializer for 'errorBufferString'
com/tin/tds/lower/StringBufferTemp.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:28:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/StringBufferTemp.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:29:	Avoid excessively long variable names like panStatBufferString
com/tin/tds/lower/StringBufferTemp.java:29:	Avoid using redundant field initializer for 'panStatBufferString'
com/tin/tds/lower/StringBufferTemp.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:29:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/StringBufferTemp.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:31:	Avoid using redundant field initializer for 'fileOpened'
com/tin/tds/lower/StringBufferTemp.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:32:	Avoid using redundant field initializer for 'panStatFileOpened'
com/tin/tds/lower/StringBufferTemp.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:33:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/tds/lower/StringBufferTemp.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:34:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/tds/lower/StringBufferTemp.java:34:	Avoid using redundant field initializer for 'appedHtmlErrorFileFooter'
com/tin/tds/lower/StringBufferTemp.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:40:	Avoid excessively long variable names like electronicwarningCount
com/tin/tds/lower/StringBufferTemp.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:41:	Private field 'maxWarningCount' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/StringBufferTemp.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:43:	Avoid excessively long variable names like warningBufferStringPaperReturn
com/tin/tds/lower/StringBufferTemp.java:43:	Avoid using redundant field initializer for 'warningBufferStringPaperReturn'
com/tin/tds/lower/StringBufferTemp.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:43:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/StringBufferTemp.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:44:	Avoid excessively long variable names like warningBufferStringElectronicReturn
com/tin/tds/lower/StringBufferTemp.java:44:	Avoid using redundant field initializer for 'warningBufferStringElectronicReturn'
com/tin/tds/lower/StringBufferTemp.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:44:	StringBuffers can grow quite a lot, and so may become a source of memory leak (if the owning class has a long life time).
com/tin/tds/lower/StringBufferTemp.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:45:	Avoid excessively long variable names like paperRetWarFileOpened
com/tin/tds/lower/StringBufferTemp.java:45:	Avoid using redundant field initializer for 'paperRetWarFileOpened'
com/tin/tds/lower/StringBufferTemp.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:46:	Avoid excessively long variable names like electronicRetWarFileOpened
com/tin/tds/lower/StringBufferTemp.java:46:	Avoid using redundant field initializer for 'electronicRetWarFileOpened'
com/tin/tds/lower/StringBufferTemp.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:47:	Avoid excessively long variable names like appedHtmlWarningFileHeader
com/tin/tds/lower/StringBufferTemp.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:48:	Avoid excessively long variable names like appedHtmlWarningFileFooter
com/tin/tds/lower/StringBufferTemp.java:48:	Avoid using redundant field initializer for 'appedHtmlWarningFileFooter'
com/tin/tds/lower/StringBufferTemp.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:49:	Avoid excessively long variable names like paperReturnWarningFileName
com/tin/tds/lower/StringBufferTemp.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:49:	To avoid mistakes add a comment at the beginning of the paperReturnWarningFileName field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:49:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:50:	Avoid excessively long variable names like electronicReturnWarningFileName
com/tin/tds/lower/StringBufferTemp.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:50:	To avoid mistakes add a comment at the beginning of the electronicReturnWarningFileName field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:51:	To avoid mistakes add a comment at the beginning of the fileName field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:53:	To avoid mistakes add a comment at the beginning of the obj_FileGenerator field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:54:	To avoid mistakes add a comment at the beginning of the errorFileName field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/StringBufferTemp.java:55:	To avoid mistakes add a comment at the beginning of the panStatFileName field if you want a default access modifier
com/tin/tds/lower/StringBufferTemp.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/StringBufferTemp.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:57:	Document empty constructor
com/tin/tds/lower/StringBufferTemp.java:60:	Parameter 'ERROR_FILE' is not assigned and could be declared final
com/tin/tds/lower/StringBufferTemp.java:76:	Local variable 'inputFileName' could be declared final
com/tin/tds/lower/StringBufferTemp.java:77:	Local variable 'flName' could be declared final
com/tin/tds/lower/StringBufferTemp.java:79:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:84:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:85:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:88:	Parameter 'errorString' is not assigned and could be declared final
com/tin/tds/lower/StringBufferTemp.java:88:	publicMethodCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:95:	System.out.println is used
com/tin/tds/lower/StringBufferTemp.java:95:	The String literal "\t panCounter : " appears 4 times in this file; the first occurrence is on line 95
com/tin/tds/lower/StringBufferTemp.java:96:	System.out.println is used
com/tin/tds/lower/StringBufferTemp.java:100:	Local variable 'paperRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:101:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/StringBufferTemp.java:101:	Local variable 'electronicRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:105:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/tds/lower/StringBufferTemp.java:105:	Local variable 'htmlErrorFileStringBuffer' could be declared final
com/tin/tds/lower/StringBufferTemp.java:109:	System.out.println is used
com/tin/tds/lower/StringBufferTemp.java:110:	Local variable 'htmlErrorFileName' could be declared final
com/tin/tds/lower/StringBufferTemp.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/StringBufferTemp.java:122:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/StringBufferTemp.java:134:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:135:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:138:	Parameter 'panStatistics' is not assigned and could be declared final
com/tin/tds/lower/StringBufferTemp.java:138:	publicMethodCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:142:	System.out.println is used
com/tin/tds/lower/StringBufferTemp.java:143:	System.out.println is used
com/tin/tds/lower/StringBufferTemp.java:154:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/StringBufferTemp.java:166:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:167:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:170:	Parameter 'warningString' is not assigned and could be declared final
com/tin/tds/lower/StringBufferTemp.java:170:	publicMethodCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:173:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:174:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:176:	Comment is too large: Line too long
com/tin/tds/lower/StringBufferTemp.java:179:	Useless parentheses.
com/tin/tds/lower/StringBufferTemp.java:186:	Local variable 'paperRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:187:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/StringBufferTemp.java:187:	Local variable 'electronicRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:189:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/tds/lower/StringBufferTemp.java:189:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/tds/lower/StringBufferTemp.java:193:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/StringBufferTemp.java:203:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/StringBufferTemp.java:220:	Parameter 'warningString' is not assigned and could be declared final
com/tin/tds/lower/StringBufferTemp.java:220:	publicMethodCommentRequirement Required
com/tin/tds/lower/StringBufferTemp.java:222:	Useless parentheses.
com/tin/tds/lower/StringBufferTemp.java:229:	Local variable 'paperRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:230:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/StringBufferTemp.java:230:	Local variable 'electronicRetWarFile' could be declared final
com/tin/tds/lower/StringBufferTemp.java:232:	Avoid excessively long variable names like htmlWarningFileStringBuffer
com/tin/tds/lower/StringBufferTemp.java:232:	Local variable 'htmlWarningFileStringBuffer' could be declared final
com/tin/tds/lower/StringBufferTemp.java:236:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/StringBufferTemp.java:246:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/StringBufferTemp.java:285:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:3:	Comment is too large: Too many lines
com/tin/tds/lower/bean/FileStatistics.java:13:	Avoid unused imports such as 'java.util.ArrayList'
com/tin/tds/lower/bean/FileStatistics.java:18:	Classes implementing Serializable should set a serialVersionUID
com/tin/tds/lower/bean/FileStatistics.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:22:	Avoid excessively long variable names like Name_of_Last_Deductor
com/tin/tds/lower/bean/FileStatistics.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:24:	The field name indicates a constant but its modifiers do not
com/tin/tds/lower/bean/FileStatistics.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:32:	Avoid excessively long variable names like No_of_Deductee_Records
com/tin/tds/lower/bean/FileStatistics.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:34:	Avoid excessively long variable names like Total_Amount_paid_credited_Org_Mode
com/tin/tds/lower/bean/FileStatistics.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:35:	Avoid excessively long variable names like Total_Amount_paid_credited_Updt_Mode
com/tin/tds/lower/bean/FileStatistics.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:36:	Avoid excessively long variable names like Total_Amount_paid_credited_Add_Mode
com/tin/tds/lower/bean/FileStatistics.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:38:	Avoid excessively long variable names like Total_Amount_deposited_Org_Mode
com/tin/tds/lower/bean/FileStatistics.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:39:	Avoid excessively long variable names like Total_Amount_deposited_Updt_Mode
com/tin/tds/lower/bean/FileStatistics.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:40:	Avoid excessively long variable names like Total_Amount_deposited_Add_Mode
com/tin/tds/lower/bean/FileStatistics.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:41:	Avoid excessively long variable names like Total_Amount_deposited_Del_Mode
com/tin/tds/lower/bean/FileStatistics.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:43:	Avoid excessively long variable names like Total_Tax_Deducted_Org_Mode
com/tin/tds/lower/bean/FileStatistics.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:44:	Avoid excessively long variable names like Total_Tax_Deducted_Updt_Mode
com/tin/tds/lower/bean/FileStatistics.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:45:	Avoid excessively long variable names like Total_Tax_Deducted_Add_Mode
com/tin/tds/lower/bean/FileStatistics.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:46:	Avoid excessively long variable names like Total_Tax_Deducted_Del_Mode
com/tin/tds/lower/bean/FileStatistics.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:49:	Avoid excessively long variable names like No_of_Accepted_Challans
com/tin/tds/lower/bean/FileStatistics.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:50:	Avoid excessively long variable names like Total_Challan_Amount
com/tin/tds/lower/bean/FileStatistics.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:52:	Avoid excessively long variable names like No_of_Salary_Detail
com/tin/tds/lower/bean/FileStatistics.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:53:	Avoid excessively long variable names like Total_Income_As_Per_SD
com/tin/tds/lower/bean/FileStatistics.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:55:	Avoid excessively long variable names like No_of_PAN_NotAvailabble
com/tin/tds/lower/bean/FileStatistics.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:64:	Avoid excessively long variable names like No_of_sal_PAN_Applied
com/tin/tds/lower/bean/FileStatistics.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:65:	Avoid excessively long variable names like No_of_sal_PAN_Invalid
com/tin/tds/lower/bean/FileStatistics.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:66:	Avoid excessively long variable names like No_of_sal_PAN_NotAvailabble
com/tin/tds/lower/bean/FileStatistics.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:67:	Avoid excessively long variable names like No_of_Valid_Sal_Pan
com/tin/tds/lower/bean/FileStatistics.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:70:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:73:	Avoid excessively long variable names like Total_Value_of_Purchase
com/tin/tds/lower/bean/FileStatistics.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:78:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:79:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:80:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:81:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:83:	Avoid excessively long variable names like Current_Upload_Type
com/tin/tds/lower/bean/FileStatistics.java:83:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:84:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:85:	Avoid excessively long variable names like challan_Tender_date
com/tin/tds/lower/bean/FileStatistics.java:85:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:86:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:87:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:88:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:91:	Avoid using redundant field initializer for 'cinFileName'
com/tin/tds/lower/bean/FileStatistics.java:91:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:92:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:93:	Avoid using redundant field initializer for 'cinUploadFlag'
com/tin/tds/lower/bean/FileStatistics.java:93:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:96:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:97:	Avoid excessively long variable names like transferVoucherCount
com/tin/tds/lower/bean/FileStatistics.java:97:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:98:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:99:	Avoid excessively long variable names like transferVoucherAmount
com/tin/tds/lower/bean/FileStatistics.java:99:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:100:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:103:	Avoid excessively long variable names like totalCINMatchChallan
com/tin/tds/lower/bean/FileStatistics.java:103:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:104:	Avoid excessively long variable names like totalCINNotMathcedChallan
com/tin/tds/lower/bean/FileStatistics.java:104:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:105:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:108:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:113:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:123:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:128:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:138:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:143:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:148:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:153:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:158:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:163:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:168:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:168:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:173:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:173:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:178:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:178:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:183:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:183:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:188:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:188:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:193:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:193:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:198:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:198:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:203:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:203:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:208:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:208:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:213:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:213:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:218:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:218:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:223:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:223:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:228:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:233:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:238:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:243:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:243:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:248:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:248:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:253:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:253:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:258:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:263:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:268:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:268:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:273:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:273:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:278:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:283:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:283:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:288:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:293:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:293:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:298:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:303:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:308:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:308:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:313:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:313:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:318:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:323:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:328:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:333:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:338:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:338:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:343:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:343:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:348:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:348:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:353:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:353:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:358:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:363:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:363:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:368:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:373:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:373:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:378:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:383:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:388:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:393:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:398:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:403:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:403:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:408:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:408:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:413:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:413:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:418:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:418:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:423:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:423:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:428:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:433:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:433:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:438:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:443:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:443:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:448:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:453:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:453:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:458:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:463:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:468:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:473:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:478:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:483:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:488:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:493:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:498:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:503:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:508:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:513:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:513:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:518:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:518:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:523:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:523:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:528:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:528:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:533:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:533:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:538:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:538:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:543:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:543:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:548:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:548:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:553:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:553:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:558:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:558:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:563:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:563:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:568:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:573:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:578:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:578:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:583:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:583:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:599:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:605:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:611:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:611:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:616:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:616:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:621:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:629:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:634:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:639:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:644:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:644:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:649:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:649:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:654:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:654:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:659:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:665:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:669:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:673:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:678:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:682:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:682:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:686:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:686:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:690:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:690:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:694:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:694:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:699:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:699:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:722:	Avoid variables with short names like i
com/tin/tds/lower/bean/FileStatistics.java:722:	Parameter 'i' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:729:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:744:	Avoid variables with short names like i
com/tin/tds/lower/bean/FileStatistics.java:744:	Parameter 'i' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:833:	Avoid variables with short names like c
com/tin/tds/lower/bean/FileStatistics.java:833:	Parameter 'c' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:840:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:847:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:852:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:852:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics.java:859:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:866:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:873:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:880:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:887:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:894:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:901:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:908:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics.java:922:	Parameter 'string' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/FileStatistics27A.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:8:	The field name indicates a constant but its modifiers do not
com/tin/tds/lower/bean/FileStatistics27A.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:17:	Avoid excessively long variable names like Name_Building_Deductor
com/tin/tds/lower/bean/FileStatistics27A.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:18:	Avoid excessively long variable names like Road_Street_Deductor
com/tin/tds/lower/bean/FileStatistics27A.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:20:	Avoid excessively long variable names like Town_City_Deductor
com/tin/tds/lower/bean/FileStatistics27A.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:24:	Avoid excessively long variable names like Telephone_Deductor
com/tin/tds/lower/bean/FileStatistics27A.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:29:	Avoid excessively long variable names like Name_Building_Person
com/tin/tds/lower/bean/FileStatistics27A.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:30:	Avoid excessively long variable names like Road_Street_Person
com/tin/tds/lower/bean/FileStatistics27A.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:40:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:43:	Avoid excessively long variable names like panOfResponsiblePerson
com/tin/tds/lower/bean/FileStatistics27A.java:43:	Parameter 'panOfResponsiblePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:43:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:46:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:47:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:48:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:49:	Avoid excessively long variable names like Tax_Deposited_Amnt
com/tin/tds/lower/bean/FileStatistics27A.java:49:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:51:	Avoid excessively long variable names like Number_Of_Annexures
com/tin/tds/lower/bean/FileStatistics27A.java:51:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:52:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:54:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:55:	Avoid excessively long variable names like Verification_Palce
com/tin/tds/lower/bean/FileStatistics27A.java:55:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:56:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:57:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:58:	Avoid excessively long variable names like Resp_Prsn_Designation
com/tin/tds/lower/bean/FileStatistics27A.java:58:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:60:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:63:	Avoid excessively long variable names like panOfResponsiblePerson
com/tin/tds/lower/bean/FileStatistics27A.java:63:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/bean/FileStatistics27A.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:65:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:68:	Parameter 'taxDedAccNo' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:68:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:71:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:74:	Parameter 'pAN' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:74:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:77:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:80:	Parameter 'financialYear' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:80:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:83:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:86:	Parameter 'assessmentYear' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:86:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:89:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:92:	Parameter 'formNo' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:92:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:95:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:98:	Parameter 'previousPrn' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:98:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:101:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:104:	Parameter 'nameDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:104:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:107:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:110:	Parameter 'typeOfDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:110:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:113:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:116:	Parameter 'branchDivision' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:116:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:119:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:122:	Parameter 'flatNoDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:122:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:125:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:128:	Avoid excessively long variable names like nameBuildingDeductor
com/tin/tds/lower/bean/FileStatistics27A.java:128:	Parameter 'nameBuildingDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:128:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:131:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:134:	Avoid excessively long variable names like roadStreetDeductor
com/tin/tds/lower/bean/FileStatistics27A.java:134:	Parameter 'roadStreetDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:134:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:137:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:140:	Parameter 'areaLocDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:140:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:143:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:146:	Parameter 'townCityDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:146:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:149:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:152:	Parameter 'stateDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:152:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:155:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:158:	Parameter 'pinCodeDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:158:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:161:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:164:	Parameter 'telephoneDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:164:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:167:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:170:	Parameter 'emailDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:170:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:173:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:176:	Parameter 'namePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:176:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:179:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:182:	Parameter 'flatNoPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:182:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:185:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:188:	Avoid excessively long variable names like nameBuildingPerson
com/tin/tds/lower/bean/FileStatistics27A.java:188:	Parameter 'nameBuildingPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:188:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:191:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:194:	Parameter 'roadStreetPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:194:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:197:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:200:	Parameter 'areaLocPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:200:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:203:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:206:	Parameter 'townCityPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:206:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:209:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:212:	Parameter 'statePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:212:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:215:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:218:	Parameter 'pinCodePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:218:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:221:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:224:	Parameter 'telephonePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:224:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:227:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:230:	Parameter 'returnType' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:230:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:233:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:236:	Parameter 'noDeductee' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:236:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:239:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:242:	Parameter 'amountPaid' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:242:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:245:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:248:	Parameter 'taxDeducted' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:248:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:251:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:254:	Parameter 'taxDepositedAmnt' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:254:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:257:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:260:	Parameter 'numberOfAnnexures' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:260:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:263:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:266:	Parameter 'otherInformation' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:266:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:269:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:272:	Parameter 'verificationName' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:272:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:275:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:278:	Parameter 'verificationPalce' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:278:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:281:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:284:	Parameter 'verificationDate' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:284:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:287:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:290:	Parameter 'respPrsnSign' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:290:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:293:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:296:	Avoid excessively long variable names like respPrsnDesignation
com/tin/tds/lower/bean/FileStatistics27A.java:296:	Parameter 'respPrsnDesignation' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:296:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:299:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:302:	Parameter 'emailPerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:302:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:305:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:308:	Parameter 'period' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:308:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:311:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:314:	Parameter 'filehash' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:314:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:317:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:320:	Parameter 'stdCodeDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:320:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:323:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/FileStatistics27A.java:326:	Parameter 'stdCodePerson' is not assigned and could be declared final
com/tin/tds/lower/bean/FileStatistics27A.java:326:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:7:	Each class should declare at least one constructor
com/tin/tds/lower/bean/PDFFileStatisticData.java:7:	headerCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:9:	Avoid variables with short names like sf
com/tin/tds/lower/bean/PDFFileStatisticData.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:10:	Avoid variables with short names like df
com/tin/tds/lower/bean/PDFFileStatisticData.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:12:	Avoid using redundant field initializer for 'noOfDeductee'
com/tin/tds/lower/bean/PDFFileStatisticData.java:12:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/PDFFileStatisticData.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:13:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/PDFFileStatisticData.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/PDFFileStatisticData.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:16:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/PDFFileStatisticData.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:19:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:22:	Parameter 'transactionType' is not assigned and could be declared final
com/tin/tds/lower/bean/PDFFileStatisticData.java:22:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:29:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:32:	Parameter 'noOfDeductee' is not assigned and could be declared final
com/tin/tds/lower/bean/PDFFileStatisticData.java:32:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:47:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:50:	Parameter 'amtPaid' is not assigned and could be declared final
com/tin/tds/lower/bean/PDFFileStatisticData.java:50:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/PDFFileStatisticData.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/PDFFileStatisticData.java:65:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:68:	Parameter 'taxDeducted' is not assigned and could be declared final
com/tin/tds/lower/bean/PDFFileStatisticData.java:68:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/PDFFileStatisticData.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/PDFFileStatisticData.java:83:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:86:	Parameter 'taxDeposited' is not assigned and could be declared final
com/tin/tds/lower/bean/PDFFileStatisticData.java:86:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/PDFFileStatisticData.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/PDFFileStatisticData.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:7:	Each class should declare at least one constructor
com/tin/tds/lower/bean/RAWFileStatisticData.java:7:	headerCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:9:	Avoid variables with short names like sf
com/tin/tds/lower/bean/RAWFileStatisticData.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:10:	Avoid variables with short names like df
com/tin/tds/lower/bean/RAWFileStatisticData.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:21:	Avoid excessively long variable names like grossTDSTotalAsPerChallan
com/tin/tds/lower/bean/RAWFileStatisticData.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:22:	Avoid excessively long variable names like countOfSalaryDetailRec
com/tin/tds/lower/bean/RAWFileStatisticData.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:23:	Avoid excessively long variable names like grossTotalIncomeSD
com/tin/tds/lower/bean/RAWFileStatisticData.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:25:	Avoid excessively long variable names like challanAmountAsPerChallan
com/tin/tds/lower/bean/RAWFileStatisticData.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:26:	Avoid excessively long variable names like statTransferVoucherCount
com/tin/tds/lower/bean/RAWFileStatisticData.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:27:	Avoid excessively long variable names like transferAmountAsPerTV
com/tin/tds/lower/bean/RAWFileStatisticData.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:30:	Avoid excessively long variable names like totalChallanforCINCheck
com/tin/tds/lower/bean/RAWFileStatisticData.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:31:	Avoid excessively long variable names like totalChallanforCINCheck2
com/tin/tds/lower/bean/RAWFileStatisticData.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:32:	Avoid excessively long variable names like statTotalNoOfDDRec
com/tin/tds/lower/bean/RAWFileStatisticData.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:34:	Avoid excessively long variable names like statCntTaxDeductedAtHighRate
com/tin/tds/lower/bean/RAWFileStatisticData.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/RAWFileStatisticData.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:37:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:40:	Parameter 'countOfChallanRec' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:40:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:46:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:49:	Parameter 'formNo' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:49:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:52:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:55:	Parameter 'transactionType' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:55:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:61:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:64:	Parameter 'tan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:64:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:70:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:73:	Parameter 'lastTan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:73:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:79:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:82:	Parameter 'pan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:82:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:88:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:91:	Parameter 'assYear' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:91:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:94:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:97:	Parameter 'finYear' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:97:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:103:	Parameter 'period' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:103:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:109:	Parameter 'employerName' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:109:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:115:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:118:	Avoid excessively long variable names like grossTDSTotalAsPerChallan
com/tin/tds/lower/bean/RAWFileStatisticData.java:118:	Parameter 'grossTDSTotalAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:127:	Avoid excessively long variable names like countOfSalaryDetailRec
com/tin/tds/lower/bean/RAWFileStatisticData.java:127:	Parameter 'countOfSalaryDetailRec' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:127:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:136:	Avoid excessively long variable names like grossTotalIncomeSD
com/tin/tds/lower/bean/RAWFileStatisticData.java:136:	Parameter 'grossTotalIncomeSD' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:142:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:145:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:156:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:159:	Avoid excessively long variable names like challanAmountAsPerChallan
com/tin/tds/lower/bean/RAWFileStatisticData.java:159:	Parameter 'challanAmountAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:159:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:168:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:168:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:172:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:175:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:186:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:189:	Avoid excessively long variable names like transferAmountAsPerTV
com/tin/tds/lower/bean/RAWFileStatisticData.java:189:	Parameter 'transferAmountAsPerTV' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:189:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:203:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:206:	Parameter 'typeOfChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:206:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:213:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:216:	Parameter 'matchChallanCount' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:216:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:219:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:222:	Avoid excessively long variable names like totalChallanforCINCheck
com/tin/tds/lower/bean/RAWFileStatisticData.java:222:	Parameter 'totalChallanforCINCheck' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:222:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:225:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:228:	Avoid excessively long variable names like totalChallanforCINCheck2
com/tin/tds/lower/bean/RAWFileStatisticData.java:228:	Parameter 'totalChallanforCINCheck2' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:228:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:231:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:234:	Avoid excessively long variable names like statTotalNoOfDDRec
com/tin/tds/lower/bean/RAWFileStatisticData.java:234:	Parameter 'statTotalNoOfDDRec' is not assigned and could be declared final
com/tin/tds/lower/bean/RAWFileStatisticData.java:234:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:250:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:253:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:260:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:260:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:263:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:266:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/RAWFileStatisticData.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/RAWFileStatisticData.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:7:	Each class should declare at least one constructor
com/tin/tds/lower/bean/SAMBatchData.java:7:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/bean/SAMBatchData.java:7:	headerCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:9:	Avoid variables with short names like sf
com/tin/tds/lower/bean/SAMBatchData.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:10:	Avoid variables with short names like df
com/tin/tds/lower/bean/SAMBatchData.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:13:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:14:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:17:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:29:	Avoid excessively long variable names like totalValueOfPurchase
com/tin/tds/lower/bean/SAMBatchData.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:33:	Avoid excessively long variable names like unmatchChallanCount
com/tin/tds/lower/bean/SAMBatchData.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:34:	Avoid excessively long variable names like totTaxableIncome340344
com/tin/tds/lower/bean/SAMBatchData.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMBatchData.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:38:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:41:	Parameter 'batchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:41:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:44:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:47:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:48:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:48:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:50:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:53:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:54:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:54:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:56:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:59:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:62:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:65:	Parameter 'lastTan' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:65:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:71:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:74:	Parameter 'ddAmtOriginal' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:74:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:87:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:90:	Parameter 'ddAmtUpdated' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:90:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:103:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:106:	Parameter 'ddAmtAdded' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:119:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:122:	Parameter 'totIcnTaxDedOrg' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:122:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:135:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:138:	Parameter 'totIcnTaxDedUpd' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:138:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:151:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:154:	Parameter 'totIcnTaxDedAdd' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:154:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:167:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:170:	Parameter 'totIcnTaxDedDel' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:170:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:183:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:186:	Parameter 'totTaxDepOrg' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:186:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:195:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:195:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:199:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:202:	Parameter 'totTaxDepUpd' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:202:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:211:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:211:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:215:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:218:	Parameter 'totTaxDepAdd' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:218:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:228:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:228:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:232:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:235:	Parameter 'totTaxDepDel' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:235:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:249:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:252:	Avoid excessively long variable names like totalValueOfPurchase
com/tin/tds/lower/bean/SAMBatchData.java:252:	Parameter 'totalValueOfPurchase' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:252:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:266:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:269:	Parameter 'totalDDRecords' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:269:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:283:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:286:	Parameter 'totalSDRecords' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:286:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:293:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:296:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:309:	Parameter 'dedAtHigherRate' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:309:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:311:	Position literals first in String comparisons
com/tin/tds/lower/bean/SAMBatchData.java:323:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:326:	Avoid excessively long variable names like unmatchChallanCount
com/tin/tds/lower/bean/SAMBatchData.java:326:	Parameter 'unmatchChallanCount' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMBatchData.java:326:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:333:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:336:	Avoid excessively long variable names like totTaxableIncome340344
com/tin/tds/lower/bean/SAMBatchData.java:336:	Avoid reassigning parameters such as 'totTaxableIncome340344'
com/tin/tds/lower/bean/SAMBatchData.java:336:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMBatchData.java:338:	Position literals first in String comparisons
com/tin/tds/lower/bean/SAMBatchData.java:348:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMBatchData.java:348:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:7:	Each class should declare at least one constructor
com/tin/tds/lower/bean/SAMSCMDataBean.java:7:	headerCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:9:	Avoid variables with short names like sf
com/tin/tds/lower/bean/SAMSCMDataBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:10:	Avoid variables with short names like df
com/tin/tds/lower/bean/SAMSCMDataBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:23:	Avoid excessively long variable names like additionTotalAmountPaidCredited
com/tin/tds/lower/bean/SAMSCMDataBean.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMSCMDataBean.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:24:	Avoid excessively long variable names like additionTotalTaxDeducted
com/tin/tds/lower/bean/SAMSCMDataBean.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMSCMDataBean.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:25:	Avoid excessively long variable names like additionTotalAmountDeposited
com/tin/tds/lower/bean/SAMSCMDataBean.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMSCMDataBean.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:26:	Avoid excessively long variable names like totalOfLastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/SAMSCMDataBean.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/bean/SAMSCMDataBean.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:27:	Avoid excessively long variable names like samScmLastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/SAMSCMDataBean.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:33:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:36:	Parameter 'orgRRRNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:36:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:43:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:46:	Parameter 'prevRRRNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:46:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:52:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:55:	Parameter 'empAdd1' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:55:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:61:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:64:	Parameter 'empAdd2' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:64:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:70:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:73:	Parameter 'empAdd3' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:73:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:79:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:82:	Parameter 'empAdd4' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:82:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:88:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:91:	Parameter 'empAdd5' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:91:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:97:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:100:	Parameter 'empState' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:109:	Parameter 'empPin' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:109:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:115:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:118:	Parameter 'dedType' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:127:	Parameter 'approvalTaken' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:127:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:136:	Parameter 'approvalNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:143:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:146:	Parameter 'samScmRrrNum' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:146:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:152:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:155:	Parameter 'samScmRrrDate' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:155:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:161:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:164:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:165:	Avoid excessively long variable names like additionTotalAmountPaidCredited
com/tin/tds/lower/bean/SAMSCMDataBean.java:165:	Parameter 'additionTotalAmountPaidCredited' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:179:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:182:	Avoid excessively long variable names like additionTotalTaxDeducted
com/tin/tds/lower/bean/SAMSCMDataBean.java:182:	Parameter 'additionTotalTaxDeducted' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:182:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:191:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:191:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:195:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:198:	Avoid excessively long variable names like additionTotalAmountDeposited
com/tin/tds/lower/bean/SAMSCMDataBean.java:198:	Parameter 'additionTotalAmountDeposited' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:198:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:211:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:214:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:215:	Avoid excessively long variable names like totalOfLastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/SAMSCMDataBean.java:215:	Parameter 'totalOfLastTotalOfDepositAmountAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:224:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:224:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:228:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:231:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SAMSCMDataBean.java:232:	Avoid excessively long variable names like samScmLastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/SAMSCMDataBean.java:232:	Parameter 'samScmLastTotalIncomeTaxDeductedAtSource' is not assigned and could be declared final
com/tin/tds/lower/bean/SAMSCMDataBean.java:241:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/SAMSCMDataBean.java:241:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/bean/Section16DetailBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/Section16DetailBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:15:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:18:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:18:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:21:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:24:	Parameter 'recordType' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:24:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:27:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:30:	Parameter 'batchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:30:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:33:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:36:	Parameter 'sdRecordNo' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:36:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:39:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:42:	Parameter 'section16Serial' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:42:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:45:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:48:	Parameter 'section16id' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:48:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:51:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:54:	Parameter 'totalDeduction' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:54:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:57:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/Section16DetailBean.java:60:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/tds/lower/bean/Section16DetailBean.java:60:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/SectionVIADetailBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:16:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:19:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:19:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:22:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:25:	Parameter 'recordType' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:25:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:28:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:31:	Parameter 'batchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:31:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:34:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:37:	Parameter 'sdRecordNo' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:37:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:40:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:43:	Parameter 'sectionVIASerial' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:43:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:46:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:49:	Parameter 'sectionVIAID' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:49:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:52:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:55:	Parameter 'totalAmount' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:55:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:58:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/SectionVIADetailBean.java:61:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/tds/lower/bean/SectionVIADetailBean.java:61:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:12:	Avoid excessively long variable names like batchUpdationIndicator
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:36:	Avoid excessively long variable names like employerAddrChange
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:38:	Avoid excessively long variable names like nameofPersonResponsilbleForSal
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:39:	Avoid excessively long variable names like designationofPersonResponsilbleForSal
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:40:	Avoid excessively long variable names like personResponsilbleAddr1
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:41:	Avoid excessively long variable names like personResponsilbleAddr2
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:42:	Avoid excessively long variable names like personResponsilbleAddr3
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:43:	Avoid excessively long variable names like personResponsilbleAddr4
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:44:	Avoid excessively long variable names like personResponsilbleAddr5
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:45:	Avoid excessively long variable names like personResponsilbleState
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:46:	Avoid excessively long variable names like personResponsilblePin
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:47:	Avoid excessively long variable names like personResponsilbleEmailId1
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:49:	Avoid excessively long variable names like personResponsilbleSTDCode
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:50:	Avoid excessively long variable names like personResponsilbleTelePhone
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:51:	Avoid excessively long variable names like personResponsilbleAddrChange
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:52:	Avoid excessively long variable names like grossTdsTotalAsPerChallan
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:53:	Avoid excessively long variable names like unMatchedChalanCnt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:54:	Avoid excessively long variable names like countOfSalaryDetailRec
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:55:	Avoid excessively long variable names like grossTotalIncomeSd
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:62:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:75:	Avoid excessively long variable names like PersonResponsilbleSTDCodeAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:76:	Avoid excessively long variable names like PersonResponsilbleTelePhoneAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:77:	Avoid excessively long variable names like PersonResponsilbleEmailIdAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:78:	The field name indicates a constant but its modifiers do not
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:78:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:82:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:84:	Found 'DD'-anomaly for variable 'outString' (lines '84'-'88').
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:84:	Found 'DD'-anomaly for variable 'outString' (lines '84'-'92').
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:86:	Useless parentheses.
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:103:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:103:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:109:	Parameter 'recordType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:109:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:112:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:115:	Parameter 'batchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:115:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:121:	Parameter 'challanCount' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:121:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:127:	Parameter 'formNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:127:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:130:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:133:	Parameter 'transactionType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:139:	Avoid excessively long variable names like batchUpdationIndicator
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:139:	Parameter 'batchUpdationIndicator' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:139:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:142:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:145:	Parameter 'originalRrrNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:145:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:148:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:151:	Parameter 'previousRrrNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:151:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:154:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:157:	Parameter 'rrrNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:157:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:160:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:163:	Parameter 'rrrDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:163:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:166:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:169:	Parameter 'lastTanOfDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:169:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:172:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:175:	Parameter 'tanOfDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:175:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:178:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:181:	Parameter 'receiptNumber' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:181:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:184:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:187:	Parameter 'panOfDeductor' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:187:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:190:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:193:	Parameter 'assessmentYr' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:193:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:196:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:199:	Parameter 'financialYr' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:199:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:202:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:205:	Parameter 'period' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:205:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:208:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:211:	Parameter 'employerName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:211:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:214:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:217:	Parameter 'employerBranchDiv' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:217:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:220:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:223:	Parameter 'employerAddr1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:223:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:226:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:229:	Parameter 'employerAddr2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:229:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:232:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:235:	Parameter 'employerAddr3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:235:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:238:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:241:	Parameter 'employerAddr4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:241:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:244:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:247:	Parameter 'employerAddr5' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:247:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:250:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:253:	Parameter 'employerState' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:253:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:256:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:259:	Parameter 'employerPin' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:259:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:262:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:265:	Parameter 'employerEmail' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:265:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:268:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:271:	Parameter 'employerStd' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:271:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:274:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:277:	Parameter 'employerPhone' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:277:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:280:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:283:	Avoid excessively long variable names like employerAddrChange
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:283:	Parameter 'employerAddrChange' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:283:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:286:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:289:	Parameter 'deductorType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:289:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:292:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:295:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:296:	Avoid excessively long variable names like nameofPersonResponsilbleForSal
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:296:	Parameter 'nameofPersonResponsilbleForSal' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:299:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:302:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:303:	Avoid excessively long variable names like designationofPersonResponsilbleForSal
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:303:	Parameter 'designationofPersonResponsilbleForSal' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:306:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:309:	Avoid excessively long variable names like personResponsilbleAddr1
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:309:	Parameter 'personResponsilbleAddr1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:309:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:312:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:315:	Avoid excessively long variable names like personResponsilbleAddr2
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:315:	Parameter 'personResponsilbleAddr2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:315:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:318:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:321:	Avoid excessively long variable names like personResponsilbleAddr3
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:321:	Parameter 'personResponsilbleAddr3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:321:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:324:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:327:	Avoid excessively long variable names like personResponsilbleAddr4
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:327:	Parameter 'personResponsilbleAddr4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:327:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:330:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:333:	Avoid excessively long variable names like personResponsilbleAddr5
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:333:	Parameter 'personResponsilbleAddr5' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:333:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:336:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:339:	Avoid excessively long variable names like personResponsilbleState
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:339:	Parameter 'personResponsilbleState' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:339:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:342:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:345:	Avoid excessively long variable names like personResponsilblePin
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:345:	Parameter 'personResponsilblePin' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:345:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:348:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:351:	Avoid excessively long variable names like personResponsilbleEmailId1
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:351:	Parameter 'personResponsilbleEmailId1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:351:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:354:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:357:	Parameter 'mobileNumber' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:357:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:360:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:363:	Avoid excessively long variable names like personResponsilbleSTDCode
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:363:	Parameter 'personResponsilbleSTDCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:363:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:366:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:369:	Avoid excessively long variable names like personResponsilbleTelePhone
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:369:	Parameter 'personResponsilbleTelePhone' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:369:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:372:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:375:	Avoid excessively long variable names like personResponsilbleAddrChange
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:375:	Parameter 'personResponsilbleAddrChange' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:375:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:378:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:381:	Avoid excessively long variable names like grossTdsTotalAsPerChallan
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:381:	Parameter 'grossTdsTotalAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:381:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:384:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:387:	Avoid excessively long variable names like unMatchedChalanCnt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:387:	Parameter 'unMatchedChalanCnt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:387:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:390:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:393:	Avoid excessively long variable names like countOfSalaryDetailRec
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:393:	Parameter 'countOfSalaryDetailRec' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:393:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:396:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:399:	Avoid excessively long variable names like grossTotalIncomeSd
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:399:	Parameter 'grossTotalIncomeSd' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:399:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:402:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:405:	Parameter 'approvalTaken' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:405:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:408:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:411:	Parameter 'approvalNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:411:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:414:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:417:	Parameter 'lastDeductorType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:417:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:420:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:423:	Parameter 'stateName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:423:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:426:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:429:	Parameter 'paoCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:429:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:432:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:435:	Parameter 'ddoCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:435:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:438:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:441:	Parameter 'ministryName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:441:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:444:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:447:	Parameter 'ministryNameOther' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:447:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:450:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:453:	Parameter 'registrationId' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:453:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:456:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:459:	Parameter 'paoRegistrationNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:459:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:462:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:465:	Parameter 'ddoRegistrationNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:465:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:468:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:471:	Parameter 'batchHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:471:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:474:	Parameter 'fileHeader' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:474:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:477:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:483:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:489:	Parameter 'tANRegistrationNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:489:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:495:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:501:	Parameter 'employerSTDAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:501:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:507:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:513:	Parameter 'employerPhoneAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:513:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:519:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:525:	Parameter 'employerEmailAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:525:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:531:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:537:	Avoid excessively long variable names like personResponsilbleSTDCodeAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:537:	Parameter 'personResponsilbleSTDCodeAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:537:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:543:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:549:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:550:	Avoid excessively long variable names like personResponsilbleTelePhoneAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:550:	Parameter 'personResponsilbleTelePhoneAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:556:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:562:	Avoid excessively long variable names like personResponsilbleEmailIdAlt
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:562:	Parameter 'personResponsilbleEmailIdAlt' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:562:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:568:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:574:	Parameter 'aIN' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSBatchHeaderBean.java:574:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/TDSChallanDetailBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:8:	Avoid excessively long variable names like challanDetailRecordNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:9:	Avoid excessively long variable names like countOfDeducteeDetail
com/tin/tds/lower/bean/TDSChallanDetailBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:10:	Avoid excessively long variable names like nillChallanIndicator
com/tin/tds/lower/bean/TDSChallanDetailBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:11:	Avoid excessively long variable names like challanUpdationIndicator
com/tin/tds/lower/bean/TDSChallanDetailBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:17:	Avoid excessively long variable names like lastTransferVoucherNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:19:	Avoid excessively long variable names like lastBankBranchCode
com/tin/tds/lower/bean/TDSChallanDetailBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:21:	Avoid excessively long variable names like lastDateOfBankChallanNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:22:	Avoid excessively long variable names like dateOfBankChallanNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:31:	Avoid excessively long variable names like totalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/TDSChallanDetailBean.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:32:	Avoid excessively long variable names like lastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/TDSChallanDetailBean.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:33:	Avoid excessively long variable names like totalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/bean/TDSChallanDetailBean.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:37:	Avoid excessively long variable names like sumTotalIncTaxDedAtSource
com/tin/tds/lower/bean/TDSChallanDetailBean.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:48:	Avoid excessively long variable names like MinorHeadCodeChaln
com/tin/tds/lower/bean/TDSChallanDetailBean.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:50:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:53:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:53:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:56:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:59:	Parameter 'recType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:59:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:62:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:65:	Parameter 'cHBatchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:65:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:68:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:71:	Avoid excessively long variable names like challanDetailRecordNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:71:	Parameter 'challanDetailRecordNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:71:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:74:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:77:	Avoid excessively long variable names like countOfDeducteeDetail
com/tin/tds/lower/bean/TDSChallanDetailBean.java:77:	Parameter 'countOfDeducteeDetail' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:77:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:80:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:83:	Avoid excessively long variable names like nillChallanIndicator
com/tin/tds/lower/bean/TDSChallanDetailBean.java:83:	Parameter 'nillChallanIndicator' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:83:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:86:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:89:	Avoid excessively long variable names like challanUpdationIndicator
com/tin/tds/lower/bean/TDSChallanDetailBean.java:89:	Parameter 'challanUpdationIndicator' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:89:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:92:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:95:	Parameter 'period' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:95:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:98:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:101:	Parameter 'stmtFromDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:101:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:104:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:107:	Parameter 'stmtToDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:107:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:110:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:113:	Parameter 'lastBankChallanNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:113:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:116:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:119:	Parameter 'bankChallanNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:119:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:122:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:125:	Avoid excessively long variable names like lastTransferVoucherNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:125:	Parameter 'lastTransferVoucherNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:125:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:128:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:131:	Parameter 'transferVoucherNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:131:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:134:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:137:	Avoid excessively long variable names like lastBankBranchCode
com/tin/tds/lower/bean/TDSChallanDetailBean.java:137:	Parameter 'lastBankBranchCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:137:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:140:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:143:	Parameter 'bankBranchCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:143:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:146:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:149:	Avoid excessively long variable names like lastDateOfBankChallanNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:149:	Parameter 'lastDateOfBankChallanNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:149:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:152:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:155:	Avoid excessively long variable names like dateOfBankChallanNo
com/tin/tds/lower/bean/TDSChallanDetailBean.java:155:	Parameter 'dateOfBankChallanNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:155:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:158:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:161:	Parameter 'majorHeadCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:161:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:164:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:167:	Parameter 'minorHeadCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:167:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:170:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:173:	Parameter 'section' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:173:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:176:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:179:	Parameter 'oltasIncomeTax' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:179:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:182:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:185:	Parameter 'oltasSurcharge' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:185:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:188:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:191:	Parameter 'oltasCess' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:191:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:194:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:197:	Parameter 'oltasInterest' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:197:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:200:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:203:	Parameter 'oltasOthers' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:203:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:206:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:209:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:210:	Avoid excessively long variable names like totalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/TDSChallanDetailBean.java:210:	Parameter 'totalOfDepositAmountAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:213:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:216:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:217:	Avoid excessively long variable names like lastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/bean/TDSChallanDetailBean.java:217:	Parameter 'lastTotalOfDepositAmountAsPerChallan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:220:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:223:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:224:	Avoid excessively long variable names like totalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/bean/TDSChallanDetailBean.java:224:	Parameter 'totalTaxDepositedAsPerDeducteeAnex' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:227:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:230:	Parameter 'tdsIncomeTaxC' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:230:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:233:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:236:	Parameter 'tdsSurchargeC' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:236:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:239:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:242:	Parameter 'tdsCessC' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:242:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:245:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:248:	Avoid excessively long variable names like sumTotalIncTaxDedAtSource
com/tin/tds/lower/bean/TDSChallanDetailBean.java:248:	Parameter 'sumTotalIncTaxDedAtSource' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:248:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:251:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:254:	Parameter 'tdsInterest' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:254:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:257:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:260:	Parameter 'tdsOthers' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:260:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:263:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:266:	Parameter 'chequeDDNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:266:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:269:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:272:	Parameter 'bookCash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:272:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:275:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:278:	Parameter 'remark' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:278:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:281:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:284:	Parameter 'challanHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:284:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:287:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:290:	Parameter 'lateFee' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:290:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:293:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSChallanDetailBean.java:296:	Avoid excessively long variable names like minorHeadCodeChaln
com/tin/tds/lower/bean/TDSChallanDetailBean.java:296:	Parameter 'minorHeadCodeChaln' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSChallanDetailBean.java:296:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:9:	Avoid excessively long variable names like deducteeDetailRecNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:15:	Avoid excessively long variable names like lastEmployeePanRefNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:21:	Avoid excessively long variable names like totalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:22:	Avoid excessively long variable names like lastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:24:	Avoid excessively long variable names like lastTotalTaxDeposited
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:25:	Avoid excessively long variable names like totalValueofPurchase
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:27:	Avoid excessively long variable names like dateOnWhichAmountPaid
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:28:	Avoid excessively long variable names like dateOnWhichTaxDeducted
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:30:	Avoid excessively long variable names like rateAtWhichTaxDeducted
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:31:	Avoid excessively long variable names like grossingUpIndicator
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:33:	Avoid excessively long variable names like dateOfFurnishingTaxDeductionCertificate
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:45:	Avoid excessively long variable names like NatureOfRemittance
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:52:	Avoid using redundant field initializer for 'DeducteeEmailId'
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:52:	To avoid mistakes add a comment at the beginning of the DeducteeEmailId field if you want a default access modifier
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:53:	Avoid using redundant field initializer for 'DeducteeContactNo'
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:53:	To avoid mistakes add a comment at the beginning of the DeducteeContactNo field if you want a default access modifier
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:54:	Avoid using redundant field initializer for 'DeducteeAddress'
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:54:	To avoid mistakes add a comment at the beginning of the DeducteeAddress field if you want a default access modifier
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:55:	Avoid excessively long variable names like TaxIdentificationNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:55:	Avoid using redundant field initializer for 'TaxIdentificationNo'
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:55:	To avoid mistakes add a comment at the beginning of the TaxIdentificationNo field if you want a default access modifier
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:62:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:65:	Parameter 'deducteeEmailId' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:65:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:68:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:71:	Parameter 'deducteeContactNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:71:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:74:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:77:	Parameter 'deducteeAddress' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:77:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:80:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:83:	Avoid excessively long variable names like taxIdentificationNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:83:	Parameter 'taxIdentificationNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:83:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:91:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:94:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:94:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:97:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:100:	Parameter 'recType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:103:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:106:	Parameter 'ddBatchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:109:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:112:	Parameter 'challanRecordNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:112:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:115:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:118:	Avoid excessively long variable names like deducteeDetailRecNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:118:	Parameter 'deducteeDetailRecNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:121:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:124:	Parameter 'mode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:127:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:130:	Parameter 'employeeSerialNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:130:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:136:	Parameter 'deducteeCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:139:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:142:	Parameter 'lastEmployeePan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:142:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:145:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:148:	Parameter 'employeePan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:148:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:151:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:154:	Avoid excessively long variable names like lastEmployeePanRefNo
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:154:	Parameter 'lastEmployeePanRefNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:154:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:157:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:160:	Parameter 'employeePanRefNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:160:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:163:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:166:	Parameter 'employeeName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:166:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:169:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:172:	Parameter 'tdsIncomeTaxDD' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:172:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:175:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:178:	Parameter 'tdsSurchargeDD' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:178:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:181:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:184:	Parameter 'tdsCessDD' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:184:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:187:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:190:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:191:	Avoid excessively long variable names like totalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:191:	Parameter 'totalIncomeTaxDeductedAtSource' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:194:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:197:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:198:	Avoid excessively long variable names like lastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:198:	Parameter 'lastTotalIncomeTaxDeductedAtSource' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:201:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:204:	Parameter 'totalTaxDeposited' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:204:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:207:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:210:	Avoid excessively long variable names like lastTotalTaxDeposited
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:210:	Parameter 'lastTotalTaxDeposited' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:210:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:213:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:216:	Avoid excessively long variable names like totalValueofPurchase
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:216:	Parameter 'totalValueofPurchase' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:216:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:219:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:222:	Parameter 'amountOfPayment' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:222:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:225:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:228:	Avoid excessively long variable names like dateOnWhichAmountPaid
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:228:	Parameter 'dateOnWhichAmountPaid' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:228:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:231:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:234:	Avoid excessively long variable names like dateOnWhichTaxDeducted
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:234:	Parameter 'dateOnWhichTaxDeducted' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:234:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:237:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:240:	Parameter 'dateOfDeposit' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:240:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:243:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:246:	Avoid excessively long variable names like rateAtWhichTaxDeducted
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:246:	Parameter 'rateAtWhichTaxDeducted' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:246:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:249:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:252:	Avoid excessively long variable names like grossingUpIndicator
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:252:	Parameter 'grossingUpIndicator' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:252:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:255:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:258:	Parameter 'bookCashEntry' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:258:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:261:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:264:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:265:	Avoid excessively long variable names like dateOfFurnishingTaxDeductionCertificate
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:265:	Parameter 'dateOfFurnishingTaxDeductionCertificate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:268:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:271:	Parameter 'remark1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:271:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:274:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:277:	Parameter 'remark2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:277:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:280:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:283:	Parameter 'remark3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:283:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:286:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:289:	Parameter 'deducteeHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:289:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:292:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:295:	Parameter 'sectionCode' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:295:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:298:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:301:	Parameter 'certNumAo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:301:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:304:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:307:	Parameter 'dedRefNum' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:307:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:310:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:313:	Parameter 'tdsRate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:313:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:316:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:319:	Avoid excessively long variable names like natureOfRemittance
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:319:	Parameter 'natureOfRemittance' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:319:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:322:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:325:	Parameter 'ackNoForm15CA' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:325:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:328:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:331:	Parameter 'remittanceCountry' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSDeducteeDetailBean.java:331:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/TDSFileHeaderBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:24:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:26:	Found 'DD'-anomaly for variable 'returnString' (lines '26'-'30').
com/tin/tds/lower/bean/TDSFileHeaderBean.java:26:	Found 'DD'-anomaly for variable 'returnString' (lines '26'-'34').
com/tin/tds/lower/bean/TDSFileHeaderBean.java:27:	Position literals first in String comparisons
com/tin/tds/lower/bean/TDSFileHeaderBean.java:40:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:43:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:43:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:46:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:49:	Parameter 'recordType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:49:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:52:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:55:	Parameter 'fileType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:55:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:58:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:61:	Parameter 'uploadType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:61:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:64:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:67:	Parameter 'fileDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:67:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:70:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:73:	Parameter 'fileSeq' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:73:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:76:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:79:	Parameter 'uploaderType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:79:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:82:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:85:	Parameter 'tanTfcId' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:85:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:88:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:91:	Parameter 'noOfBatches' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:91:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:94:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:97:	Parameter 'rpuName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:97:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:103:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:103:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:109:	Parameter 'fvuVersion' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:109:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:112:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:115:	Parameter 'fileHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:115:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:118:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:121:	Parameter 'samVersion' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:121:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:127:	Parameter 'samHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:127:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:130:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:133:	Parameter 'scmVersion' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:133:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:139:	Parameter 'scmHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:139:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:144:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSFileHeaderBean.java:149:	Parameter 'consHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSFileHeaderBean.java:149:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:3:	headerCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:5:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:8:	Avoid excessively long variable names like deducteeDetailRecNo
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:9:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:12:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:15:	Avoid excessively long variable names like periodEmploymentFrm
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:16:	Avoid excessively long variable names like periodEmploymentTo
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:16:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:17:	Avoid excessively long variable names like totalSalaryExeclud333n334
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:17:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:19:	Avoid excessively long variable names like countDeducteeSec16
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:19:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:20:	Avoid excessively long variable names like incomeChargeableUderTheHeadSalaries
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:21:	Avoid excessively long variable names like incomeLossFrmHouse
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:23:	Avoid excessively long variable names like lastGrossTotIncome
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:24:	Avoid excessively long variable names like countDeducteeChapVIDetails
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:26:	Avoid excessively long variable names like grossTotDeducteeChapVIDetails
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:27:	Avoid excessively long variable names like totTaxableIncome340344
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:28:	Avoid excessively long variable names like incomeTaxOnTotIncome
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:34:	Avoid excessively long variable names like shortfallExcessTaxDeduc
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:38:	Avoid excessively long variable names like salaryDeducteeHash
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:46:	Avoid excessively long variable names like WhethrTaxDedAtHighrRate
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:50:	Avoid excessively long variable names like WhethrHouseRentClaimExced
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:50:	Avoid using redundant field initializer for 'WhethrHouseRentClaimExced'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:50:	To avoid mistakes add a comment at the beginning of the WhethrHouseRentClaimExced field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:51:	Avoid excessively long variable names like CountOfPanLanloard
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:51:	Avoid using redundant field initializer for 'CountOfPanLanloard'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:51:	To avoid mistakes add a comment at the beginning of the CountOfPanLanloard field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:52:	Avoid using redundant field initializer for 'LandlordPan1'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:52:	To avoid mistakes add a comment at the beginning of the LandlordPan1 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:53:	Avoid using redundant field initializer for 'LandlordName1'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:53:	To avoid mistakes add a comment at the beginning of the LandlordName1 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:54:	Avoid using redundant field initializer for 'LandlordPan2'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:54:	To avoid mistakes add a comment at the beginning of the LandlordPan2 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:55:	Avoid using redundant field initializer for 'LandlordName2'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:55:	To avoid mistakes add a comment at the beginning of the LandlordName2 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:56:	Avoid using redundant field initializer for 'LandlordPan3'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:56:	To avoid mistakes add a comment at the beginning of the LandlordPan3 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:56:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:57:	Avoid using redundant field initializer for 'LandlordName3'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:57:	To avoid mistakes add a comment at the beginning of the LandlordName3 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:57:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:58:	Avoid using redundant field initializer for 'LandlordPan4'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:58:	To avoid mistakes add a comment at the beginning of the LandlordPan4 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:58:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:59:	Avoid using redundant field initializer for 'LandlordName4'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:59:	To avoid mistakes add a comment at the beginning of the LandlordName4 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:59:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:61:	Avoid excessively long variable names like WhethrInterestPaidLender
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:61:	Avoid using redundant field initializer for 'WhethrInterestPaidLender'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:61:	To avoid mistakes add a comment at the beginning of the WhethrInterestPaidLender field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:61:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:62:	Avoid using redundant field initializer for 'CountOfPanLender'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:62:	To avoid mistakes add a comment at the beginning of the CountOfPanLender field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:62:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:62:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:63:	Avoid using redundant field initializer for 'LenderPan1'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:63:	To avoid mistakes add a comment at the beginning of the LenderPan1 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:63:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:64:	Avoid using redundant field initializer for 'LenderName1'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:64:	To avoid mistakes add a comment at the beginning of the LenderName1 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:64:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:65:	Avoid using redundant field initializer for 'LenderPan2'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:65:	To avoid mistakes add a comment at the beginning of the LenderPan2 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:65:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:66:	Avoid using redundant field initializer for 'LenderName2'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:66:	To avoid mistakes add a comment at the beginning of the LenderName2 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:66:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:67:	Avoid using redundant field initializer for 'LenderPan3'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:67:	To avoid mistakes add a comment at the beginning of the LenderPan3 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:67:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:68:	Avoid using redundant field initializer for 'LenderName3'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:68:	To avoid mistakes add a comment at the beginning of the LenderName3 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:68:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:68:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:69:	Avoid using redundant field initializer for 'LenderPan4'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:69:	To avoid mistakes add a comment at the beginning of the LenderPan4 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:69:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:70:	Avoid using redundant field initializer for 'LenderName4'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:70:	To avoid mistakes add a comment at the beginning of the LenderName4 field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:70:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:70:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:72:	Avoid excessively long variable names like WhethrContribtnPaidByTrusty
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:72:	Avoid using redundant field initializer for 'WhethrContribtnPaidByTrusty'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:72:	To avoid mistakes add a comment at the beginning of the WhethrContribtnPaidByTrusty field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:72:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:73:	Avoid excessively long variable names like NameOfSuperannuationFund
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:73:	Avoid using redundant field initializer for 'NameOfSuperannuationFund'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:73:	To avoid mistakes add a comment at the beginning of the NameOfSuperannuationFund field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:73:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:74:	Avoid using redundant field initializer for 'StartDate'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:74:	To avoid mistakes add a comment at the beginning of the StartDate field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:74:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:75:	Avoid using redundant field initializer for 'EndDate'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:75:	To avoid mistakes add a comment at the beginning of the EndDate field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:75:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:76:	Avoid excessively long variable names like AvgRateOfdeductionOfTaxforLastThreeYears
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:76:	Avoid using redundant field initializer for 'AvgRateOfdeductionOfTaxforLastThreeYears'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:76:	To avoid mistakes add a comment at the beginning of the AvgRateOfdeductionOfTaxforLastThreeYears field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:76:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:77:	Avoid excessively long variable names like AmountOfRepaidOnAccountOfPrincipalAndInterest
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:77:	Avoid using redundant field initializer for 'AmountOfRepaidOnAccountOfPrincipalAndInterest'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:77:	To avoid mistakes add a comment at the beginning of the AmountOfRepaidOnAccountOfPrincipalAndInterest field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:77:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:78:	Avoid excessively long variable names like AmountOfTaxDeductedOnRepayment
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:78:	Avoid using redundant field initializer for 'AmountOfTaxDeductedOnRepayment'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:78:	To avoid mistakes add a comment at the beginning of the AmountOfTaxDeductedOnRepayment field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:78:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:78:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:79:	Avoid excessively long variable names like GrossTotalIncomeFromSuperannuationFund
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:79:	Avoid using redundant field initializer for 'GrossTotalIncomeFromSuperannuationFund'
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:79:	To avoid mistakes add a comment at the beginning of the GrossTotalIncomeFromSuperannuationFund field if you want a default access modifier
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:79:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:79:	fieldCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:84:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:88:	Avoid excessively long variable names like whethrHouseRentClaimExced
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:88:	Parameter 'whethrHouseRentClaimExced' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:88:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:92:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:96:	Avoid excessively long variable names like countOfPanLanloard
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:96:	Parameter 'countOfPanLanloard' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:96:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:100:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:104:	Parameter 'landlordPan1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:104:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:108:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:112:	Parameter 'landlordName1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:112:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:116:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:120:	Parameter 'landlordPan2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:120:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:124:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:128:	Parameter 'landlordName2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:128:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:132:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:136:	Parameter 'landlordPan3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:136:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:140:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:144:	Parameter 'landlordName3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:144:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:148:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:152:	Parameter 'landlordPan4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:152:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:156:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:160:	Parameter 'landlordName4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:160:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:164:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:168:	Avoid excessively long variable names like whethrInterestPaidLender
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:168:	Parameter 'whethrInterestPaidLender' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:168:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:172:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:176:	Parameter 'countOfPanLender' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:176:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:180:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:184:	Parameter 'lenderPan1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:184:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:188:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:192:	Parameter 'lenderName1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:192:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:196:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:200:	Parameter 'lenderPan2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:200:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:204:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:208:	Parameter 'lenderName2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:208:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:212:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:216:	Parameter 'lenderPan3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:216:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:220:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:224:	Parameter 'lenderName3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:224:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:228:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:232:	Parameter 'lenderPan4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:232:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:236:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:240:	Parameter 'lenderName4' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:240:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:244:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:248:	Avoid excessively long variable names like whethrContribtnPaidByTrusty
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:248:	Parameter 'whethrContribtnPaidByTrusty' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:248:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:252:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:256:	Avoid excessively long variable names like nameOfSuperannuationFund
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:256:	Parameter 'nameOfSuperannuationFund' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:256:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:260:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:264:	Parameter 'startDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:264:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:268:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:272:	Parameter 'endDate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:272:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:276:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:280:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:281:	Avoid excessively long variable names like avgRateOfdeductionOfTaxforLastThreeYears
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:281:	Parameter 'avgRateOfdeductionOfTaxforLastThreeYears' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:285:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:289:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:290:	Avoid excessively long variable names like amountOfRepaidOnAccountOfPrincipalAndInterest
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:290:	Parameter 'amountOfRepaidOnAccountOfPrincipalAndInterest' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:294:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:298:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:299:	Avoid excessively long variable names like amountOfTaxDeductedOnRepayment
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:299:	Parameter 'amountOfTaxDeductedOnRepayment' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:303:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:307:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:308:	Avoid excessively long variable names like grossTotalIncomeFromSuperannuationFund
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:308:	Parameter 'grossTotalIncomeFromSuperannuationFund' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:316:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:319:	Parameter 'lineNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:319:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:322:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:325:	Parameter 'recType' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:325:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:328:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:331:	Parameter 'ddBatchNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:331:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:334:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:337:	Avoid excessively long variable names like deducteeDetailRecNo
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:337:	Parameter 'deducteeDetailRecNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:337:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:340:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:343:	Parameter 'modeSD' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:343:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:346:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:349:	Parameter 'employeeSerialNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:349:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:352:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:355:	Parameter 'employeePan' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:355:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:358:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:361:	Parameter 'employeePanRefNo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:361:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:364:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:367:	Parameter 'employeeName' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:367:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:370:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:373:	Parameter 'employeeCategory' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:373:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:376:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:379:	Avoid excessively long variable names like periodEmploymentFrm
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:379:	Parameter 'periodEmploymentFrm' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:379:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:382:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:385:	Avoid excessively long variable names like periodEmploymentTo
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:385:	Parameter 'periodEmploymentTo' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:385:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:388:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:391:	Avoid excessively long variable names like totalSalaryExeclud333n334
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:391:	Parameter 'totalSalaryExeclud333n334' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:391:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:394:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:397:	Parameter 'profitSalSec17' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:397:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:400:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:403:	Avoid excessively long variable names like countDeducteeSec16
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:403:	Parameter 'countDeducteeSec16' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:403:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:406:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:409:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:410:	Avoid excessively long variable names like incomeChargeableUderTheHeadSalaries
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:410:	Parameter 'incomeChargeableUderTheHeadSalaries' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:413:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:416:	Avoid excessively long variable names like incomeLossFrmHouse
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:416:	Parameter 'incomeLossFrmHouse' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:416:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:419:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:422:	Parameter 'grossTotIncome' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:422:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:425:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:428:	Avoid excessively long variable names like lastGrossTotIncome
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:428:	Parameter 'lastGrossTotIncome' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:428:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:431:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:434:	Avoid excessively long variable names like countDeducteeChapVIDetails
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:434:	Parameter 'countDeducteeChapVIDetails' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:434:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:437:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:440:	Parameter 'countSec6A' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:440:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:443:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:446:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:447:	Avoid excessively long variable names like grossTotDeducteeChapVIDetails
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:447:	Parameter 'grossTotDeducteeChapVIDetails' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:450:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:453:	Avoid excessively long variable names like totTaxableIncome340344
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:453:	Parameter 'totTaxableIncome340344' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:453:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:456:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:459:	Avoid excessively long variable names like incomeTaxOnTotIncome
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:459:	Parameter 'incomeTaxOnTotIncome' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:459:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:462:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:465:	Parameter 'surcharge' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:465:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:468:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:471:	Parameter 'cess' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:471:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:474:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:477:	Parameter 'incomeTaxRelief' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:477:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:480:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:483:	Parameter 'netTaxPayable' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:483:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:486:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:489:	Parameter 'totTDSWholeYear' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:489:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:492:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:495:	Avoid excessively long variable names like shortfallExcessTaxDeduc
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:495:	Parameter 'shortfallExcessTaxDeduc' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:495:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:498:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:501:	Parameter 'remark1' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:501:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:504:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:507:	Parameter 'remark2' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:507:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:510:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:513:	Parameter 'remark3' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:513:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:516:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:519:	Avoid excessively long variable names like salaryDeducteeHash
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:519:	Parameter 'salaryDeducteeHash' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:519:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:522:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:525:	Parameter 'taxblAmtCurEmp' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:525:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:528:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:531:	Parameter 'taxblAmtPreEmp' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:531:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:534:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:537:	Parameter 'tDSCurEmp' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:537:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:540:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:543:	Parameter 'tDSPreEmp' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:543:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:546:	publicMethodCommentRequirement Required
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:549:	Avoid excessively long variable names like whethrTaxDedAtHighrRate
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:549:	Parameter 'whethrTaxDedAtHighrRate' is not assigned and could be declared final
com/tin/tds/lower/bean/TDSSalaryDetailBean.java:549:	publicMethodCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:17:	Each class should declare at least one constructor
com/tin/tds/lower/uff/BatchHeaderDetails.java:17:	The class 'BatchHeaderDetails' has a Cyclomatic Complexity of 40 (Highest = 77).
com/tin/tds/lower/uff/BatchHeaderDetails.java:22:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:22:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:22:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:23:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/uff/BatchHeaderDetails.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:23:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:23:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:24:	Avoid using redundant field initializer for 'BH_BatchNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:24:	To avoid mistakes add a comment at the beginning of the BH_BatchNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:24:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:25:	Avoid using redundant field initializer for 'CountOfChallanRec'
com/tin/tds/lower/uff/BatchHeaderDetails.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:25:	To avoid mistakes add a comment at the beginning of the CountOfChallanRec field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:25:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:26:	Avoid using redundant field initializer for 'FormNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:26:	To avoid mistakes add a comment at the beginning of the FormNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:26:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	Avoid using redundant field initializer for 'BatchUpdationIndicator'
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	To avoid mistakes add a comment at the beginning of the BatchUpdationIndicator field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:28:	Avoid using redundant field initializer for 'TransactionType'
com/tin/tds/lower/uff/BatchHeaderDetails.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:28:	To avoid mistakes add a comment at the beginning of the TransactionType field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:28:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:29:	Avoid using redundant field initializer for 'PreviousRRRNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:29:	To avoid mistakes add a comment at the beginning of the PreviousRRRNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:29:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:30:	Avoid using redundant field initializer for 'OriginalRRRNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:30:	To avoid mistakes add a comment at the beginning of the OriginalRRRNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:30:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:31:	Avoid excessively long variable names like CountOfDeducteeRec
com/tin/tds/lower/uff/BatchHeaderDetails.java:31:	Avoid using redundant field initializer for 'CountOfDeducteeRec'
com/tin/tds/lower/uff/BatchHeaderDetails.java:31:	To avoid mistakes add a comment at the beginning of the CountOfDeducteeRec field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:31:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:32:	Avoid using redundant field initializer for 'RRRNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:32:	To avoid mistakes add a comment at the beginning of the RRRNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:32:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:33:	Avoid using redundant field initializer for 'RRRDate'
com/tin/tds/lower/uff/BatchHeaderDetails.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:33:	To avoid mistakes add a comment at the beginning of the RRRDate field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:33:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:34:	Avoid using redundant field initializer for 'FinancialYr'
com/tin/tds/lower/uff/BatchHeaderDetails.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:34:	To avoid mistakes add a comment at the beginning of the FinancialYr field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:34:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:35:	Avoid using redundant field initializer for 'Qperiod'
com/tin/tds/lower/uff/BatchHeaderDetails.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:35:	To avoid mistakes add a comment at the beginning of the Qperiod field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:35:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:36:	Avoid using redundant field initializer for 'LastTanOfDeductor'
com/tin/tds/lower/uff/BatchHeaderDetails.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:36:	To avoid mistakes add a comment at the beginning of the LastTanOfDeductor field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:36:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:37:	Comment is too large: Line too long
com/tin/tds/lower/uff/BatchHeaderDetails.java:38:	Avoid using redundant field initializer for 'TanOfDeductor'
com/tin/tds/lower/uff/BatchHeaderDetails.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:38:	To avoid mistakes add a comment at the beginning of the TanOfDeductor field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:38:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:39:	Avoid using redundant field initializer for 'TanAck'
com/tin/tds/lower/uff/BatchHeaderDetails.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:39:	To avoid mistakes add a comment at the beginning of the TanAck field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:39:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:40:	Avoid using redundant field initializer for 'PanOfDeductor'
com/tin/tds/lower/uff/BatchHeaderDetails.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:40:	To avoid mistakes add a comment at the beginning of the PanOfDeductor field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:40:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:41:	Avoid using redundant field initializer for 'AssessmentYr'
com/tin/tds/lower/uff/BatchHeaderDetails.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:41:	To avoid mistakes add a comment at the beginning of the AssessmentYr field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:41:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:42:	Avoid using redundant field initializer for 'EmployerName'
com/tin/tds/lower/uff/BatchHeaderDetails.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:42:	To avoid mistakes add a comment at the beginning of the EmployerName field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:42:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:43:	Avoid using redundant field initializer for 'EmployerAddr1'
com/tin/tds/lower/uff/BatchHeaderDetails.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:43:	To avoid mistakes add a comment at the beginning of the EmployerAddr1 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:43:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:44:	Avoid using redundant field initializer for 'EmployerAddr2'
com/tin/tds/lower/uff/BatchHeaderDetails.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:44:	To avoid mistakes add a comment at the beginning of the EmployerAddr2 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:44:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:45:	Avoid using redundant field initializer for 'EmployerAddr3'
com/tin/tds/lower/uff/BatchHeaderDetails.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:45:	To avoid mistakes add a comment at the beginning of the EmployerAddr3 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:45:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:46:	Avoid using redundant field initializer for 'EmployerAddr4'
com/tin/tds/lower/uff/BatchHeaderDetails.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:46:	To avoid mistakes add a comment at the beginning of the EmployerAddr4 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:46:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:47:	Avoid using redundant field initializer for 'EmployerAddr5'
com/tin/tds/lower/uff/BatchHeaderDetails.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:47:	To avoid mistakes add a comment at the beginning of the EmployerAddr5 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:47:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:48:	Avoid using redundant field initializer for 'EmployerState'
com/tin/tds/lower/uff/BatchHeaderDetails.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:48:	To avoid mistakes add a comment at the beginning of the EmployerState field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:48:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:49:	Avoid using redundant field initializer for 'EmployerPin'
com/tin/tds/lower/uff/BatchHeaderDetails.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:49:	To avoid mistakes add a comment at the beginning of the EmployerPin field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:49:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:50:	Avoid using redundant field initializer for 'EmployerBrnchDiv'
com/tin/tds/lower/uff/BatchHeaderDetails.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:50:	To avoid mistakes add a comment at the beginning of the EmployerBrnchDiv field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:51:	Avoid using redundant field initializer for 'EmployerEmail'
com/tin/tds/lower/uff/BatchHeaderDetails.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:51:	To avoid mistakes add a comment at the beginning of the EmployerEmail field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:52:	Avoid using redundant field initializer for 'EmployerSTD'
com/tin/tds/lower/uff/BatchHeaderDetails.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:52:	To avoid mistakes add a comment at the beginning of the EmployerSTD field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:53:	Avoid using redundant field initializer for 'EmployerPhone'
com/tin/tds/lower/uff/BatchHeaderDetails.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:53:	To avoid mistakes add a comment at the beginning of the EmployerPhone field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	Avoid excessively long variable names like EmployerAddrChange
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	Avoid using redundant field initializer for 'EmployerAddrChange'
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	To avoid mistakes add a comment at the beginning of the EmployerAddrChange field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:55:	Avoid using redundant field initializer for 'DeductorType'
com/tin/tds/lower/uff/BatchHeaderDetails.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:55:	To avoid mistakes add a comment at the beginning of the DeductorType field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	Avoid excessively long variable names like NameofPersonResponsilbleForSal
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	Avoid using redundant field initializer for 'NameofPersonResponsilbleForSal'
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	To avoid mistakes add a comment at the beginning of the NameofPersonResponsilbleForSal field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	Avoid excessively long variable names like DesignationofPersonResponsilbleForSal
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	Avoid using redundant field initializer for 'DesignationofPersonResponsilbleForSal'
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	To avoid mistakes add a comment at the beginning of the DesignationofPersonResponsilbleForSal field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	Avoid excessively long variable names like PersonResponsilbleAddr1
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	Avoid using redundant field initializer for 'PersonResponsilbleAddr1'
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddr1 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:58:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	Avoid excessively long variable names like PersonResponsilbleAddr2
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	Avoid using redundant field initializer for 'PersonResponsilbleAddr2'
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddr2 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	Avoid excessively long variable names like PersonResponsilbleAddr3
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	Avoid using redundant field initializer for 'PersonResponsilbleAddr3'
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddr3 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	Avoid excessively long variable names like PersonResponsilbleAddr4
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	Avoid using redundant field initializer for 'PersonResponsilbleAddr4'
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddr4 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	Avoid excessively long variable names like PersonResponsilbleAddr5
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	Avoid using redundant field initializer for 'PersonResponsilbleAddr5'
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddr5 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:62:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	Avoid excessively long variable names like PersonResponsilbleState
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	Avoid using redundant field initializer for 'PersonResponsilbleState'
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleState field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	Avoid excessively long variable names like PersonResponsilblePin
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	Avoid using redundant field initializer for 'PersonResponsilblePin'
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	To avoid mistakes add a comment at the beginning of the PersonResponsilblePin field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:64:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	Avoid excessively long variable names like PersonResponsilbleEmailId1
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	Avoid using redundant field initializer for 'PersonResponsilbleEmailId1'
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleEmailId1 field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:66:	Avoid using redundant field initializer for 'remark'
com/tin/tds/lower/uff/BatchHeaderDetails.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:66:	To avoid mistakes add a comment at the beginning of the remark field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:66:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	Avoid excessively long variable names like PersonResponsilbleSTDCode
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	Avoid using redundant field initializer for 'PersonResponsilbleSTDCode'
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleSTDCode field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	Avoid excessively long variable names like PersonResponsilbleTelePhone
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	Avoid using redundant field initializer for 'PersonResponsilbleTelePhone'
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleTelePhone field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:68:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	Avoid excessively long variable names like PersonResponsilbleAddrChange
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	Avoid using redundant field initializer for 'PersonResponsilbleAddrChange'
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	To avoid mistakes add a comment at the beginning of the PersonResponsilbleAddrChange field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	Avoid excessively long variable names like GrossTDSTotalAsPerChallan
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	Avoid using redundant field initializer for 'GrossTDSTotalAsPerChallan'
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	To avoid mistakes add a comment at the beginning of the GrossTDSTotalAsPerChallan field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:70:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:71:	Avoid using redundant field initializer for 'TdsCircle'
com/tin/tds/lower/uff/BatchHeaderDetails.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:71:	To avoid mistakes add a comment at the beginning of the TdsCircle field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:71:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	Avoid excessively long variable names like CountOfSalaryDetailRec
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	Avoid using redundant field initializer for 'CountOfSalaryDetailRec'
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	To avoid mistakes add a comment at the beginning of the CountOfSalaryDetailRec field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	Avoid excessively long variable names like GrossTotalIncomeSD
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	Avoid using redundant field initializer for 'GrossTotalIncomeSD'
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	To avoid mistakes add a comment at the beginning of the GrossTotalIncomeSD field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:74:	Avoid using redundant field initializer for 'ApprovalTaken'
com/tin/tds/lower/uff/BatchHeaderDetails.java:74:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:74:	To avoid mistakes add a comment at the beginning of the ApprovalTaken field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:74:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:75:	Avoid using redundant field initializer for 'ApprovalNo'
com/tin/tds/lower/uff/BatchHeaderDetails.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:75:	To avoid mistakes add a comment at the beginning of the ApprovalNo field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:75:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:76:	Avoid using redundant field initializer for 'BatchHash'
com/tin/tds/lower/uff/BatchHeaderDetails.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/BatchHeaderDetails.java:76:	To avoid mistakes add a comment at the beginning of the BatchHash field if you want a default access modifier
com/tin/tds/lower/uff/BatchHeaderDetails.java:76:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/BatchHeaderDetails.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/uff/BatchHeaderDetails.java:82:	Parameter 'batch' is not assigned and could be declared final
com/tin/tds/lower/uff/BatchHeaderDetails.java:86:	Local variable 'obj_tok' could be declared final
com/tin/tds/lower/uff/BatchHeaderDetails.java:87:	Local variable 'delimiter' could be declared final
com/tin/tds/lower/uff/BatchHeaderDetails.java:88:	Avoid variables with short names like al
com/tin/tds/lower/uff/BatchHeaderDetails.java:88:	Found 'DD'-anomaly for variable 'al' (lines '88'-'89').
com/tin/tds/lower/uff/BatchHeaderDetails.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:117:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:119:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:121:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:122:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:123:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:125:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:126:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:127:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:128:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:129:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:130:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:131:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:132:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:133:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:134:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:135:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:136:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:137:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:138:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:139:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:140:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:141:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/BatchHeaderDetails.java:144:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/BatchHeaderDetails.java:146:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/BatchHeaderDetails.java:156:	Avoid really long methods.
com/tin/tds/lower/uff/BatchHeaderDetails.java:156:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/uff/BatchHeaderDetails.java:156:	The method 'getBatchHeaderHtml' has a Cyclomatic Complexity of 77.
com/tin/tds/lower/uff/BatchHeaderDetails.java:156:	The method getBatchHeaderHtml() has an NPath complexity of 4332
com/tin/tds/lower/uff/BatchHeaderDetails.java:158:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:159:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:159:	The String literal "></TD></TR>" appears 4 times in this file; the first occurrence is on line 159
com/tin/tds/lower/uff/BatchHeaderDetails.java:160:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:161:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:167:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:180:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:180:	The String literal "</LEFT></TD></TR>" appears 22 times in this file; the first occurrence is on line 180
com/tin/tds/lower/uff/BatchHeaderDetails.java:182:	Position literals first in String comparisons
com/tin/tds/lower/uff/BatchHeaderDetails.java:184:	Position literals first in String comparisons
com/tin/tds/lower/uff/BatchHeaderDetails.java:186:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:187:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:189:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:190:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:191:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:192:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:193:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'199').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'202').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'205').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'208').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'211').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'214').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'218').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'221').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'224').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'227').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'230').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'233').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'236').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'239').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'242').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'245').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'248').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'251').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'254').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'257').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'260').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'263').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'266').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'269').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'272').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'275').
com/tin/tds/lower/uff/BatchHeaderDetails.java:195:	Found 'DD'-anomaly for variable 'actualState' (lines '195'-'278').
com/tin/tds/lower/uff/BatchHeaderDetails.java:316:	Do not add empty strings
com/tin/tds/lower/uff/BatchHeaderDetails.java:316:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:317:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:318:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:319:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:324:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:326:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:327:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:328:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:329:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:330:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Avoid excessively long variable names like actualStatePersonResp
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'337').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'340').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'343').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'346').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'349').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'352').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'356').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'359').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'362').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'365').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'368').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'371').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'374').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'377').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'380').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'383').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'386').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'389').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'392').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'395').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'398').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'401').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'404').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'407').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'410').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'413').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'416').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'419').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'422').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'425').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'428').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'431').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'434').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'438').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'441').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'444').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'447').
com/tin/tds/lower/uff/BatchHeaderDetails.java:333:	Found 'DD'-anomaly for variable 'actualStatePersonResp' (lines '333'-'450').
com/tin/tds/lower/uff/BatchHeaderDetails.java:454:	Do not add empty strings
com/tin/tds/lower/uff/BatchHeaderDetails.java:454:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:455:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:456:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/BatchHeaderDetails.java:458:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/ChallanDetails.java:18:	Each class should declare at least one constructor
com/tin/tds/lower/uff/ChallanDetails.java:20:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/uff/ChallanDetails.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:20:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:20:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:21:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/uff/ChallanDetails.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:21:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:21:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:22:	Avoid using redundant field initializer for 'CH_BatchNo'
com/tin/tds/lower/uff/ChallanDetails.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:22:	To avoid mistakes add a comment at the beginning of the CH_BatchNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:22:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:23:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/uff/ChallanDetails.java:23:	Avoid using redundant field initializer for 'ChallanDetailRecordNo'
com/tin/tds/lower/uff/ChallanDetails.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:23:	To avoid mistakes add a comment at the beginning of the ChallanDetailRecordNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:23:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:24:	Avoid using redundant field initializer for 'StatementFromDate'
com/tin/tds/lower/uff/ChallanDetails.java:24:	To avoid mistakes add a comment at the beginning of the StatementFromDate field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:24:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:25:	Avoid using redundant field initializer for 'StatementToDate'
com/tin/tds/lower/uff/ChallanDetails.java:25:	To avoid mistakes add a comment at the beginning of the StatementToDate field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:25:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:26:	Avoid excessively long variable names like ChallanUpdationIndicator
com/tin/tds/lower/uff/ChallanDetails.java:26:	Avoid using redundant field initializer for 'ChallanUpdationIndicator'
com/tin/tds/lower/uff/ChallanDetails.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:26:	To avoid mistakes add a comment at the beginning of the ChallanUpdationIndicator field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:26:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:27:	Avoid excessively long variable names like CountOfDeducteeDetail
com/tin/tds/lower/uff/ChallanDetails.java:27:	Avoid using redundant field initializer for 'CountOfDeducteeDetail'
com/tin/tds/lower/uff/ChallanDetails.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:27:	To avoid mistakes add a comment at the beginning of the CountOfDeducteeDetail field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:27:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:28:	Avoid using redundant field initializer for 'BankChallanNo'
com/tin/tds/lower/uff/ChallanDetails.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:28:	To avoid mistakes add a comment at the beginning of the BankChallanNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:28:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:29:	Avoid using redundant field initializer for 'BankBranchCode'
com/tin/tds/lower/uff/ChallanDetails.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:29:	To avoid mistakes add a comment at the beginning of the BankBranchCode field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:29:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:30:	Avoid excessively long variable names like DateOfBankChallanNo
com/tin/tds/lower/uff/ChallanDetails.java:30:	Avoid using redundant field initializer for 'DateOfBankChallanNo'
com/tin/tds/lower/uff/ChallanDetails.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:30:	To avoid mistakes add a comment at the beginning of the DateOfBankChallanNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:30:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:31:	Avoid excessively long variable names like TotalOfDepositAmountAsPerChallan
com/tin/tds/lower/uff/ChallanDetails.java:31:	Avoid using redundant field initializer for 'TotalOfDepositAmountAsPerChallan'
com/tin/tds/lower/uff/ChallanDetails.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:31:	To avoid mistakes add a comment at the beginning of the TotalOfDepositAmountAsPerChallan field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:31:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:32:	Avoid excessively long variable names like TotalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/uff/ChallanDetails.java:32:	Avoid using redundant field initializer for 'TotalTaxDepositedAsPerDeducteeAnex'
com/tin/tds/lower/uff/ChallanDetails.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:32:	To avoid mistakes add a comment at the beginning of the TotalTaxDepositedAsPerDeducteeAnex field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:32:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:33:	Avoid excessively long variable names like SumTotalIncTaxDedAtSource
com/tin/tds/lower/uff/ChallanDetails.java:33:	Avoid using redundant field initializer for 'SumTotalIncTaxDedAtSource'
com/tin/tds/lower/uff/ChallanDetails.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:33:	To avoid mistakes add a comment at the beginning of the SumTotalIncTaxDedAtSource field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:33:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:34:	Avoid excessively long variable names like NillChallanIndicator
com/tin/tds/lower/uff/ChallanDetails.java:34:	Avoid using redundant field initializer for 'NillChallanIndicator'
com/tin/tds/lower/uff/ChallanDetails.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:34:	To avoid mistakes add a comment at the beginning of the NillChallanIndicator field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:34:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:35:	Avoid using redundant field initializer for 'Period'
com/tin/tds/lower/uff/ChallanDetails.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:35:	To avoid mistakes add a comment at the beginning of the Period field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:35:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:36:	Avoid using redundant field initializer for 'LastBankChallanNo'
com/tin/tds/lower/uff/ChallanDetails.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:36:	To avoid mistakes add a comment at the beginning of the LastBankChallanNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:36:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:37:	Avoid excessively long variable names like LastTransferVoucherNo
com/tin/tds/lower/uff/ChallanDetails.java:37:	Avoid using redundant field initializer for 'LastTransferVoucherNo'
com/tin/tds/lower/uff/ChallanDetails.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:37:	To avoid mistakes add a comment at the beginning of the LastTransferVoucherNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:37:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:38:	Avoid using redundant field initializer for 'TransferVoucherNo'
com/tin/tds/lower/uff/ChallanDetails.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:38:	To avoid mistakes add a comment at the beginning of the TransferVoucherNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:38:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:39:	Avoid excessively long variable names like LastBankBranchCode
com/tin/tds/lower/uff/ChallanDetails.java:39:	Avoid using redundant field initializer for 'LastBankBranchCode'
com/tin/tds/lower/uff/ChallanDetails.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:39:	To avoid mistakes add a comment at the beginning of the LastBankBranchCode field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:39:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:40:	Avoid excessively long variable names like LastDateOfBankChallanNo
com/tin/tds/lower/uff/ChallanDetails.java:40:	Avoid using redundant field initializer for 'LastDateOfBankChallanNo'
com/tin/tds/lower/uff/ChallanDetails.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:40:	To avoid mistakes add a comment at the beginning of the LastDateOfBankChallanNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:40:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:41:	Avoid using redundant field initializer for 'MajorHeadCode'
com/tin/tds/lower/uff/ChallanDetails.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:41:	To avoid mistakes add a comment at the beginning of the MajorHeadCode field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:41:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:43:	Avoid using redundant field initializer for 'MinorHeadCode'
com/tin/tds/lower/uff/ChallanDetails.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:43:	To avoid mistakes add a comment at the beginning of the MinorHeadCode field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:43:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:45:	Avoid using redundant field initializer for 'Section'
com/tin/tds/lower/uff/ChallanDetails.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:45:	To avoid mistakes add a comment at the beginning of the Section field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:45:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:46:	Avoid using redundant field initializer for 'OltasIncomeTax'
com/tin/tds/lower/uff/ChallanDetails.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:46:	To avoid mistakes add a comment at the beginning of the OltasIncomeTax field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:46:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:47:	Avoid using redundant field initializer for 'OltasSurcharge'
com/tin/tds/lower/uff/ChallanDetails.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:47:	To avoid mistakes add a comment at the beginning of the OltasSurcharge field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:47:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:48:	Avoid using redundant field initializer for 'OltasCess'
com/tin/tds/lower/uff/ChallanDetails.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:48:	To avoid mistakes add a comment at the beginning of the OltasCess field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:48:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:49:	Avoid using redundant field initializer for 'OltasInterest'
com/tin/tds/lower/uff/ChallanDetails.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:49:	To avoid mistakes add a comment at the beginning of the OltasInterest field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:49:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:50:	Avoid using redundant field initializer for 'OltasOthers'
com/tin/tds/lower/uff/ChallanDetails.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:50:	To avoid mistakes add a comment at the beginning of the OltasOthers field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:51:	Avoid excessively long variable names like LastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/uff/ChallanDetails.java:51:	Avoid using redundant field initializer for 'LastTotalOfDepositAmountAsPerChallan'
com/tin/tds/lower/uff/ChallanDetails.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:51:	To avoid mistakes add a comment at the beginning of the LastTotalOfDepositAmountAsPerChallan field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:52:	Avoid using redundant field initializer for 'TDSInterest'
com/tin/tds/lower/uff/ChallanDetails.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:52:	To avoid mistakes add a comment at the beginning of the TDSInterest field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:53:	Avoid using redundant field initializer for 'TDSOthers'
com/tin/tds/lower/uff/ChallanDetails.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:53:	To avoid mistakes add a comment at the beginning of the TDSOthers field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:53:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:53:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:54:	Avoid using redundant field initializer for 'Remark'
com/tin/tds/lower/uff/ChallanDetails.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:54:	To avoid mistakes add a comment at the beginning of the Remark field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:54:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:54:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:55:	Avoid using redundant field initializer for 'TDSIncomeTaxC'
com/tin/tds/lower/uff/ChallanDetails.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:55:	To avoid mistakes add a comment at the beginning of the TDSIncomeTaxC field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:55:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:55:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:56:	Avoid using redundant field initializer for 'TDSSurchargeC'
com/tin/tds/lower/uff/ChallanDetails.java:56:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:56:	To avoid mistakes add a comment at the beginning of the TDSSurchargeC field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:56:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:56:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:57:	Avoid using redundant field initializer for 'TDSCessC'
com/tin/tds/lower/uff/ChallanDetails.java:57:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:57:	To avoid mistakes add a comment at the beginning of the TDSCessC field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:57:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:57:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:59:	Avoid using redundant field initializer for 'ChequeDDNo'
com/tin/tds/lower/uff/ChallanDetails.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:59:	To avoid mistakes add a comment at the beginning of the ChequeDDNo field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:59:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:59:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:60:	Avoid using redundant field initializer for 'ByBookCash'
com/tin/tds/lower/uff/ChallanDetails.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:60:	To avoid mistakes add a comment at the beginning of the ByBookCash field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:60:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:60:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:61:	Avoid using redundant field initializer for 'StmtToDate'
com/tin/tds/lower/uff/ChallanDetails.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:61:	To avoid mistakes add a comment at the beginning of the StmtToDate field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:61:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:61:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:63:	Avoid using redundant field initializer for 'StmtFromDate'
com/tin/tds/lower/uff/ChallanDetails.java:63:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:63:	To avoid mistakes add a comment at the beginning of the StmtFromDate field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:63:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:63:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:65:	Avoid using redundant field initializer for 'ChallanHash'
com/tin/tds/lower/uff/ChallanDetails.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/ChallanDetails.java:65:	To avoid mistakes add a comment at the beginning of the ChallanHash field if you want a default access modifier
com/tin/tds/lower/uff/ChallanDetails.java:65:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/ChallanDetails.java:65:	fieldCommentRequirement Required
com/tin/tds/lower/uff/ChallanDetails.java:72:	Parameter 'challan' is not assigned and could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:76:	Local variable 'obj_tok' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:77:	Local variable 'delimiter' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:78:	Avoid variables with short names like al
com/tin/tds/lower/uff/ChallanDetails.java:78:	Found 'DD'-anomaly for variable 'al' (lines '78'-'79').
com/tin/tds/lower/uff/ChallanDetails.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:117:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/ChallanDetails.java:120:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/ChallanDetails.java:122:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/ChallanDetails.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/ChallanDetails.java:125:	Avoid unnecessary return statements
com/tin/tds/lower/uff/ChallanDetails.java:135:	Avoid unused local variables such as 'LineNo'.
com/tin/tds/lower/uff/ChallanDetails.java:135:	Found 'DU'-anomaly for variable 'LineNo' (lines '135'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:135:	Local variable 'LineNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:136:	Avoid unused local variables such as 'RecType'.
com/tin/tds/lower/uff/ChallanDetails.java:136:	Found 'DU'-anomaly for variable 'RecType' (lines '136'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:136:	Local variable 'RecType' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:137:	Avoid unused local variables such as 'CH_BatchNo'.
com/tin/tds/lower/uff/ChallanDetails.java:137:	Found 'DU'-anomaly for variable 'CH_BatchNo' (lines '137'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:137:	Local variable 'CH_BatchNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:138:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/uff/ChallanDetails.java:138:	Avoid unused local variables such as 'ChallanDetailRecordNo'.
com/tin/tds/lower/uff/ChallanDetails.java:138:	Found 'DU'-anomaly for variable 'ChallanDetailRecordNo' (lines '138'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:138:	Local variable 'ChallanDetailRecordNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:139:	Avoid unused local variables such as 'StatementFromDate'.
com/tin/tds/lower/uff/ChallanDetails.java:139:	Found 'DU'-anomaly for variable 'StatementFromDate' (lines '139'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:139:	Local variable 'StatementFromDate' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:140:	Avoid unused local variables such as 'StatementToDate'.
com/tin/tds/lower/uff/ChallanDetails.java:140:	Found 'DU'-anomaly for variable 'StatementToDate' (lines '140'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:140:	Local variable 'StatementToDate' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:141:	Avoid excessively long variable names like ChallanUpdationIndicator
com/tin/tds/lower/uff/ChallanDetails.java:141:	Avoid unused local variables such as 'ChallanUpdationIndicator'.
com/tin/tds/lower/uff/ChallanDetails.java:141:	Found 'DU'-anomaly for variable 'ChallanUpdationIndicator' (lines '141'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:141:	Local variable 'ChallanUpdationIndicator' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:142:	Avoid excessively long variable names like CountOfDeducteeDetail
com/tin/tds/lower/uff/ChallanDetails.java:142:	Avoid unused local variables such as 'CountOfDeducteeDetail'.
com/tin/tds/lower/uff/ChallanDetails.java:142:	Found 'DU'-anomaly for variable 'CountOfDeducteeDetail' (lines '142'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:142:	Local variable 'CountOfDeducteeDetail' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:143:	Avoid unused local variables such as 'BankChallanNo'.
com/tin/tds/lower/uff/ChallanDetails.java:143:	Found 'DU'-anomaly for variable 'BankChallanNo' (lines '143'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:143:	Local variable 'BankChallanNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:144:	Avoid unused local variables such as 'BankBranchCode'.
com/tin/tds/lower/uff/ChallanDetails.java:144:	Found 'DU'-anomaly for variable 'BankBranchCode' (lines '144'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:144:	Local variable 'BankBranchCode' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:145:	Avoid excessively long variable names like DateOfBankChallanNo
com/tin/tds/lower/uff/ChallanDetails.java:145:	Avoid unused local variables such as 'DateOfBankChallanNo'.
com/tin/tds/lower/uff/ChallanDetails.java:145:	Found 'DU'-anomaly for variable 'DateOfBankChallanNo' (lines '145'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:145:	Local variable 'DateOfBankChallanNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:146:	Avoid excessively long variable names like TotalOfDepositAmountAsPerChallan
com/tin/tds/lower/uff/ChallanDetails.java:146:	Avoid unused local variables such as 'TotalOfDepositAmountAsPerChallan'.
com/tin/tds/lower/uff/ChallanDetails.java:146:	Found 'DU'-anomaly for variable 'TotalOfDepositAmountAsPerChallan' (lines '146'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:146:	Local variable 'TotalOfDepositAmountAsPerChallan' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:147:	Avoid excessively long variable names like TotalTaxDepositedAsPerDeducteeAnex
com/tin/tds/lower/uff/ChallanDetails.java:147:	Avoid unused local variables such as 'TotalTaxDepositedAsPerDeducteeAnex'.
com/tin/tds/lower/uff/ChallanDetails.java:147:	Found 'DU'-anomaly for variable 'TotalTaxDepositedAsPerDeducteeAnex' (lines '147'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:147:	Local variable 'TotalTaxDepositedAsPerDeducteeAnex' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:148:	Avoid excessively long variable names like SumTotalIncTaxDedAtSource
com/tin/tds/lower/uff/ChallanDetails.java:148:	Avoid unused local variables such as 'SumTotalIncTaxDedAtSource'.
com/tin/tds/lower/uff/ChallanDetails.java:148:	Found 'DU'-anomaly for variable 'SumTotalIncTaxDedAtSource' (lines '148'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:148:	Local variable 'SumTotalIncTaxDedAtSource' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:149:	Avoid excessively long variable names like NillChallanIndicator
com/tin/tds/lower/uff/ChallanDetails.java:149:	Avoid unused local variables such as 'NillChallanIndicator'.
com/tin/tds/lower/uff/ChallanDetails.java:149:	Found 'DU'-anomaly for variable 'NillChallanIndicator' (lines '149'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:149:	Local variable 'NillChallanIndicator' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:150:	Avoid unused local variables such as 'Period'.
com/tin/tds/lower/uff/ChallanDetails.java:150:	Found 'DU'-anomaly for variable 'Period' (lines '150'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:150:	Local variable 'Period' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:151:	Avoid unused local variables such as 'LastBankChallanNo'.
com/tin/tds/lower/uff/ChallanDetails.java:151:	Found 'DU'-anomaly for variable 'LastBankChallanNo' (lines '151'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:151:	Local variable 'LastBankChallanNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:152:	Avoid excessively long variable names like LastTransferVoucherNo
com/tin/tds/lower/uff/ChallanDetails.java:152:	Avoid unused local variables such as 'LastTransferVoucherNo'.
com/tin/tds/lower/uff/ChallanDetails.java:152:	Found 'DU'-anomaly for variable 'LastTransferVoucherNo' (lines '152'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:152:	Local variable 'LastTransferVoucherNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:153:	Avoid unused local variables such as 'TransferVoucherNo'.
com/tin/tds/lower/uff/ChallanDetails.java:153:	Found 'DU'-anomaly for variable 'TransferVoucherNo' (lines '153'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:153:	Local variable 'TransferVoucherNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:154:	Avoid excessively long variable names like LastBankBranchCode
com/tin/tds/lower/uff/ChallanDetails.java:154:	Avoid unused local variables such as 'LastBankBranchCode'.
com/tin/tds/lower/uff/ChallanDetails.java:154:	Found 'DU'-anomaly for variable 'LastBankBranchCode' (lines '154'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:154:	Local variable 'LastBankBranchCode' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:155:	Avoid excessively long variable names like LastDateOfBankChallanNo
com/tin/tds/lower/uff/ChallanDetails.java:155:	Avoid unused local variables such as 'LastDateOfBankChallanNo'.
com/tin/tds/lower/uff/ChallanDetails.java:155:	Found 'DU'-anomaly for variable 'LastDateOfBankChallanNo' (lines '155'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:155:	Local variable 'LastDateOfBankChallanNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:156:	Avoid unused local variables such as 'MajorHeadCode'.
com/tin/tds/lower/uff/ChallanDetails.java:156:	Found 'DU'-anomaly for variable 'MajorHeadCode' (lines '156'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:156:	Local variable 'MajorHeadCode' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:158:	Avoid unused local variables such as 'MinorHeadCode'.
com/tin/tds/lower/uff/ChallanDetails.java:158:	Found 'DU'-anomaly for variable 'MinorHeadCode' (lines '158'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:158:	Local variable 'MinorHeadCode' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:160:	Avoid unused local variables such as 'Section'.
com/tin/tds/lower/uff/ChallanDetails.java:160:	Found 'DU'-anomaly for variable 'Section' (lines '160'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:160:	Local variable 'Section' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:161:	Avoid unused local variables such as 'OltasIncomeTax'.
com/tin/tds/lower/uff/ChallanDetails.java:161:	Found 'DU'-anomaly for variable 'OltasIncomeTax' (lines '161'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:161:	Local variable 'OltasIncomeTax' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:162:	Avoid unused local variables such as 'OltasSurcharge'.
com/tin/tds/lower/uff/ChallanDetails.java:162:	Found 'DU'-anomaly for variable 'OltasSurcharge' (lines '162'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:162:	Local variable 'OltasSurcharge' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:163:	Avoid unused local variables such as 'OltasCess'.
com/tin/tds/lower/uff/ChallanDetails.java:163:	Found 'DU'-anomaly for variable 'OltasCess' (lines '163'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:163:	Local variable 'OltasCess' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:164:	Avoid unused local variables such as 'OltasInterest'.
com/tin/tds/lower/uff/ChallanDetails.java:164:	Found 'DU'-anomaly for variable 'OltasInterest' (lines '164'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:164:	Local variable 'OltasInterest' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:165:	Avoid unused local variables such as 'OltasOthers'.
com/tin/tds/lower/uff/ChallanDetails.java:165:	Found 'DU'-anomaly for variable 'OltasOthers' (lines '165'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:165:	Local variable 'OltasOthers' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:166:	Avoid excessively long variable names like LastTotalOfDepositAmountAsPerChallan
com/tin/tds/lower/uff/ChallanDetails.java:166:	Avoid unused local variables such as 'LastTotalOfDepositAmountAsPerChallan'.
com/tin/tds/lower/uff/ChallanDetails.java:166:	Found 'DU'-anomaly for variable 'LastTotalOfDepositAmountAsPerChallan' (lines '166'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:166:	Local variable 'LastTotalOfDepositAmountAsPerChallan' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:167:	Avoid unused local variables such as 'TDSInterest'.
com/tin/tds/lower/uff/ChallanDetails.java:167:	Found 'DU'-anomaly for variable 'TDSInterest' (lines '167'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:167:	Local variable 'TDSInterest' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:168:	Avoid unused local variables such as 'TDSOthers'.
com/tin/tds/lower/uff/ChallanDetails.java:168:	Found 'DU'-anomaly for variable 'TDSOthers' (lines '168'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:168:	Local variable 'TDSOthers' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:169:	Avoid unused local variables such as 'Remark'.
com/tin/tds/lower/uff/ChallanDetails.java:169:	Found 'DU'-anomaly for variable 'Remark' (lines '169'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:169:	Local variable 'Remark' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:170:	Avoid unused local variables such as 'TDSIncomeTaxC'.
com/tin/tds/lower/uff/ChallanDetails.java:170:	Found 'DU'-anomaly for variable 'TDSIncomeTaxC' (lines '170'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:170:	Local variable 'TDSIncomeTaxC' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:171:	Avoid unused local variables such as 'TDSSurchargeC'.
com/tin/tds/lower/uff/ChallanDetails.java:171:	Found 'DU'-anomaly for variable 'TDSSurchargeC' (lines '171'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:171:	Local variable 'TDSSurchargeC' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:172:	Avoid unused local variables such as 'TDSCessC'.
com/tin/tds/lower/uff/ChallanDetails.java:172:	Found 'DU'-anomaly for variable 'TDSCessC' (lines '172'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:172:	Local variable 'TDSCessC' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:174:	Avoid unused local variables such as 'ChequeDDNo'.
com/tin/tds/lower/uff/ChallanDetails.java:174:	Found 'DU'-anomaly for variable 'ChequeDDNo' (lines '174'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:174:	Local variable 'ChequeDDNo' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:175:	Avoid unused local variables such as 'ByBookCash'.
com/tin/tds/lower/uff/ChallanDetails.java:175:	Found 'DU'-anomaly for variable 'ByBookCash' (lines '175'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:175:	Local variable 'ByBookCash' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:176:	Avoid unused local variables such as 'StmtToDate'.
com/tin/tds/lower/uff/ChallanDetails.java:176:	Found 'DU'-anomaly for variable 'StmtToDate' (lines '176'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:176:	Local variable 'StmtToDate' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:178:	Avoid unused local variables such as 'StmtFromDate'.
com/tin/tds/lower/uff/ChallanDetails.java:178:	Found 'DU'-anomaly for variable 'StmtFromDate' (lines '178'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:178:	Local variable 'StmtFromDate' could be declared final
com/tin/tds/lower/uff/ChallanDetails.java:180:	Avoid unused local variables such as 'ChallanHash'.
com/tin/tds/lower/uff/ChallanDetails.java:180:	Found 'DU'-anomaly for variable 'ChallanHash' (lines '180'-'182').
com/tin/tds/lower/uff/ChallanDetails.java:180:	Local variable 'ChallanHash' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:18:	Each class should declare at least one constructor
com/tin/tds/lower/uff/DeducteeDetails.java:20:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/uff/DeducteeDetails.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:20:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:20:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:21:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/uff/DeducteeDetails.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:21:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:21:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:22:	Avoid using redundant field initializer for 'DD_BatchNo'
com/tin/tds/lower/uff/DeducteeDetails.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:22:	To avoid mistakes add a comment at the beginning of the DD_BatchNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:22:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:23:	Avoid using redundant field initializer for 'ChallanRecordNo'
com/tin/tds/lower/uff/DeducteeDetails.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:23:	To avoid mistakes add a comment at the beginning of the ChallanRecordNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:23:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:24:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/uff/DeducteeDetails.java:24:	Avoid using redundant field initializer for 'DeducteeDetailRecNo'
com/tin/tds/lower/uff/DeducteeDetails.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:24:	To avoid mistakes add a comment at the beginning of the DeducteeDetailRecNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:24:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:25:	Avoid using redundant field initializer for 'EmployeeSerialNo'
com/tin/tds/lower/uff/DeducteeDetails.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:25:	To avoid mistakes add a comment at the beginning of the EmployeeSerialNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:25:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:26:	Avoid using redundant field initializer for 'DeducteeCode'
com/tin/tds/lower/uff/DeducteeDetails.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:26:	To avoid mistakes add a comment at the beginning of the DeducteeCode field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:26:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:27:	Avoid using redundant field initializer for 'LastEmployeePan'
com/tin/tds/lower/uff/DeducteeDetails.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:27:	To avoid mistakes add a comment at the beginning of the LastEmployeePan field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:27:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:28:	Avoid using redundant field initializer for 'EmployeePan'
com/tin/tds/lower/uff/DeducteeDetails.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:28:	To avoid mistakes add a comment at the beginning of the EmployeePan field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:28:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:29:	Avoid excessively long variable names like LastEmployeePanRefNo
com/tin/tds/lower/uff/DeducteeDetails.java:29:	Avoid using redundant field initializer for 'LastEmployeePanRefNo'
com/tin/tds/lower/uff/DeducteeDetails.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:29:	To avoid mistakes add a comment at the beginning of the LastEmployeePanRefNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:29:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:30:	Avoid using redundant field initializer for 'EmployeePanRefNo'
com/tin/tds/lower/uff/DeducteeDetails.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:30:	To avoid mistakes add a comment at the beginning of the EmployeePanRefNo field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:30:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:31:	Avoid using redundant field initializer for 'EmployeeName'
com/tin/tds/lower/uff/DeducteeDetails.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:31:	To avoid mistakes add a comment at the beginning of the EmployeeName field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:31:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:32:	Avoid using redundant field initializer for 'TDSIncomeTaxDD'
com/tin/tds/lower/uff/DeducteeDetails.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:32:	To avoid mistakes add a comment at the beginning of the TDSIncomeTaxDD field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:32:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:33:	Avoid using redundant field initializer for 'TDSSurchargeDD'
com/tin/tds/lower/uff/DeducteeDetails.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:33:	To avoid mistakes add a comment at the beginning of the TDSSurchargeDD field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:33:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:34:	Avoid using redundant field initializer for 'TDSCessDD'
com/tin/tds/lower/uff/DeducteeDetails.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:34:	To avoid mistakes add a comment at the beginning of the TDSCessDD field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:34:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:35:	Avoid excessively long variable names like TotalIncomeTaxDeductedAtSource
com/tin/tds/lower/uff/DeducteeDetails.java:35:	Avoid using redundant field initializer for 'TotalIncomeTaxDeductedAtSource'
com/tin/tds/lower/uff/DeducteeDetails.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:35:	To avoid mistakes add a comment at the beginning of the TotalIncomeTaxDeductedAtSource field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:35:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:36:	Avoid excessively long variable names like LastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/uff/DeducteeDetails.java:36:	Avoid using redundant field initializer for 'LastTotalIncomeTaxDeductedAtSource'
com/tin/tds/lower/uff/DeducteeDetails.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:36:	To avoid mistakes add a comment at the beginning of the LastTotalIncomeTaxDeductedAtSource field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:36:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:36:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:37:	Avoid excessively long variable names like TotalValueofPurchase
com/tin/tds/lower/uff/DeducteeDetails.java:37:	Avoid using redundant field initializer for 'TotalValueofPurchase'
com/tin/tds/lower/uff/DeducteeDetails.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:37:	To avoid mistakes add a comment at the beginning of the TotalValueofPurchase field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:37:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:38:	Avoid using redundant field initializer for 'TotalTaxDeposited'
com/tin/tds/lower/uff/DeducteeDetails.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:38:	To avoid mistakes add a comment at the beginning of the TotalTaxDeposited field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:38:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:39:	Avoid excessively long variable names like LastTotalTaxDeposited
com/tin/tds/lower/uff/DeducteeDetails.java:39:	Avoid using redundant field initializer for 'LastTotalTaxDeposited'
com/tin/tds/lower/uff/DeducteeDetails.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:39:	To avoid mistakes add a comment at the beginning of the LastTotalTaxDeposited field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:39:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:40:	Avoid using redundant field initializer for 'AmountOfPayment'
com/tin/tds/lower/uff/DeducteeDetails.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:40:	To avoid mistakes add a comment at the beginning of the AmountOfPayment field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:40:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:40:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:41:	Avoid excessively long variable names like DateOnWhichAmountPaid
com/tin/tds/lower/uff/DeducteeDetails.java:41:	Avoid using redundant field initializer for 'DateOnWhichAmountPaid'
com/tin/tds/lower/uff/DeducteeDetails.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:41:	To avoid mistakes add a comment at the beginning of the DateOnWhichAmountPaid field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:41:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:41:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:42:	Avoid excessively long variable names like RateAtWhichTaxDeducted
com/tin/tds/lower/uff/DeducteeDetails.java:42:	Avoid using redundant field initializer for 'RateAtWhichTaxDeducted'
com/tin/tds/lower/uff/DeducteeDetails.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:42:	To avoid mistakes add a comment at the beginning of the RateAtWhichTaxDeducted field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:42:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:42:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:43:	Avoid excessively long variable names like GrossingUpIndicator
com/tin/tds/lower/uff/DeducteeDetails.java:43:	Avoid using redundant field initializer for 'GrossingUpIndicator'
com/tin/tds/lower/uff/DeducteeDetails.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:43:	To avoid mistakes add a comment at the beginning of the GrossingUpIndicator field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:43:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:44:	Avoid excessively long variable names like DateOnWhichTaxDeducted
com/tin/tds/lower/uff/DeducteeDetails.java:44:	Avoid using redundant field initializer for 'DateOnWhichTaxDeducted'
com/tin/tds/lower/uff/DeducteeDetails.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:44:	To avoid mistakes add a comment at the beginning of the DateOnWhichTaxDeducted field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:44:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:44:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:45:	Avoid using redundant field initializer for 'DateOfDeposit'
com/tin/tds/lower/uff/DeducteeDetails.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:45:	To avoid mistakes add a comment at the beginning of the DateOfDeposit field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:45:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:45:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:46:	Avoid using redundant field initializer for 'BookCashEntry'
com/tin/tds/lower/uff/DeducteeDetails.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:46:	To avoid mistakes add a comment at the beginning of the BookCashEntry field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:46:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:47:	Avoid excessively long variable names like DateOfFurnishingTaxDeductionCertificate
com/tin/tds/lower/uff/DeducteeDetails.java:47:	Avoid using redundant field initializer for 'DateOfFurnishingTaxDeductionCertificate'
com/tin/tds/lower/uff/DeducteeDetails.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:47:	To avoid mistakes add a comment at the beginning of the DateOfFurnishingTaxDeductionCertificate field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:47:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:47:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:48:	Avoid using redundant field initializer for 'Remark1'
com/tin/tds/lower/uff/DeducteeDetails.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:48:	To avoid mistakes add a comment at the beginning of the Remark1 field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:48:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:48:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:49:	Avoid using redundant field initializer for 'Remark2'
com/tin/tds/lower/uff/DeducteeDetails.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:49:	To avoid mistakes add a comment at the beginning of the Remark2 field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:49:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:49:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:50:	Avoid using redundant field initializer for 'Remark3'
com/tin/tds/lower/uff/DeducteeDetails.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:50:	To avoid mistakes add a comment at the beginning of the Remark3 field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:50:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:50:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:51:	Avoid using redundant field initializer for 'DeducteeHash'
com/tin/tds/lower/uff/DeducteeDetails.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:51:	To avoid mistakes add a comment at the beginning of the DeducteeHash field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:51:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:51:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:52:	Avoid using redundant field initializer for 'Mode'
com/tin/tds/lower/uff/DeducteeDetails.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/DeducteeDetails.java:52:	To avoid mistakes add a comment at the beginning of the Mode field if you want a default access modifier
com/tin/tds/lower/uff/DeducteeDetails.java:52:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/DeducteeDetails.java:52:	fieldCommentRequirement Required
com/tin/tds/lower/uff/DeducteeDetails.java:59:	Parameter 'deductee' is not assigned and could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:64:	Local variable 'obj_tok' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:65:	Local variable 'delimiter' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:66:	Avoid variables with short names like al
com/tin/tds/lower/uff/DeducteeDetails.java:66:	Found 'DD'-anomaly for variable 'al' (lines '66'-'67').
com/tin/tds/lower/uff/DeducteeDetails.java:68:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:69:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:70:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:71:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:73:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/DeducteeDetails.java:102:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/DeducteeDetails.java:104:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/DeducteeDetails.java:105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/DeducteeDetails.java:107:	Avoid unnecessary return statements
com/tin/tds/lower/uff/DeducteeDetails.java:116:	Avoid unused local variables such as 'LineNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:116:	Found 'DU'-anomaly for variable 'LineNo' (lines '116'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:116:	Local variable 'LineNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:117:	Avoid unused local variables such as 'RecType'.
com/tin/tds/lower/uff/DeducteeDetails.java:117:	Found 'DU'-anomaly for variable 'RecType' (lines '117'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:117:	Local variable 'RecType' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:118:	Avoid unused local variables such as 'DD_BatchNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:118:	Found 'DU'-anomaly for variable 'DD_BatchNo' (lines '118'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:118:	Local variable 'DD_BatchNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:119:	Avoid unused local variables such as 'ChallanRecordNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:119:	Found 'DU'-anomaly for variable 'ChallanRecordNo' (lines '119'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:119:	Local variable 'ChallanRecordNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:120:	Avoid excessively long variable names like DeducteeDetailRecNo
com/tin/tds/lower/uff/DeducteeDetails.java:120:	Avoid unused local variables such as 'DeducteeDetailRecNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:120:	Found 'DU'-anomaly for variable 'DeducteeDetailRecNo' (lines '120'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:120:	Local variable 'DeducteeDetailRecNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:121:	Avoid unused local variables such as 'EmployeeSerialNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:121:	Found 'DU'-anomaly for variable 'EmployeeSerialNo' (lines '121'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:121:	Local variable 'EmployeeSerialNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:122:	Avoid unused local variables such as 'DeducteeCode'.
com/tin/tds/lower/uff/DeducteeDetails.java:122:	Found 'DU'-anomaly for variable 'DeducteeCode' (lines '122'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:122:	Local variable 'DeducteeCode' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:123:	Avoid unused local variables such as 'LastEmployeePan'.
com/tin/tds/lower/uff/DeducteeDetails.java:123:	Found 'DU'-anomaly for variable 'LastEmployeePan' (lines '123'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:123:	Local variable 'LastEmployeePan' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:124:	Avoid unused local variables such as 'EmployeePan'.
com/tin/tds/lower/uff/DeducteeDetails.java:124:	Found 'DU'-anomaly for variable 'EmployeePan' (lines '124'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:124:	Local variable 'EmployeePan' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:125:	Avoid excessively long variable names like LastEmployeePanRefNo
com/tin/tds/lower/uff/DeducteeDetails.java:125:	Avoid unused local variables such as 'LastEmployeePanRefNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:125:	Found 'DU'-anomaly for variable 'LastEmployeePanRefNo' (lines '125'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:125:	Local variable 'LastEmployeePanRefNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:126:	Avoid unused local variables such as 'EmployeePanRefNo'.
com/tin/tds/lower/uff/DeducteeDetails.java:126:	Found 'DU'-anomaly for variable 'EmployeePanRefNo' (lines '126'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:126:	Local variable 'EmployeePanRefNo' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:127:	Avoid unused local variables such as 'EmployeeName'.
com/tin/tds/lower/uff/DeducteeDetails.java:127:	Found 'DU'-anomaly for variable 'EmployeeName' (lines '127'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:127:	Local variable 'EmployeeName' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:128:	Avoid unused local variables such as 'TDSIncomeTaxDD'.
com/tin/tds/lower/uff/DeducteeDetails.java:128:	Found 'DU'-anomaly for variable 'TDSIncomeTaxDD' (lines '128'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:128:	Local variable 'TDSIncomeTaxDD' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:129:	Avoid unused local variables such as 'TDSSurchargeDD'.
com/tin/tds/lower/uff/DeducteeDetails.java:129:	Found 'DU'-anomaly for variable 'TDSSurchargeDD' (lines '129'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:129:	Local variable 'TDSSurchargeDD' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:130:	Avoid unused local variables such as 'TDSCessDD'.
com/tin/tds/lower/uff/DeducteeDetails.java:130:	Found 'DU'-anomaly for variable 'TDSCessDD' (lines '130'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:130:	Local variable 'TDSCessDD' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:131:	Avoid excessively long variable names like TotalIncomeTaxDeductedAtSource
com/tin/tds/lower/uff/DeducteeDetails.java:131:	Avoid unused local variables such as 'TotalIncomeTaxDeductedAtSource'.
com/tin/tds/lower/uff/DeducteeDetails.java:131:	Found 'DU'-anomaly for variable 'TotalIncomeTaxDeductedAtSource' (lines '131'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:131:	Local variable 'TotalIncomeTaxDeductedAtSource' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:132:	Avoid excessively long variable names like LastTotalIncomeTaxDeductedAtSource
com/tin/tds/lower/uff/DeducteeDetails.java:132:	Avoid unused local variables such as 'LastTotalIncomeTaxDeductedAtSource'.
com/tin/tds/lower/uff/DeducteeDetails.java:132:	Found 'DU'-anomaly for variable 'LastTotalIncomeTaxDeductedAtSource' (lines '132'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:132:	Local variable 'LastTotalIncomeTaxDeductedAtSource' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:133:	Avoid excessively long variable names like TotalValueofPurchase
com/tin/tds/lower/uff/DeducteeDetails.java:133:	Avoid unused local variables such as 'TotalValueofPurchase'.
com/tin/tds/lower/uff/DeducteeDetails.java:133:	Found 'DU'-anomaly for variable 'TotalValueofPurchase' (lines '133'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:133:	Local variable 'TotalValueofPurchase' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:134:	Avoid unused local variables such as 'TotalTaxDeposited'.
com/tin/tds/lower/uff/DeducteeDetails.java:134:	Found 'DU'-anomaly for variable 'TotalTaxDeposited' (lines '134'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:134:	Local variable 'TotalTaxDeposited' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:135:	Avoid excessively long variable names like LastTotalTaxDeposited
com/tin/tds/lower/uff/DeducteeDetails.java:135:	Avoid unused local variables such as 'LastTotalTaxDeposited'.
com/tin/tds/lower/uff/DeducteeDetails.java:135:	Found 'DU'-anomaly for variable 'LastTotalTaxDeposited' (lines '135'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:135:	Local variable 'LastTotalTaxDeposited' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:136:	Avoid unused local variables such as 'AmountOfPayment'.
com/tin/tds/lower/uff/DeducteeDetails.java:136:	Found 'DU'-anomaly for variable 'AmountOfPayment' (lines '136'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:136:	Local variable 'AmountOfPayment' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:137:	Avoid excessively long variable names like DateOnWhichAmountPaid
com/tin/tds/lower/uff/DeducteeDetails.java:137:	Avoid unused local variables such as 'DateOnWhichAmountPaid'.
com/tin/tds/lower/uff/DeducteeDetails.java:137:	Found 'DU'-anomaly for variable 'DateOnWhichAmountPaid' (lines '137'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:137:	Local variable 'DateOnWhichAmountPaid' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:138:	Avoid excessively long variable names like RateAtWhichTaxDeducted
com/tin/tds/lower/uff/DeducteeDetails.java:138:	Avoid unused local variables such as 'RateAtWhichTaxDeducted'.
com/tin/tds/lower/uff/DeducteeDetails.java:138:	Found 'DU'-anomaly for variable 'RateAtWhichTaxDeducted' (lines '138'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:138:	Local variable 'RateAtWhichTaxDeducted' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:139:	Avoid excessively long variable names like GrossingUpIndicator
com/tin/tds/lower/uff/DeducteeDetails.java:139:	Avoid unused local variables such as 'GrossingUpIndicator'.
com/tin/tds/lower/uff/DeducteeDetails.java:139:	Found 'DU'-anomaly for variable 'GrossingUpIndicator' (lines '139'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:139:	Local variable 'GrossingUpIndicator' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:140:	Avoid excessively long variable names like DateOnWhichTaxDeducted
com/tin/tds/lower/uff/DeducteeDetails.java:140:	Avoid unused local variables such as 'DateOnWhichTaxDeducted'.
com/tin/tds/lower/uff/DeducteeDetails.java:140:	Found 'DU'-anomaly for variable 'DateOnWhichTaxDeducted' (lines '140'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:140:	Local variable 'DateOnWhichTaxDeducted' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:141:	Avoid unused local variables such as 'DateOfDeposit'.
com/tin/tds/lower/uff/DeducteeDetails.java:141:	Found 'DU'-anomaly for variable 'DateOfDeposit' (lines '141'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:141:	Local variable 'DateOfDeposit' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:142:	Avoid unused local variables such as 'BookCashEntry'.
com/tin/tds/lower/uff/DeducteeDetails.java:142:	Found 'DU'-anomaly for variable 'BookCashEntry' (lines '142'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:142:	Local variable 'BookCashEntry' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:143:	Avoid excessively long variable names like DateOfFurnishingTaxDeductionCertificate
com/tin/tds/lower/uff/DeducteeDetails.java:143:	Avoid unused local variables such as 'DateOfFurnishingTaxDeductionCertificate'.
com/tin/tds/lower/uff/DeducteeDetails.java:143:	Found 'DU'-anomaly for variable 'DateOfFurnishingTaxDeductionCertificate' (lines '143'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:143:	Local variable 'DateOfFurnishingTaxDeductionCertificate' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:144:	Avoid unused local variables such as 'Remark1'.
com/tin/tds/lower/uff/DeducteeDetails.java:144:	Found 'DU'-anomaly for variable 'Remark1' (lines '144'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:144:	Local variable 'Remark1' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:145:	Avoid unused local variables such as 'Remark2'.
com/tin/tds/lower/uff/DeducteeDetails.java:145:	Found 'DU'-anomaly for variable 'Remark2' (lines '145'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:145:	Local variable 'Remark2' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:146:	Avoid unused local variables such as 'Remark3'.
com/tin/tds/lower/uff/DeducteeDetails.java:146:	Found 'DU'-anomaly for variable 'Remark3' (lines '146'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:146:	Local variable 'Remark3' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:147:	Avoid unused local variables such as 'DeducteeHash'.
com/tin/tds/lower/uff/DeducteeDetails.java:147:	Found 'DU'-anomaly for variable 'DeducteeHash' (lines '147'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:147:	Local variable 'DeducteeHash' could be declared final
com/tin/tds/lower/uff/DeducteeDetails.java:148:	Avoid unused local variables such as 'Mode'.
com/tin/tds/lower/uff/DeducteeDetails.java:148:	Found 'DU'-anomaly for variable 'Mode' (lines '148'-'149').
com/tin/tds/lower/uff/DeducteeDetails.java:148:	Local variable 'Mode' could be declared final
com/tin/tds/lower/uff/FileHeaderDetails.java:18:	Each class should declare at least one constructor
com/tin/tds/lower/uff/FileHeaderDetails.java:20:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/uff/FileHeaderDetails.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:20:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:20:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:21:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/uff/FileHeaderDetails.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:21:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:21:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:22:	Avoid using redundant field initializer for 'FileType'
com/tin/tds/lower/uff/FileHeaderDetails.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:22:	To avoid mistakes add a comment at the beginning of the FileType field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:22:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:22:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:23:	Avoid using redundant field initializer for 'UploadType'
com/tin/tds/lower/uff/FileHeaderDetails.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:23:	To avoid mistakes add a comment at the beginning of the UploadType field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:23:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:24:	Avoid using redundant field initializer for 'FileCrDt'
com/tin/tds/lower/uff/FileHeaderDetails.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:24:	To avoid mistakes add a comment at the beginning of the FileCrDt field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:24:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:24:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:25:	Avoid using redundant field initializer for 'FileSeqNo'
com/tin/tds/lower/uff/FileHeaderDetails.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:25:	To avoid mistakes add a comment at the beginning of the FileSeqNo field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:25:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:25:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:26:	Avoid using redundant field initializer for 'TanTfcIdIndicator'
com/tin/tds/lower/uff/FileHeaderDetails.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:26:	To avoid mistakes add a comment at the beginning of the TanTfcIdIndicator field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:26:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:26:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:27:	Avoid using redundant field initializer for 'TanDedtr'
com/tin/tds/lower/uff/FileHeaderDetails.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:27:	To avoid mistakes add a comment at the beginning of the TanDedtr field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:27:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:27:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:28:	Avoid using redundant field initializer for 'NoBatches'
com/tin/tds/lower/uff/FileHeaderDetails.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:28:	To avoid mistakes add a comment at the beginning of the NoBatches field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:28:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:29:	Avoid using redundant field initializer for 'FileHdrHash'
com/tin/tds/lower/uff/FileHeaderDetails.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:29:	To avoid mistakes add a comment at the beginning of the FileHdrHash field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:29:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:30:	Avoid using redundant field initializer for 'FVUVer'
com/tin/tds/lower/uff/FileHeaderDetails.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:30:	To avoid mistakes add a comment at the beginning of the FVUVer field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:30:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:31:	Avoid using redundant field initializer for 'FileHash'
com/tin/tds/lower/uff/FileHeaderDetails.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:31:	To avoid mistakes add a comment at the beginning of the FileHash field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:31:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:32:	Avoid using redundant field initializer for 'SAMVer'
com/tin/tds/lower/uff/FileHeaderDetails.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:32:	To avoid mistakes add a comment at the beginning of the SAMVer field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:32:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:33:	Avoid using redundant field initializer for 'SAMHash'
com/tin/tds/lower/uff/FileHeaderDetails.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:33:	To avoid mistakes add a comment at the beginning of the SAMHash field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:33:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:34:	Avoid using redundant field initializer for 'SCMVer'
com/tin/tds/lower/uff/FileHeaderDetails.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:34:	To avoid mistakes add a comment at the beginning of the SCMVer field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:34:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:34:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:35:	Avoid using redundant field initializer for 'SCMHash'
com/tin/tds/lower/uff/FileHeaderDetails.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/FileHeaderDetails.java:35:	To avoid mistakes add a comment at the beginning of the SCMHash field if you want a default access modifier
com/tin/tds/lower/uff/FileHeaderDetails.java:35:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/FileHeaderDetails.java:35:	fieldCommentRequirement Required
com/tin/tds/lower/uff/FileHeaderDetails.java:41:	Parameter 'fileHeader' is not assigned and could be declared final
com/tin/tds/lower/uff/FileHeaderDetails.java:45:	Local variable 'obj_tok' could be declared final
com/tin/tds/lower/uff/FileHeaderDetails.java:46:	Local variable 'delimiter' could be declared final
com/tin/tds/lower/uff/FileHeaderDetails.java:47:	Avoid variables with short names like al
com/tin/tds/lower/uff/FileHeaderDetails.java:47:	Found 'DD'-anomaly for variable 'al' (lines '47'-'48').
com/tin/tds/lower/uff/FileHeaderDetails.java:49:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:50:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:51:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:52:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:53:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:54:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:55:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:56:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:57:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:58:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:59:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:60:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:61:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:62:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:63:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:64:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/FileHeaderDetails.java:66:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/FileHeaderDetails.java:68:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/Form26Q.java:13:	Avoid unused imports such as 'java.io.FileReader'
com/tin/tds/lower/uff/Form26Q.java:26:	Each class should declare at least one constructor
com/tin/tds/lower/uff/Form26Q.java:26:	The class 'Form26Q' has a Cyclomatic Complexity of 16 (Highest = 27).
com/tin/tds/lower/uff/Form26Q.java:26:	The class 'Form26Q' has a Modified Cyclomatic Complexity of 14 (Highest = 24).
com/tin/tds/lower/uff/Form26Q.java:28:	Avoid using redundant field initializer for 'LineNo'
com/tin/tds/lower/uff/Form26Q.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/Form26Q.java:28:	To avoid mistakes add a comment at the beginning of the LineNo field if you want a default access modifier
com/tin/tds/lower/uff/Form26Q.java:28:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/Form26Q.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/uff/Form26Q.java:29:	Avoid using redundant field initializer for 'RecType'
com/tin/tds/lower/uff/Form26Q.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/Form26Q.java:29:	To avoid mistakes add a comment at the beginning of the RecType field if you want a default access modifier
com/tin/tds/lower/uff/Form26Q.java:29:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/Form26Q.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/uff/Form26Q.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/uff/Form26Q.java:30:	To avoid mistakes add a comment at the beginning of the cal field if you want a default access modifier
com/tin/tds/lower/uff/Form26Q.java:30:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/uff/Form26Q.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/uff/Form26Q.java:32:	Comment is too large: Line too long
com/tin/tds/lower/uff/Form26Q.java:36:	Avoid really long methods.
com/tin/tds/lower/uff/Form26Q.java:36:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/uff/Form26Q.java:36:	The method 'create26QFile' has a Cyclomatic Complexity of 27.
com/tin/tds/lower/uff/Form26Q.java:36:	The method 'create26QFile' has a Modified Cyclomatic Complexity of 24.
com/tin/tds/lower/uff/Form26Q.java:36:	The method create26QFile() has an NPath complexity of 24311
com/tin/tds/lower/uff/Form26Q.java:37:	Parameter 'inputFile' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:38:	Avoid excessively long variable names like userFriendlyFileBHDD
com/tin/tds/lower/uff/Form26Q.java:38:	Parameter 'userFriendlyFileBHDD' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:39:	Avoid excessively long variable names like userFriendlyFileCD
com/tin/tds/lower/uff/Form26Q.java:39:	Parameter 'userFriendlyFileCD' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:40:	Avoid variables with short names like br
com/tin/tds/lower/uff/Form26Q.java:40:	Parameter 'br' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:41:	Parameter 'BHrecord' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:42:	Parameter 'uffNamingBHDD' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:43:	Parameter 'uffNamingCD' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:44:	Parameter 'FHrecord' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:46:	Found 'DD'-anomaly for variable 'writeInToFile' (lines '46'-'494').
com/tin/tds/lower/uff/Form26Q.java:47:	Avoid unused local variables such as 'CH_BatchNo'.
com/tin/tds/lower/uff/Form26Q.java:47:	Found 'DD'-anomaly for variable 'CH_BatchNo' (lines '47'-'174').
com/tin/tds/lower/uff/Form26Q.java:48:	Avoid unused local variables such as 'DD_BatchNo'.
com/tin/tds/lower/uff/Form26Q.java:48:	Found 'DD'-anomaly for variable 'DD_BatchNo' (lines '48'-'349').
com/tin/tds/lower/uff/Form26Q.java:48:	Found 'DU'-anomaly for variable 'DD_BatchNo' (lines '48'-'562').
com/tin/tds/lower/uff/Form26Q.java:49:	Avoid excessively long variable names like ChallanDetailRecordNo
com/tin/tds/lower/uff/Form26Q.java:49:	Avoid unused local variables such as 'ChallanDetailRecordNo'.
com/tin/tds/lower/uff/Form26Q.java:49:	Found 'DD'-anomaly for variable 'ChallanDetailRecordNo' (lines '49'-'175').
com/tin/tds/lower/uff/Form26Q.java:50:	Avoid excessively long variable names like CountOfDeducteeDetail
com/tin/tds/lower/uff/Form26Q.java:50:	Found 'DD'-anomaly for variable 'CountOfDeducteeDetail' (lines '50'-'176').
com/tin/tds/lower/uff/Form26Q.java:51:	Found 'DD'-anomaly for variable 'countOfDeductee' (lines '51'-'297').
com/tin/tds/lower/uff/Form26Q.java:52:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/uff/Form26Q.java:52:	Avoid unused local variables such as 'CountField_DD'.
com/tin/tds/lower/uff/Form26Q.java:52:	Found 'DU'-anomaly for variable 'CountField_DD' (lines '52'-'562').
com/tin/tds/lower/uff/Form26Q.java:52:	Local variable 'CountField_DD' could be declared final
com/tin/tds/lower/uff/Form26Q.java:53:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/uff/Form26Q.java:53:	Avoid unused local variables such as 'ChallanCount'.
com/tin/tds/lower/uff/Form26Q.java:53:	Found 'DU'-anomaly for variable 'ChallanCount' (lines '53'-'562').
com/tin/tds/lower/uff/Form26Q.java:53:	Local variable 'ChallanCount' could be declared final
com/tin/tds/lower/uff/Form26Q.java:54:	Avoid unused local variables such as 'DeducteeCount'.
com/tin/tds/lower/uff/Form26Q.java:54:	Found 'DD'-anomaly for variable 'DeducteeCount' (lines '54'-'355').
com/tin/tds/lower/uff/Form26Q.java:54:	Found 'DU'-anomaly for variable 'DeducteeCount' (lines '54'-'562').
com/tin/tds/lower/uff/Form26Q.java:57:	Local variable 'obj_FH' could be declared final
com/tin/tds/lower/uff/Form26Q.java:58:	Local variable 'obj_BH' could be declared final
com/tin/tds/lower/uff/Form26Q.java:59:	Local variable 'obj_CH' could be declared final
com/tin/tds/lower/uff/Form26Q.java:60:	Found 'DU'-anomaly for variable 'obj_DD' (lines '60'-'562').
com/tin/tds/lower/uff/Form26Q.java:60:	Local variable 'obj_DD' could be declared final
com/tin/tds/lower/uff/Form26Q.java:61:	Local variable 'obj_tok' could be declared final
com/tin/tds/lower/uff/Form26Q.java:62:	Local variable 'delimiter' could be declared final
com/tin/tds/lower/uff/Form26Q.java:66:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:76:	StringBuffer constructor is initialized with size 16, but has at least 1044 characters appended.
com/tin/tds/lower/uff/Form26Q.java:78:	Local variable 'flgObj' could be declared final
com/tin/tds/lower/uff/Form26Q.java:82:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:86:	StringBuffer (or StringBuilder).append is called 8 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:86:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:87:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:89:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:90:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:90:	The String literal "</TABLE>" appears 16 times in this file; the first occurrence is on line 90
com/tin/tds/lower/uff/Form26Q.java:91:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:93:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:94:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:96:	Comment is too large: Line too long
com/tin/tds/lower/uff/Form26Q.java:98:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:100:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:102:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:104:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:104:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:114:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:114:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:114:	The String literal "<BR><BR>" appears 6 times in this file; the first occurrence is on line 114
com/tin/tds/lower/uff/Form26Q.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:115:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:115:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:118:	StringBuffer constructor is initialized with size 16, but has at least 125 characters appended.
com/tin/tds/lower/uff/Form26Q.java:123:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:124:	StringBuffer (or StringBuilder).append is called 31 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:127:	The String literal "<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 BORDERCOLOR=000000 style='border-collapse: collapse; border: none; mso-border-alt: solid windowtext .5pt; mso-padding-alt: 0in 5.4pt 0in 5.4pt'>" appears 4 times in this file; the first occurrence is on line 127
com/tin/tds/lower/uff/Form26Q.java:141:	The String literal "</TR>" appears 5 times in this file; the first occurrence is on line 141
com/tin/tds/lower/uff/Form26Q.java:160:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/uff/Form26Q.java:160:	Avoid unused local variables such as 'validChallanCount'.
com/tin/tds/lower/uff/Form26Q.java:160:	Found 'DU'-anomaly for variable 'validChallanCount' (lines '160'-'562').
com/tin/tds/lower/uff/Form26Q.java:160:	Local variable 'validChallanCount' could be declared final
com/tin/tds/lower/uff/Form26Q.java:161:	Local variable 'countOfChallan' could be declared final
com/tin/tds/lower/uff/Form26Q.java:164:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/uff/Form26Q.java:166:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:166:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/uff/Form26Q.java:169:	Found 'DD'-anomaly for variable 'alCD' (lines '169'-'170').
com/tin/tds/lower/uff/Form26Q.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:174:	Found 'DD'-anomaly for variable 'CH_BatchNo' (lines '174'-'174').
com/tin/tds/lower/uff/Form26Q.java:174:	Found 'DU'-anomaly for variable 'CH_BatchNo' (lines '174'-'562').
com/tin/tds/lower/uff/Form26Q.java:174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:175:	Found 'DD'-anomaly for variable 'ChallanDetailRecordNo' (lines '175'-'175').
com/tin/tds/lower/uff/Form26Q.java:175:	Found 'DU'-anomaly for variable 'ChallanDetailRecordNo' (lines '175'-'562').
com/tin/tds/lower/uff/Form26Q.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:176:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:181:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:181:	Useless parentheses.
com/tin/tds/lower/uff/Form26Q.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:186:	StringBuffer (or StringBuilder).append is called 8 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:190:	The String literal "<BR>" appears 5 times in this file; the first occurrence is on line 190
com/tin/tds/lower/uff/Form26Q.java:191:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:193:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:194:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:194:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:195:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:196:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:196:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:197:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:197:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:198:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:199:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:199:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:200:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:200:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:201:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:203:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:203:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:204:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:205:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:206:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:206:	The String literal "</TD></TR>" appears 5 times in this file; the first occurrence is on line 206
com/tin/tds/lower/uff/Form26Q.java:212:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:212:	The String literal "</TD>" appears 29 times in this file; the first occurrence is on line 212
com/tin/tds/lower/uff/Form26Q.java:213:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:213:	The String literal "<TD>" appears 13 times in this file; the first occurrence is on line 213
com/tin/tds/lower/uff/Form26Q.java:214:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:215:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:216:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:217:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:218:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:219:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:220:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:221:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:222:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:222:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:222:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:223:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/uff/Form26Q.java:223:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:223:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:225:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/uff/Form26Q.java:225:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:225:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:232:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:232:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:233:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:235:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:235:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:238:	The String literal "</LEFT></TD></TR>" appears 12 times in this file; the first occurrence is on line 238
com/tin/tds/lower/uff/Form26Q.java:239:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:241:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:243:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:245:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:248:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/uff/Form26Q.java:248:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:250:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:253:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/uff/Form26Q.java:253:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:253:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:255:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:262:	Do not add empty strings
com/tin/tds/lower/uff/Form26Q.java:262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:265:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:265:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:269:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:270:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:270:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:271:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:271:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:272:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:272:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:273:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:274:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:274:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:275:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:276:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:276:	The String literal "<TD NOWRAP=NOWRAP>" appears 15 times in this file; the first occurrence is on line 276
com/tin/tds/lower/uff/Form26Q.java:277:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:278:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:280:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:280:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:282:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:283:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:284:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:284:	StringBuffer (or StringBuilder).append is called 12 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:285:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:286:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:287:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:287:	The String literal "<TR><TD NOWRAP=NOWRAP width=300 VALIGN=TOP HEIGHT=20></TD></TR>" appears 4 times in this file; the first occurrence is on line 287
com/tin/tds/lower/uff/Form26Q.java:288:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:289:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:290:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:291:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:292:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:293:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:294:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:295:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:296:	Avoid instantiating new objects inside loops
com/tin/tds/lower/uff/Form26Q.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:300:	StringBuffer (or StringBuilder).append is called 33 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:302:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:303:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:304:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:305:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:306:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:307:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:308:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:309:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:310:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:311:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:312:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:313:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:314:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:315:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:316:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:317:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:318:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:319:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:320:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:321:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:322:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:323:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:324:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:325:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:326:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:327:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:328:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:329:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:330:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:331:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:332:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:333:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:339:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:345:	Found 'DD'-anomaly for variable 'alDD' (lines '345'-'346').
com/tin/tds/lower/uff/Form26Q.java:347:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:348:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:349:	Found 'DD'-anomaly for variable 'DD_BatchNo' (lines '349'-'349').
com/tin/tds/lower/uff/Form26Q.java:349:	Found 'DU'-anomaly for variable 'DD_BatchNo' (lines '349'-'562').
com/tin/tds/lower/uff/Form26Q.java:349:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:351:	Position literals first in String comparisons
com/tin/tds/lower/uff/Form26Q.java:355:	Found 'DD'-anomaly for variable 'DeducteeCount' (lines '355'-'355').
com/tin/tds/lower/uff/Form26Q.java:355:	Found 'DU'-anomaly for variable 'DeducteeCount' (lines '355'-'562').
com/tin/tds/lower/uff/Form26Q.java:356:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:361:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:361:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:362:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:362:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:363:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:363:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:364:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:364:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:365:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:365:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:366:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:366:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:368:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:370:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:372:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:374:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:374:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:375:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:376:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:376:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:377:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:377:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:378:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:378:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:379:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:379:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:380:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:380:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:381:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:381:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:383:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:385:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:387:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:389:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:389:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:390:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:390:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:392:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:398:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:398:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:399:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:400:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:400:	The String literal "<TABLE BORDER=0>" appears 6 times in this file; the first occurrence is on line 400
com/tin/tds/lower/uff/Form26Q.java:401:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:402:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:403:	Do not add empty strings
com/tin/tds/lower/uff/Form26Q.java:403:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:403:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:404:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:405:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:406:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:406:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:410:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:410:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:412:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:414:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:416:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:422:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:424:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:429:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:429:	StringBuffer (or StringBuilder).append is called 39 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:431:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:432:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:433:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:434:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:435:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:436:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:437:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:438:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:439:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:440:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:441:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:442:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:443:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:444:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:445:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:446:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:447:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:448:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:449:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:450:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:451:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:452:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:453:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:454:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:455:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:456:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:457:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:458:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:459:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:460:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:461:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:464:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:465:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:466:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:467:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:468:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:469:	Do not add empty strings
com/tin/tds/lower/uff/Form26Q.java:469:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:469:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:470:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:471:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:472:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:476:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:476:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:478:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:480:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:482:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:488:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:490:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:491:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:494:	Found 'DD'-anomaly for variable 'writeInToFile' (lines '494'-'499').
com/tin/tds/lower/uff/Form26Q.java:496:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/uff/Form26Q.java:496:	Found 'DD'-anomaly for variable 'toReturn' (lines '496'-'497').
com/tin/tds/lower/uff/Form26Q.java:497:	Avoid instantiating new objects inside loops
com/tin/tds/lower/uff/Form26Q.java:499:	Found 'DD'-anomaly for variable 'writeInToFile' (lines '499'-'494').
com/tin/tds/lower/uff/Form26Q.java:499:	Found 'DD'-anomaly for variable 'writeInToFile' (lines '499'-'546').
com/tin/tds/lower/uff/Form26Q.java:500:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/uff/Form26Q.java:500:	Found 'DD'-anomaly for variable 'toChallan' (lines '500'-'501').
com/tin/tds/lower/uff/Form26Q.java:501:	Avoid instantiating new objects inside loops
com/tin/tds/lower/uff/Form26Q.java:506:	StringBuffer (or StringBuilder).append is called 12 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:506:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:507:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:509:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:510:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:511:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:511:	The String literal "<TR><TD><BR></TD></TR>" appears 5 times in this file; the first occurrence is on line 511
com/tin/tds/lower/uff/Form26Q.java:512:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:513:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:514:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:515:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:516:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:517:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:518:	Do not add empty strings
com/tin/tds/lower/uff/Form26Q.java:518:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:518:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:519:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:520:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:521:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:522:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:523:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:523:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:524:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:525:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:526:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:526:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:528:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:530:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:532:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/Form26Q.java:534:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:534:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:535:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:536:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:537:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:538:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:539:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:540:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:541:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:542:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:542:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:544:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:547:	Found 'DU'-anomaly for variable 'fileOpenFlagCD' (lines '547'-'562').
com/tin/tds/lower/uff/Form26Q.java:548:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/uff/Form26Q.java:548:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:549:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:550:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/uff/Form26Q.java:553:	Found 'DU'-anomaly for variable 'fileOpenFlagBH' (lines '553'-'562').
com/tin/tds/lower/uff/Form26Q.java:554:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/Form26Q.java:556:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/Form26Q.java:558:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:559:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/Form26Q.java:567:	Comment is too large: Line too long
com/tin/tds/lower/uff/Form26Q.java:568:	Comment is too large: Line too long
com/tin/tds/lower/uff/Form26Q.java:570:	Avoid reassigning parameters such as 'textBufferString'
com/tin/tds/lower/uff/Form26Q.java:570:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:570:	Parameter 'fileOpenFlag' is not assigned and could be declared final
com/tin/tds/lower/uff/Form26Q.java:575:	Local variable 'text' could be declared final
com/tin/tds/lower/uff/Form26Q.java:577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/uff/Form26Q.java:577:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/uff/Form26Q.java:577:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/uff/Form26Q.java:579:	Local variable 'out' could be declared final
com/tin/tds/lower/uff/Form26Q.java:583:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/Form26Q.java:585:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/Form26Q.java:587:	System.out.println is used
com/tin/tds/lower/uff/Form26Q.java:588:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/ReportGenerator.java:17:	Each class should declare at least one constructor
com/tin/tds/lower/uff/ReportGenerator.java:23:	Avoid excessively long variable names like userFriendlyFileBHDD
com/tin/tds/lower/uff/ReportGenerator.java:23:	Avoid excessively long variable names like userFriendlyFileCD
com/tin/tds/lower/uff/ReportGenerator.java:23:	Parameter 'inputFile' is not assigned and could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:23:	Parameter 'uffNamingBHDD' is not assigned and could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:23:	Parameter 'uffNamingCD' is not assigned and could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:23:	Parameter 'userFriendlyFileBHDD' is not assigned and could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:23:	Parameter 'userFriendlyFileCD' is not assigned and could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:23:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/uff/ReportGenerator.java:26:	Local variable 'obj_BH' could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:27:	Local variable 'obj_FH' could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:28:	Found 'DU'-anomaly for variable 'obj_Form26Q' (lines '28'-'75').
com/tin/tds/lower/uff/ReportGenerator.java:28:	Local variable 'obj_Form26Q' could be declared final
com/tin/tds/lower/uff/ReportGenerator.java:32:	Avoid variables with short names like br
com/tin/tds/lower/uff/ReportGenerator.java:32:	Found 'DD'-anomaly for variable 'br' (lines '32'-'39').
com/tin/tds/lower/uff/ReportGenerator.java:45:	Position literals first in String comparisons
com/tin/tds/lower/uff/ReportGenerator.java:45:	Position literals first in String comparisons
com/tin/tds/lower/uff/ReportGenerator.java:45:	Position literals first in String comparisons
com/tin/tds/lower/uff/ReportGenerator.java:45:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/ReportGenerator.java:45:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/ReportGenerator.java:45:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/ReportGenerator.java:47:	System.out.println is used
com/tin/tds/lower/uff/ReportGenerator.java:48:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/ReportGenerator.java:50:	Position literals first in String comparisons
com/tin/tds/lower/uff/ReportGenerator.java:50:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/ReportGenerator.java:52:	System.out.println is used
com/tin/tds/lower/uff/ReportGenerator.java:53:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/ReportGenerator.java:56:	Position literals first in String comparisons
com/tin/tds/lower/uff/ReportGenerator.java:56:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/uff/ReportGenerator.java:58:	Found 'DD'-anomaly for variable 'successFlag' (lines '58'-'59').
com/tin/tds/lower/uff/ReportGenerator.java:60:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/ReportGenerator.java:60:	Useless parentheses.
com/tin/tds/lower/uff/ReportGenerator.java:64:	System.out.println is used
com/tin/tds/lower/uff/ReportGenerator.java:65:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/uff/ReportGenerator.java:68:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/uff/ReportGenerator.java:71:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/uff/ReportGenerator.java:72:	System.out.println is used
com/tin/tds/lower/util/BSRList.java:3:	Each class should declare at least one constructor
com/tin/tds/lower/util/BSRList.java:3:	headerCommentRequirement Required
com/tin/tds/lower/util/BSRList.java:10:	Comment is too large: Line too long
com/tin/tds/lower/util/BSRList.java:13:	Comment is too large: Line too long
com/tin/tds/lower/util/BSRList.java:16:	Comment is too large: Line too long
com/tin/tds/lower/util/BSRList.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/BSRList.java:21:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FVUUtil.java:17:	Each class should declare at least one constructor
com/tin/tds/lower/util/FVUUtil.java:20:	Comment is too large: Line too long
com/tin/tds/lower/util/FVUUtil.java:23:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/util/FVUUtil.java:23:	Parameter 'delimiter' is not assigned and could be declared final
com/tin/tds/lower/util/FVUUtil.java:23:	Parameter 'record' is not assigned and could be declared final
com/tin/tds/lower/util/FVUUtil.java:25:	Avoid variables with short names like al
com/tin/tds/lower/util/FVUUtil.java:25:	Local variable 'al' could be declared final
com/tin/tds/lower/util/FVUUtil.java:26:	Avoid variables with short names like i
com/tin/tds/lower/util/FVUUtil.java:26:	Found 'DD'-anomaly for variable 'i' (lines '26'-'30').
com/tin/tds/lower/util/FVUUtil.java:28:	Avoid variables with short names like ch
com/tin/tds/lower/util/FileGenerator.java:1:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/tds/lower/util/FileGenerator.java:1:	Possible God class (WMC=469, ATFD=310, TCC=0.01)
com/tin/tds/lower/util/FileGenerator.java:4:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:4:	Comment is too large: Too many lines
com/tin/tds/lower/util/FileGenerator.java:7:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:12:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:24:	Avoid unused imports such as 'java.sql.ResultSet'
com/tin/tds/lower/util/FileGenerator.java:30:	Avoid unused imports such as 'java.util.HashMap'
com/tin/tds/lower/util/FileGenerator.java:31:	Avoid unused imports such as 'java.util.Iterator'
com/tin/tds/lower/util/FileGenerator.java:41:	No need to import a type that lives in the same package
com/tin/tds/lower/util/FileGenerator.java:64:	Each class should declare at least one constructor
com/tin/tds/lower/util/FileGenerator.java:64:	The class 'FileGenerator' has a Cyclomatic Complexity of 18 (Highest = 160).
com/tin/tds/lower/util/FileGenerator.java:64:	The class 'FileGenerator' has a Modified Cyclomatic Complexity of 14 (Highest = 106).
com/tin/tds/lower/util/FileGenerator.java:64:	headerCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:65:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/util/FileGenerator.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/FileGenerator.java:66:	To avoid mistakes add a comment at the beginning of the cal field if you want a default access modifier
com/tin/tds/lower/util/FileGenerator.java:66:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/FileGenerator.java:66:	fieldCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:67:	To avoid mistakes add a comment at the beginning of the tab field if you want a default access modifier
com/tin/tds/lower/util/FileGenerator.java:67:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/FileGenerator.java:67:	fieldCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:69:	Avoid excessively long variable names like StructurallyinvalidPAN
com/tin/tds/lower/util/FileGenerator.java:69:	Avoid using redundant field initializer for 'StructurallyinvalidPAN'
com/tin/tds/lower/util/FileGenerator.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/FileGenerator.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:76:	Parameter 'ERROR_FILE' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:76:	Parameter 'errRespFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:76:	Parameter 'text' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:76:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:81:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:83:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:84:	Local variable 'out' could be declared final
com/tin/tds/lower/util/FileGenerator.java:88:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:91:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:93:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:93:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:94:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:97:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:101:	Parameter 'errRespFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:101:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:101:	Parameter 'fileOpened' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:101:	Parameter 'text' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:101:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:107:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:109:	Found 'DD'-anomaly for variable 'out' (lines '109'-'113').
com/tin/tds/lower/util/FileGenerator.java:109:	Found 'DD'-anomaly for variable 'out' (lines '109'-'117').
com/tin/tds/lower/util/FileGenerator.java:110:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:125:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:127:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:127:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:128:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:131:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:135:	Avoid reassigning parameters such as 'textBufferString'
com/tin/tds/lower/util/FileGenerator.java:135:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:135:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:135:	Parameter 'fileOpenFlag' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:135:	Parameter 'printPanReport' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:135:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:140:	Local variable 'text' could be declared final
com/tin/tds/lower/util/FileGenerator.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:142:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:144:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:145:	Local variable 'out' could be declared final
com/tin/tds/lower/util/FileGenerator.java:153:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:157:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:160:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:162:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:162:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:168:	Avoid reassigning parameters such as 'textBufferString'
com/tin/tds/lower/util/FileGenerator.java:168:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:168:	Parameter 'temppdfFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:168:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:174:	Local variable 'text' could be declared final
com/tin/tds/lower/util/FileGenerator.java:176:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:179:	Avoid excessively long variable names like temppdfFileNamePath
com/tin/tds/lower/util/FileGenerator.java:179:	Local variable 'temppdfFileNamePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:180:	Local variable 'sImagePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:183:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:185:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:186:	Local variable 'out' could be declared final
com/tin/tds/lower/util/FileGenerator.java:188:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:192:	Avoid variables with short names like f
com/tin/tds/lower/util/FileGenerator.java:192:	Local variable 'f' could be declared final
com/tin/tds/lower/util/FileGenerator.java:193:	Local variable 'barcode' could be declared final
com/tin/tds/lower/util/FileGenerator.java:194:	Local variable 'fos' could be declared final
com/tin/tds/lower/util/FileGenerator.java:194:	Unnecessary use of fully qualified name 'java.io.FileOutputStream' due to existing import 'java.io.FileOutputStream'
com/tin/tds/lower/util/FileGenerator.java:194:	Unnecessary use of fully qualified name 'java.io.FileOutputStream' due to existing import 'java.io.FileOutputStream'
com/tin/tds/lower/util/FileGenerator.java:195:	Local variable 'pd4ml' could be declared final
com/tin/tds/lower/util/FileGenerator.java:196:	Avoid variables with short names like fz
com/tin/tds/lower/util/FileGenerator.java:196:	Local variable 'fz' could be declared final
com/tin/tds/lower/util/FileGenerator.java:197:	Local variable 'fis' could be declared final
com/tin/tds/lower/util/FileGenerator.java:198:	Local variable 'isr' could be declared final
com/tin/tds/lower/util/FileGenerator.java:199:	Local variable 'base' could be declared final
com/tin/tds/lower/util/FileGenerator.java:202:	Avoid variables with short names like d
com/tin/tds/lower/util/FileGenerator.java:202:	Local variable 'd' could be declared final
com/tin/tds/lower/util/FileGenerator.java:213:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:215:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:215:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:219:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:219:	Parameter 'pReceipt' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:219:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:219:	The method 'createProvisionalReceipt' has a Cyclomatic Complexity of 76.
com/tin/tds/lower/util/FileGenerator.java:219:	The method 'createProvisionalReceipt' has a Modified Cyclomatic Complexity of 62.
com/tin/tds/lower/util/FileGenerator.java:219:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:221:	Found 'DD'-anomaly for variable 'isTanChange' (lines '221'-'250').
com/tin/tds/lower/util/FileGenerator.java:225:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:226:	The String literal "<BODY>" appears 7 times in this file; the first occurrence is on line 226
com/tin/tds/lower/util/FileGenerator.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:237:	The String literal "<TABLE BORDER=1 BORDERCOLOR=\"000000\" CELLSPACING=0 CELLPADDING=0 style='border-collapse:collapse; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0in 5.4pt 0in 5.4pt'>" appears 16 times in this file; the first occurrence is on line 237
com/tin/tds/lower/util/FileGenerator.java:238:	The String literal "<TR>" appears 77 times in this file; the first occurrence is on line 238
com/tin/tds/lower/util/FileGenerator.java:239:	The String literal "<TD>" appears 4 times in this file; the first occurrence is on line 239
com/tin/tds/lower/util/FileGenerator.java:244:	The String literal "</B></TD>" appears 89 times in this file; the first occurrence is on line 244
com/tin/tds/lower/util/FileGenerator.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:248:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:250:	Found 'DD'-anomaly for variable 'isTanChange' (lines '250'-'278').
com/tin/tds/lower/util/FileGenerator.java:251:	The String literal "<TD WIDTH=425 ALIGN=LEFT VALIGN=TOP><B> " appears 4 times in this file; the first occurrence is on line 251
com/tin/tds/lower/util/FileGenerator.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:262:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:273:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:273:	The String literal "</TR>" appears 73 times in this file; the first occurrence is on line 273
com/tin/tds/lower/util/FileGenerator.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:276:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:278:	Found 'DD'-anomaly for variable 'isTanChange' (lines '278'-'300').
com/tin/tds/lower/util/FileGenerator.java:279:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:279:	The String literal " </TD>" appears 85 times in this file; the first occurrence is on line 279
com/tin/tds/lower/util/FileGenerator.java:290:	The String literal "</TABLE>" appears 20 times in this file; the first occurrence is on line 290
com/tin/tds/lower/util/FileGenerator.java:291:	The String literal "<BR>" appears 37 times in this file; the first occurrence is on line 291
com/tin/tds/lower/util/FileGenerator.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:298:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:314:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:315:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:316:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:318:	The String literal "<TD WIDTH=150 ALIGN=RIGHT VALIGN=TOP><B> " appears 5 times in this file; the first occurrence is on line 318
com/tin/tds/lower/util/FileGenerator.java:318:	The String literal "Upload Fee (Rs.)" appears 9 times in this file; the first occurrence is on line 318
com/tin/tds/lower/util/FileGenerator.java:320:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:323:	The String literal "</TD>" appears 147 times in this file; the first occurrence is on line 323
com/tin/tds/lower/util/FileGenerator.java:324:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:324:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:324:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:324:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:326:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:334:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:334:	The String literal "<TD ALIGN=LEFT VALIGN=TOP > " appears 12 times in this file; the first occurrence is on line 334
com/tin/tds/lower/util/FileGenerator.java:337:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:338:	The String literal "<TD ALIGN=LEFT VALIGN=TOP >" appears 4 times in this file; the first occurrence is on line 338
com/tin/tds/lower/util/FileGenerator.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:349:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:351:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:353:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:355:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:357:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:367:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:374:	Local variable 'token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:375:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:375:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:377:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:380:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:381:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:385:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:386:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:388:	The String literal "<TD  ALIGN=RIGHT VALIGN=TOP>" appears 28 times in this file; the first occurrence is on line 388
com/tin/tds/lower/util/FileGenerator.java:390:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:396:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:397:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:400:	StringBuffer (or StringBuilder).append is called 8 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:405:	The String literal "<TD WIDTH=1000>" appears 6 times in this file; the first occurrence is on line 405
com/tin/tds/lower/util/FileGenerator.java:406:	The String literal " </B><BR>" appears 7 times in this file; the first occurrence is on line 406
com/tin/tds/lower/util/FileGenerator.java:407:	The String literal "Service Tax Registration No.:<B> AAACN2082NST001 - ST/MUM/DIV-III/BAS/2847 </B>" appears 6 times in this file; the first occurrence is on line 407
com/tin/tds/lower/util/FileGenerator.java:409:	The String literal "<B>National Securities Depository Limited (e-TDS intermediary)</B>" appears 6 times in this file; the first occurrence is on line 409
com/tin/tds/lower/util/FileGenerator.java:411:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/FileGenerator.java:413:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:413:	The String literal "<B>" appears 9 times in this file; the first occurrence is on line 413
com/tin/tds/lower/util/FileGenerator.java:414:	The String literal "* TAN correction is subjected to approval from Income Tax Department" appears 6 times in this file; the first occurrence is on line 414
com/tin/tds/lower/util/FileGenerator.java:415:	The String literal "<BR><BR>" appears 10 times in this file; the first occurrence is on line 415
com/tin/tds/lower/util/FileGenerator.java:416:	The String literal "</B>" appears 9 times in this file; the first occurrence is on line 416
com/tin/tds/lower/util/FileGenerator.java:418:	StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:419:	The String literal "<I>This is a computer generated Provisional Receipt, hence signature not required." appears 4 times in this file; the first occurrence is on line 419
com/tin/tds/lower/util/FileGenerator.java:420:	The String literal "</I>" appears 4 times in this file; the first occurrence is on line 420
com/tin/tds/lower/util/FileGenerator.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:431:	The String literal "</B></CENTER></TD>" appears 93 times in this file; the first occurrence is on line 431
com/tin/tds/lower/util/FileGenerator.java:431:	The String literal "No. of Challans/Transfer Vouchers" appears 5 times in this file; the first occurrence is on line 431
com/tin/tds/lower/util/FileGenerator.java:434:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:434:	The String literal "<TD WIDTH=250 ALIGN=RIGHT VALIGN=TOP><B> " appears 7 times in this file; the first occurrence is on line 434
com/tin/tds/lower/util/FileGenerator.java:439:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:440:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:441:	StringBuffer (or StringBuilder).append is called 12 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:458:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/FileGenerator.java:460:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:466:	StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:475:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:484:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:486:	The String literal "<TD WIDTH=200 ALIGN=RIGHT VALIGN=TOP><B> " appears 4 times in this file; the first occurrence is on line 486
com/tin/tds/lower/util/FileGenerator.java:488:	The String literal "<TD WIDTH=100 ALIGN=RIGHT VALIGN=TOP><B> " appears 6 times in this file; the first occurrence is on line 488
com/tin/tds/lower/util/FileGenerator.java:493:	The String literal "No. of Deductee Records" appears 6 times in this file; the first occurrence is on line 493
com/tin/tds/lower/util/FileGenerator.java:498:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:501:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:502:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:505:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:510:	Avoid empty if statements
com/tin/tds/lower/util/FileGenerator.java:513:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:522:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:529:	The String literal "<TD valign=top width=250 style='text-align:right'><B> " appears 6 times in this file; the first occurrence is on line 529
com/tin/tds/lower/util/FileGenerator.java:538:	The String literal "Total Tax Deposited as per Deductee Annexure (Rs.)" appears 4 times in this file; the first occurrence is on line 538
com/tin/tds/lower/util/FileGenerator.java:543:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:543:	The String literal "<TD  ><B>" appears 8 times in this file; the first occurrence is on line 543
com/tin/tds/lower/util/FileGenerator.java:544:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:544:	The String literal "<TD  ALIGN=RIGHT >" appears 42 times in this file; the first occurrence is on line 544
com/tin/tds/lower/util/FileGenerator.java:545:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:550:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:551:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:552:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:558:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:559:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:564:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:567:	Found 'DD'-anomaly for variable 'val1' (lines '567'-'573').
com/tin/tds/lower/util/FileGenerator.java:568:	Found 'DD'-anomaly for variable 'val2' (lines '568'-'578').
com/tin/tds/lower/util/FileGenerator.java:569:	Found 'DD'-anomaly for variable 'val3' (lines '569'-'581').
com/tin/tds/lower/util/FileGenerator.java:570:	Found 'DD'-anomaly for variable 'outputValue' (lines '570'-'584').
com/tin/tds/lower/util/FileGenerator.java:571:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:573:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:573:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:576:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:578:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:578:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:581:	Found 'DD'-anomaly for variable 'val3' (lines '581'-'582').
com/tin/tds/lower/util/FileGenerator.java:583:	Local variable 'fvObj' could be declared final
com/tin/tds/lower/util/FileGenerator.java:586:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:590:	Found 'DD'-anomaly for variable 'val1' (lines '590'-'597').
com/tin/tds/lower/util/FileGenerator.java:591:	Found 'DD'-anomaly for variable 'val2' (lines '591'-'602').
com/tin/tds/lower/util/FileGenerator.java:592:	Found 'DD'-anomaly for variable 'val3' (lines '592'-'607').
com/tin/tds/lower/util/FileGenerator.java:593:	Found 'DD'-anomaly for variable 'val4' (lines '593'-'610').
com/tin/tds/lower/util/FileGenerator.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:600:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:602:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:602:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:605:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:607:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:607:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:610:	Found 'DD'-anomaly for variable 'val4' (lines '610'-'611').
com/tin/tds/lower/util/FileGenerator.java:613:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/FileGenerator.java:613:	Found 'DD'-anomaly for variable 'outputValue' (lines '613'-'614').
com/tin/tds/lower/util/FileGenerator.java:616:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:620:	Found 'DD'-anomaly for variable 'val1' (lines '620'-'626').
com/tin/tds/lower/util/FileGenerator.java:621:	Found 'DD'-anomaly for variable 'val2' (lines '621'-'631').
com/tin/tds/lower/util/FileGenerator.java:622:	Found 'DD'-anomaly for variable 'val3' (lines '622'-'636').
com/tin/tds/lower/util/FileGenerator.java:623:	Found 'DD'-anomaly for variable 'val4' (lines '623'-'639').
com/tin/tds/lower/util/FileGenerator.java:624:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:626:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:626:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:629:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:631:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:631:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:634:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:639:	Found 'DD'-anomaly for variable 'val4' (lines '639'-'640').
com/tin/tds/lower/util/FileGenerator.java:641:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/FileGenerator.java:641:	Found 'DD'-anomaly for variable 'outputValue' (lines '641'-'642').
com/tin/tds/lower/util/FileGenerator.java:644:	StringBuffer (or StringBuilder).append is called 11 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:662:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:663:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:664:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:671:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:673:	Local variable 'str' could be declared final
com/tin/tds/lower/util/FileGenerator.java:674:	Local variable 'no_of_token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:678:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/util/FileGenerator.java:682:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:689:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:694:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/FileGenerator.java:696:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:701:	StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:709:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:709:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:714:	The String literal "No. of Salary Detail Records" appears 4 times in this file; the first occurrence is on line 714
com/tin/tds/lower/util/FileGenerator.java:717:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:722:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:723:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:724:	StringBuffer (or StringBuilder).append is called 10 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:738:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:739:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:740:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:745:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:745:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:753:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:758:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/FileGenerator.java:760:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:765:	StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:776:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:779:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:791:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:796:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:799:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:802:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:804:	StringBuffer (or StringBuilder).append is called 16 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:827:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:831:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:831:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:833:	The String literal "<TD WIDTH=125 ALIGN=RIGHT VALIGN=TOP><B> " appears 7 times in this file; the first occurrence is on line 833
com/tin/tds/lower/util/FileGenerator.java:837:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:850:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:875:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:878:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:879:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:880:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:881:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:883:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:885:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:886:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:889:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:891:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:899:	StringBuffer (or StringBuilder).append is called 10 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:913:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:914:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:915:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:921:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:921:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:923:	Local variable 'str' could be declared final
com/tin/tds/lower/util/FileGenerator.java:924:	Local variable 'no_of_token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:928:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/util/FileGenerator.java:932:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:940:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:942:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:942:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:952:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:957:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/FileGenerator.java:959:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:965:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:971:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:974:	The String literal "</BODY>" appears 6 times in this file; the first occurrence is on line 974
com/tin/tds/lower/util/FileGenerator.java:975:	The String literal "</HTML>" appears 6 times in this file; the first occurrence is on line 975
com/tin/tds/lower/util/FileGenerator.java:977:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:978:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:980:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:982:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:982:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:989:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:989:	Avoid reassigning parameters such as 'pdfFileName'
com/tin/tds/lower/util/FileGenerator.java:989:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/FileGenerator.java:989:	Parameter 'fstatistics27A' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:989:	Parameter 'statisticData' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:989:	Parameter 'temppdfFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:989:	The method 'generateForm27A' has a Cyclomatic Complexity of 27.
com/tin/tds/lower/util/FileGenerator.java:989:	The method 'generateForm27A' has a Modified Cyclomatic Complexity of 21.
com/tin/tds/lower/util/FileGenerator.java:989:	The method generateForm27A() has an NPath complexity of 393935
com/tin/tds/lower/util/FileGenerator.java:989:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:992:	Local variable 'flgObj' could be declared final
com/tin/tds/lower/util/FileGenerator.java:993:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:993:	StringBuffer constructor is initialized with size 16, but has at least 8579 characters appended.
com/tin/tds/lower/util/FileGenerator.java:994:	Avoid variables with short names like sf
com/tin/tds/lower/util/FileGenerator.java:994:	Local variable 'sf' could be declared final
com/tin/tds/lower/util/FileGenerator.java:995:	Avoid variables with short names like df
com/tin/tds/lower/util/FileGenerator.java:995:	Local variable 'df' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1000:	Found 'DD'-anomaly for variable 'finYear' (lines '1,000'-'1,004').
com/tin/tds/lower/util/FileGenerator.java:1001:	Found 'DD'-anomaly for variable 'assYear' (lines '1,001'-'1,069').
com/tin/tds/lower/util/FileGenerator.java:1002:	Found 'DD'-anomaly for variable 'period' (lines '1,002'-'1,003').
com/tin/tds/lower/util/FileGenerator.java:1005:	Local variable 'qNum' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1005:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1006:	Local variable 'firstYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1006:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1007:	Local variable 'lastYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1007:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1008:	Found 'DD'-anomaly for variable 'startDate' (lines '1,008'-'1,013').
com/tin/tds/lower/util/FileGenerator.java:1008:	Found 'DD'-anomaly for variable 'startDate' (lines '1,008'-'1,018').
com/tin/tds/lower/util/FileGenerator.java:1008:	Found 'DD'-anomaly for variable 'startDate' (lines '1,008'-'1,023').
com/tin/tds/lower/util/FileGenerator.java:1008:	Found 'DD'-anomaly for variable 'startDate' (lines '1,008'-'1,028').
com/tin/tds/lower/util/FileGenerator.java:1008:	Found 'DD'-anomaly for variable 'startDate' (lines '1,008'-'1,033').
com/tin/tds/lower/util/FileGenerator.java:1009:	Found 'DD'-anomaly for variable 'endDate' (lines '1,009'-'1,014').
com/tin/tds/lower/util/FileGenerator.java:1009:	Found 'DD'-anomaly for variable 'endDate' (lines '1,009'-'1,019').
com/tin/tds/lower/util/FileGenerator.java:1009:	Found 'DD'-anomaly for variable 'endDate' (lines '1,009'-'1,024').
com/tin/tds/lower/util/FileGenerator.java:1009:	Found 'DD'-anomaly for variable 'endDate' (lines '1,009'-'1,029').
com/tin/tds/lower/util/FileGenerator.java:1009:	Found 'DD'-anomaly for variable 'endDate' (lines '1,009'-'1,034').
com/tin/tds/lower/util/FileGenerator.java:1011:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1011:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1016:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1021:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1021:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1026:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1041:	Local variable 'pdfFileNamePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1042:	Local variable 'sImagePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1042:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1042:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1042:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1046:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/FileGenerator.java:1046:	Avoid unused local variables such as 'ackNum'.
com/tin/tds/lower/util/FileGenerator.java:1046:	Local variable 'ackNum' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1048:	Local variable 'ostrm' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1050:	Found 'DD'-anomaly for variable 'barcode' (lines '1,050'-'1,053').
com/tin/tds/lower/util/FileGenerator.java:1052:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1057:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1058:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1059:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1063:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1068:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1068:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1069:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1069:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1070:	StringBuffer (or StringBuilder).append is called 29 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1076:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1080:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1084:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1088:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1091:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1104:	The String literal "\u0009<tr>" appears 21 times in this file; the first occurrence is on line 1,104
com/tin/tds/lower/util/FileGenerator.java:1107:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1108:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1110:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1110:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1110:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1114:	The String literal "\u0009</tr>" appears 19 times in this file; the first occurrence is on line 1,114
com/tin/tds/lower/util/FileGenerator.java:1121:	StringBuffer (or StringBuilder).append is called 13 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1137:	StringBuffer (or StringBuilder).append is called 11 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1140:	The String literal "</td></tr>" appears 9 times in this file; the first occurrence is on line 1,140
com/tin/tds/lower/util/FileGenerator.java:1141:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1147:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1147:	The String literal "</td>" appears 41 times in this file; the first occurrence is on line 1,147
com/tin/tds/lower/util/FileGenerator.java:1150:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1156:	The String literal "\u0009\u0009<td></td>" appears 7 times in this file; the first occurrence is on line 1,156
com/tin/tds/lower/util/FileGenerator.java:1158:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1158:	The String literal "\u0009\u0009<td class=col align=center>" appears 4 times in this file; the first occurrence is on line 1,158
com/tin/tds/lower/util/FileGenerator.java:1161:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1169:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1172:	StringBuffer (or StringBuilder).append is called 31 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1182:	The String literal "\u0009</table>" appears 9 times in this file; the first occurrence is on line 1,182
com/tin/tds/lower/util/FileGenerator.java:1184:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1185:	The String literal "<tr><td class=padded>" appears 7 times in this file; the first occurrence is on line 1,185
com/tin/tds/lower/util/FileGenerator.java:1194:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1200:	The String literal "\u0009\u0009<tr>" appears 25 times in this file; the first occurrence is on line 1,200
com/tin/tds/lower/util/FileGenerator.java:1202:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1202:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1202:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1203:	The String literal "\u0009\u0009</tr>" appears 25 times in this file; the first occurrence is on line 1,203
com/tin/tds/lower/util/FileGenerator.java:1206:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1206:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1206:	The String literal "\u0009\u0009\u0009<td class='upper' align=center>" appears 19 times in this file; the first occurrence is on line 1,206
com/tin/tds/lower/util/FileGenerator.java:1206:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1210:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1210:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1218:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1218:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1222:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1222:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1222:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1226:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1226:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1226:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1230:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1230:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1230:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1234:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1234:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1234:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1238:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1238:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1238:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1242:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1242:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1242:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1246:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1246:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1246:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1250:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1250:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1250:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1258:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1258:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1258:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1262:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1262:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1270:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1270:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1270:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1274:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1274:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1278:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1278:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1282:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1282:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1286:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1286:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1286:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1290:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1290:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1290:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1294:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1294:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1294:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1298:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1298:	StringBuffer (or StringBuilder).append is called 5 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1298:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1298:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1302:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1302:	StringBuffer (or StringBuilder).append is called 25 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1302:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1307:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1316:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1331:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1332:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1332:	The String literal "<td  align=center>" appears 9 times in this file; the first occurrence is on line 1,332
com/tin/tds/lower/util/FileGenerator.java:1333:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1333:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1333:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1333:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1334:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1334:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1336:	The String literal "<td  align=center>-</td>" appears 8 times in this file; the first occurrence is on line 1,336
com/tin/tds/lower/util/FileGenerator.java:1340:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1340:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1342:	The String literal ".00" appears 6 times in this file; the first occurrence is on line 1,342
com/tin/tds/lower/util/FileGenerator.java:1342:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 1,342
com/tin/tds/lower/util/FileGenerator.java:1345:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1345:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1349:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1349:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1353:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1353:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1356:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1356:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1357:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1357:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1357:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1358:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1358:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1362:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1362:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1362:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1363:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1363:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1366:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1367:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1367:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1367:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1368:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1368:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1374:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1381:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1381:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1381:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1381:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1385:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1385:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1385:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1385:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1389:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1389:	Position literals first in String comparisons
com/tin/tds/lower/util/FileGenerator.java:1389:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1389:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1393:	StringBuffer (or StringBuilder).append is called 32 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1396:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1398:	The String literal "\u0009<table class=tab>" appears 4 times in this file; the first occurrence is on line 1,398
com/tin/tds/lower/util/FileGenerator.java:1406:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1416:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/FileGenerator.java:1424:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1424:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1424:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1432:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1432:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1432:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1440:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1442:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1442:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1442:	StringBuffer (or StringBuilder).append is called 14 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1442:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1442:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/tds/lower/util/FileGenerator.java:1456:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1464:	Comment is too large: Too many lines
com/tin/tds/lower/util/FileGenerator.java:1472:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1483:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:1486:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:1488:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:1488:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:1497:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:1497:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1497:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1497:	The method 'getProvisionalDetail' has a Cyclomatic Complexity of 22.
com/tin/tds/lower/util/FileGenerator.java:1497:	The method 'getProvisionalDetail' has a Modified Cyclomatic Complexity of 22.
com/tin/tds/lower/util/FileGenerator.java:1497:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:1499:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1500:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1502:	Local variable 'batch' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1503:	Found 'DU'-anomaly for variable 'counter' (lines '1,503'-'1,599').
com/tin/tds/lower/util/FileGenerator.java:1506:	Local variable 'token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1508:	Avoid unused local variables such as 'name'.
com/tin/tds/lower/util/FileGenerator.java:1508:	Found 'DD'-anomaly for variable 'name' (lines '1,508'-'1,508').
com/tin/tds/lower/util/FileGenerator.java:1508:	Found 'DU'-anomaly for variable 'name' (lines '1,508'-'1,599').
com/tin/tds/lower/util/FileGenerator.java:1508:	Local variable 'name' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1508:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1508:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1508:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/util/FileGenerator.java:1509:	Found 'DD'-anomaly for variable 'value' (lines '1,509'-'1,509').
com/tin/tds/lower/util/FileGenerator.java:1509:	Found 'DU'-anomaly for variable 'value' (lines '1,509'-'1,599').
com/tin/tds/lower/util/FileGenerator.java:1509:	Local variable 'value' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1509:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1509:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/util/FileGenerator.java:1515:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1519:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1523:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1527:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1531:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1535:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1539:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1543:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1547:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1551:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1555:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1559:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1563:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1567:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1571:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1575:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1579:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1583:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1587:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1595:	Found 'DU'-anomaly for variable 'counter' (lines '1,595'-'1,599').
com/tin/tds/lower/util/FileGenerator.java:1597:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1601:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/tds/lower/util/FileGenerator.java:1601:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1601:	Parameter 'toParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1601:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:1603:	Local variable 'aList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1604:	Local variable 'parsed' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1615:	Avoid reassigning parameters such as 'dateString'
com/tin/tds/lower/util/FileGenerator.java:1615:	The method 'setDateFormat' has a Cyclomatic Complexity of 13.
com/tin/tds/lower/util/FileGenerator.java:1618:	Local variable 'date' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1619:	Local variable 'year' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1620:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1620:	Switch statements should have a default label
com/tin/tds/lower/util/FileGenerator.java:1665:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:1665:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1665:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1665:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1665:	The method 'getStatisticFileDetail' has a Cyclomatic Complexity of 25.
com/tin/tds/lower/util/FileGenerator.java:1665:	The method 'getStatisticFileDetail' has a Modified Cyclomatic Complexity of 25.
com/tin/tds/lower/util/FileGenerator.java:1665:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:1667:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1668:	Local variable 'batch' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1669:	Found 'DU'-anomaly for variable 'counter' (lines '1,669'-'1,789').
com/tin/tds/lower/util/FileGenerator.java:1672:	Local variable 'token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1678:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1683:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1688:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1693:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1698:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1703:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1708:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1713:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1718:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1723:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1728:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1733:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1738:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1742:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1746:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1751:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1755:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1759:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1763:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1767:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1772:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1777:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1785:	Found 'DU'-anomaly for variable 'counter' (lines '1,785'-'1,789').
com/tin/tds/lower/util/FileGenerator.java:1787:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1793:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1793:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1793:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1793:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:1795:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1796:	Local variable 'sal' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1797:	Found 'DU'-anomaly for variable 'counter' (lines '1,797'-'1,825').
com/tin/tds/lower/util/FileGenerator.java:1800:	Local variable 'token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1805:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1809:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1813:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:1821:	Found 'DU'-anomaly for variable 'counter' (lines '1,821'-'1,825').
com/tin/tds/lower/util/FileGenerator.java:1823:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1831:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'FVUVersion' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'bsr' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'bsrCount' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'bsrPresent' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'fileOpenFlag' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'lastBatchOfFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Parameter 'statisticFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:1831:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/util/FileGenerator.java:1831:	The method 'createStatisticFile' has a Cyclomatic Complexity of 160.
com/tin/tds/lower/util/FileGenerator.java:1831:	The method 'createStatisticFile' has a Modified Cyclomatic Complexity of 106.
com/tin/tds/lower/util/FileGenerator.java:1836:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1837:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1843:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1846:	Avoid excessively long variable names like statisticFileNamePath
com/tin/tds/lower/util/FileGenerator.java:1846:	Local variable 'statisticFileNamePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1847:	Local variable 'sImagePath' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1847:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1847:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1847:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1851:	Avoid variables with short names like is
com/tin/tds/lower/util/FileGenerator.java:1851:	Local variable 'is' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1851:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1854:	Local variable 'fout' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1856:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1858:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1862:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:1866:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:1868:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:1868:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:1876:	StringBuffer constructor is initialized with size 16, but has at least 1999 characters appended.
com/tin/tds/lower/util/FileGenerator.java:1877:	Local variable 'flgObj' could be declared final
com/tin/tds/lower/util/FileGenerator.java:1879:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:1881:	Avoid excessively long variable names like createTableForTANChange
com/tin/tds/lower/util/FileGenerator.java:1885:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1894:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1909:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1917:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1917:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1920:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1926:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1934:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1942:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1942:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1943:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1944:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1945:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1947:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1948:	The String literal "<TABLE BORDER=.5pt CELLSPACING=0 CELLPADDING=0 BORDERCOLOR=000000 style='border-collapse:collapse; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0in 5.4pt 0in 5.4pt'>" appears 4 times in this file; the first occurrence is on line 1,948
com/tin/tds/lower/util/FileGenerator.java:1950:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1953:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1954:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:1956:	The String literal "  TAN of Collector " appears 4 times in this file; the first occurrence is on line 1,956
com/tin/tds/lower/util/FileGenerator.java:1956:	The String literal "<TD width=250 valign=top><B> " appears 11 times in this file; the first occurrence is on line 1,956
com/tin/tds/lower/util/FileGenerator.java:1966:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1967:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:1969:	The String literal "  TAN of Deductor " appears 4 times in this file; the first occurrence is on line 1,969
com/tin/tds/lower/util/FileGenerator.java:1976:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1976:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1977:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1979:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:1979:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1981:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1982:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1982:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1982:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1982:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:1982:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:1984:	The String literal "<TD  ALIGN=LEFT width=250> " appears 10 times in this file; the first occurrence is on line 1,984
com/tin/tds/lower/util/FileGenerator.java:1988:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1989:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:1998:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:1998:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:1999:	The String literal "</TABLE><P>" appears 10 times in this file; the first occurrence is on line 1,999
com/tin/tds/lower/util/FileGenerator.java:2002:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:2007:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2010:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2020:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2023:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2024:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2031:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2031:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2034:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2042:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2042:	The String literal "<TD valign=top><B> " appears 15 times in this file; the first occurrence is on line 2,042
com/tin/tds/lower/util/FileGenerator.java:2043:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2043:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2044:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2045:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2046:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2046:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2048:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2050:	The String literal "<TD  ALIGN=LEFT width=250>" appears 12 times in this file; the first occurrence is on line 2,050
com/tin/tds/lower/util/FileGenerator.java:2052:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2056:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2060:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2064:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2068:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2072:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2073:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2076:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2077:	The String literal "<TABLE BORDER=1 CELLSPACING=0 CELLPADDING=0 BORDERCOLOR=000000 style='border-collapse:collapse; border:none;mso-border-alt:solid windowtext .5pt;mso-padding-alt:0in 5.4pt 0in 5.4pt'>" appears 18 times in this file; the first occurrence is on line 2,077
com/tin/tds/lower/util/FileGenerator.java:2078:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2079:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2080:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2081:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2082:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2083:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2083:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2084:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2087:	Local variable 'assmntYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2087:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2088:	Local variable 'assmntYear2' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2088:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2089:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2089:	The String literal "<TD  ALIGN=LEFT width=150>" appears 6 times in this file; the first occurrence is on line 2,089
com/tin/tds/lower/util/FileGenerator.java:2090:	Local variable 'finanYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2090:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2091:	Local variable 'finanYear2' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2091:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2092:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2092:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2095:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2097:	The String literal "<TD  ALIGN=LEFT width=160>" appears 4 times in this file; the first occurrence is on line 2,097
com/tin/tds/lower/util/FileGenerator.java:2103:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2110:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2111:	The String literal "<TD  ALIGN=LEFT VALIGN=TOP width=300> " appears 20 times in this file; the first occurrence is on line 2,111
com/tin/tds/lower/util/FileGenerator.java:2112:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2114:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2116:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2118:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2120:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2122:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2124:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2126:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2133:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2133:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2134:	The String literal "</TABLE><BR>" appears 6 times in this file; the first occurrence is on line 2,134
com/tin/tds/lower/util/FileGenerator.java:2137:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2138:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2139:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2142:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2145:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2145:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2148:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2152:	The String literal "<TD valign=top width=250 style='text-align:left'><B> " appears 10 times in this file; the first occurrence is on line 2,152
com/tin/tds/lower/util/FileGenerator.java:2154:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2159:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2164:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2174:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2180:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2187:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:2188:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2189:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2190:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2191:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2193:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2202:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2208:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2209:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2209:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2209:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2209:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2209:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2211:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2212:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2212:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2217:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2219:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2220:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2220:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2222:	The String literal "<TD valign=top width=215 style='text-align:left'><B> " appears 7 times in this file; the first occurrence is on line 2,222
com/tin/tds/lower/util/FileGenerator.java:2225:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2228:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2228:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2231:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2236:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:2237:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2242:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2256:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2269:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2270:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2271:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2272:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2276:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2282:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2283:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2283:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2283:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2283:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2283:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2284:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2285:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2286:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2286:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2291:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2292:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2292:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2292:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2292:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2293:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2294:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2294:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2299:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2309:	The String literal "<TD valign=top width=215 ><B> " appears 4 times in this file; the first occurrence is on line 2,309
com/tin/tds/lower/util/FileGenerator.java:2311:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2329:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2330:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2331:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2334:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2338:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2343:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2352:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2368:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2373:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2374:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2377:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2380:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2381:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2382:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2387:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2388:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2389:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2395:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2396:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2401:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2408:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2410:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2410:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2413:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2415:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2415:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2420:	Local variable 'fvObj' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2422:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2431:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2433:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2433:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2436:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2438:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2438:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2441:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2443:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2443:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2448:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/FileGenerator.java:2450:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2458:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2460:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2460:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2463:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2465:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2465:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2468:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2470:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2470:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2475:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/FileGenerator.java:2478:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2484:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2489:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2490:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2491:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2492:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2493:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2495:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2501:	The String literal "<TD valign=top style='text-align:left'><B> " appears 24 times in this file; the first occurrence is on line 2,501
com/tin/tds/lower/util/FileGenerator.java:2501:	The String literal "No. of Valid PAN " appears 6 times in this file; the first occurrence is on line 2,501
com/tin/tds/lower/util/FileGenerator.java:2504:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2509:	The String literal "<TD  ALIGN=RIGHT width=195>" appears 6 times in this file; the first occurrence is on line 2,509
com/tin/tds/lower/util/FileGenerator.java:2511:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2511:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2513:	The String literal "<TD  ALIGN=RIGHT width=189>" appears 36 times in this file; the first occurrence is on line 2,513
com/tin/tds/lower/util/FileGenerator.java:2520:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2520:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2528:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2528:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2537:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2542:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2542:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2544:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2551:	The String literal "No. of PAN Applied (PANAPPLIED)" appears 5 times in this file; the first occurrence is on line 2,551
com/tin/tds/lower/util/FileGenerator.java:2552:	The String literal "No. of PAN Not Available (PANNOTAVBL)" appears 5 times in this file; the first occurrence is on line 2,552
com/tin/tds/lower/util/FileGenerator.java:2553:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2553:	The String literal "No. of Structurally Invalid PAN (PANINVALID)" appears 5 times in this file; the first occurrence is on line 2,553
com/tin/tds/lower/util/FileGenerator.java:2560:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2560:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2569:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2569:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2577:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2586:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2592:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2592:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2602:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2609:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2618:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2618:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2626:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2626:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2635:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2651:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2658:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2658:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2667:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2667:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2675:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2675:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2696:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2703:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2703:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2712:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2712:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2720:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2729:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2747:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2754:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2754:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2763:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2763:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2771:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2771:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2780:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2794:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2802:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2805:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2810:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2811:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2812:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2815:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2815:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2817:	Local variable 'str' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2818:	Local variable 'no_of_token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2822:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/util/FileGenerator.java:2834:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2835:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2836:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2837:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2840:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:2840:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2855:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2856:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2862:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:2862:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:2866:	Found 'DU'-anomaly for variable 'toReturn' (lines '2,866'-'2,877').
com/tin/tds/lower/util/FileGenerator.java:2868:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:2869:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:2871:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:2873:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:2874:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:2874:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:2892:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:2893:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:2893:	Parameter 'FVUVersion' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:2893:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:2893:	Parameter 'obj_FrmValidator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:2893:	Parameter 'statFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:2893:	The method 'generateStatisticFile' has a Cyclomatic Complexity of 12.
com/tin/tds/lower/util/FileGenerator.java:2893:	The method 'generateStatisticFile' has a Modified Cyclomatic Complexity of 12.
com/tin/tds/lower/util/FileGenerator.java:2893:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:2897:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:2898:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:2900:	Local variable 'panDataList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2900:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2900:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2901:	Local variable 'panDataArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2901:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2903:	Local variable 'statisticDataList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2903:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2903:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2904:	Avoid excessively long variable names like statisticDataArray
com/tin/tds/lower/util/FileGenerator.java:2904:	Local variable 'statisticDataArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2904:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2909:	Avoid excessively long variable names like statisticSalDataList
com/tin/tds/lower/util/FileGenerator.java:2909:	Local variable 'statisticSalDataList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2909:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2910:	Avoid excessively long variable names like statisticSalDataArray
com/tin/tds/lower/util/FileGenerator.java:2910:	Local variable 'statisticSalDataArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2910:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2913:	Local variable 'fileHeaderList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2913:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2914:	Local variable 'fileHeaderArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2914:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2915:	Local variable 'bsrListToPrint' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2921:	Found 'DD'-anomaly for variable 'lastBatchOfFile' (lines '2,921'-'2,937').
com/tin/tds/lower/util/FileGenerator.java:2924:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2925:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2925:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2926:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2926:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2927:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2928:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2929:	Found 'DD'-anomaly for variable 'distinctBSR' (lines '2,929'-'2,970').
com/tin/tds/lower/util/FileGenerator.java:2929:	Found 'DD'-anomaly for variable 'distinctBSR' (lines '2,929'-'2,982').
com/tin/tds/lower/util/FileGenerator.java:2930:	Found 'DD'-anomaly for variable 'distinctBSRCount' (lines '2,930'-'2,969').
com/tin/tds/lower/util/FileGenerator.java:2931:	Found 'DD'-anomaly for variable 'invalidBSRPresent' (lines '2,931'-'2,965').
com/tin/tds/lower/util/FileGenerator.java:2932:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/FileGenerator.java:2932:	Local variable 'finalList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2933:	Avoid excessively long variable names like countForDistinctBsr
com/tin/tds/lower/util/FileGenerator.java:2933:	Found 'DD'-anomaly for variable 'countForDistinctBsr' (lines '2,933'-'2,945').
com/tin/tds/lower/util/FileGenerator.java:2933:	Found 'DU'-anomaly for variable 'countForDistinctBsr' (lines '2,933'-'2,996').
com/tin/tds/lower/util/FileGenerator.java:2935:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:2935:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:2939:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2941:	Avoid variables with short names like e
com/tin/tds/lower/util/FileGenerator.java:2941:	Local variable 'e' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2941:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2941:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2942:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/FileGenerator.java:2942:	Local variable 'str' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2943:	Found 'DU'-anomaly for variable 'bsrCode' (lines '2,943'-'2,996').
com/tin/tds/lower/util/FileGenerator.java:2943:	Local variable 'bsrCode' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2944:	Local variable 'batchNo' could be declared final
com/tin/tds/lower/util/FileGenerator.java:2945:	Found 'DD'-anomaly for variable 'countForDistinctBsr' (lines '2,945'-'2,953').
com/tin/tds/lower/util/FileGenerator.java:2945:	Found 'DU'-anomaly for variable 'countForDistinctBsr' (lines '2,945'-'2,996').
com/tin/tds/lower/util/FileGenerator.java:2948:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/tds/lower/util/FileGenerator.java:2952:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2952:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2952:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2964:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/tds/lower/util/FileGenerator.java:2970:	Found 'DD'-anomaly for variable 'distinctBSR' (lines '2,970'-'2,976').
com/tin/tds/lower/util/FileGenerator.java:2970:	Found 'DD'-anomaly for variable 'distinctBSR' (lines '2,970'-'2,982').
com/tin/tds/lower/util/FileGenerator.java:2976:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:2976:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/util/FileGenerator.java:2982:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2982:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2984:	Found 'DU'-anomaly for variable 'fileOpenFlag' (lines '2,984'-'2,996').
com/tin/tds/lower/util/FileGenerator.java:2988:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:2990:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:2990:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2990:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:2991:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:2991:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:2992:	Avoid unused local variables such as 'htmlBuffer'.
com/tin/tds/lower/util/FileGenerator.java:2992:	Found 'DU'-anomaly for variable 'htmlBuffer' (lines '2,992'-'2,996').
com/tin/tds/lower/util/FileGenerator.java:2992:	Local variable 'htmlBuffer' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3000:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3000:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3000:	The method 'parseDelemitedErrorFile' has a Cyclomatic Complexity of 17.
com/tin/tds/lower/util/FileGenerator.java:3000:	The method 'parseDelemitedErrorFile' has a Modified Cyclomatic Complexity of 14.
com/tin/tds/lower/util/FileGenerator.java:3000:	The method parseDelemitedErrorFile() has an NPath complexity of 289
com/tin/tds/lower/util/FileGenerator.java:3003:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3005:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/util/FileGenerator.java:3005:	Found 'DD'-anomaly for variable 'NullField' (lines '3,005'-'3,013').
com/tin/tds/lower/util/FileGenerator.java:3006:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,006'-'3,014').
com/tin/tds/lower/util/FileGenerator.java:3009:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3013:	Found 'DD'-anomaly for variable 'NullField' (lines '3,013'-'3,017').
com/tin/tds/lower/util/FileGenerator.java:3013:	Found 'DU'-anomaly for variable 'NullField' (lines '3,013'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3014:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,014'-'3,018').
com/tin/tds/lower/util/FileGenerator.java:3014:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,014'-'3,034').
com/tin/tds/lower/util/FileGenerator.java:3014:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,014'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3015:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3015:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3015:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:3015:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3017:	Found 'DD'-anomaly for variable 'NullField' (lines '3,017'-'3,013').
com/tin/tds/lower/util/FileGenerator.java:3017:	Found 'DU'-anomaly for variable 'NullField' (lines '3,017'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3018:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,018'-'3,034').
com/tin/tds/lower/util/FileGenerator.java:3018:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,018'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3020:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3022:	Found 'DU'-anomaly for variable 'Caret' (lines '3,022'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3023:	Found 'DD'-anomaly for variable 'token' (lines '3,023'-'3,012').
com/tin/tds/lower/util/FileGenerator.java:3023:	Found 'DU'-anomaly for variable 'token' (lines '3,023'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3024:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3024:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3029:	Found 'DU'-anomaly for variable 'localCaretCounter' (lines '3,029'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3033:	Found 'DU'-anomaly for variable 'Caret' (lines '3,033'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3034:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,034'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3036:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3042:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3046:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3052:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3057:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3063:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3068:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3073:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3078:	Found 'DU'-anomaly for variable 'counter' (lines '3,078'-'3,083').
com/tin/tds/lower/util/FileGenerator.java:3090:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3090:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3090:	The method 'parseDelemitedWarFile' has a Cyclomatic Complexity of 16.
com/tin/tds/lower/util/FileGenerator.java:3090:	The method 'parseDelemitedWarFile' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/util/FileGenerator.java:3090:	The method parseDelemitedWarFile() has an NPath complexity of 257
com/tin/tds/lower/util/FileGenerator.java:3093:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3095:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/util/FileGenerator.java:3095:	Found 'DD'-anomaly for variable 'NullField' (lines '3,095'-'3,103').
com/tin/tds/lower/util/FileGenerator.java:3096:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,096'-'3,104').
com/tin/tds/lower/util/FileGenerator.java:3098:	Found 'DU'-anomaly for variable 'localCaretCounter' (lines '3,098'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3099:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3103:	Found 'DD'-anomaly for variable 'NullField' (lines '3,103'-'3,107').
com/tin/tds/lower/util/FileGenerator.java:3103:	Found 'DU'-anomaly for variable 'NullField' (lines '3,103'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3104:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,104'-'3,108').
com/tin/tds/lower/util/FileGenerator.java:3104:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,104'-'3,124').
com/tin/tds/lower/util/FileGenerator.java:3104:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,104'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3105:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3105:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:3105:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3107:	Found 'DD'-anomaly for variable 'NullField' (lines '3,107'-'3,103').
com/tin/tds/lower/util/FileGenerator.java:3107:	Found 'DU'-anomaly for variable 'NullField' (lines '3,107'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3108:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,108'-'3,124').
com/tin/tds/lower/util/FileGenerator.java:3108:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,108'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3110:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3112:	Found 'DU'-anomaly for variable 'Caret' (lines '3,112'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3113:	Found 'DD'-anomaly for variable 'token' (lines '3,113'-'3,102').
com/tin/tds/lower/util/FileGenerator.java:3113:	Found 'DU'-anomaly for variable 'token' (lines '3,113'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3114:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3114:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3119:	Found 'DU'-anomaly for variable 'localCaretCounter' (lines '3,119'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3123:	Found 'DU'-anomaly for variable 'Caret' (lines '3,123'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3124:	Found 'DU'-anomaly for variable 'FieldFound' (lines '3,124'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3126:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3132:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3136:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3140:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3144:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3148:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3152:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3156:	Found 'DU'-anomaly for variable 'counter' (lines '3,156'-'3,161').
com/tin/tds/lower/util/FileGenerator.java:3166:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3166:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3166:	The method 'parseDelemitedElecWarFile' has a Cyclomatic Complexity of 20.
com/tin/tds/lower/util/FileGenerator.java:3166:	The method 'parseDelemitedElecWarFile' has a Modified Cyclomatic Complexity of 17.
com/tin/tds/lower/util/FileGenerator.java:3166:	The method parseDelemitedElecWarFile() has an NPath complexity of 385
com/tin/tds/lower/util/FileGenerator.java:3169:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3171:	Avoid unused local variables such as 'NullField'.
com/tin/tds/lower/util/FileGenerator.java:3171:	Found 'DD'-anomaly for variable 'NullField' (lines '3,171'-'3,179').
com/tin/tds/lower/util/FileGenerator.java:3172:	Found 'DD'-anomaly for variable 'FieldFound' (lines '3,172'-'3,180').
com/tin/tds/lower/util/FileGenerator.java:3175:	Local variable 'Obj_st' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3181:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3181:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3181:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3181:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3181:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/tds/lower/util/FileGenerator.java:3181:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3186:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3190:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3190:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3202:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3208:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3212:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3216:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3220:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3224:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3228:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3232:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3236:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3240:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3244:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3258:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/util/FileGenerator.java:3258:	Parameter 'electronicRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3258:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3258:	Parameter 'paperRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3258:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3264:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3268:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3268:	The String literal "<TD  ALIGN=RIGHT width=85> " appears 8 times in this file; the first occurrence is on line 3,268
com/tin/tds/lower/util/FileGenerator.java:3269:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3270:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3271:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3271:	The String literal "<TD  ALIGN=LEFT width=90> " appears 10 times in this file; the first occurrence is on line 3,271
com/tin/tds/lower/util/FileGenerator.java:3272:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3275:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3281:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3282:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3284:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3284:	The String literal "<TD  ALIGN=LEFT width=85> " appears 4 times in this file; the first occurrence is on line 3,284
com/tin/tds/lower/util/FileGenerator.java:3285:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3286:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3287:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3288:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3289:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3290:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3291:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3292:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3298:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3305:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3306:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3307:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3308:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3309:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3310:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3313:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3317:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3320:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3322:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:3324:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:3326:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:3326:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:3327:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:3339:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/util/FileGenerator.java:3339:	Parameter 'electronicRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3339:	Parameter 'paperRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3339:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3361:	The String literal "<TD width=85 valign=top><B> " appears 11 times in this file; the first occurrence is on line 3,361
com/tin/tds/lower/util/FileGenerator.java:3365:	The String literal "<TD width=90 valign=top><B> " appears 4 times in this file; the first occurrence is on line 3,365
com/tin/tds/lower/util/FileGenerator.java:3366:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3400:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3419:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3420:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3433:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3436:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3446:	Parameter 'eWarnFl' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3446:	Parameter 'inputFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3446:	Parameter 'toReturn' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3451:	StringBuffer (or StringBuilder).append is called 9 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3473:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3477:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3485:	Parameter 'errorDataString' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3485:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3489:	Local variable 'errorDataList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3490:	Local variable 'errorDataArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3490:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3491:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/tds/lower/util/FileGenerator.java:3492:	Local variable 'paperRetWarFile' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3493:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/util/FileGenerator.java:3493:	Local variable 'electronicRetWarFile' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3497:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3497:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3501:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:3503:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:3505:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:3505:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:3506:	Local variable 'htmlBuffer' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3507:	Consider simply returning the value vs storing it in local variable 'htmlBuffer'
com/tin/tds/lower/util/FileGenerator.java:3511:	Avoid excessively long variable names like appedHtmlErrorFileFooter
com/tin/tds/lower/util/FileGenerator.java:3511:	Avoid excessively long variable names like appedHtmlErrorFileHeader
com/tin/tds/lower/util/FileGenerator.java:3511:	Avoid excessively long variable names like electronicRetWarFile
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'appedHtmlErrorFileFooter' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'appedHtmlErrorFileHeader' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'electronicRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'errorDataString' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'inputFileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	Parameter 'paperRetWarFile' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3511:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3515:	Local variable 'errorDataList' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3517:	Local variable 'errorDataArray' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3517:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/FileGenerator.java:3519:	Avoid excessively long variable names like htmlErrorFileStringBuffer
com/tin/tds/lower/util/FileGenerator.java:3531:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3531:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3540:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3540:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3549:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3549:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3560:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/FileGenerator.java:3562:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/FileGenerator.java:3564:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/FileGenerator.java:3564:	System.err.println is used
com/tin/tds/lower/util/FileGenerator.java:3565:	Local variable 'htmlBuffer' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3566:	Consider simply returning the value vs storing it in local variable 'htmlBuffer'
com/tin/tds/lower/util/FileGenerator.java:3570:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3572:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3572:	The method 'setRecordType' has a Cyclomatic Complexity of 14.
com/tin/tds/lower/util/FileGenerator.java:3574:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3574:	StringBuffer constructor is initialized with size 16, but has at least 43 characters appended.
com/tin/tds/lower/util/FileGenerator.java:3575:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3575:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3579:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3579:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3581:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3593:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:3593:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3597:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:3597:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3602:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:3602:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3602:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3606:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:3606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3620:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3623:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3623:	StringBuffer constructor is initialized with size 16, but has at least 70 characters appended.
com/tin/tds/lower/util/FileGenerator.java:3624:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3624:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3625:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3630:	Parameter 'Seperator' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3630:	Parameter 'StringToParse' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3630:	Parameter 'fStatistics' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3630:	The method 'getPANStatBatchDetail' has a Cyclomatic Complexity of 13.
com/tin/tds/lower/util/FileGenerator.java:3630:	The method 'getPANStatBatchDetail' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/util/FileGenerator.java:3630:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3632:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:3633:	Local variable 'batch' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3637:	Local variable 'token' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3642:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3646:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3650:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3654:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3658:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3662:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3666:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3670:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3674:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3678:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/FileGenerator.java:3684:	System.out.println is used
com/tin/tds/lower/util/FileGenerator.java:3688:	Avoid excessively long variable names like batchRecDataForPanStat
com/tin/tds/lower/util/FileGenerator.java:3688:	Avoid really long methods.
com/tin/tds/lower/util/FileGenerator.java:3688:	Parameter 'batchRecDataForPanStat' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3688:	The method 'createPANStatTableStructureStart' has a Cyclomatic Complexity of 35.
com/tin/tds/lower/util/FileGenerator.java:3688:	The method 'createPANStatTableStructureStart' has a Modified Cyclomatic Complexity of 27.
com/tin/tds/lower/util/FileGenerator.java:3688:	The method createPANStatTableStructureStart() has an NPath complexity of 80640
com/tin/tds/lower/util/FileGenerator.java:3688:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3690:	Local variable 'fStatistics' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3692:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3692:	StringBuffer constructor is initialized with size 16, but has at least 2253 characters appended.
com/tin/tds/lower/util/FileGenerator.java:3693:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3693:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3697:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3697:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3698:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3699:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3702:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3705:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3706:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3706:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3706:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3706:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3706:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3719:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3720:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3730:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3730:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3731:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3733:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/FileGenerator.java:3733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3735:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3736:	Useless parentheses.
com/tin/tds/lower/util/FileGenerator.java:3742:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3743:	Comment is too large: Line too long
com/tin/tds/lower/util/FileGenerator.java:3745:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3753:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3753:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3754:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3757:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3760:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3768:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3769:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3769:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3770:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3772:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3773:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3773:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3775:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3779:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3783:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3787:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3791:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3795:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3800:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3801:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3804:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3806:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3807:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3808:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3809:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3810:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3811:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3811:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3812:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3815:	Local variable 'assmntYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3815:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3816:	Local variable 'assmntYear2' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3816:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3817:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3819:	Local variable 'finanYear' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3819:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3820:	Local variable 'finanYear2' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3820:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3821:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3821:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3824:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3824:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3833:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3840:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3842:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3844:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3846:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3848:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3850:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3852:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3854:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3856:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3858:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3863:	StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3863:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3864:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3866:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3868:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3870:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3872:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3876:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3876:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/FileGenerator.java:3885:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3886:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3886:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3892:	Parameter 'fileName' is not assigned and could be declared final
com/tin/tds/lower/util/FileGenerator.java:3892:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3894:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3894:	StringBuffer constructor is initialized with size 16, but has at least 154 characters appended.
com/tin/tds/lower/util/FileGenerator.java:3896:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3896:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3897:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3898:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3898:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3899:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3904:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/FileGenerator.java:3906:	Local variable 'toReturn' could be declared final
com/tin/tds/lower/util/FileGenerator.java:3906:	StringBuffer constructor is initialized with size 16, but has at least 43 characters appended.
com/tin/tds/lower/util/FileGenerator.java:3908:	StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/tds/lower/util/FileGenerator.java:3908:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3909:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/FileGenerator.java:3910:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/Hash.java:5:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/tds/lower/util/Hash.java:24:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/tds/lower/util/Hash.java:25:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/tds/lower/util/Hash.java:43:	Comment is too large: Too many lines
com/tin/tds/lower/util/Hash.java:66:	Avoid short class names like Hash
com/tin/tds/lower/util/Hash.java:66:	The class 'Hash' has a Cyclomatic Complexity of 10 (Highest = 31).
com/tin/tds/lower/util/Hash.java:66:	The class 'Hash' has a Modified Cyclomatic Complexity of 8 (Highest = 31).
com/tin/tds/lower/util/Hash.java:66:	headerCommentRequirement Required
com/tin/tds/lower/util/Hash.java:67:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/util/Hash.java:68:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:68:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:69:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:70:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:70:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:71:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:72:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:72:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:73:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:74:	Avoid using redundant field initializer for 'fvuVersion'
com/tin/tds/lower/util/Hash.java:74:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:74:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:75:	Avoid using redundant field initializer for 'samVersion'
com/tin/tds/lower/util/Hash.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:75:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:76:	Avoid using redundant field initializer for 'scmVersion'
com/tin/tds/lower/util/Hash.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:76:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:77:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:77:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:78:	Avoid excessively long variable names like paperReturnIndiFlag
com/tin/tds/lower/util/Hash.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:78:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:79:	Avoid unused private fields such as 'inputFileName'.
com/tin/tds/lower/util/Hash.java:79:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:79:	Perhaps 'inputFileName' could be replaced by a local variable.
com/tin/tds/lower/util/Hash.java:79:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:80:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:80:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:81:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:81:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:82:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:82:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:83:	Avoid using redundant field initializer for 'br'
com/tin/tds/lower/util/Hash.java:83:	Avoid variables with short names like br
com/tin/tds/lower/util/Hash.java:83:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:83:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:84:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:85:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:86:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:87:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:88:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:89:	Avoid using redundant field initializer for 'recNo'
com/tin/tds/lower/util/Hash.java:89:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:89:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:90:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:90:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:92:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:93:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:93:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:94:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:94:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:96:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:97:	Avoid using redundant field initializer for 'digit9'
com/tin/tds/lower/util/Hash.java:97:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:98:	Avoid using redundant field initializer for 'digit99'
com/tin/tds/lower/util/Hash.java:98:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:99:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:100:	Avoid using redundant field initializer for 'flag'
com/tin/tds/lower/util/Hash.java:100:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:102:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:103:	Avoid using redundant field initializer for 'f'
com/tin/tds/lower/util/Hash.java:103:	Avoid variables with short names like f
com/tin/tds/lower/util/Hash.java:103:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/Hash.java:103:	To avoid mistakes add a comment at the beginning of the f field if you want a default access modifier
com/tin/tds/lower/util/Hash.java:103:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/Hash.java:103:	fieldCommentRequirement Required
com/tin/tds/lower/util/Hash.java:106:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/util/Hash.java:106:	Avoid excessively long variable names like paperReturnIndiFlag
com/tin/tds/lower/util/Hash.java:106:	Parameter 'fhFieldCount' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:106:	Parameter 'inputFileName' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:106:	Parameter 'outputHashFile' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:106:	Parameter 'paperReturnIndiFlag' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:106:	Parameter 'utilityLevel' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:106:	The method 'startProcessing' has a Cyclomatic Complexity of 12.
com/tin/tds/lower/util/Hash.java:106:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/Hash.java:116:	Local variable 'file' could be declared final
com/tin/tds/lower/util/Hash.java:117:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:130:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:135:	Switch statements should have a default label
com/tin/tds/lower/util/Hash.java:151:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:155:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:158:	A throw statement in a finally block makes the control flow hard to understand.
com/tin/tds/lower/util/Hash.java:167:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:173:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:174:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/util/Hash.java:174:	The method 'processFVU' has a Cyclomatic Complexity of 16.
com/tin/tds/lower/util/Hash.java:174:	The method 'processFVU' has a Modified Cyclomatic Complexity of 10.
com/tin/tds/lower/util/Hash.java:177:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:177:	Found 'DD'-anomaly for variable 'successTDSFile' (lines '177'-'190').
com/tin/tds/lower/util/Hash.java:177:	Found 'DD'-anomaly for variable 'successTDSFile' (lines '177'-'227').
com/tin/tds/lower/util/Hash.java:177:	Found 'DU'-anomaly for variable 'successTDSFile' (lines '177'-'251').
com/tin/tds/lower/util/Hash.java:178:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:178:	Found 'DD'-anomaly for variable 'successCINFile' (lines '178'-'194').
com/tin/tds/lower/util/Hash.java:178:	Found 'DD'-anomaly for variable 'successCINFile' (lines '178'-'231').
com/tin/tds/lower/util/Hash.java:178:	Found 'DU'-anomaly for variable 'successCINFile' (lines '178'-'251').
com/tin/tds/lower/util/Hash.java:185:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:192:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:196:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:203:	Avoid variables with short names like f
com/tin/tds/lower/util/Hash.java:203:	Local variable 'f' could be declared final
com/tin/tds/lower/util/Hash.java:207:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:207:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:212:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:216:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:218:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:220:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:229:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:234:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:238:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:245:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:247:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:252:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:258:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:262:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:267:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:278:	The method 'processSAM_FileHashed' has a Cyclomatic Complexity of 10.
com/tin/tds/lower/util/Hash.java:278:	The method 'processSAM_FileHashed' has a Modified Cyclomatic Complexity of 10.
com/tin/tds/lower/util/Hash.java:285:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:286:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:291:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:296:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:299:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:303:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:303:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:308:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:310:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:315:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:325:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:331:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:333:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:335:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:337:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:343:	Avoid unused private methods such as 'processSAM_FileNotHashed()'.
com/tin/tds/lower/util/Hash.java:345:	Avoid variables with short names like bw
com/tin/tds/lower/util/Hash.java:345:	Found 'DD'-anomaly for variable 'bw' (lines '345'-'350').
com/tin/tds/lower/util/Hash.java:346:	Found 'DD'-anomaly for variable 'pos' (lines '346'-'353').
com/tin/tds/lower/util/Hash.java:353:	Found 'DU'-anomaly for variable 'pos' (lines '353'-'408').
com/tin/tds/lower/util/Hash.java:364:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:367:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:369:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:379:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:380:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:380:	Avoid returning from a finally block
com/tin/tds/lower/util/Hash.java:392:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:393:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:403:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:404:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:404:	Avoid returning from a finally block
com/tin/tds/lower/util/Hash.java:410:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:413:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:418:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:422:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:427:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:435:	Avoid unused private methods such as 'processSCM_FileNotHashed()'.
com/tin/tds/lower/util/Hash.java:437:	Avoid variables with short names like bw
com/tin/tds/lower/util/Hash.java:437:	Found 'DD'-anomaly for variable 'bw' (lines '437'-'442').
com/tin/tds/lower/util/Hash.java:438:	Found 'DD'-anomaly for variable 'pos' (lines '438'-'444').
com/tin/tds/lower/util/Hash.java:454:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:459:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:461:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:471:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:474:	Found 'DD'-anomaly for variable 'raf' (lines '474'-'477').
com/tin/tds/lower/util/Hash.java:483:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:493:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:506:	Avoid really long methods.
com/tin/tds/lower/util/Hash.java:506:	The method 'processSVU' has a Cyclomatic Complexity of 25.
com/tin/tds/lower/util/Hash.java:506:	The method 'processSVU' has a Modified Cyclomatic Complexity of 21.
com/tin/tds/lower/util/Hash.java:506:	The method processSVU() has an NPath complexity of 11266
com/tin/tds/lower/util/Hash.java:511:	Avoid variables with short names like k
com/tin/tds/lower/util/Hash.java:512:	Found 'DD'-anomaly for variable 'fvuFileLevelHC' (lines '512'-'586').
com/tin/tds/lower/util/Hash.java:512:	Found 'DU'-anomaly for variable 'fvuFileLevelHC' (lines '512'-'683').
com/tin/tds/lower/util/Hash.java:514:	Found 'DD'-anomaly for variable 'scmFileLevelHC' (lines '514'-'578').
com/tin/tds/lower/util/Hash.java:514:	Found 'DU'-anomaly for variable 'scmFileLevelHC' (lines '514'-'683').
com/tin/tds/lower/util/Hash.java:515:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/Hash.java:525:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:526:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:532:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:541:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:545:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:545:	Comment is too large: Too many lines
com/tin/tds/lower/util/Hash.java:546:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:551:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:552:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:554:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:557:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:560:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:562:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:565:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:567:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:570:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:574:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:575:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:578:	Found 'DU'-anomaly for variable 'scmFileLevelHC' (lines '578'-'683').
com/tin/tds/lower/util/Hash.java:586:	Found 'DU'-anomaly for variable 'fvuFileLevelHC' (lines '586'-'683').
com/tin/tds/lower/util/Hash.java:588:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:597:	Found 'DU'-anomaly for variable 'recLevelHC' (lines '597'-'683').
com/tin/tds/lower/util/Hash.java:602:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:605:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:616:	Found 'DU'-anomaly for variable 'recLevelHC' (lines '616'-'683').
com/tin/tds/lower/util/Hash.java:622:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:631:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:633:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:637:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:639:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:639:	Comment is too large: Too many lines
com/tin/tds/lower/util/Hash.java:640:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:641:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:651:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:658:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:661:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:665:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:673:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:676:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:678:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:680:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:685:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/util/Hash.java:685:	Avoid really long methods.
com/tin/tds/lower/util/Hash.java:685:	The method 'processFVU_FileNotHashed' has a Cyclomatic Complexity of 31.
com/tin/tds/lower/util/Hash.java:685:	The method 'processFVU_FileNotHashed' has a Modified Cyclomatic Complexity of 31.
com/tin/tds/lower/util/Hash.java:685:	The method processFVU_FileNotHashed() has an NPath complexity of 1008048
com/tin/tds/lower/util/Hash.java:687:	Found 'DD'-anomaly for variable 'rlh' (lines '687'-'715').
com/tin/tds/lower/util/Hash.java:687:	Found 'DU'-anomaly for variable 'rlh' (lines '687'-'1,042').
com/tin/tds/lower/util/Hash.java:689:	Found 'DD'-anomaly for variable 'retVal' (lines '689'-'711').
com/tin/tds/lower/util/Hash.java:689:	Found 'DU'-anomaly for variable 'retVal' (lines '689'-'1,042').
com/tin/tds/lower/util/Hash.java:690:	Avoid variables with short names like hf
com/tin/tds/lower/util/Hash.java:690:	Found 'DD'-anomaly for variable 'hf' (lines '690'-'695').
com/tin/tds/lower/util/Hash.java:691:	Found 'DU'-anomaly for variable 'raf' (lines '691'-'1,042').
com/tin/tds/lower/util/Hash.java:692:	Avoid excessively long variable names like unencryptedFileName
com/tin/tds/lower/util/Hash.java:692:	Local variable 'unencryptedFileName' could be declared final
com/tin/tds/lower/util/Hash.java:708:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:711:	Found 'DU'-anomaly for variable 'retVal' (lines '711'-'1,042').
com/tin/tds/lower/util/Hash.java:716:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:722:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:724:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:727:	A throw statement in a finally block makes the control flow hard to understand.
com/tin/tds/lower/util/Hash.java:734:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:736:	Avoid variables with short names like f
com/tin/tds/lower/util/Hash.java:736:	Local variable 'f' could be declared final
com/tin/tds/lower/util/Hash.java:743:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:747:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:752:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:758:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:761:	A throw statement in a finally block makes the control flow hard to understand.
com/tin/tds/lower/util/Hash.java:771:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:800:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:800:	Local variable 'samScmString' could be declared final
com/tin/tds/lower/util/Hash.java:806:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:806:	Local variable 'enc' could be declared final
com/tin/tds/lower/util/Hash.java:807:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:807:	Local variable 'dec' could be declared final
com/tin/tds/lower/util/Hash.java:808:	Local variable 'keygen' could be declared final
com/tin/tds/lower/util/Hash.java:809:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:810:	Local variable 'key' could be declared final
com/tin/tds/lower/util/Hash.java:810:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:812:	Local variable 'aesCipher' could be declared final
com/tin/tds/lower/util/Hash.java:813:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:815:	Local variable 'aesCiphertoDec' could be declared final
com/tin/tds/lower/util/Hash.java:816:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:819:	Avoid variables with short names like cf
com/tin/tds/lower/util/Hash.java:819:	Local variable 'cf' could be declared final
com/tin/tds/lower/util/Hash.java:820:	Local variable 'cert' could be declared final
com/tin/tds/lower/util/Hash.java:822:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:823:	System.out.println is used
com/tin/tds/lower/util/Hash.java:824:	Local variable 'serialNum' could be declared final
com/tin/tds/lower/util/Hash.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:828:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:831:	Local variable 'rsaCipher' could be declared final
com/tin/tds/lower/util/Hash.java:832:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:837:	Avoid excessively long variable names like unencryptedFVUFileData
com/tin/tds/lower/util/Hash.java:837:	Local variable 'unencryptedFVUFileData' could be declared final
com/tin/tds/lower/util/Hash.java:842:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:844:	Avoid variables with short names like i
com/tin/tds/lower/util/Hash.java:845:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:849:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/util/Hash.java:849:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:849:	The String literal "line.separator" appears 9 times in this file; the first occurrence is on line 849
com/tin/tds/lower/util/Hash.java:852:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:854:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/tds/lower/util/Hash.java:858:	Avoid excessively long variable names like outputFileNameFileObj
com/tin/tds/lower/util/Hash.java:858:	Local variable 'outputFileNameFileObj' could be declared final
com/tin/tds/lower/util/Hash.java:859:	Local variable 'fout' could be declared final
com/tin/tds/lower/util/Hash.java:861:	Local variable 'samStartTag' could be declared final
com/tin/tds/lower/util/Hash.java:862:	Local variable 'samTag' could be declared final
com/tin/tds/lower/util/Hash.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:866:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:867:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:867:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:868:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:869:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:869:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:870:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:870:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:870:	Potential violation of Law of Demeter (static property access)
com/tin/tds/lower/util/Hash.java:871:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:871:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:872:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:873:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:873:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:874:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:875:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:876:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:876:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:877:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:877:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:878:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:881:	Local variable 'data' could be declared final
com/tin/tds/lower/util/Hash.java:885:	Avoid excessively long variable names like encodedFinalString
com/tin/tds/lower/util/Hash.java:885:	Local variable 'encodedFinalString' could be declared final
com/tin/tds/lower/util/Hash.java:885:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:886:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:887:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:894:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/Hash.java:905:	Avoid unused local variables such as 'lineNo'.
com/tin/tds/lower/util/Hash.java:910:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:912:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:912:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:913:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:913:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:914:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:914:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:915:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:915:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:916:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:917:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:917:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:936:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:945:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/Hash.java:946:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/Hash.java:949:	Local variable 'inFileobj' could be declared final
com/tin/tds/lower/util/Hash.java:958:	Local variable 'bout' could be declared final
com/tin/tds/lower/util/Hash.java:959:	Local variable 'fin' could be declared final
com/tin/tds/lower/util/Hash.java:960:	Local variable 'fins' could be declared final
com/tin/tds/lower/util/Hash.java:971:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/Hash.java:990:	Avoid excessively long variable names like lastBlockCompleted
com/tin/tds/lower/util/Hash.java:1003:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1008:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/Hash.java:1035:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1037:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:1044:	Avoid really long methods.
com/tin/tds/lower/util/Hash.java:1044:	Parameter 'encFileHash' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1044:	The method 'createBarcode' has a Cyclomatic Complexity of 12.
com/tin/tds/lower/util/Hash.java:1044:	The method 'createBarcode' has a Modified Cyclomatic Complexity of 12.
com/tin/tds/lower/util/Hash.java:1046:	Found 'DD'-anomaly for variable 'retVal' (lines '1,046'-'1,109').
com/tin/tds/lower/util/Hash.java:1047:	Avoid unused local variables such as 'digit1'.
com/tin/tds/lower/util/Hash.java:1047:	Found 'DU'-anomaly for variable 'digit1' (lines '1,047'-'1,220').
com/tin/tds/lower/util/Hash.java:1047:	Local variable 'digit1' could be declared final
com/tin/tds/lower/util/Hash.java:1050:	Avoid unused local variables such as 'a'.
com/tin/tds/lower/util/Hash.java:1050:	Avoid variables with short names like a
com/tin/tds/lower/util/Hash.java:1050:	Found 'DU'-anomaly for variable 'a' (lines '1,050'-'1,220').
com/tin/tds/lower/util/Hash.java:1050:	Local variable 'a' could be declared final
com/tin/tds/lower/util/Hash.java:1052:	Local variable 'time' could be declared final
com/tin/tds/lower/util/Hash.java:1053:	Avoid variables with short names like ts
com/tin/tds/lower/util/Hash.java:1053:	Local variable 'ts' could be declared final
com/tin/tds/lower/util/Hash.java:1054:	Local variable 'sdf' could be declared final
com/tin/tds/lower/util/Hash.java:1055:	Local variable 'timeStamp' could be declared final
com/tin/tds/lower/util/Hash.java:1056:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1057:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1057:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1058:	Found 'DD'-anomaly for variable 'tempFileName' (lines '1,058'-'1,068').
com/tin/tds/lower/util/Hash.java:1059:	Found 'DD'-anomaly for variable 'brTemp' (lines '1,059'-'1,070').
com/tin/tds/lower/util/Hash.java:1064:	Local variable 'sfd' could be declared final
com/tin/tds/lower/util/Hash.java:1065:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1065:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1065:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1065:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1067:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1069:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1071:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1073:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1074:	Avoid excessively long variable names like isAppendForNextLine
com/tin/tds/lower/util/Hash.java:1074:	Found 'DU'-anomaly for variable 'isAppendForNextLine' (lines '1,074'-'1,220').
com/tin/tds/lower/util/Hash.java:1076:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:1078:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1080:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1081:	Found 'DD'-anomaly for variable 'isAppendForNextLine' (lines '1,081'-'1,090').
com/tin/tds/lower/util/Hash.java:1081:	Found 'DU'-anomaly for variable 'isAppendForNextLine' (lines '1,081'-'1,220').
com/tin/tds/lower/util/Hash.java:1088:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1090:	Found 'DU'-anomaly for variable 'isAppendForNextLine' (lines '1,090'-'1,220').
com/tin/tds/lower/util/Hash.java:1096:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1097:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/Hash.java:1098:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1100:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1102:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1103:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/tds/lower/util/Hash.java:1103:	Found 'DU'-anomaly for variable 'brTemp' (lines '1,103'-'1,220').
com/tin/tds/lower/util/Hash.java:1104:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1106:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1108:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1110:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1111:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1119:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1120:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1122:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1124:	Local variable 'ferr' could be declared final
com/tin/tds/lower/util/Hash.java:1126:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1129:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1129:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1135:	Local variable 'fOriginal' could be declared final
com/tin/tds/lower/util/Hash.java:1137:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1139:	Local variable 'fOriginalTemp' could be declared final
com/tin/tds/lower/util/Hash.java:1141:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1143:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1144:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1145:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1150:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1152:	These nested if statements could be combined
com/tin/tds/lower/util/Hash.java:1155:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1156:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1157:	Local variable 'ferr2' could be declared final
com/tin/tds/lower/util/Hash.java:1159:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1161:	Local variable 'ferr3' could be declared final
com/tin/tds/lower/util/Hash.java:1163:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1167:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1167:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1188:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:1224:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/Hash.java:1230:	The method 'processFVU_FileHashed' has a Cyclomatic Complexity of 17.
com/tin/tds/lower/util/Hash.java:1230:	The method 'processFVU_FileHashed' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/util/Hash.java:1230:	The method processFVU_FileHashed() has an NPath complexity of 721
com/tin/tds/lower/util/Hash.java:1235:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1237:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1237:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1240:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1247:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1247:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1247:	These nested if statements could be combined
com/tin/tds/lower/util/Hash.java:1250:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1254:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1255:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1260:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1266:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:1269:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1273:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1279:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1281:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1286:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1296:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1302:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1304:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1306:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1308:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:1313:	Parameter 'includeCaret' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1313:	Parameter 'recStr' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1313:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/Hash.java:1315:	Avoid variables with short names like hc
com/tin/tds/lower/util/Hash.java:1316:	Avoid variables with short names like i
com/tin/tds/lower/util/Hash.java:1319:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1321:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1322:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1325:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:1325:	Comment is too large: Too many lines
com/tin/tds/lower/util/Hash.java:1337:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:1338:	Parameter 'hashCode' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1348:	Local variable 'hashCodeStr' could be declared final
com/tin/tds/lower/util/Hash.java:1349:	Avoid variables with short names like sb
com/tin/tds/lower/util/Hash.java:1349:	Local variable 'sb' could be declared final
com/tin/tds/lower/util/Hash.java:1350:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1357:	Avoid variables with short names like sb
com/tin/tds/lower/util/Hash.java:1357:	Local variable 'sb' could be declared final
com/tin/tds/lower/util/Hash.java:1358:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/Hash.java:1359:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/tds/lower/util/Hash.java:1365:	Parameter 'fvu' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1367:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1367:	Avoid variables with short names like i
com/tin/tds/lower/util/Hash.java:1369:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1371:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1372:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1375:	Parameter 'sam' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1377:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1377:	Avoid variables with short names like i
com/tin/tds/lower/util/Hash.java:1379:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1381:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1381:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1381:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1382:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1385:	Parameter 'scm' is not assigned and could be declared final
com/tin/tds/lower/util/Hash.java:1387:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1387:	Avoid variables with short names like i
com/tin/tds/lower/util/Hash.java:1389:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1391:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1391:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1391:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1392:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1396:	Avoid really long methods.
com/tin/tds/lower/util/Hash.java:1396:	The method 'processCINFile' has a Cyclomatic Complexity of 14.
com/tin/tds/lower/util/Hash.java:1396:	The method 'processCINFile' has a Modified Cyclomatic Complexity of 13.
com/tin/tds/lower/util/Hash.java:1396:	The method processCINFile() has an NPath complexity of 696
com/tin/tds/lower/util/Hash.java:1398:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1399:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1399:	Found 'DD'-anomaly for variable 'cinRecStr' (lines '1,399'-'1,453').
com/tin/tds/lower/util/Hash.java:1399:	Found 'DU'-anomaly for variable 'cinRecStr' (lines '1,399'-'1,527').
com/tin/tds/lower/util/Hash.java:1400:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1400:	Found 'DD'-anomaly for variable 'cinCheckStr' (lines '1,400'-'1,424').
com/tin/tds/lower/util/Hash.java:1400:	Found 'DU'-anomaly for variable 'cinCheckStr' (lines '1,400'-'1,527').
com/tin/tds/lower/util/Hash.java:1401:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1401:	Found 'DD'-anomaly for variable 'cinHashString' (lines '1,401'-'1,472').
com/tin/tds/lower/util/Hash.java:1401:	Found 'DD'-anomaly for variable 'cinHashString' (lines '1,401'-'1,478').
com/tin/tds/lower/util/Hash.java:1401:	Found 'DU'-anomaly for variable 'cinHashString' (lines '1,401'-'1,527').
com/tin/tds/lower/util/Hash.java:1402:	Local variable 'cinFile' could be declared final
com/tin/tds/lower/util/Hash.java:1403:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Hash.java:1407:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1410:	Found 'DD'-anomaly for variable 'cinbr' (lines '1,410'-'1,415').
com/tin/tds/lower/util/Hash.java:1411:	Found 'DD'-anomaly for variable 'cinCheckBr' (lines '1,411'-'1,416').
com/tin/tds/lower/util/Hash.java:1412:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1412:	Found 'DD'-anomaly for variable 'challanCount' (lines '1,412'-'1,468').
com/tin/tds/lower/util/Hash.java:1412:	Found 'DU'-anomaly for variable 'challanCount' (lines '1,412'-'1,527').
com/tin/tds/lower/util/Hash.java:1415:	Found 'DU'-anomaly for variable 'cinbr' (lines '1,415'-'1,527').
com/tin/tds/lower/util/Hash.java:1419:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:1421:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1421:	Found 'DD'-anomaly for variable 'cinrecNo' (lines '1,421'-'1,461').
com/tin/tds/lower/util/Hash.java:1421:	Found 'DU'-anomaly for variable 'cinrecNo' (lines '1,421'-'1,527').
com/tin/tds/lower/util/Hash.java:1422:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1422:	Found 'DD'-anomaly for variable 'cinrlh' (lines '1,422'-'1,480').
com/tin/tds/lower/util/Hash.java:1422:	Found 'DU'-anomaly for variable 'cinrlh' (lines '1,422'-'1,527').
com/tin/tds/lower/util/Hash.java:1423:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/tds/lower/util/Hash.java:1423:	Found 'DU'-anomaly for variable 'cinFileLevelHC' (lines '1,423'-'1,527').
com/tin/tds/lower/util/Hash.java:1425:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1429:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1431:	Local variable 'checkToken' could be declared final
com/tin/tds/lower/util/Hash.java:1433:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1434:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1435:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1438:	Comment is too large: Line too long
com/tin/tds/lower/util/Hash.java:1440:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:1443:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1444:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1448:	Avoid excessively long variable names like cinFilehashFromFile
com/tin/tds/lower/util/Hash.java:1448:	Found 'DD'-anomaly for variable 'cinFilehashFromFile' (lines '1,448'-'1,474').
com/tin/tds/lower/util/Hash.java:1448:	Found 'DU'-anomaly for variable 'cinFilehashFromFile' (lines '1,448'-'1,527').
com/tin/tds/lower/util/Hash.java:1453:	Found 'DU'-anomaly for variable 'cinRecStr' (lines '1,453'-'1,527').
com/tin/tds/lower/util/Hash.java:1455:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Hash.java:1455:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1458:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1459:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1462:	Avoid variables with short names like k
com/tin/tds/lower/util/Hash.java:1462:	Found 'DD'-anomaly for variable 'k' (lines '1,462'-'1,462').
com/tin/tds/lower/util/Hash.java:1462:	Found 'DU'-anomaly for variable 'k' (lines '1,462'-'1,527').
com/tin/tds/lower/util/Hash.java:1462:	Local variable 'k' could be declared final
com/tin/tds/lower/util/Hash.java:1462:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1462:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/util/Hash.java:1463:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:1466:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/Hash.java:1466:	Local variable 'strtoken' could be declared final
com/tin/tds/lower/util/Hash.java:1470:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1472:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1474:	Found 'DD'-anomaly for variable 'cinFilehashFromFile' (lines '1,474'-'1,474').
com/tin/tds/lower/util/Hash.java:1474:	Found 'DU'-anomaly for variable 'cinFilehashFromFile' (lines '1,474'-'1,527').
com/tin/tds/lower/util/Hash.java:1474:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1474:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1478:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1478:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1482:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1486:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/Hash.java:1486:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1490:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1496:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/Hash.java:1496:	Useless parentheses.
com/tin/tds/lower/util/Hash.java:1500:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1503:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/Hash.java:1507:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/Hash.java:1509:	System.out.println is used
com/tin/tds/lower/util/Hash.java:1518:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1528:	A method/constructor shouldnt explicitly throw java.lang.Exception
com/tin/tds/lower/util/Hash.java:1528:	Avoid really long methods.
com/tin/tds/lower/util/Hash.java:1528:	The method 'tokenizeFileHeader' has a Cyclomatic Complexity of 23.
com/tin/tds/lower/util/Hash.java:1528:	The method 'tokenizeFileHeader' has a Modified Cyclomatic Complexity of 20.
com/tin/tds/lower/util/Hash.java:1530:	Avoid variables with short names like sb
com/tin/tds/lower/util/Hash.java:1530:	Found 'DD'-anomaly for variable 'sb' (lines '1,530'-'1,534').
com/tin/tds/lower/util/Hash.java:1533:	Avoid variables with short names like st
com/tin/tds/lower/util/Hash.java:1533:	Local variable 'st' could be declared final
com/tin/tds/lower/util/Hash.java:1536:	Found 'DD'-anomaly for variable 'tok' (lines '1,536'-'1,548').
com/tin/tds/lower/util/Hash.java:1536:	Found 'DU'-anomaly for variable 'tok' (lines '1,536'-'1,636').
com/tin/tds/lower/util/Hash.java:1537:	Local variable 'fhHCIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1538:	Local variable 'fvuVersionIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1539:	Local variable 'fvuFLHIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1540:	Local variable 'samVersionIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1541:	Local variable 'samFLHIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1542:	Local variable 'scmVersionIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1543:	Local variable 'scmFLHIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1544:	Found 'DU'-anomaly for variable 'consHashIndex' (lines '1,544'-'1,636').
com/tin/tds/lower/util/Hash.java:1544:	Local variable 'consHashIndex' could be declared final
com/tin/tds/lower/util/Hash.java:1554:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/Hash.java:1556:	Position literals first in String comparisons
com/tin/tds/lower/util/Hash.java:1556:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1556:	These nested if statements could be combined
com/tin/tds/lower/util/Hash.java:1570:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1574:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1584:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1588:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1598:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1602:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/Hash.java:1612:	Avoid empty catch blocks
com/tin/tds/lower/util/Hash.java:1623:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Hash.java:1637:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/Log.java:16:	Avoid short class names like Log
com/tin/tds/lower/util/Log.java:16:	Each class should declare at least one constructor
com/tin/tds/lower/util/Log.java:18:	Avoid using redundant field initializer for 'tds_log'
com/tin/tds/lower/util/Log.java:18:	The Logger variable declaration does not contain the static and final modifiers
com/tin/tds/lower/util/Log.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/util/MD5.java:1:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:26:	Possible God class (WMC=47, ATFD=31, TCC=0.01098901098901099)
com/tin/tds/lower/util/MD5.java:31:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:52:	Comment is too large: Line too long
com/tin/tds/lower/util/MD5.java:55:	Avoid short class names like MD5
com/tin/tds/lower/util/MD5.java:55:	This class has too many methods, consider refactoring it.
com/tin/tds/lower/util/MD5.java:63:	Overridable method 'reset' called during object construction
com/tin/tds/lower/util/MD5.java:78:	Local variable 'bitCount' could be declared final
com/tin/tds/lower/util/MD5.java:80:	Local variable 'leftOver' could be declared final
com/tin/tds/lower/util/MD5.java:80:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:82:	Local variable 'padlen' could be declared final
com/tin/tds/lower/util/MD5.java:82:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:82:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:112:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:112:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:113:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:126:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:126:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:127:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:132:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:141:	Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
com/tin/tds/lower/util/MD5.java:141:	Avoid variables with short names like in
com/tin/tds/lower/util/MD5.java:141:	Parameter 'in' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:142:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:143:	Local variable 'buffer' could be declared final
com/tin/tds/lower/util/MD5.java:145:	Found 'DU'-anomaly for variable 'read' (lines '145'-'149').
com/tin/tds/lower/util/MD5.java:151:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:160:	Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
com/tin/tds/lower/util/MD5.java:160:	Avoid variables with short names like in
com/tin/tds/lower/util/MD5.java:160:	Parameter 'in' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:161:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:162:	Local variable 'buffer' could be declared final
com/tin/tds/lower/util/MD5.java:164:	Found 'DU'-anomaly for variable 'read' (lines '164'-'168').
com/tin/tds/lower/util/MD5.java:170:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:179:	Avoid variables with short names like f
com/tin/tds/lower/util/MD5.java:179:	Parameter 'f' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:183:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:192:	Avoid variables with short names like f
com/tin/tds/lower/util/MD5.java:192:	Parameter 'f' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:196:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:206:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:206:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:207:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:212:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:222:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:222:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:223:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:228:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:238:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:238:	Parameter 'enc' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:238:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:240:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:245:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:255:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:255:	Parameter 'enc' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:255:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:257:	Local variable 'md5' could be declared final
com/tin/tds/lower/util/MD5.java:283:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:302:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:303:	Parameter 'offset' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:304:	Avoid reassigning parameters such as 'length'
com/tin/tds/lower/util/MD5.java:321:	Local variable 'partlen' could be declared final
com/tin/tds/lower/util/MD5.java:323:	Avoid variables with short names like i
com/tin/tds/lower/util/MD5.java:323:	Found 'DD'-anomaly for variable 'i' (lines '323'-'327').
com/tin/tds/lower/util/MD5.java:330:	Found 'DU'-anomaly for variable 'index' (lines '330'-'339').
com/tin/tds/lower/util/MD5.java:335:	Found 'DU'-anomaly for variable 'start' (lines '335'-'339').
com/tin/tds/lower/util/MD5.java:335:	Local variable 'start' could be declared final
com/tin/tds/lower/util/MD5.java:341:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:353:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:353:	Parameter 'length' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:353:	Parameter 'offset' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:357:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:368:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:368:	Parameter 'length' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:379:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:390:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:390:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:391:	Found 'DD'-anomaly for variable 'buffer' (lines '391'-'392').
com/tin/tds/lower/util/MD5.java:396:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:405:	Avoid variables with short names like l
com/tin/tds/lower/util/MD5.java:405:	Parameter 'l' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:405:	Parameter 'state' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:422:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:431:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:431:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:435:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:444:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:444:	Parameter 'enc' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:444:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:455:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:455:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:455:	Private field 'workingState' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/util/MD5.java:464:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:464:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:464:	Private field 'finalState' could be made final; it is only initialized in the declaration or constructor.
com/tin/tds/lower/util/MD5.java:471:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:471:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:471:	Perhaps 'decodeBuffer' could be replaced by a local variable.
com/tin/tds/lower/util/MD5.java:479:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:560:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:581:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:581:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:588:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:588:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:595:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/tds/lower/util/MD5.java:595:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/MD5.java:597:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/MD5.java:598:	Overridable method 'reset' called during object construction
com/tin/tds/lower/util/MD5.java:608:	Parameter 'from' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:620:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/MD5.java:625:	Comment is too large: Too many lines
com/tin/tds/lower/util/MD5.java:634:	Parameter 'hash' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:635:	Local variable 'buf' could be declared final
com/tin/tds/lower/util/MD5.java:637:	Local variable 'intVal' could be declared final
com/tin/tds/lower/util/MD5.java:638:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/MD5.java:641:	Avoid appending characters as strings in StringBuffer.append.
com/tin/tds/lower/util/MD5.java:648:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:648:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:648:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:648:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:648:	Avoid using short method names
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like a
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like ac
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like c
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like d
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:648:	Avoid variables with short names like x
com/tin/tds/lower/util/MD5.java:648:	Parameter 'ac' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:648:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:648:	Parameter 'c' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:648:	Parameter 'd' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:648:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:648:	Parameter 'x' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:649:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:657:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:657:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:657:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:657:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:657:	Avoid using short method names
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like a
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like ac
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like c
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like d
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:657:	Avoid variables with short names like x
com/tin/tds/lower/util/MD5.java:657:	Parameter 'ac' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:657:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:657:	Parameter 'c' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:657:	Parameter 'd' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:657:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:657:	Parameter 'x' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:658:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:666:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:666:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:666:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:666:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:666:	Avoid using short method names
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like a
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like ac
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like c
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like d
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:666:	Avoid variables with short names like x
com/tin/tds/lower/util/MD5.java:666:	Parameter 'ac' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:666:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:666:	Parameter 'c' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:666:	Parameter 'd' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:666:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:666:	Parameter 'x' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:667:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:675:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:675:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:675:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:675:	Avoid reassigning parameters such as 'a'
com/tin/tds/lower/util/MD5.java:675:	Avoid using short method names
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like a
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like ac
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like c
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like d
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like s
com/tin/tds/lower/util/MD5.java:675:	Avoid variables with short names like x
com/tin/tds/lower/util/MD5.java:675:	Parameter 'ac' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:675:	Parameter 'b' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:675:	Parameter 'c' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:675:	Parameter 'd' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:675:	Parameter 's' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:675:	Parameter 'x' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:676:	Useless parentheses.
com/tin/tds/lower/util/MD5.java:684:	Avoid variables with short names like l
com/tin/tds/lower/util/MD5.java:684:	Parameter 'l' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:685:	Found 'DD'-anomaly for variable 'out' (lines '685'-'686').
com/tin/tds/lower/util/MD5.java:686:	Found 'DD'-anomaly for variable 'out' (lines '686'-'687').
com/tin/tds/lower/util/MD5.java:687:	Found 'DD'-anomaly for variable 'out' (lines '687'-'688').
com/tin/tds/lower/util/MD5.java:688:	Found 'DD'-anomaly for variable 'out' (lines '688'-'689').
com/tin/tds/lower/util/MD5.java:689:	Found 'DD'-anomaly for variable 'out' (lines '689'-'690').
com/tin/tds/lower/util/MD5.java:690:	Found 'DD'-anomaly for variable 'out' (lines '690'-'691').
com/tin/tds/lower/util/MD5.java:691:	Found 'DD'-anomaly for variable 'out' (lines '691'-'692').
com/tin/tds/lower/util/MD5.java:692:	Found 'DD'-anomaly for variable 'out' (lines '692'-'693').
com/tin/tds/lower/util/MD5.java:697:	Parameter 'input' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:697:	Parameter 'len' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:698:	Found 'DD'-anomaly for variable 'out' (lines '698'-'701').
com/tin/tds/lower/util/MD5.java:699:	Avoid variables with short names like i
com/tin/tds/lower/util/MD5.java:699:	Avoid variables with short names like j
com/tin/tds/lower/util/MD5.java:699:	Use one line for each declaration, it enhances code readability.
com/tin/tds/lower/util/MD5.java:700:	Found 'DD'-anomaly for variable 'i' (lines '700'-'700').
com/tin/tds/lower/util/MD5.java:700:	Found 'DU'-anomaly for variable 'i' (lines '700'-'707').
com/tin/tds/lower/util/MD5.java:701:	Found 'DD'-anomaly for variable 'out' (lines '701'-'702').
com/tin/tds/lower/util/MD5.java:702:	Found 'DD'-anomaly for variable 'out' (lines '702'-'703').
com/tin/tds/lower/util/MD5.java:703:	Found 'DD'-anomaly for variable 'out' (lines '703'-'704').
com/tin/tds/lower/util/MD5.java:704:	Found 'DD'-anomaly for variable 'out' (lines '704'-'701').
com/tin/tds/lower/util/MD5.java:709:	Parameter 'buffer' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:709:	Parameter 'len' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:709:	Parameter 'offset' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:710:	Avoid variables with short names like i
com/tin/tds/lower/util/MD5.java:710:	Avoid variables with short names like j
com/tin/tds/lower/util/MD5.java:710:	Use one line for each declaration, it enhances code readability.
com/tin/tds/lower/util/MD5.java:711:	Found 'DD'-anomaly for variable 'i' (lines '711'-'711').
com/tin/tds/lower/util/MD5.java:711:	Found 'DU'-anomaly for variable 'i' (lines '711'-'719').
com/tin/tds/lower/util/MD5.java:721:	Avoid variables with short names like x
com/tin/tds/lower/util/MD5.java:721:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/MD5.java:721:	Parameter 'x' is not assigned and could be declared final
com/tin/tds/lower/util/MD5.java:722:	Avoid variables with short names like a
com/tin/tds/lower/util/MD5.java:722:	Found 'DD'-anomaly for variable 'a' (lines '722'-'728').
com/tin/tds/lower/util/MD5.java:723:	Avoid variables with short names like b
com/tin/tds/lower/util/MD5.java:724:	Avoid variables with short names like c
com/tin/tds/lower/util/MD5.java:725:	Avoid variables with short names like d
com/tin/tds/lower/util/MD5.java:728:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:731:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:732:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:734:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:735:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:737:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:740:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:741:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:742:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:743:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:746:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:747:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:748:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:749:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:750:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:751:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:752:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:754:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:756:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:757:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:758:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:759:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:760:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:764:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:765:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:767:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:769:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:770:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:772:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:775:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:778:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:779:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:783:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:784:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:785:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:786:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:787:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:790:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:791:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:792:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:793:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:796:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/MD5.java:797:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/NewStringTokenizer.java:4:	headerCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:6:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/NewStringTokenizer.java:6:	To avoid mistakes add a comment at the beginning of the bCaret field if you want a default access modifier
com/tin/tds/lower/util/NewStringTokenizer.java:6:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/NewStringTokenizer.java:6:	fieldCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:7:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/NewStringTokenizer.java:7:	To avoid mistakes add a comment at the beginning of the bFieldFound field if you want a default access modifier
com/tin/tds/lower/util/NewStringTokenizer.java:7:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/NewStringTokenizer.java:7:	fieldCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:8:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/NewStringTokenizer.java:8:	To avoid mistakes add a comment at the beginning of the bNullField field if you want a default access modifier
com/tin/tds/lower/util/NewStringTokenizer.java:8:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/NewStringTokenizer.java:8:	fieldCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:10:	Avoid using redundant field initializer for 'st'
com/tin/tds/lower/util/NewStringTokenizer.java:10:	Avoid variables with short names like st
com/tin/tds/lower/util/NewStringTokenizer.java:10:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/NewStringTokenizer.java:10:	To avoid mistakes add a comment at the beginning of the st field if you want a default access modifier
com/tin/tds/lower/util/NewStringTokenizer.java:10:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/NewStringTokenizer.java:10:	fieldCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:11:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/tds/lower/util/NewStringTokenizer.java:11:	To avoid mistakes add a comment at the beginning of the sep field if you want a default access modifier
com/tin/tds/lower/util/NewStringTokenizer.java:11:	Use explicit scoping instead of the default package private level
com/tin/tds/lower/util/NewStringTokenizer.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:13:	Parameter 'inpStr' is not assigned and could be declared final
com/tin/tds/lower/util/NewStringTokenizer.java:13:	Parameter 'sep' is not assigned and could be declared final
com/tin/tds/lower/util/NewStringTokenizer.java:13:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:26:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/NewStringTokenizer.java:28:	Avoid using final local variables, turn them into fields
com/tin/tds/lower/util/NewStringTokenizer.java:28:	Found 'DU'-anomaly for variable 'FIELD_NULL' (lines '28'-'62').
com/tin/tds/lower/util/NewStringTokenizer.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/NewStringTokenizer.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/NewStringTokenizer.java:36:	Useless parentheses.
com/tin/tds/lower/util/NewStringTokenizer.java:41:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:1:	Possible God class (WMC=102, ATFD=143, TCC=0.0)
com/tin/tds/lower/util/PDFGenerator.java:24:	All methods are static.  Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
com/tin/tds/lower/util/PDFGenerator.java:24:	The class 'PDFGenerator' has a Cyclomatic Complexity of 15 (Highest = 48).
com/tin/tds/lower/util/PDFGenerator.java:24:	The class 'PDFGenerator' has a Modified Cyclomatic Complexity of 12 (Highest = 39).
com/tin/tds/lower/util/PDFGenerator.java:24:	headerCommentRequirement Required
com/tin/tds/lower/util/PDFGenerator.java:27:	Avoid really long methods.
com/tin/tds/lower/util/PDFGenerator.java:27:	Parameter 'consFile' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:27:	Parameter 'inputFile' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:27:	Parameter 'pdfFileName' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:27:	Parameter 'temppdfFileName' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:27:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/tds/lower/util/PDFGenerator.java:27:	The method 'generatePDFFile' has a Cyclomatic Complexity of 30.
com/tin/tds/lower/util/PDFGenerator.java:27:	The method 'generatePDFFile' has a Modified Cyclomatic Complexity of 20.
com/tin/tds/lower/util/PDFGenerator.java:27:	The method generatePDFFile() has an NPath complexity of 3642
com/tin/tds/lower/util/PDFGenerator.java:27:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/PDFGenerator.java:29:	Found 'DD'-anomaly for variable 'lineCount' (lines '29'-'46').
com/tin/tds/lower/util/PDFGenerator.java:30:	Found 'DD'-anomaly for variable 'noOfBatches' (lines '30'-'52').
com/tin/tds/lower/util/PDFGenerator.java:31:	Found 'DD'-anomaly for variable 'statisticData' (lines '31'-'53').
com/tin/tds/lower/util/PDFGenerator.java:34:	Avoid variables with short names like fg
com/tin/tds/lower/util/PDFGenerator.java:34:	Local variable 'fg' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:35:	Local variable 'fstatistics27A' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:38:	Local variable 'fileReader' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:40:	Found 'DD'-anomaly for variable 'lineData' (lines '40'-'44').
com/tin/tds/lower/util/PDFGenerator.java:41:	Avoid excessively long variable names like currentBatchInProcessing
com/tin/tds/lower/util/PDFGenerator.java:41:	Found 'DD'-anomaly for variable 'currentBatchInProcessing' (lines '41'-'60').
com/tin/tds/lower/util/PDFGenerator.java:41:	Found 'DU'-anomaly for variable 'currentBatchInProcessing' (lines '41'-'287').
com/tin/tds/lower/util/PDFGenerator.java:42:	Found 'DD'-anomaly for variable 'transactionType' (lines '42'-'54').
com/tin/tds/lower/util/PDFGenerator.java:44:	Found 'DD'-anomaly for variable 'lineData' (lines '44'-'137').
com/tin/tds/lower/util/PDFGenerator.java:44:	Found 'DD'-anomaly for variable 'lineData' (lines '44'-'205').
com/tin/tds/lower/util/PDFGenerator.java:44:	Found 'DU'-anomaly for variable 'lineData' (lines '44'-'287').
com/tin/tds/lower/util/PDFGenerator.java:46:	Found 'DD'-anomaly for variable 'lineCount' (lines '46'-'140').
com/tin/tds/lower/util/PDFGenerator.java:46:	Found 'DD'-anomaly for variable 'lineCount' (lines '46'-'200').
com/tin/tds/lower/util/PDFGenerator.java:46:	Found 'DD'-anomaly for variable 'lineCount' (lines '46'-'46').
com/tin/tds/lower/util/PDFGenerator.java:47:	Local variable 'recordData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:49:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:49:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:51:	Local variable 'fhData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:52:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:53:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/PDFGenerator.java:53:	Found 'DD'-anomaly for variable 'statisticData' (lines '53'-'53').
com/tin/tds/lower/util/PDFGenerator.java:53:	Found 'DD'-anomaly for variable 'statisticData' (lines '53'-'63').
com/tin/tds/lower/util/PDFGenerator.java:54:	Found 'DD'-anomaly for variable 'transactionType' (lines '54'-'54').
com/tin/tds/lower/util/PDFGenerator.java:54:	Found 'DU'-anomaly for variable 'transactionType' (lines '54'-'287').
com/tin/tds/lower/util/PDFGenerator.java:54:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:55:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:61:	Local variable 'bhData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:63:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/PDFGenerator.java:65:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:67:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:110:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/PDFGenerator.java:110:	Local variable 'dateFormat' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:111:	Local variable 'cal' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:116:	Local variable 'cdData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:119:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:123:	Local variable 'ddData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:125:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:126:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:136:	Local variable 'consofileReader' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:137:	Found 'DD'-anomaly for variable 'lineData' (lines '137'-'205').
com/tin/tds/lower/util/PDFGenerator.java:137:	Found 'DU'-anomaly for variable 'lineData' (lines '137'-'287').
com/tin/tds/lower/util/PDFGenerator.java:140:	Found 'DD'-anomaly for variable 'lineCount' (lines '140'-'140').
com/tin/tds/lower/util/PDFGenerator.java:140:	Found 'DD'-anomaly for variable 'lineCount' (lines '140'-'200').
com/tin/tds/lower/util/PDFGenerator.java:141:	Local variable 'recordData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:145:	Local variable 'bhData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:149:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:150:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:152:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:153:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:154:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/PDFGenerator.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:154:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:154:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:155:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:158:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:159:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:160:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:161:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:162:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:163:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:164:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:165:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:166:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:167:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:168:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:169:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:170:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:174:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:176:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:177:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:178:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:180:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:181:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:182:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:183:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:188:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/PDFGenerator.java:188:	Local variable 'dateFormat' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:189:	Local variable 'cal' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:197:	Local variable 'fvuPath' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:198:	Local variable 'fvuFileName' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:198:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/tds/lower/util/PDFGenerator.java:199:	Local variable 'fvuFile' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:200:	Found 'DU'-anomaly for variable 'lineCount' (lines '200'-'287').
com/tin/tds/lower/util/PDFGenerator.java:204:	Local variable 'fvufileReader' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:205:	Found 'DU'-anomaly for variable 'lineData' (lines '205'-'287').
com/tin/tds/lower/util/PDFGenerator.java:208:	Found 'DU'-anomaly for variable 'lineCount' (lines '208'-'287').
com/tin/tds/lower/util/PDFGenerator.java:209:	Local variable 'recordData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:212:	Local variable 'fhData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:213:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:215:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:215:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:217:	Local variable 'bhData' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:220:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:225:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:228:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:229:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:231:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:232:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/PDFGenerator.java:232:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:232:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:232:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:233:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:236:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:237:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:238:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:239:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:240:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:241:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:242:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:243:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:245:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:246:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:247:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:248:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:250:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:252:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:253:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:254:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:255:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:256:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:257:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:258:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:259:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:260:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:261:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:263:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:264:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:265:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:266:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/PDFGenerator.java:266:	Local variable 'dateFormat' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:267:	Local variable 'cal' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:268:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:268:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:268:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/PDFGenerator.java:278:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/PDFGenerator.java:281:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/PDFGenerator.java:283:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	Avoid reassigning parameters such as 'ded_type'
com/tin/tds/lower/util/PDFGenerator.java:291:	The method 'dedReturn' has a Cyclomatic Complexity of 18.
com/tin/tds/lower/util/PDFGenerator.java:291:	The method 'dedReturn' has a Modified Cyclomatic Complexity of 18.
com/tin/tds/lower/util/PDFGenerator.java:296:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:298:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:300:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:302:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:304:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:306:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:308:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:310:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:312:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:314:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:316:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:318:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:320:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:322:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:324:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:326:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	Avoid reassigning parameters such as 'emp_state'
com/tin/tds/lower/util/PDFGenerator.java:337:	The method 'stateReturn' has a Cyclomatic Complexity of 48.
com/tin/tds/lower/util/PDFGenerator.java:337:	The method 'stateReturn' has a Modified Cyclomatic Complexity of 39.
com/tin/tds/lower/util/PDFGenerator.java:342:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:342:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:344:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:344:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:346:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:346:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:348:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:348:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:350:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:350:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:352:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:352:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:354:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:354:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:355:	Comment is too large: Line too long
com/tin/tds/lower/util/PDFGenerator.java:357:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:357:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:359:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:359:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:361:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:363:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:365:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:367:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:369:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:371:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:373:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:375:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:377:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:379:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:381:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:383:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:385:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:387:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:389:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:391:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:393:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:395:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:397:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:399:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:401:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:403:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:405:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:407:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:409:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:412:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:414:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:416:	Position literals first in String comparisons
com/tin/tds/lower/util/PDFGenerator.java:425:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/PDFGenerator.java:425:	Parameter 'fhFields' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:428:	Local variable 'fhRecord' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:429:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/PDFGenerator.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:432:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:433:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:434:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:435:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:436:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:438:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:439:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:440:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:441:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:442:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:443:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:444:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:445:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:446:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:447:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:450:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/PDFGenerator.java:452:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:453:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:454:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:455:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:456:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:457:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:458:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:459:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:460:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:462:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:465:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:474:	Avoid really long methods.
com/tin/tds/lower/util/PDFGenerator.java:474:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/PDFGenerator.java:474:	Parameter 'bhFields' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:476:	Local variable 'batchRecords' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:479:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/PDFGenerator.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:482:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:484:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:485:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:488:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:489:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:490:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:492:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:493:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:495:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:496:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:497:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:499:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:500:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:502:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:503:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:504:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:505:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:506:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:509:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:510:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:512:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:513:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:514:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:516:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:517:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:518:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:520:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:521:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:522:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:523:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:524:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:526:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:528:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:529:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:531:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:532:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:533:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:534:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:535:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:536:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:537:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:538:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:539:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:540:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:541:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:542:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:545:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/PDFGenerator.java:547:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:548:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:549:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:550:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:551:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:553:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:554:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:555:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:556:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:557:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:560:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:561:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:562:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:563:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:564:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:566:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:567:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:568:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:569:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:570:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:571:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:572:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:573:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:574:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:575:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:576:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:578:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:579:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:580:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:581:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:582:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:583:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:584:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:585:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:586:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:587:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:589:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:590:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:591:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:592:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:593:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:594:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:596:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:598:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:599:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:600:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:601:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:602:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:603:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:604:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:605:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:607:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:608:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:611:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/PDFGenerator.java:613:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:614:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:616:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:617:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:618:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:619:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:620:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:621:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:622:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:624:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:625:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:626:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:627:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:628:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:629:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:630:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:631:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:632:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:633:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:634:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:635:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:637:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:638:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:639:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:640:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:641:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:642:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:643:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:644:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:645:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:646:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:647:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:648:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:649:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:650:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:651:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:652:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:653:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:654:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:655:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:656:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:658:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:659:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:661:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:662:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:663:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:664:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:668:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:669:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:670:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:672:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:673:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:674:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:675:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:676:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:678:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:679:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:683:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:686:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:693:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/PDFGenerator.java:693:	Parameter 'cdBean' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:695:	Local variable 'cdRecord' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:696:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:697:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:698:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:699:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:700:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:701:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:702:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:703:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:705:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:706:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:707:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:708:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:709:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:710:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:711:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:712:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:714:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:715:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:716:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:717:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:719:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:721:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:722:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:723:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:724:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:725:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:726:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:727:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:728:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:731:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:732:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:737:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:744:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/PDFGenerator.java:744:	Parameter 'ddBean' is not assigned and could be declared final
com/tin/tds/lower/util/PDFGenerator.java:746:	Local variable 'ddRecord' could be declared final
com/tin/tds/lower/util/PDFGenerator.java:747:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:748:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:749:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:750:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:751:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:752:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:754:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:756:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:757:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:758:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:759:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:760:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:762:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:764:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:765:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:767:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:769:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:770:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:772:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:775:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:778:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:783:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:784:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:785:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:786:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:787:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/PDFGenerator.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/Parameters.java:8:	Each class should declare at least one constructor
com/tin/tds/lower/util/Parameters.java:8:	headerCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:11:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:13:	Avoid using redundant field initializer for 'ignoreHashing'
com/tin/tds/lower/util/Parameters.java:13:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:14:	Avoid using redundant field initializer for 'ignoreVersioning'
com/tin/tds/lower/util/Parameters.java:14:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:15:	Avoid excessively long variable names like ignoreRecordLevelHashing
com/tin/tds/lower/util/Parameters.java:15:	Avoid using redundant field initializer for 'ignoreRecordLevelHashing'
com/tin/tds/lower/util/Parameters.java:15:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:18:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:20:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:21:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:23:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:26:	Comment is too large: Line too long
com/tin/tds/lower/util/Parameters.java:28:	Avoid excessively long variable names like considerRemarkField
com/tin/tds/lower/util/Parameters.java:28:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:29:	Avoid excessively long variable names like LeastCountofdeducteetovalidate
com/tin/tds/lower/util/Parameters.java:29:	Avoid using redundant field initializer for 'LeastCountofdeducteetovalidate'
com/tin/tds/lower/util/Parameters.java:29:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:30:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:31:	Avoid excessively long variable names like Nonsalarypercentage
com/tin/tds/lower/util/Parameters.java:31:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:32:	Avoid excessively long variable names like validation_param_date
com/tin/tds/lower/util/Parameters.java:32:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:33:	Avoid excessively long variable names like NonValidation_period
com/tin/tds/lower/util/Parameters.java:33:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:35:	Comment is too large: Line too long
com/tin/tds/lower/util/Parameters.java:37:	Avoid excessively long variable names like validation_new_param_date
com/tin/tds/lower/util/Parameters.java:37:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:38:	Avoid excessively long variable names like newsalaryPercentage
com/tin/tds/lower/util/Parameters.java:38:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:39:	Avoid excessively long variable names like newNonsalarypercentage
com/tin/tds/lower/util/Parameters.java:39:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:43:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:46:	fieldCommentRequirement Required
com/tin/tds/lower/util/Parameters.java:50:	Local variable 'file' could be declared final
com/tin/tds/lower/util/Parameters.java:51:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/Parameters.java:53:	Avoid variables with short names like p
com/tin/tds/lower/util/Parameters.java:53:	Local variable 'p' could be declared final
com/tin/tds/lower/util/Parameters.java:65:	Unnecessary wrapper object creation
com/tin/tds/lower/util/Parameters.java:66:	Unnecessary wrapper object creation
com/tin/tds/lower/util/Parameters.java:67:	Unnecessary wrapper object creation
com/tin/tds/lower/util/Parameters.java:74:	Avoid variables with short names like st
com/tin/tds/lower/util/Parameters.java:74:	Local variable 'st' could be declared final
com/tin/tds/lower/util/Parameters.java:75:	Local variable 'count' could be declared final
com/tin/tds/lower/util/Parameters.java:86:	Avoid variables with short names like st
com/tin/tds/lower/util/Parameters.java:86:	Local variable 'st' could be declared final
com/tin/tds/lower/util/Parameters.java:87:	Local variable 'count' could be declared final
com/tin/tds/lower/util/Parameters.java:98:	Avoid variables with short names like st
com/tin/tds/lower/util/Parameters.java:98:	Local variable 'st' could be declared final
com/tin/tds/lower/util/Parameters.java:99:	Local variable 'count' could be declared final
com/tin/tds/lower/util/Parameters.java:107:	Comment is too large: Line too long
com/tin/tds/lower/util/Parameters.java:109:	Local variable 'YrQtr' could be declared final
com/tin/tds/lower/util/Parameters.java:112:	Avoid variables with short names like st
com/tin/tds/lower/util/Parameters.java:112:	Local variable 'st' could be declared final
com/tin/tds/lower/util/Parameters.java:113:	Local variable 'count' could be declared final
com/tin/tds/lower/util/Parameters.java:122:	Avoid unused local variables such as 'vlidationear'.
com/tin/tds/lower/util/Parameters.java:122:	Local variable 'vlidationear' could be declared final
com/tin/tds/lower/util/Parameters.java:126:	Comment is too large: Line too long
com/tin/tds/lower/util/Parameters.java:128:	Avoid variables with short names like f
com/tin/tds/lower/util/Parameters.java:128:	Local variable 'f' could be declared final
com/tin/tds/lower/util/Parameters.java:131:	Avoid variables with short names like pr
com/tin/tds/lower/util/Parameters.java:131:	Local variable 'pr' could be declared final
com/tin/tds/lower/util/Parameters.java:133:	Unnecessary wrapper object creation
com/tin/tds/lower/util/Parameters.java:145:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/tds/lower/util/Parameters.java:145:	Avoid empty catch blocks
com/tin/tds/lower/util/RAWFileGenerator.java:1:	Possible God class (WMC=48, ATFD=94, TCC=0.0)
com/tin/tds/lower/util/RAWFileGenerator.java:22:	All methods are static.  Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
com/tin/tds/lower/util/RAWFileGenerator.java:22:	The class 'RAWFileGenerator' has a Cyclomatic Complexity of 6 (Highest = 36).
com/tin/tds/lower/util/RAWFileGenerator.java:22:	The class 'RAWFileGenerator' has a Modified Cyclomatic Complexity of 5 (Highest = 27).
com/tin/tds/lower/util/RAWFileGenerator.java:22:	headerCommentRequirement Required
com/tin/tds/lower/util/RAWFileGenerator.java:25:	Avoid really long methods.
com/tin/tds/lower/util/RAWFileGenerator.java:25:	Parameter 'inputFile' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:25:	The method 'generateRawFile' has a Cyclomatic Complexity of 36.
com/tin/tds/lower/util/RAWFileGenerator.java:25:	The method 'generateRawFile' has a Modified Cyclomatic Complexity of 27.
com/tin/tds/lower/util/RAWFileGenerator.java:25:	The method generateRawFile() has an NPath complexity of 877
com/tin/tds/lower/util/RAWFileGenerator.java:25:	publicMethodCommentRequirement Required
com/tin/tds/lower/util/RAWFileGenerator.java:27:	Found 'DD'-anomaly for variable 'lineCount' (lines '27'-'46').
com/tin/tds/lower/util/RAWFileGenerator.java:28:	Found 'DD'-anomaly for variable 'noOfBatches' (lines '28'-'52').
com/tin/tds/lower/util/RAWFileGenerator.java:29:	Found 'DD'-anomaly for variable 'fileType' (lines '29'-'53').
com/tin/tds/lower/util/RAWFileGenerator.java:30:	Found 'DD'-anomaly for variable 'uploadType' (lines '30'-'54').
com/tin/tds/lower/util/RAWFileGenerator.java:31:	Found 'DD'-anomaly for variable 'batchData' (lines '31'-'55').
com/tin/tds/lower/util/RAWFileGenerator.java:31:	Found 'DD'-anomaly for variable 'batchData' (lines '31'-'71').
com/tin/tds/lower/util/RAWFileGenerator.java:32:	Found 'DD'-anomaly for variable 'statisticData' (lines '32'-'56').
com/tin/tds/lower/util/RAWFileGenerator.java:32:	Found 'DD'-anomaly for variable 'statisticData' (lines '32'-'72').
com/tin/tds/lower/util/RAWFileGenerator.java:33:	Found 'DD'-anomaly for variable 'samscmData' (lines '33'-'57').
com/tin/tds/lower/util/RAWFileGenerator.java:33:	Found 'DD'-anomaly for variable 'samscmData' (lines '33'-'73').
com/tin/tds/lower/util/RAWFileGenerator.java:34:	Found 'DD'-anomaly for variable 'transactionType' (lines '34'-'58').
com/tin/tds/lower/util/RAWFileGenerator.java:34:	Found 'DD'-anomaly for variable 'transactionType' (lines '34'-'70').
com/tin/tds/lower/util/RAWFileGenerator.java:36:	Found 'DD'-anomaly for variable 'formNo' (lines '36'-'69').
com/tin/tds/lower/util/RAWFileGenerator.java:36:	Found 'DU'-anomaly for variable 'formNo' (lines '36'-'286').
com/tin/tds/lower/util/RAWFileGenerator.java:39:	Local variable 'fileReader' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:41:	Found 'DD'-anomaly for variable 'lineData' (lines '41'-'44').
com/tin/tds/lower/util/RAWFileGenerator.java:42:	Avoid excessively long variable names like currentBatchInProcessing
com/tin/tds/lower/util/RAWFileGenerator.java:42:	Found 'DD'-anomaly for variable 'currentBatchInProcessing' (lines '42'-'66').
com/tin/tds/lower/util/RAWFileGenerator.java:42:	Found 'DU'-anomaly for variable 'currentBatchInProcessing' (lines '42'-'286').
com/tin/tds/lower/util/RAWFileGenerator.java:44:	Found 'DU'-anomaly for variable 'lineData' (lines '44'-'286').
com/tin/tds/lower/util/RAWFileGenerator.java:46:	Found 'DD'-anomaly for variable 'lineCount' (lines '46'-'46').
com/tin/tds/lower/util/RAWFileGenerator.java:47:	Local variable 'recordData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:49:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:49:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:51:	Local variable 'fhData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:52:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:53:	Found 'DD'-anomaly for variable 'fileType' (lines '53'-'53').
com/tin/tds/lower/util/RAWFileGenerator.java:53:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:54:	Found 'DD'-anomaly for variable 'uploadType' (lines '54'-'54').
com/tin/tds/lower/util/RAWFileGenerator.java:54:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:55:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:55:	Found 'DD'-anomaly for variable 'batchData' (lines '55'-'55').
com/tin/tds/lower/util/RAWFileGenerator.java:55:	Found 'DD'-anomaly for variable 'batchData' (lines '55'-'71').
com/tin/tds/lower/util/RAWFileGenerator.java:56:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:56:	Found 'DD'-anomaly for variable 'statisticData' (lines '56'-'56').
com/tin/tds/lower/util/RAWFileGenerator.java:56:	Found 'DD'-anomaly for variable 'statisticData' (lines '56'-'72').
com/tin/tds/lower/util/RAWFileGenerator.java:57:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:57:	Found 'DD'-anomaly for variable 'samscmData' (lines '57'-'57').
com/tin/tds/lower/util/RAWFileGenerator.java:57:	Found 'DD'-anomaly for variable 'samscmData' (lines '57'-'73').
com/tin/tds/lower/util/RAWFileGenerator.java:58:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:58:	Found 'DD'-anomaly for variable 'transactionType' (lines '58'-'58').
com/tin/tds/lower/util/RAWFileGenerator.java:58:	Found 'DD'-anomaly for variable 'transactionType' (lines '58'-'70').
com/tin/tds/lower/util/RAWFileGenerator.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:68:	Local variable 'bhData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:69:	Found 'DD'-anomaly for variable 'formNo' (lines '69'-'69').
com/tin/tds/lower/util/RAWFileGenerator.java:69:	Found 'DU'-anomaly for variable 'formNo' (lines '69'-'286').
com/tin/tds/lower/util/RAWFileGenerator.java:69:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:70:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:70:	Found 'DD'-anomaly for variable 'transactionType' (lines '70'-'58').
com/tin/tds/lower/util/RAWFileGenerator.java:70:	Found 'DD'-anomaly for variable 'transactionType' (lines '70'-'70').
com/tin/tds/lower/util/RAWFileGenerator.java:70:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:71:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:72:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:73:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:107:	Useless parentheses.
com/tin/tds/lower/util/RAWFileGenerator.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:112:	Local variable 'cdData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:122:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:128:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Avoid excessively long variable names like countOfChallanRecordsInBatch
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Local variable 'countOfChallanRecordsInBatch' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Avoid excessively long variable names like countOfChallanRecords
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Local variable 'countOfChallanRecords' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Found 'DD'-anomaly for variable 'countOfTVRecords' (lines '134'-'134').
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Found 'DU'-anomaly for variable 'countOfTVRecords' (lines '134'-'286').
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Local variable 'countOfTVRecords' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:144:	Useless parentheses.
com/tin/tds/lower/util/RAWFileGenerator.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:150:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:157:	Local variable 'ddData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:160:	Avoid instantiating new objects inside loops
com/tin/tds/lower/util/RAWFileGenerator.java:160:	Local variable 'fieldVal' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:161:	Avoid unnecessary comparisons in boolean expressions
com/tin/tds/lower/util/RAWFileGenerator.java:161:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:169:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:169:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:169:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:172:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:172:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:177:	These nested if statements could be combined
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:182:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:192:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:192:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:194:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:194:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:196:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:198:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:198:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:204:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:204:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:206:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:206:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:206:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:207:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:210:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:211:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:211:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:211:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:213:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:214:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:214:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:214:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:216:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:216:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:219:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:219:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:219:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:222:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:223:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:223:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:223:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:226:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:226:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:226:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:227:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:230:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:230:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:233:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:233:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:233:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:234:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:234:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:234:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:237:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:237:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:237:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:238:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:238:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:238:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:241:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:241:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:241:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:242:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:242:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:242:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:244:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:244:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:246:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:246:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:247:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:247:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:247:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:250:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:250:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:250:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:251:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:255:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:255:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:255:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:259:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:259:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:261:	Local variable 'salData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:262:	Potential violation of Law of Demeter (object not created locally)
com/tin/tds/lower/util/RAWFileGenerator.java:265:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:265:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:266:	Avoid empty if statements
com/tin/tds/lower/util/RAWFileGenerator.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:270:	Avoid empty if statements
com/tin/tds/lower/util/RAWFileGenerator.java:277:	A method should have only one exit point, and that should be the last statement in the method
com/tin/tds/lower/util/RAWFileGenerator.java:280:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/RAWFileGenerator.java:282:	Avoid printStackTrace(); use a logger call instead.
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'batchData' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'fileType' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'lineCount' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'noOfBatches' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'samscmData' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'statisticData' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'transactionType' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:291:	Parameter 'uploadType' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:293:	The String literal "line.separator" appears 5 times in this file; the first occurrence is on line 293
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Local variable 'lineData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:299:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/util/RAWFileGenerator.java:302:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Avoid if (x != y) ..; else ..;
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Local variable 'lineData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:306:	Useless parentheses.
com/tin/tds/lower/util/RAWFileGenerator.java:308:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Local variable 'lineData' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:313:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:315:	Prefer StringBuffer over += for concatenating strings
com/tin/tds/lower/util/RAWFileGenerator.java:323:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:323:	Parameter 'fhFields' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:326:	Local variable 'fhRecord' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:327:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/RAWFileGenerator.java:329:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:330:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:331:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:332:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:333:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:334:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:335:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:336:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:337:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:338:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:339:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:340:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:341:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:343:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:344:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:345:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:346:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:348:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/RAWFileGenerator.java:350:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:351:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:352:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:353:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:354:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:355:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:356:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:357:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:358:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:359:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:360:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:361:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:362:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:364:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:372:	Avoid really long methods.
com/tin/tds/lower/util/RAWFileGenerator.java:372:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:372:	Parameter 'bhFields' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:374:	Local variable 'batchRecords' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:378:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/RAWFileGenerator.java:380:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:381:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:382:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:383:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:385:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:386:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:387:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:388:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:389:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:390:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:391:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:392:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:393:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:394:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:396:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:397:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:399:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:400:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:401:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:404:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:405:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:406:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:407:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:408:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:409:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:410:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:411:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:413:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:415:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:416:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:417:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:418:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:420:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:421:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:422:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:423:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:424:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:427:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:428:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:432:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:433:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:434:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:435:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:436:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:438:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:439:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:440:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:444:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:445:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:446:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:447:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:449:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:450:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:453:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:455:	Avoid using Literals in Conditional Statements
com/tin/tds/lower/util/RAWFileGenerator.java:457:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:458:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:459:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:460:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:462:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:465:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:468:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:469:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:470:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:472:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:475:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:477:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:478:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:479:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:480:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:482:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:484:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:485:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:486:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:488:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:489:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:490:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:492:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:493:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:495:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:496:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:497:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:499:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:500:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:502:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:503:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:504:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:505:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:506:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:509:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:516:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:516:	Parameter 'cdBean' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:518:	Local variable 'cdRecord' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:520:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:521:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:522:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:523:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:524:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:526:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:528:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:529:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:531:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:532:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:533:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:534:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:535:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:536:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:537:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:538:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:539:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:540:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:541:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:542:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:544:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:545:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:546:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:547:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:548:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:549:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:550:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:551:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:552:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:553:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:554:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:555:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:556:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:561:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:566:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:566:	Parameter 'ddBean' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:568:	Local variable 'ddRecord' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:569:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:570:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:571:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:572:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:573:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:574:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:575:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:576:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:577:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:578:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:579:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:580:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:581:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:582:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:583:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:584:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:585:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:586:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:587:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:588:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:589:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:590:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:591:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:592:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:593:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:594:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:596:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:598:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:599:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:600:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:604:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:605:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:606:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:607:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:608:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:609:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:616:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:617:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:618:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:619:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:626:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:626:	Parameter 'sdBean' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:628:	Local variable 'sdRecord' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:629:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:630:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:631:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:632:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:633:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:634:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:635:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:637:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:638:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:639:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:640:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:641:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:642:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:643:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:644:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:645:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:646:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:647:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:648:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:649:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:650:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:651:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:652:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:653:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:654:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:655:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:656:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:658:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:659:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:661:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:665:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:666:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:667:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:668:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:669:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:676:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:678:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:679:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:683:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:684:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:688:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:689:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:691:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:692:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:694:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:695:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:696:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:698:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:699:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:700:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:701:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:702:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:703:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:705:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:707:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:713:	Avoid unused private methods such as 'getSection16DetailBean(String)'.
com/tin/tds/lower/util/RAWFileGenerator.java:713:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:713:	Parameter 'secBean' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:715:	Local variable 'sec16Record' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:716:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:717:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:719:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:721:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:722:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:723:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:729:	Avoid unused private methods such as 'getSectionVIADetailBean(String)'.
com/tin/tds/lower/util/RAWFileGenerator.java:729:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/tds/lower/util/RAWFileGenerator.java:729:	Parameter 'secBean' is not assigned and could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:731:	Local variable 'secVIARecord' could be declared final
com/tin/tds/lower/util/RAWFileGenerator.java:732:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:734:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:735:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:736:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:737:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/tds/lower/util/RAWFileGenerator.java:739:	Potential violation of Law of Demeter (method chain calls)
