com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:13:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:26:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:30:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:36:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:36:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:41:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:41:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:51:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:60:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:66:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 66
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:68:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:79:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:82:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:82:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:83:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:83:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:85:	Found 'DU'-anomaly for variable 'tds' (lines '85'-'170').
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:85:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:89:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:105:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:107:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:113:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:117:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:128:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:129:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:140:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:141:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:163:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:164:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:172:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:172:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:176:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:177:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAggrAmntDedctn.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'159').
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:165:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedChVIA.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'159').
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:165:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCF.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:81:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 81
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:83:	Found 'DU'-anomaly for variable 'tds' (lines '83'-'160').
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:83:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:153:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:162:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:162:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:166:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntDedSec80CCG.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'159').
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:165:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntGrsChVIA2.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'159').
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:165:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmntQuaChVIA2.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:63:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'172').
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:163:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:174:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:174:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:178:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:179:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmountOfAnyOtherExemption.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:65:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:77:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:77:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:77:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:77:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'156').
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:80:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:82:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:95:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:97:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:98:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:102:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:106:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:107:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:113:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:158:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:158:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:160:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtContrAccoOfPI.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:77:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:77:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:77:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:77:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'147').
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:80:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:82:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:90:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:93:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:95:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:96:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:100:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:104:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:107:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:112:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:113:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:149:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:151:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAmtTaxDeductedOnRepay.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:7:	Avoid unused imports such as 'java.text.DecimalFormat'
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:20:	The class 'GRPUTableCellEditorAvgRateOfTaxDedThreeYrs' has a Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:20:	The class 'GRPUTableCellEditorAvgRateOfTaxDedThreeYrs' has a Modified Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:20:	The class 'GRPUTableCellEditorAvgRateOfTaxDedThreeYrs' has a Standard Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:27:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:27:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:56:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:56:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:56:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:74:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:74:	The method 'getCellEditorValue' has a Cyclomatic Complexity of 17.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:74:	The method 'getCellEditorValue' has a Modified Cyclomatic Complexity of 17.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:74:	The method 'getCellEditorValue' has a Standard Cyclomatic Complexity of 17.
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:76:	Found 'DU'-anomaly for variable 'rate' (lines '76'-'216').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:78:	Found 'DD'-anomaly for variable 'dotCounter' (lines '78'-'126').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:78:	Found 'DU'-anomaly for variable 'dotCounter' (lines '78'-'216').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:80:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:83:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:88:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:90:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:93:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:102:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:109:	Found 'DU'-anomaly for variable 'length' (lines '109'-'216').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:109:	Local variable 'length' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:110:	Found 'DD'-anomaly for variable 'str' (lines '110'-'127').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:110:	Found 'DU'-anomaly for variable 'str' (lines '110'-'216').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:112:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:122:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:124:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:124:	These nested if statements could be combined
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:126:	Found 'DD'-anomaly for variable 'dotCounter' (lines '126'-'126').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:127:	Found 'DD'-anomaly for variable 'str' (lines '127'-'127').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:127:	Found 'DU'-anomaly for variable 'str' (lines '127'-'216').
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:127:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:134:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:143:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:143:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:145:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:145:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:149:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:149:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:153:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:153:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:155:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:157:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:158:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:162:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:164:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:173:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:190:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:191:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:200:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:202:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:212:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:218:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:218:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:220:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:221:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorAvgRateOfTaxDedThreeYrs.java:221:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:63:	The String literal "0.00" appears 11 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'174').
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:153:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:164:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:176:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:176:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:180:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:181:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCashEquivalentOfLeaveSalary.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:26:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:30:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:36:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:36:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:41:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:41:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:51:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:60:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:66:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 66
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:68:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'159').
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:81:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:85:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:151:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:165:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCessannex2.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:63:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'185').
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:87:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:107:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:117:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:117:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:121:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:133:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:148:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:163:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:173:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:174:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:175:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:176:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:178:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:180:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:187:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:187:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:191:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorCommutedValueOfPension.java:192:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:8:	Avoid unused imports such as 'java.awt.Image'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:16:	Avoid unused imports such as 'java.io.IOException'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:20:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:22:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:24:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:34:	The class 'GRPUTableCellEditorDateEmployment' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:34:	The class 'GRPUTableCellEditorDateEmployment' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:34:	The class 'GRPUTableCellEditorDateEmployment' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:34:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:38:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:39:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:40:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:40:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:40:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:41:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:41:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:41:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:42:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:42:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:42:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:43:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:43:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:43:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:44:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:46:	Avoid using redundant field initializer for 'flag4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:46:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:47:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:48:	Avoid using redundant field initializer for 'cnt'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:48:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:49:	Avoid using redundant field initializer for 'cnt4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:49:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:50:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:51:	Avoid using redundant field initializer for 'cnt9'
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:51:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:53:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:53:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:59:	Local variable 'panel' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:81:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:96:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:96:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:118:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:120:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:122:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:123:	System.err.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:124:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:130:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:139:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:141:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:146:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:146:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:147:	Local variable 'text' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:167:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:170:	Avoid variables with short names like ae
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:170:	Parameter 'ae' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:177:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:180:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:180:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:191:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:193:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:196:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:196:	These nested if statements could be combined
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:198:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:198:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:227:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:227:	Avoid unused local variables such as 'date'.
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:227:	Found 'DU'-anomaly for variable 'date' (lines '227'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:227:	Local variable 'date' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:229:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:231:	Local variable 'sep1' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:232:	Local variable 'sep2' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:233:	Found 'DU'-anomaly for variable 'day' (lines '233'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:233:	Local variable 'day' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:234:	Found 'DU'-anomaly for variable 'month' (lines '234'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:234:	Local variable 'month' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:235:	Found 'DU'-anomaly for variable 'year' (lines '235'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:235:	Local variable 'year' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:237:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:239:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:240:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:241:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:245:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:247:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:249:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:256:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:262:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:263:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:270:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:271:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:277:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:277:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:281:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateEmployment.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:8:	Avoid unused imports such as 'java.awt.Image'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:16:	Avoid unused imports such as 'java.io.IOException'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:20:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:22:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:24:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateFromWhichEmpContrSA' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateFromWhichEmpContrSA' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateFromWhichEmpContrSA' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:34:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:38:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:39:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:40:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:40:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:40:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:41:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:41:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:41:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:42:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:42:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:42:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:43:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:43:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:43:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:44:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:46:	Avoid using redundant field initializer for 'flag4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:46:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:47:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:48:	Avoid using redundant field initializer for 'cnt'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:48:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:49:	Avoid using redundant field initializer for 'cnt4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:49:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:50:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:51:	Avoid using redundant field initializer for 'cnt9'
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:51:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:53:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:53:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:59:	Local variable 'panel' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:81:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:96:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:96:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:118:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:120:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:122:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:123:	System.err.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:124:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:130:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:139:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:141:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:146:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:146:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:147:	Local variable 'text' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:167:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:170:	Avoid variables with short names like ae
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:170:	Parameter 'ae' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:177:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:180:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:180:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:191:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:193:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:196:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:196:	These nested if statements could be combined
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:198:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:198:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:227:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:227:	Avoid unused local variables such as 'date'.
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:227:	Found 'DU'-anomaly for variable 'date' (lines '227'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:227:	Local variable 'date' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:229:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:231:	Local variable 'sep1' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:232:	Local variable 'sep2' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:233:	Found 'DU'-anomaly for variable 'day' (lines '233'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:233:	Local variable 'day' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:234:	Found 'DU'-anomaly for variable 'month' (lines '234'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:234:	Local variable 'month' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:235:	Found 'DU'-anomaly for variable 'year' (lines '235'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:235:	Local variable 'year' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:237:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:239:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:240:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:241:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:245:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:247:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:249:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:256:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:262:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:263:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:270:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:271:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:277:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:277:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:281:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateFromWhichEmpContrSA.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:8:	Avoid unused imports such as 'java.awt.Image'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:16:	Avoid unused imports such as 'java.io.IOException'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:20:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:22:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:24:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateToWhichEmpContrSA' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateToWhichEmpContrSA' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:34:	The class 'GRPUTableCellEditorDateToWhichEmpContrSA' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:34:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:38:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:39:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:40:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:40:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:40:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:41:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:41:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:41:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:42:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:42:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:42:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:43:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:43:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:43:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:44:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:46:	Avoid using redundant field initializer for 'flag4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:46:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:47:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:48:	Avoid using redundant field initializer for 'cnt'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:48:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:49:	Avoid using redundant field initializer for 'cnt4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:49:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:50:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:51:	Avoid using redundant field initializer for 'cnt9'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:51:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:53:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:53:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:59:	Local variable 'panel' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:81:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:96:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:96:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:118:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:120:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:122:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:123:	System.err.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:124:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:130:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:139:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:141:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:146:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:146:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:147:	Local variable 'text' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:167:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:170:	Avoid variables with short names like ae
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:170:	Parameter 'ae' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:177:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:180:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:180:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:191:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:193:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:196:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:196:	These nested if statements could be combined
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:198:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:198:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:227:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:227:	Avoid unused local variables such as 'date'.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:227:	Found 'DU'-anomaly for variable 'date' (lines '227'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:227:	Local variable 'date' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:229:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:231:	Local variable 'sep1' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:232:	Local variable 'sep2' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:233:	Found 'DU'-anomaly for variable 'day' (lines '233'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:233:	Local variable 'day' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:234:	Found 'DU'-anomaly for variable 'month' (lines '234'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:234:	Local variable 'month' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:235:	Found 'DU'-anomaly for variable 'year' (lines '235'-'275').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:235:	Local variable 'year' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:237:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:239:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:240:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:241:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:245:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:247:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:249:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:256:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:262:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:263:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:270:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:271:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:277:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:277:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:281:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmpContrSA.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:4:	Avoid unused imports such as 'java.awt.Image'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:12:	Avoid unused imports such as 'java.io.IOException'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:16:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:18:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:20:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:30:	The class 'GRPUTableCellEditorDateToWhichEmployed' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:30:	The class 'GRPUTableCellEditorDateToWhichEmployed' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:30:	The class 'GRPUTableCellEditorDateToWhichEmployed' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:30:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:34:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:35:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:36:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:37:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:38:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:39:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:40:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:42:	Avoid using redundant field initializer for 'flag4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:42:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:43:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:44:	Avoid using redundant field initializer for 'cnt'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:44:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:45:	Avoid using redundant field initializer for 'cnt4'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:45:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:46:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:47:	Avoid using redundant field initializer for 'cnt9'
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:47:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:49:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:49:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:53:	Local variable 'panel' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:74:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:89:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:100:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:109:	Found 'DD'-anomaly for variable 'url' (lines '109'-'111').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:109:	Found 'DD'-anomaly for variable 'url' (lines '109'-'111').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:109:	Found 'DD'-anomaly for variable 'url' (lines '109'-'111').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:113:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:115:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:117:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:118:	System.err.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:119:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:125:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:134:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:136:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:141:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:141:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:141:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:142:	Local variable 'text' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:143:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:143:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:162:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:165:	Avoid variables with short names like ae
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:165:	Parameter 'ae' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:165:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:172:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:175:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:175:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:186:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:188:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:191:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:191:	These nested if statements could be combined
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:193:	Avoid variables with short names like d
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:193:	Local variable 'd' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:219:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:222:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:224:	Local variable 'sep1' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:225:	Local variable 'sep2' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:226:	Found 'DU'-anomaly for variable 'day' (lines '226'-'268').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:226:	Local variable 'day' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:227:	Found 'DU'-anomaly for variable 'month' (lines '227'-'268').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:227:	Local variable 'month' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:228:	Found 'DU'-anomaly for variable 'year' (lines '228'-'268').
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:228:	Local variable 'year' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:230:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:232:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:233:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:234:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:238:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:240:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:241:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:242:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:249:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:250:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:251:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:255:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:256:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:263:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:264:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:270:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:270:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:274:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:275:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDateToWhichEmployed.java:275:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:63:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'172').
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:163:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:174:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:174:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:178:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:179:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeathCumRetirementGratuity.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:24:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:28:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:29:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:29:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:30:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:30:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:32:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:38:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:62:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:68:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:68:	The String literal "0.00" appears 12 times in this file; the first occurrence is on line 68
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:70:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:81:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:83:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:83:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:83:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:83:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:85:	Found 'DU'-anomaly for variable 'tds' (lines '85'-'192').
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:85:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:89:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:92:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:101:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:106:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:109:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:117:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:117:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:121:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:134:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:170:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:179:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:180:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:182:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:185:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:187:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:194:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:194:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:198:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:199:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16IA.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:64:	The String literal "0.00" appears 12 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:77:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'188').
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:81:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:105:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:107:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:113:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:117:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:129:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:176:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:182:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:190:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:190:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:194:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:195:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16II.java:195:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:65:	The String literal "0.00" appears 12 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:78:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'189').
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:89:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:106:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:108:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:114:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:118:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:129:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:176:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:182:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:191:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:191:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:195:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:196:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorDeductionUndrSec16III.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:16:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:20:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:20:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:21:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:21:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:23:	To avoid mistakes add a comment at the beginning of the formName field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:24:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:24:	Parameter 'formName' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:24:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:45:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:60:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:62:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:68:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:70:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:70:	Found 'DU'-anomaly for variable 'value' (lines '70'-'122').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:70:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:71:	Found 'DD'-anomaly for variable 'clause' (lines '71'-'76').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:71:	Found 'DD'-anomaly for variable 'clause' (lines '71'-'80').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:71:	Found 'DD'-anomaly for variable 'clause' (lines '71'-'85').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:73:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:76:	Found 'DU'-anomaly for variable 'clause' (lines '76'-'122').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:78:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:78:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:80:	Found 'DU'-anomaly for variable 'clause' (lines '80'-'122').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:85:	Found 'DU'-anomaly for variable 'clause' (lines '85'-'122').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:100:	Local variable 'posCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:104:	Local variable 'strRmCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:111:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:120:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:124:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:124:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:128:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:18:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:25:	To avoid mistakes add a comment at the beginning of the formName field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:26:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:26:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:57:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:62:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:70:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:72:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:72:	Found 'DU'-anomaly for variable 'value' (lines '72'-'111').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:72:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:73:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:73:	Avoid unused local variables such as 'clause'.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:73:	Found 'DU'-anomaly for variable 'clause' (lines '73'-'111').
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:73:	Local variable 'clause' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:77:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:89:	Local variable 'posCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:93:	Local variable 'strRmCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:100:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:109:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:113:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:117:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployName_anne2.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:17:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:21:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:21:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:21:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:22:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:23:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:25:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:25:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:31:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:60:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:62:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:68:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:70:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:72:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:76:	Local variable 'message' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:77:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:79:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:85:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:99:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:99:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:103:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorEmployPan.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:63:	The String literal "0.00" appears 21 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'208').
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:173:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:176:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:178:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:181:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:191:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:192:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:193:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:199:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:200:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:210:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:210:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:214:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:215:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossSalaryAsPerSec17_1.java:215:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:19:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:27:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:27:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:57:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:61:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:61:	The String literal "0.00" appears 16 times in this file; the first occurrence is on line 61
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:74:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:77:	Found 'DU'-anomaly for variable 'tds' (lines '77'-'192').
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:77:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:78:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:78:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:78:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:78:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:85:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:121:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:122:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:123:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:141:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:169:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:178:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:185:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:186:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:187:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:194:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:194:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:198:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:199:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncm.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:24:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:31:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:31:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:31:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:32:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:32:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:35:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:41:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:41:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:46:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:46:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:56:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:67:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:67:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:68:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:68:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:68:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:68:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:68:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 68
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:70:	Found 'DU'-anomaly for variable 'tds' (lines '70'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:70:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:72:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:74:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:87:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:88:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:92:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:96:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:121:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:156:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:170:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:170:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:171:	Parameter 'arg2' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:171:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:171:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:177:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:179:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:188:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:188:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:190:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:191:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorGrossTotalIncmRepaidPIfromSA.java:191:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:63:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:156:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorHRA.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:18:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:26:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:26:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:60:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:62:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:71:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:76:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:87:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:102:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:110:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:146:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:150:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:151:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmChargblUndSal.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:65:	The String literal "0.00" appears 12 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'177').
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:81:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:82:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:82:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:82:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:82:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:85:	Found 'DU'-anomaly for variable 'rowTable_annex2' (lines '85'-'177').
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:85:	Local variable 'rowTable_annex2' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:85:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rowTable_annex2' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:90:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:105:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:108:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:116:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:120:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:143:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:158:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:167:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:169:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:173:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:179:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:179:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:183:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:184:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncmOthrThnSalry.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:26:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:30:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:36:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:36:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:41:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:41:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:51:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:60:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:66:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 66
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:68:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:79:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:82:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:82:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:82:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:82:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:84:	Found 'DU'-anomaly for variable 'tds' (lines '84'-'161').
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:84:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:101:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:104:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:106:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:112:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:116:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:119:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:154:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:163:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:163:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:167:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeTaxRelief.java:168:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:63:	The String literal "0.00" appears 11 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'181').
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:91:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:112:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:117:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:118:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:119:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:132:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:134:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:170:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:172:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:173:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:174:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:175:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:176:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:183:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:183:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:187:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:188:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorIncomeUnderTheHead.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:18:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:26:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:26:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:61:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:69:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'105').
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:71:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:72:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:73:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:89:	Local variable 'message' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:95:	Local variable 'posCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:99:	Local variable 'strRmCaret' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:107:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:107:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:111:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:112:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorName.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNameofLandLord.java:3:	Each class should declare at least one constructor
com/tin/etabf/annexure2/GRPUTableCellEditorNameofLandLord.java:3:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNameofLender.java:3:	Each class should declare at least one constructor
com/tin/etabf/annexure2/GRPUTableCellEditorNameofLender.java:3:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:9:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:17:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:21:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:21:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:21:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:22:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:23:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:25:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:25:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:31:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:59:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:61:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:72:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:75:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:81:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:107:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:116:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:145:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:145:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:149:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorNetTaxPayble.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:24:	The class 'GRPUTableCellEditorPANLandlord' has a Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:24:	The class 'GRPUTableCellEditorPANLandlord' has a Modified Cyclomatic Complexity of 6 (Highest = 12).
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:24:	The class 'GRPUTableCellEditorPANLandlord' has a Standard Cyclomatic Complexity of 6 (Highest = 12).
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:24:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:32:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:33:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:34:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:35:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:35:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:36:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:36:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:38:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:39:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:40:	Avoid using redundant field initializer for 'selecting'
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:40:	To avoid mistakes add a comment at the beginning of the selecting field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:40:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:40:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:44:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:44:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:44:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 12.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 12.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:52:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:54:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:56:	Found 'DD'-anomaly for variable 'model1' (lines '56'-'58').
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:56:	Found 'DD'-anomaly for variable 'model1' (lines '56'-'58').
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:56:	Found 'DD'-anomaly for variable 'model1' (lines '56'-'58').
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:56:	Found 'DD'-anomaly for variable 'model1' (lines '56'-'58').
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:58:	The String literal "Payment made to Government organization (Central/State only)" appears 4 times in this file; the first occurrence is on line 58
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:58:	The String literal "Payment made to Non-resident" appears 4 times in this file; the first occurrence is on line 58
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:58:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:58:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:59:	The String literal "Payment made to Other than Government organization and Non-resident" appears 4 times in this file; the first occurrence is on line 59
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:73:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:74:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:80:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:80:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:80:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:82:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:82:	Local variable 'selectedItem' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:83:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:85:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:86:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:87:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:88:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:90:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:91:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:94:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:96:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:97:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:99:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:106:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:108:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	Parameter 'index' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	Parameter 'list' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:120:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:126:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:128:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:130:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:132:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:152:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:154:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:154:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:154:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:157:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:170:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:171:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:171:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:172:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:173:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:175:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:176:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:179:	Local variable 'message' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:182:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:183:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:185:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:186:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:186:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:191:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:196:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:196:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:200:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:201:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANLandlord.java:201:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:24:	The class 'GRPUTableCellEditorPANoflender' has a Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:24:	The class 'GRPUTableCellEditorPANoflender' has a Modified Cyclomatic Complexity of 6 (Highest = 12).
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:24:	The class 'GRPUTableCellEditorPANoflender' has a Standard Cyclomatic Complexity of 6 (Highest = 12).
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:24:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:32:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:33:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:34:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:35:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:35:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:36:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:36:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:38:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:40:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:40:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 14.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 12.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 12.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:49:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:51:	Found 'DD'-anomaly for variable 'model1' (lines '51'-'53').
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:51:	Found 'DD'-anomaly for variable 'model1' (lines '51'-'53').
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:51:	Found 'DD'-anomaly for variable 'model1' (lines '51'-'53').
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:51:	Found 'DD'-anomaly for variable 'model1' (lines '51'-'53').
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:53:	The String literal "Payment made to Government organization (Central/State only)" appears 4 times in this file; the first occurrence is on line 53
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:53:	The String literal "Payment made to Non-resident" appears 4 times in this file; the first occurrence is on line 53
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:53:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:53:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:54:	The String literal "Payment made to Other than Government organization and Non-resident" appears 4 times in this file; the first occurrence is on line 54
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:67:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:67:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:68:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:75:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:75:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:77:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:77:	Local variable 'selectedItem' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:78:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:80:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:81:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:82:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:83:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:85:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:86:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	Parameter 'index' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	Parameter 'list' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:93:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:99:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:101:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:103:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:105:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:124:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:126:	Local variable 'value' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:126:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:126:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:128:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:130:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:141:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:142:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:144:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:144:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:146:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:152:	Local variable 'message' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:156:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:159:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:159:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorPANoflender.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:63:	The String literal "0.00" appears 21 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'197').
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:172:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:183:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:186:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:189:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:190:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:191:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:192:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:199:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:199:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:203:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:204:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorProfitsInLieuOfSalaryAsPerSec17_3.java:204:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'158').
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:150:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:160:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:160:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:164:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:165:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorRebateUnderSection87A.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:23:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:29:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:29:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:31:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:31:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:37:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:52:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:61:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:67:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 67
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:69:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:80:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:83:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:83:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:83:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:83:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:85:	Found 'DU'-anomaly for variable 'tds' (lines '85'-'164').
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:85:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:89:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:105:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:107:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:113:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:117:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:121:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:156:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:166:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:166:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:170:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:171:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportdTdsPrevEmplyrannx2.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:64:	The String literal "0.00" appears 14 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'176').
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:156:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:165:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:172:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:178:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:178:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:182:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:183:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorReportedTaxableAmount.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:78:	Found 'DU'-anomaly for variable 'tds' (lines '78'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:78:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:122:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:157:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Ded.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:78:	Found 'DU'-anomaly for variable 'tds' (lines '78'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:78:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:122:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:157:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCC_Grs.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:78:	Found 'DU'-anomaly for variable 'tds' (lines '78'-'166').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:78:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:85:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:97:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:100:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:102:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:108:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:112:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:115:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:121:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:156:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:167:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:167:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:171:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:172:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Ded.java:172:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:78:	Found 'DU'-anomaly for variable 'tds' (lines '78'-'166').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:78:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:85:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:97:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:100:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:102:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:108:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:112:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:115:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:121:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:156:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:167:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:167:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:171:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:172:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1B_Grs.java:172:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Ded.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_1_Grs.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'169').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:127:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Ded.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'169').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:127:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80CCD_2_Grs.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Ded.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80C_Grs.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Ded.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80D_Grs.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:122:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:157:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Ded.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'167').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:122:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:136:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:157:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80E_Grs.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Ded.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Grs.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:63:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'168').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:158:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:160:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:173:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80G_Qua.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:64:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'169').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:127:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Ded.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:64:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'169').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:127:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Grs.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:64:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'169').
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:80:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:81:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:81:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:81:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:81:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:127:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:139:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:159:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:161:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:162:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:174:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSection80TTA_Qua.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'160').
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:162:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:162:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:166:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorSurchargeannex2.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:64:	The String literal "0.00" appears 24 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:77:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:79:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:79:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:79:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:79:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'206').
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:81:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:88:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:99:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:104:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:107:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:115:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:119:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:132:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:138:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:172:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:175:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:178:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:179:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:180:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:182:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:191:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:192:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:194:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:197:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:199:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:200:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:208:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:208:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:212:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:213:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTaxableAmount.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:65:	The String literal "0.00" appears 9 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'164').
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:101:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:103:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:109:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:113:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:154:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:166:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:166:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:170:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:171:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTdsDedCurrnetEmpAnx2.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:65:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'155').
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:148:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:157:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:157:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:161:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmntDedWholeYrannx2.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:63:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'161').
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:123:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:125:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:134:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:153:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:155:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:163:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:163:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:167:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountOfExemption.java:168:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:64:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:64:	The String literal "0.00" appears 16 times in this file; the first occurrence is on line 64
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:66:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:77:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'203').
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:89:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:106:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:108:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:114:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:118:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:174:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:178:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:187:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:188:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:190:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:193:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:196:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:205:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:205:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:207:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:208:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalAmountSalary.java:208:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:9:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:16:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:20:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:20:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:21:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:21:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:24:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:24:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:45:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:54:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:58:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:60:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:71:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:73:	Local variable 'TotalamntSal' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:73:	Variables should start with a lowercase character, 'TotalamntSal' starts with uppercase character.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:75:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:75:	Avoid using if statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:84:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:95:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:110:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:118:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:133:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:144:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:146:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:154:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:154:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:158:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:159:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalDedtnUndrSec16.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:18:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:22:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:26:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:26:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:60:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:62:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:76:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:82:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:85:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:100:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:108:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:109:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:117:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:137:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:146:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:150:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:151:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalSumAmntDedChVIA.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:29:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:29:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:65:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 65
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:67:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'160').
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:82:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:86:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:99:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:102:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:104:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:110:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:114:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:152:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:162:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:162:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:166:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxI.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:19:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:23:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:27:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:27:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:57:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:79:	Comment is too large: Too many lines
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:85:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:88:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:103:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:111:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:112:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:113:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:121:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:122:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:129:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:140:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:142:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:143:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:152:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:152:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:156:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTotalTaxIncome.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:63:	The String literal "0.00" appears 10 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'176').
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:124:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:126:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:141:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:155:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:164:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:166:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:178:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:178:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:182:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:183:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorTravelConcession.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:6:	Avoid unused imports such as 'java.util.ArrayList'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:26:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:27:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:27:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:28:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:28:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:28:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:28:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:29:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:29:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:30:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:30:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:31:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:31:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:31:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:32:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:32:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:32:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:32:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:33:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:33:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:35:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:35:	Parameter 'count' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:35:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:48:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:50:	Found 'DD'-anomaly for variable 'model1' (lines '50'-'54').
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:50:	Found 'DD'-anomaly for variable 'model1' (lines '50'-'60').
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:54:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:54:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:60:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:60:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:79:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:79:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:83:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorUpdModeannex2.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:20:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:24:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:25:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:26:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:28:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:63:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:63:	The String literal "0.00" appears 21 times in this file; the first occurrence is on line 63
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:65:	Avoid using if...else statements without curly braces
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:76:	Avoid really long methods.
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:79:	Found 'DU'-anomaly for variable 'tds' (lines '79'-'204').
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:79:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:80:	Avoid variables with short names like df
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:80:	Avoid variables with short names like sf
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:80:	Local variable 'df' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:80:	Local variable 'sf' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:87:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:103:	Position literals first in String comparisons
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:105:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:111:	Local variable 'tdamount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:115:	Avoid using Literals in Conditional Statements
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:133:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:135:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:174:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:175:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:176:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:179:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:188:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:189:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:190:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:192:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:196:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:197:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:206:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:206:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:210:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:211:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorValueOfPerquisiteAsPerSec17_2.java:211:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:7:	Avoid unused imports such as 'java.beans.PropertyChangeListener'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:13:	Avoid unused imports such as 'javax.swing.Action'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:17:	Avoid unused imports such as 'javax.swing.JTextField'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:30:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:31:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:31:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:32:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:32:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:32:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:32:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:33:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:34:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:35:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:35:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:36:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:36:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:39:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:39:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:50:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:52:	Found 'DD'-anomaly for variable 'model1' (lines '52'-'54').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:52:	Found 'DD'-anomaly for variable 'model1' (lines '52'-'54').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:54:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:54:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:64:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:64:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:65:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Avoid unused local variables such as 'tds'.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Found 'DU'-anomaly for variable 'tds' (lines '75'-'81').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:75:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:83:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:83:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:87:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:88:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrCntrPaidByTrustees.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:21:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:29:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:30:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:30:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:31:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:31:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:31:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:32:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:32:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:34:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:34:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:35:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:35:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:36:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:37:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:38:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:38:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:40:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:40:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:40:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:53:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:54:	System.out.println is used
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:57:	The String literal "--Select--" appears 10 times in this file; the first occurrence is on line 57
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:57:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:57:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:68:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:68:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:69:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:78:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:78:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:80:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:80:	Local variable 'selectedItem' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:81:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:89:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Avoid unused local variables such as 'tds'.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Found 'DU'-anomaly for variable 'tds' (lines '115'-'119').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:115:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:116:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:121:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:121:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:125:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrHouseRentAllowanceClaim.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:17:	Avoid unused imports such as 'javax.swing.JTextField'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:22:	headerCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:30:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:31:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:31:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:32:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:32:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:32:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:32:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:33:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:33:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:34:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:34:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:35:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:35:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:35:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:35:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:36:	Avoid using redundant field initializer for 'count'
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:36:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:36:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:37:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:37:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:37:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:38:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:38:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:39:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:39:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:39:	fieldCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:41:	It is a good practice to call super() in a constructor
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:41:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:41:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	Parameter 'table' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	Parameter 'value' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:53:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:55:	Found 'DD'-anomaly for variable 'model1' (lines '55'-'57').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:57:	The String literal "--Select--" appears 10 times in this file; the first occurrence is on line 57
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:57:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:57:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:69:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:69:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:70:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:79:	Avoid variables with short names like e
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:79:	Parameter 'e' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:81:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:81:	Local variable 'selectedItem' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:82:	Comment is too large: Line too long
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:89:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Avoid unused local variables such as 'tds'.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Found 'DU'-anomaly for variable 'tds' (lines '116'-'120').
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Local variable 'tds' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	This statement may have some unnecessary parentheses
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:116:	Useless parentheses.
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:122:	Parameter 'evt' is not assigned and could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:126:	Local variable 'clickCount' could be declared final
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/annexure2/GRPUTableCellEditorWhthrIntrstPaidToLender.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUpload.java:3:	Avoid unused imports such as 'java.io.File'
com/tin/etabf/excelupload/ExcelUpload.java:4:	Avoid unused imports such as 'java.io.FileInputStream'
com/tin/etabf/excelupload/ExcelUpload.java:5:	Avoid unused imports such as 'java.io.FileNotFoundException'
com/tin/etabf/excelupload/ExcelUpload.java:6:	Avoid unused imports such as 'java.io.IOException'
com/tin/etabf/excelupload/ExcelUpload.java:7:	Avoid unused imports such as 'java.util.Iterator'
com/tin/etabf/excelupload/ExcelUpload.java:9:	Avoid unused imports such as 'javax.swing.JOptionPane'
com/tin/etabf/excelupload/ExcelUpload.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etabf/excelupload/ExcelUpload.java:18:	Each class should declare at least one constructor
com/tin/etabf/excelupload/ExcelUpload.java:18:	headerCommentRequirement Required
com/tin/etabf/excelupload/ExcelUpload.java:20:	Comment is too large: Too many lines
com/tin/etabf/excelupload/ExcelUpload.java:30:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:91:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:145:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:151:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:156:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:174:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:198:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:212:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:220:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:225:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:229:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:244:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:265:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:270:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:275:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:280:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:285:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:290:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUpload.java:295:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUtil.java:1:	Comment is too large: Too many lines
com/tin/etabf/excelupload/ExcelUtil.java:4:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUtil.java:6:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUtil.java:8:	Comment is too large: Line too long
com/tin/etabf/excelupload/ExcelUtil.java:11:	Possible God class (WMC=180, ATFD=24, TCC=0.0)
com/tin/etabf/excelupload/ExcelUtil.java:15:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/excelupload/ExcelUtil.java:20:	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/etabf/excelupload/ExcelUtil.java:20:	The class 'ExcelUtil' has a Cyclomatic Complexity of 11 (Highest = 28).
com/tin/etabf/excelupload/ExcelUtil.java:20:	The class 'ExcelUtil' has a Modified Cyclomatic Complexity of 7 (Highest = 15).
com/tin/etabf/excelupload/ExcelUtil.java:20:	The class 'ExcelUtil' has a Standard Cyclomatic Complexity of 7 (Highest = 15).
com/tin/etabf/excelupload/ExcelUtil.java:21:	Parameter 'str' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:21:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:23:	Local variable 'strLen' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:24:	Avoid variables with short names like TD
com/tin/etabf/excelupload/ExcelUtil.java:24:	Found 'DD'-anomaly for variable 'TD' (lines '24'-'31').
com/tin/etabf/excelupload/ExcelUtil.java:24:	Found 'DD'-anomaly for variable 'TD' (lines '24'-'38').
com/tin/etabf/excelupload/ExcelUtil.java:24:	Variables should start with a lowercase character, 'TD' starts with uppercase character.
com/tin/etabf/excelupload/ExcelUtil.java:25:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:27:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '27'-'30').
com/tin/etabf/excelupload/ExcelUtil.java:27:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '27'-'40').
com/tin/etabf/excelupload/ExcelUtil.java:29:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etabf/excelupload/ExcelUtil.java:31:	Found 'DD'-anomaly for variable 'TD' (lines '31'-'31').
com/tin/etabf/excelupload/ExcelUtil.java:31:	Found 'DD'-anomaly for variable 'TD' (lines '31'-'38').
com/tin/etabf/excelupload/ExcelUtil.java:42:	Parameter 'str' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:42:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:44:	Local variable 'strLen' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:45:	Avoid variables with short names like TD
com/tin/etabf/excelupload/ExcelUtil.java:45:	Found 'DD'-anomaly for variable 'TD' (lines '45'-'52').
com/tin/etabf/excelupload/ExcelUtil.java:45:	Found 'DD'-anomaly for variable 'TD' (lines '45'-'58').
com/tin/etabf/excelupload/ExcelUtil.java:45:	Variables should start with a lowercase character, 'TD' starts with uppercase character.
com/tin/etabf/excelupload/ExcelUtil.java:46:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:48:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '48'-'51').
com/tin/etabf/excelupload/ExcelUtil.java:48:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '48'-'60').
com/tin/etabf/excelupload/ExcelUtil.java:50:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etabf/excelupload/ExcelUtil.java:52:	Found 'DD'-anomaly for variable 'TD' (lines '52'-'52').
com/tin/etabf/excelupload/ExcelUtil.java:52:	Found 'DD'-anomaly for variable 'TD' (lines '52'-'58').
com/tin/etabf/excelupload/ExcelUtil.java:62:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:62:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:62:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:62:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:62:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:62:	The method 'setValuesAnnex1FrmChalln' has a Cyclomatic Complexity of 16.
com/tin/etabf/excelupload/ExcelUtil.java:62:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:63:	Avoid variables with short names like td
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'eduCess' (lines '63'-'113').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'eduCess' (lines '63'-'84').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'sur' (lines '63'-'106').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'sur' (lines '63'-'78').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'td' (lines '63'-'100').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DD'-anomaly for variable 'td' (lines '63'-'72').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DU'-anomaly for variable 'eduCess' (lines '63'-'123').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DU'-anomaly for variable 'sur' (lines '63'-'123').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Found 'DU'-anomaly for variable 'td' (lines '63'-'123').
com/tin/etabf/excelupload/ExcelUtil.java:63:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:64:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '64'-'117').
com/tin/etabf/excelupload/ExcelUtil.java:64:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '64'-'89').
com/tin/etabf/excelupload/ExcelUtil.java:64:	Found 'DU'-anomaly for variable 'totalTdsAllocated' (lines '64'-'123').
com/tin/etabf/excelupload/ExcelUtil.java:65:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:65:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:65:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:65:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:65:	The String literal "0.00" appears 16 times in this file; the first occurrence is on line 65
com/tin/etabf/excelupload/ExcelUtil.java:68:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:68:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:68:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:70:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:77:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:95:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:104:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:106:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:112:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:124:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:124:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:124:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:124:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:124:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:124:	The method 'setValuesAnnex1Col21' has a Cyclomatic Complexity of 16.
com/tin/etabf/excelupload/ExcelUtil.java:124:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annIeduCess' (lines '125'-'149').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annIeduCess' (lines '125'-'178').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annIsur' (lines '125'-'142').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annIsur' (lines '125'-'171').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annItd' (lines '125'-'135').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Found 'DD'-anomaly for variable 'annItd' (lines '125'-'164').
com/tin/etabf/excelupload/ExcelUtil.java:125:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:126:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '126'-'154').
com/tin/etabf/excelupload/ExcelUtil.java:126:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '126'-'183').
com/tin/etabf/excelupload/ExcelUtil.java:127:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:127:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:128:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:128:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:130:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:130:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:130:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:148:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:158:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:176:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:178:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:178:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:185:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:189:	Avoid really long methods.
com/tin/etabf/excelupload/ExcelUtil.java:189:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:189:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:189:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:189:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:189:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:189:	The method 'setChallnCol11' has a Cyclomatic Complexity of 28.
com/tin/etabf/excelupload/ExcelUtil.java:189:	The method 'setChallnCol11' has a Modified Cyclomatic Complexity of 15.
com/tin/etabf/excelupload/ExcelUtil.java:189:	The method 'setChallnCol11' has a Standard Cyclomatic Complexity of 15.
com/tin/etabf/excelupload/ExcelUtil.java:189:	The method setChallnCol11() has an NPath complexity of 2188
com/tin/etabf/excelupload/ExcelUtil.java:189:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:190:	Avoid variables with short names like td
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'eduCess' (lines '190'-'213').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'eduCess' (lines '190'-'262').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'fee' (lines '190'-'227').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'fee' (lines '190'-'275').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'intrst' (lines '190'-'220').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'intrst' (lines '190'-'269').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'penalty' (lines '190'-'234').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'penalty' (lines '190'-'282').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'sur' (lines '190'-'206').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'sur' (lines '190'-'255').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'td' (lines '190'-'199').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Found 'DD'-anomaly for variable 'td' (lines '190'-'249').
com/tin/etabf/excelupload/ExcelUtil.java:190:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:191:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '191'-'239').
com/tin/etabf/excelupload/ExcelUtil.java:191:	Found 'DD'-anomaly for variable 'totalTdsAllocated' (lines '191'-'287').
com/tin/etabf/excelupload/ExcelUtil.java:192:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:192:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:192:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:192:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:194:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:194:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:194:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:197:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:198:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:199:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:204:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:205:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:205:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:206:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:206:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:206:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:211:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:212:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:212:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:213:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:218:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:219:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:219:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:220:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:225:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:226:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:226:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:227:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:232:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:233:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:233:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:234:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:234:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:234:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:240:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:243:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:247:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:249:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:249:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:249:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:253:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:254:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:254:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:255:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:255:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:255:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:260:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:261:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:261:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:262:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:267:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:268:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:268:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:269:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:273:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:274:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:275:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:275:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:275:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:280:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:281:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:282:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:288:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:293:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:293:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:293:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:293:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:293:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:293:	The method 'setAnne2Col21' has a Cyclomatic Complexity of 20.
com/tin/etabf/excelupload/ExcelUtil.java:293:	The method 'setAnne2Col21' has a Modified Cyclomatic Complexity of 11.
com/tin/etabf/excelupload/ExcelUtil.java:293:	The method 'setAnne2Col21' has a Standard Cyclomatic Complexity of 11.
com/tin/etabf/excelupload/ExcelUtil.java:293:	The method setAnne2Col21() has an NPath complexity of 244
com/tin/etabf/excelupload/ExcelUtil.java:293:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:294:	Avoid variables with short names like a
com/tin/etabf/excelupload/ExcelUtil.java:294:	Avoid variables with short names like b
com/tin/etabf/excelupload/ExcelUtil.java:294:	Avoid variables with short names like c
com/tin/etabf/excelupload/ExcelUtil.java:294:	Avoid variables with short names like d
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'a' (lines '294'-'301').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'a' (lines '294'-'336').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'b' (lines '294'-'308').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'b' (lines '294'-'343').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'c' (lines '294'-'315').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'c' (lines '294'-'350').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'd' (lines '294'-'322').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Found 'DD'-anomaly for variable 'd' (lines '294'-'357').
com/tin/etabf/excelupload/ExcelUtil.java:294:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:295:	Found 'DD'-anomaly for variable 'totalamtded' (lines '295'-'328').
com/tin/etabf/excelupload/ExcelUtil.java:295:	Found 'DD'-anomaly for variable 'totalamtded' (lines '295'-'363').
com/tin/etabf/excelupload/ExcelUtil.java:296:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:296:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:296:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:296:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:298:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:298:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:298:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:299:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:300:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:300:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:301:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:306:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:307:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:308:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:313:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:314:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:314:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:315:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:320:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:321:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:321:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:322:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:322:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:322:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:329:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:331:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:334:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:335:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:335:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:336:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:336:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:336:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:341:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:342:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:343:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:343:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:343:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:348:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:349:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:349:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:350:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:350:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:350:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:355:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:356:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:356:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:357:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:357:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:357:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:364:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:370:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:370:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:370:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:370:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:370:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:370:	The method 'setAnne2Col22' has a Cyclomatic Complexity of 12.
com/tin/etabf/excelupload/ExcelUtil.java:370:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'diff' (lines '371'-'388').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'diff' (lines '371'-'406').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'grsstotal' (lines '371'-'377').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'grsstotal' (lines '371'-'395').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'totaltaxpay' (lines '371'-'384').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Found 'DD'-anomaly for variable 'totaltaxpay' (lines '371'-'402').
com/tin/etabf/excelupload/ExcelUtil.java:371:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:372:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:372:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:372:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:372:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:374:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:374:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:374:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:375:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:376:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:376:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:377:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:377:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:377:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:382:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:383:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:383:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:384:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:390:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:393:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:394:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:394:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:395:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:400:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:401:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:401:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:402:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:408:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:412:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:412:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:412:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:412:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:412:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:412:	The method 'setAnne2Col27' has a Cyclomatic Complexity of 20.
com/tin/etabf/excelupload/ExcelUtil.java:412:	The method 'setAnne2Col27' has a Modified Cyclomatic Complexity of 11.
com/tin/etabf/excelupload/ExcelUtil.java:412:	The method 'setAnne2Col27' has a Standard Cyclomatic Complexity of 11.
com/tin/etabf/excelupload/ExcelUtil.java:412:	The method setAnne2Col27() has an NPath complexity of 244
com/tin/etabf/excelupload/ExcelUtil.java:412:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:413:	Avoid variables with short names like a
com/tin/etabf/excelupload/ExcelUtil.java:413:	Avoid variables with short names like b
com/tin/etabf/excelupload/ExcelUtil.java:413:	Avoid variables with short names like c
com/tin/etabf/excelupload/ExcelUtil.java:413:	Avoid variables with short names like d
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'a' (lines '413'-'419').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'a' (lines '413'-'448').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'b' (lines '413'-'426').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'b' (lines '413'-'455').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'c' (lines '413'-'431').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'c' (lines '413'-'461').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'd' (lines '413'-'437').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'd' (lines '413'-'467').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'nettaxpay' (lines '413'-'441').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Found 'DD'-anomaly for variable 'nettaxpay' (lines '413'-'471').
com/tin/etabf/excelupload/ExcelUtil.java:413:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:414:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:414:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:414:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:414:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:416:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:416:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:416:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:417:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:418:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:418:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:419:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:424:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:425:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:426:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:429:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:430:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:431:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:435:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:436:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:436:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:437:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:441:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:443:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:446:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:447:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:447:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:448:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:453:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:454:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:454:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:455:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:459:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:460:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:461:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:465:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:466:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:467:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:467:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:471:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:473:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:477:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:477:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:477:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:477:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:477:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:477:	The method 'setAnne2Col30' has a Cyclomatic Complexity of 12.
com/tin/etabf/excelupload/ExcelUtil.java:477:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:478:	Avoid variables with short names like a
com/tin/etabf/excelupload/ExcelUtil.java:478:	Avoid variables with short names like b
com/tin/etabf/excelupload/ExcelUtil.java:478:	Found 'DD'-anomaly for variable 'a' (lines '478'-'484').
com/tin/etabf/excelupload/ExcelUtil.java:478:	Found 'DD'-anomaly for variable 'a' (lines '478'-'501').
com/tin/etabf/excelupload/ExcelUtil.java:478:	Found 'DD'-anomaly for variable 'b' (lines '478'-'491').
com/tin/etabf/excelupload/ExcelUtil.java:478:	Found 'DD'-anomaly for variable 'b' (lines '478'-'508').
com/tin/etabf/excelupload/ExcelUtil.java:478:	Found 'DD'-anomaly for variable 'taxdedsrce' (lines '478'-'513').
com/tin/etabf/excelupload/ExcelUtil.java:478:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:479:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:479:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:479:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:479:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:481:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:481:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:481:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:482:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:483:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:484:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:484:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:484:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:489:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:490:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:490:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:491:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:496:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:499:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:500:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:500:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:501:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:506:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:507:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:508:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:514:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:519:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:519:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:519:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:519:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:519:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:519:	The method 'setAnne2Col31' has a Cyclomatic Complexity of 12.
com/tin/etabf/excelupload/ExcelUtil.java:519:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:520:	Found 'DD'-anomaly for variable 'nettaxpay' (lines '520'-'526').
com/tin/etabf/excelupload/ExcelUtil.java:520:	Found 'DD'-anomaly for variable 'nettaxpay' (lines '520'-'543').
com/tin/etabf/excelupload/ExcelUtil.java:520:	Found 'DD'-anomaly for variable 'shrtfall' (lines '520'-'557').
com/tin/etabf/excelupload/ExcelUtil.java:520:	Found 'DD'-anomaly for variable 'totalamtdedsrce' (lines '520'-'533').
com/tin/etabf/excelupload/ExcelUtil.java:520:	Found 'DD'-anomaly for variable 'totalamtdedsrce' (lines '520'-'550').
com/tin/etabf/excelupload/ExcelUtil.java:520:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/excelupload/ExcelUtil.java:521:	Avoid variables with short names like df
com/tin/etabf/excelupload/ExcelUtil.java:521:	Avoid variables with short names like sf
com/tin/etabf/excelupload/ExcelUtil.java:521:	Local variable 'df' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:521:	Local variable 'sf' could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:523:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:523:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:523:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:524:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:525:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:526:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:526:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:526:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:531:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:532:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:532:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:533:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:533:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:533:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:538:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:541:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:542:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:542:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:543:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:548:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:549:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:549:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:550:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:550:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:550:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:558:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:562:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:562:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:562:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:562:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:562:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:562:	The method 'setChallnCol22' has a Cyclomatic Complexity of 10.
com/tin/etabf/excelupload/ExcelUtil.java:562:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:563:	Found 'DD'-anomaly for variable 'modeofdep' (lines '563'-'567').
com/tin/etabf/excelupload/ExcelUtil.java:563:	Found 'DD'-anomaly for variable 'modeofdep' (lines '563'-'581').
com/tin/etabf/excelupload/ExcelUtil.java:564:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:564:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:564:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:565:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:566:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:566:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:567:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:567:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:569:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:572:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:574:	Avoid using if...else statements without curly braces
com/tin/etabf/excelupload/ExcelUtil.java:574:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:576:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:579:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:580:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:581:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/excelupload/ExcelUtil.java:581:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:586:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:588:	Avoid using if...else statements without curly braces
com/tin/etabf/excelupload/ExcelUtil.java:588:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:593:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:593:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:593:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:593:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:593:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:593:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:594:	Found 'DD'-anomaly for variable 'date' (lines '594'-'596').
com/tin/etabf/excelupload/ExcelUtil.java:594:	Found 'DD'-anomaly for variable 'date' (lines '594'-'606').
com/tin/etabf/excelupload/ExcelUtil.java:595:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:595:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:595:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:597:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:598:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:600:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:600:	The String literal "Date:" appears 5 times in this file; the first occurrence is on line 600
com/tin/etabf/excelupload/ExcelUtil.java:601:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:603:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:607:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:608:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:610:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:612:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:612:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:612:	The String literal "Model value:" appears 5 times in this file; the first occurrence is on line 612
com/tin/etabf/excelupload/ExcelUtil.java:616:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:616:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:616:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:616:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:616:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:616:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:617:	Found 'DD'-anomaly for variable 'date' (lines '617'-'619').
com/tin/etabf/excelupload/ExcelUtil.java:617:	Found 'DD'-anomaly for variable 'date' (lines '617'-'629').
com/tin/etabf/excelupload/ExcelUtil.java:618:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:618:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:618:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:620:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:621:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:623:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:624:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:626:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:630:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:631:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:633:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:635:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:635:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:638:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:638:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:638:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:638:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:638:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:638:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:639:	Found 'DD'-anomaly for variable 'date' (lines '639'-'641').
com/tin/etabf/excelupload/ExcelUtil.java:639:	Found 'DD'-anomaly for variable 'date' (lines '639'-'651').
com/tin/etabf/excelupload/ExcelUtil.java:640:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:640:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:640:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:642:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:643:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:645:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:646:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:648:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:652:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:653:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:655:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:657:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:657:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:660:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:660:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:660:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:660:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:660:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:660:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:661:	Found 'DD'-anomaly for variable 'date' (lines '661'-'663').
com/tin/etabf/excelupload/ExcelUtil.java:661:	Found 'DD'-anomaly for variable 'date' (lines '661'-'673').
com/tin/etabf/excelupload/ExcelUtil.java:662:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:662:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:662:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:664:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:665:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:667:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:668:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:670:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:674:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:675:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:677:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:679:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:679:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:682:	Avoid reassigning parameters such as 'val'
com/tin/etabf/excelupload/ExcelUtil.java:682:	Avoid variables with short names like i
com/tin/etabf/excelupload/ExcelUtil.java:682:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:682:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:682:	Parameter 'row' is not assigned and could be declared final
com/tin/etabf/excelupload/ExcelUtil.java:682:	publicMethodCommentRequirement Required
com/tin/etabf/excelupload/ExcelUtil.java:683:	Found 'DD'-anomaly for variable 'date' (lines '683'-'685').
com/tin/etabf/excelupload/ExcelUtil.java:683:	Found 'DD'-anomaly for variable 'date' (lines '683'-'695').
com/tin/etabf/excelupload/ExcelUtil.java:684:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/excelupload/ExcelUtil.java:684:	Avoid if (x != y) ..; else ..;
com/tin/etabf/excelupload/ExcelUtil.java:684:	Useless parentheses.
com/tin/etabf/excelupload/ExcelUtil.java:686:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:687:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:689:	System.out.println is used
com/tin/etabf/excelupload/ExcelUtil.java:690:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:692:	Position literals first in String comparisons
com/tin/etabf/excelupload/ExcelUtil.java:696:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:697:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/excelupload/ExcelUtil.java:699:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:701:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/excelupload/ExcelUtil.java:701:	System.out.println is used
com/tin/etabf/filecreator/BHBean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/BHBean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/BHBean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/filecreator/BHBean.java:11:	Avoid really long classes.
com/tin/etabf/filecreator/BHBean.java:11:	Each class should declare at least one constructor
com/tin/etabf/filecreator/BHBean.java:11:	The class 'BHBean' has a Cyclomatic Complexity of 2 (Highest = 142).
com/tin/etabf/filecreator/BHBean.java:11:	The class 'BHBean' has a Modified Cyclomatic Complexity of 2 (Highest = 71).
com/tin/etabf/filecreator/BHBean.java:11:	The class 'BHBean' has a Standard Cyclomatic Complexity of 2 (Highest = 71).
com/tin/etabf/filecreator/BHBean.java:11:	Too many fields
com/tin/etabf/filecreator/BHBean.java:12:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:12:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:13:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:13:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:14:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:14:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:15:	Avoid excessively long variable names like CountofChallantransfervoucherRecords
com/tin/etabf/filecreator/BHBean.java:15:	Variables should start with a lowercase character, 'CountofChallantransfervoucherRecords' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:15:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:16:	Variables should start with a lowercase character, 'FormNumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:16:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:17:	Variables should start with a lowercase character, 'TransactionType' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:17:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:18:	Avoid excessively long variable names like BatchUpdationIndicator
com/tin/etabf/filecreator/BHBean.java:18:	Variables should start with a lowercase character, 'BatchUpdationIndicator' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:18:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:19:	Avoid excessively long variable names like OriginalTokenNumberofthestatement
com/tin/etabf/filecreator/BHBean.java:19:	Variables should start with a lowercase character, 'OriginalTokenNumberofthestatement' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:20:	Avoid excessively long variable names like Tokennoofpreviousregularstatement
com/tin/etabf/filecreator/BHBean.java:20:	Variables should start with a lowercase character, 'Tokennoofpreviousregularstatement' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:21:	Avoid excessively long variable names like TokenNumberofthestatementsubmitted
com/tin/etabf/filecreator/BHBean.java:21:	Variables should start with a lowercase character, 'TokenNumberofthestatementsubmitted' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:22:	Variables should start with a lowercase character, 'TokenNumberdate' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:23:	Avoid excessively long variable names like LastTANofDeductorEmployerCollector
com/tin/etabf/filecreator/BHBean.java:23:	Variables should start with a lowercase character, 'LastTANofDeductorEmployerCollector' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:24:	Avoid excessively long variable names like TANofDeductorEmployer
com/tin/etabf/filecreator/BHBean.java:24:	Variables should start with a lowercase character, 'TANofDeductorEmployer' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:24:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:25:	Avoid excessively long variable names like ReceiptnumberprovidedbyTIN
com/tin/etabf/filecreator/BHBean.java:25:	Variables should start with a lowercase character, 'ReceiptnumberprovidedbyTIN' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:26:	Avoid excessively long variable names like PANofDeductorEmployer
com/tin/etabf/filecreator/BHBean.java:26:	Variables should start with a lowercase character, 'PANofDeductorEmployer' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:27:	Variables should start with a lowercase character, 'AssessmentYr' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:28:	Variables should start with a lowercase character, 'FinancialYr' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:29:	Variables should start with a lowercase character, 'Period' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:29:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:30:	Avoid excessively long variable names like NameofEmployerDeductor
com/tin/etabf/filecreator/BHBean.java:30:	Variables should start with a lowercase character, 'NameofEmployerDeductor' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:31:	Avoid excessively long variable names like EmployerDeductorBranchDivision
com/tin/etabf/filecreator/BHBean.java:31:	Variables should start with a lowercase character, 'EmployerDeductorBranchDivision' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:32:	Avoid excessively long variable names like EmployerDeductorAddress1
com/tin/etabf/filecreator/BHBean.java:32:	Variables should start with a lowercase character, 'EmployerDeductorAddress1' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:33:	Avoid excessively long variable names like EmployerDeductorAddress2
com/tin/etabf/filecreator/BHBean.java:33:	Variables should start with a lowercase character, 'EmployerDeductorAddress2' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:34:	Avoid excessively long variable names like EmployerDeductorAddress3
com/tin/etabf/filecreator/BHBean.java:34:	Variables should start with a lowercase character, 'EmployerDeductorAddress3' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:35:	Avoid excessively long variable names like EmployerDeductorAddress4
com/tin/etabf/filecreator/BHBean.java:35:	Variables should start with a lowercase character, 'EmployerDeductorAddress4' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:35:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:36:	Avoid excessively long variable names like EmployerDeductorAddress5
com/tin/etabf/filecreator/BHBean.java:36:	Variables should start with a lowercase character, 'EmployerDeductorAddress5' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:37:	Avoid excessively long variable names like EmployerDeductorState
com/tin/etabf/filecreator/BHBean.java:37:	Variables should start with a lowercase character, 'EmployerDeductorState' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:37:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:38:	Avoid excessively long variable names like EmployerDeductorPIN
com/tin/etabf/filecreator/BHBean.java:38:	Variables should start with a lowercase character, 'EmployerDeductorPIN' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:39:	Avoid excessively long variable names like EmployerDeductorEmailID
com/tin/etabf/filecreator/BHBean.java:39:	Variables should start with a lowercase character, 'EmployerDeductorEmailID' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:40:	Avoid excessively long variable names like EmployerDeductorSTDcode
com/tin/etabf/filecreator/BHBean.java:40:	Variables should start with a lowercase character, 'EmployerDeductorSTDcode' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:40:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:41:	Avoid excessively long variable names like EmployerDeductorTelPhoneNo
com/tin/etabf/filecreator/BHBean.java:41:	Variables should start with a lowercase character, 'EmployerDeductorTelPhoneNo' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:41:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:42:	Avoid excessively long variable names like ChangeofAddressofemployerDeductorsincelastReturn
com/tin/etabf/filecreator/BHBean.java:42:	Variables should start with a lowercase character, 'ChangeofAddressofemployerDeductorsincelastReturn' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:42:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:43:	Variables should start with a lowercase character, 'DeductorType' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:43:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:44:	Avoid excessively long variable names like NameofPersonresponsibleforpayingsalaryDeduction
com/tin/etabf/filecreator/BHBean.java:44:	Variables should start with a lowercase character, 'NameofPersonresponsibleforpayingsalaryDeduction' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:44:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:45:	Avoid excessively long variable names like DesignationofthePersonresponsibleforpayingsalaryDeduction
com/tin/etabf/filecreator/BHBean.java:45:	Variables should start with a lowercase character, 'DesignationofthePersonresponsibleforpayingsalaryDeduction' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:45:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:46:	Avoid excessively long variable names like ResponsiblePersonAddress1
com/tin/etabf/filecreator/BHBean.java:46:	Variables should start with a lowercase character, 'ResponsiblePersonAddress1' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:46:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:47:	Avoid excessively long variable names like ResponsiblePersonAddress2
com/tin/etabf/filecreator/BHBean.java:47:	Variables should start with a lowercase character, 'ResponsiblePersonAddress2' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:47:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:48:	Avoid excessively long variable names like ResponsiblePersonAddress3
com/tin/etabf/filecreator/BHBean.java:48:	Variables should start with a lowercase character, 'ResponsiblePersonAddress3' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:48:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:49:	Avoid excessively long variable names like ResponsiblePersonAddress4
com/tin/etabf/filecreator/BHBean.java:49:	Variables should start with a lowercase character, 'ResponsiblePersonAddress4' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:49:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:50:	Avoid excessively long variable names like ResponsiblePersonAddress5
com/tin/etabf/filecreator/BHBean.java:50:	Variables should start with a lowercase character, 'ResponsiblePersonAddress5' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:50:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:51:	Avoid excessively long variable names like ResponsiblePersonState
com/tin/etabf/filecreator/BHBean.java:51:	Variables should start with a lowercase character, 'ResponsiblePersonState' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:51:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:52:	Avoid excessively long variable names like ResponsiblePersonPIN
com/tin/etabf/filecreator/BHBean.java:52:	Variables should start with a lowercase character, 'ResponsiblePersonPIN' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:52:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:53:	Avoid excessively long variable names like ResponsiblePersonEmailID
com/tin/etabf/filecreator/BHBean.java:53:	Variables should start with a lowercase character, 'ResponsiblePersonEmailID' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:53:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:54:	Variables should start with a lowercase character, 'Mobilenumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:54:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:55:	Avoid excessively long variable names like ResponsiblePersonSTDCode
com/tin/etabf/filecreator/BHBean.java:55:	Variables should start with a lowercase character, 'ResponsiblePersonSTDCode' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:55:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:56:	Avoid excessively long variable names like ResponsiblePersonTelPhoneNo
com/tin/etabf/filecreator/BHBean.java:56:	Variables should start with a lowercase character, 'ResponsiblePersonTelPhoneNo' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:56:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:57:	Avoid excessively long variable names like ChangeofAddressofResponsiblepersonsincelastReturn
com/tin/etabf/filecreator/BHBean.java:57:	Variables should start with a lowercase character, 'ChangeofAddressofResponsiblepersonsincelastReturn' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:57:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:58:	Avoid excessively long variable names like BatchTotalofTotalofDepositAmountasperChallan
com/tin/etabf/filecreator/BHBean.java:58:	Variables should start with a lowercase character, 'BatchTotalofTotalofDepositAmountasperChallan' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:58:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:59:	Avoid excessively long variable names like Unmatchedchallancount
com/tin/etabf/filecreator/BHBean.java:59:	Variables should start with a lowercase character, 'Unmatchedchallancount' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:59:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:60:	Avoid excessively long variable names like CountofSalaryDetailsRecords
com/tin/etabf/filecreator/BHBean.java:60:	Variables should start with a lowercase character, 'CountofSalaryDetailsRecords' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:60:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:61:	Avoid excessively long variable names like BatchTotalofGrossTotalIncomeasperSalaryDetail
com/tin/etabf/filecreator/BHBean.java:61:	Variables should start with a lowercase character, 'BatchTotalofGrossTotalIncomeasperSalaryDetail' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:61:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:62:	Variables should start with a lowercase character, 'AOApproval' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:62:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:63:	Avoid excessively long variable names like WhetherregularstatementforForm24Qfiledforearlierperiod
com/tin/etabf/filecreator/BHBean.java:63:	Variables should start with a lowercase character, 'WhetherregularstatementforForm24Qfiledforearlierperiod' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:63:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:64:	Variables should start with a lowercase character, 'LastDeductorType' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:64:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:65:	Variables should start with a lowercase character, 'StateName' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:65:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:66:	Variables should start with a lowercase character, 'PAOCode' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:66:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:67:	Variables should start with a lowercase character, 'DDOCode' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:67:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:68:	Variables should start with a lowercase character, 'MinistryName' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:68:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:69:	Variables should start with a lowercase character, 'MinistryNameOther' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:69:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:70:	Avoid excessively long variable names like TANRegistrationNumber
com/tin/etabf/filecreator/BHBean.java:70:	Variables should start with a lowercase character, 'TANRegistrationNumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:70:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:71:	Variables should start with a lowercase character, 'PAORegistrationNo' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:71:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:72:	Variables should start with a lowercase character, 'DDORegistrationNo' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:72:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:73:	Avoid excessively long variable names like EmployerDeductorSTDcode_alt
com/tin/etabf/filecreator/BHBean.java:73:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'EmployerDeductorSTDcode_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:73:	Variables should start with a lowercase character, 'EmployerDeductorSTDcode_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:73:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:74:	Avoid excessively long variable names like EmployerDeductorTelPhoneNo_alt
com/tin/etabf/filecreator/BHBean.java:74:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'EmployerDeductorTelPhoneNo_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:74:	Variables should start with a lowercase character, 'EmployerDeductorTelPhoneNo_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:74:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:75:	Avoid excessively long variable names like EmployerDeductorEmailID_alt
com/tin/etabf/filecreator/BHBean.java:75:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'EmployerDeductorEmailID_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:75:	Variables should start with a lowercase character, 'EmployerDeductorEmailID_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:75:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:76:	Avoid excessively long variable names like ResponsiblePersonSTDCode_alt
com/tin/etabf/filecreator/BHBean.java:76:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ResponsiblePersonSTDCode_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:76:	Variables should start with a lowercase character, 'ResponsiblePersonSTDCode_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:76:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:77:	Avoid excessively long variable names like ResponsiblePersonTelPhoneNo_alt
com/tin/etabf/filecreator/BHBean.java:77:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ResponsiblePersonTelPhoneNo_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:77:	Variables should start with a lowercase character, 'ResponsiblePersonTelPhoneNo_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:77:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:78:	Avoid excessively long variable names like ResponsiblePersonEmailID_alt
com/tin/etabf/filecreator/BHBean.java:78:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ResponsiblePersonEmailID_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:78:	Variables should start with a lowercase character, 'ResponsiblePersonEmailID_alt' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:78:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:79:	Avoid excessively long variable names like AccountOfficeIdentificationNumber
com/tin/etabf/filecreator/BHBean.java:79:	Variables should start with a lowercase character, 'AccountOfficeIdentificationNumber' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:79:	fieldCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:87:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/BHBean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:93:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:93:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:97:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:101:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:105:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:109:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:109:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:117:	Avoid excessively long variable names like countofChallantransfervoucherRecords
com/tin/etabf/filecreator/BHBean.java:117:	Parameter 'countofChallantransfervoucherRecords' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:117:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:121:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:125:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:129:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:133:	Parameter 'transactionType' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:133:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:141:	Avoid excessively long variable names like batchUpdationIndicator
com/tin/etabf/filecreator/BHBean.java:141:	Parameter 'batchUpdationIndicator' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:141:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:145:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:149:	Avoid excessively long variable names like originalTokenNumberofthestatement
com/tin/etabf/filecreator/BHBean.java:149:	Parameter 'originalTokenNumberofthestatement' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:153:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:157:	Avoid excessively long variable names like tokennoofpreviousregularstatement
com/tin/etabf/filecreator/BHBean.java:157:	Parameter 'tokennoofpreviousregularstatement' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:157:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:165:	Avoid excessively long variable names like tokenNumberofthestatementsubmitted
com/tin/etabf/filecreator/BHBean.java:165:	Parameter 'tokenNumberofthestatementsubmitted' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:165:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:173:	Parameter 'tokenNumberdate' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:173:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:177:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:181:	Avoid excessively long variable names like lastTANofDeductorEmployerCollector
com/tin/etabf/filecreator/BHBean.java:181:	Parameter 'lastTANofDeductorEmployerCollector' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:181:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:185:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:189:	Avoid excessively long variable names like tANofDeductorEmployer
com/tin/etabf/filecreator/BHBean.java:189:	Parameter 'tANofDeductorEmployer' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:189:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:193:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:197:	Avoid excessively long variable names like receiptnumberprovidedbyTIN
com/tin/etabf/filecreator/BHBean.java:197:	Parameter 'receiptnumberprovidedbyTIN' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:197:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:201:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:205:	Avoid excessively long variable names like pANofDeductorEmployer
com/tin/etabf/filecreator/BHBean.java:205:	Parameter 'pANofDeductorEmployer' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:205:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:209:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:213:	Parameter 'assessmentYr' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:213:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:217:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:221:	Parameter 'financialYr' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:221:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:225:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:229:	Parameter 'period' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:229:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:233:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:237:	Avoid excessively long variable names like nameofEmployerDeductor
com/tin/etabf/filecreator/BHBean.java:237:	Parameter 'nameofEmployerDeductor' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:237:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:241:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:245:	Avoid excessively long variable names like employerDeductorBranchDivision
com/tin/etabf/filecreator/BHBean.java:245:	Parameter 'employerDeductorBranchDivision' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:245:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:249:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:253:	Avoid excessively long variable names like employerDeductorAddress1
com/tin/etabf/filecreator/BHBean.java:253:	Parameter 'employerDeductorAddress1' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:253:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:257:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:261:	Avoid excessively long variable names like employerDeductorAddress2
com/tin/etabf/filecreator/BHBean.java:261:	Parameter 'employerDeductorAddress2' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:261:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:265:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:269:	Avoid excessively long variable names like employerDeductorAddress3
com/tin/etabf/filecreator/BHBean.java:269:	Parameter 'employerDeductorAddress3' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:269:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:273:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:277:	Avoid excessively long variable names like employerDeductorAddress4
com/tin/etabf/filecreator/BHBean.java:277:	Parameter 'employerDeductorAddress4' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:277:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:281:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:285:	Avoid excessively long variable names like employerDeductorAddress5
com/tin/etabf/filecreator/BHBean.java:285:	Parameter 'employerDeductorAddress5' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:285:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:289:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:293:	Avoid excessively long variable names like employerDeductorState
com/tin/etabf/filecreator/BHBean.java:293:	Parameter 'employerDeductorState' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:293:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:297:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:301:	Avoid excessively long variable names like employerDeductorPIN
com/tin/etabf/filecreator/BHBean.java:301:	Parameter 'employerDeductorPIN' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:301:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:305:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:309:	Avoid excessively long variable names like employerDeductorEmailID
com/tin/etabf/filecreator/BHBean.java:309:	Parameter 'employerDeductorEmailID' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:309:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:313:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:317:	Avoid excessively long variable names like employerDeductorSTDcode
com/tin/etabf/filecreator/BHBean.java:317:	Parameter 'employerDeductorSTDcode' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:317:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:321:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:325:	Avoid excessively long variable names like employerDeductorTelPhoneNo
com/tin/etabf/filecreator/BHBean.java:325:	Parameter 'employerDeductorTelPhoneNo' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:325:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:329:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:333:	Avoid excessively long variable names like changeofAddressofemployerDeductorsincelastReturn
com/tin/etabf/filecreator/BHBean.java:333:	Parameter 'changeofAddressofemployerDeductorsincelastReturn' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:333:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:337:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:341:	Parameter 'deductorType' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:341:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:345:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:349:	Avoid excessively long variable names like nameofPersonresponsibleforpayingsalaryDeduction
com/tin/etabf/filecreator/BHBean.java:349:	Parameter 'nameofPersonresponsibleforpayingsalaryDeduction' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:349:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:353:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:357:	Avoid excessively long variable names like designationofthePersonresponsibleforpayingsalaryDeduction
com/tin/etabf/filecreator/BHBean.java:357:	Parameter 'designationofthePersonresponsibleforpayingsalaryDeduction' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:357:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:361:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:365:	Avoid excessively long variable names like responsiblePersonAddress1
com/tin/etabf/filecreator/BHBean.java:365:	Parameter 'responsiblePersonAddress1' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:365:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:369:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:373:	Avoid excessively long variable names like responsiblePersonAddress2
com/tin/etabf/filecreator/BHBean.java:373:	Parameter 'responsiblePersonAddress2' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:373:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:377:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:381:	Avoid excessively long variable names like responsiblePersonAddress3
com/tin/etabf/filecreator/BHBean.java:381:	Parameter 'responsiblePersonAddress3' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:381:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:385:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:389:	Avoid excessively long variable names like responsiblePersonAddress4
com/tin/etabf/filecreator/BHBean.java:389:	Parameter 'responsiblePersonAddress4' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:389:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:393:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:397:	Avoid excessively long variable names like responsiblePersonAddress5
com/tin/etabf/filecreator/BHBean.java:397:	Parameter 'responsiblePersonAddress5' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:397:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:401:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:405:	Avoid excessively long variable names like responsiblePersonState
com/tin/etabf/filecreator/BHBean.java:405:	Parameter 'responsiblePersonState' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:405:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:409:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:413:	Avoid excessively long variable names like responsiblePersonPIN
com/tin/etabf/filecreator/BHBean.java:413:	Parameter 'responsiblePersonPIN' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:413:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:417:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:421:	Avoid excessively long variable names like responsiblePersonEmailID
com/tin/etabf/filecreator/BHBean.java:421:	Parameter 'responsiblePersonEmailID' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:421:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:425:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:429:	Parameter 'mobilenumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:429:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:433:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:437:	Avoid excessively long variable names like responsiblePersonSTDCode
com/tin/etabf/filecreator/BHBean.java:437:	Parameter 'responsiblePersonSTDCode' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:437:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:441:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:445:	Avoid excessively long variable names like responsiblePersonTelPhoneNo
com/tin/etabf/filecreator/BHBean.java:445:	Parameter 'responsiblePersonTelPhoneNo' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:445:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:449:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:453:	Avoid excessively long variable names like changeofAddressofResponsiblepersonsincelastReturn
com/tin/etabf/filecreator/BHBean.java:453:	Parameter 'changeofAddressofResponsiblepersonsincelastReturn' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:453:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:457:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:461:	Avoid excessively long variable names like batchTotalofTotalofDepositAmountasperChallan
com/tin/etabf/filecreator/BHBean.java:461:	Parameter 'batchTotalofTotalofDepositAmountasperChallan' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:461:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:465:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:469:	Avoid excessively long variable names like unmatchedchallancount
com/tin/etabf/filecreator/BHBean.java:469:	Parameter 'unmatchedchallancount' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:469:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:473:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:477:	Avoid excessively long variable names like countofSalaryDetailsRecords
com/tin/etabf/filecreator/BHBean.java:477:	Parameter 'countofSalaryDetailsRecords' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:477:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:481:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:485:	Avoid excessively long variable names like batchTotalofGrossTotalIncomeasperSalaryDetail
com/tin/etabf/filecreator/BHBean.java:485:	Parameter 'batchTotalofGrossTotalIncomeasperSalaryDetail' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:485:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:489:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:493:	Parameter 'aOApproval' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:493:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:497:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:501:	Avoid excessively long variable names like whetherregularstatementforForm24Qfiledforearlierperiod
com/tin/etabf/filecreator/BHBean.java:501:	Parameter 'whetherregularstatementforForm24Qfiledforearlierperiod' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:501:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:505:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:509:	Parameter 'lastDeductorType' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:509:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:513:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:517:	Parameter 'stateName' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:517:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:521:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:525:	Parameter 'pAOCode' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:525:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:529:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:533:	Parameter 'dDOCode' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:533:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:537:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:541:	Parameter 'ministryName' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:541:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:545:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:549:	Parameter 'ministryNameOther' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:549:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:553:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:557:	Avoid excessively long variable names like tANRegistrationNumber
com/tin/etabf/filecreator/BHBean.java:557:	Parameter 'tANRegistrationNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:557:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:561:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:565:	Parameter 'pAORegistrationNo' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:565:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:569:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:573:	Parameter 'dDORegistrationNo' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:573:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:577:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:577:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:581:	Avoid excessively long variable names like employerDeductorSTDcode_alt
com/tin/etabf/filecreator/BHBean.java:581:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:581:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'employerDeductorSTDcode_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:581:	Parameter 'employerDeductorSTDcode_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:581:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:585:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:585:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:589:	Avoid excessively long variable names like employerDeductorTelPhoneNo_alt
com/tin/etabf/filecreator/BHBean.java:589:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:589:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'employerDeductorTelPhoneNo_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:589:	Parameter 'employerDeductorTelPhoneNo_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:589:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:593:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:593:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:597:	Avoid excessively long variable names like employerDeductorEmailID_alt
com/tin/etabf/filecreator/BHBean.java:597:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:597:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'employerDeductorEmailID_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:597:	Parameter 'employerDeductorEmailID_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:597:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:601:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:601:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:605:	Avoid excessively long variable names like responsiblePersonSTDCode_alt
com/tin/etabf/filecreator/BHBean.java:605:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:605:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'responsiblePersonSTDCode_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:605:	Parameter 'responsiblePersonSTDCode_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:605:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:609:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:609:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:613:	Avoid excessively long variable names like responsiblePersonTelPhoneNo_alt
com/tin/etabf/filecreator/BHBean.java:613:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:613:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'responsiblePersonTelPhoneNo_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:613:	Parameter 'responsiblePersonTelPhoneNo_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:613:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:617:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:617:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:621:	Avoid excessively long variable names like responsiblePersonEmailID_alt
com/tin/etabf/filecreator/BHBean.java:621:	Method names should not contain underscores
com/tin/etabf/filecreator/BHBean.java:621:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'responsiblePersonEmailID_alt' is not final.
com/tin/etabf/filecreator/BHBean.java:621:	Parameter 'responsiblePersonEmailID_alt' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:621:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:625:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:629:	Avoid excessively long variable names like accountOfficeIdentificationNumber
com/tin/etabf/filecreator/BHBean.java:629:	Parameter 'accountOfficeIdentificationNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:629:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:634:	Comment is too large: Line too long
com/tin/etabf/filecreator/BHBean.java:639:	Parameter 'gstn' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:639:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:643:	Comment is too large: Too many lines
com/tin/etabf/filecreator/BHBean.java:671:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/BHBean.java:671:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/BHBean.java:676:	Comment is too large: Line too long
com/tin/etabf/filecreator/BHBean.java:679:	Avoid really long methods.
com/tin/etabf/filecreator/BHBean.java:679:	The method 'toString' has a Cyclomatic Complexity of 142.
com/tin/etabf/filecreator/BHBean.java:679:	The method 'toString' has a Modified Cyclomatic Complexity of 71.
com/tin/etabf/filecreator/BHBean.java:679:	The method 'toString' has a Standard Cyclomatic Complexity of 71.
com/tin/etabf/filecreator/BHBean.java:679:	The method toString() has an NCSS line count of 212
com/tin/etabf/filecreator/BHBean.java:679:	The method toString() has an NPath complexity of 1295359948
com/tin/etabf/filecreator/BHBean.java:681:	Avoid variables with short names like sb
com/tin/etabf/filecreator/BHBean.java:681:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/BHBean.java:681:	StringBuffer constructor is initialized with size 16, but has at least 69 characters appended.
com/tin/etabf/filecreator/BHBean.java:686:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:690:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:694:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:699:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:703:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:707:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:712:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:717:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:722:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:727:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:731:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:736:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:741:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:746:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:751:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:755:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:759:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:763:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:768:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:773:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:778:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:783:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:788:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:793:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:798:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:803:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:807:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:812:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:817:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:822:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:827:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:831:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:836:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:842:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:847:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:852:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:857:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:862:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:867:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:872:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:876:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:881:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:885:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:890:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:895:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:900:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:905:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:911:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:916:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:921:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:925:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:931:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:935:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:939:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:943:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:947:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:951:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:955:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:960:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:964:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:968:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:973:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:978:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:983:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:988:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:993:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:998:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:1003:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:1010:	Comment is too large: Too many lines
com/tin/etabf/filecreator/BHBean.java:1026:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/BHBean.java:1031:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/BHBean.java:1031:	Useless parentheses.
com/tin/etabf/filecreator/C6ABean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/C6ABean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/C6ABean.java:13:	Each class should declare at least one constructor
com/tin/etabf/filecreator/C6ABean.java:13:	The class 'C6ABean' has a Cyclomatic Complexity of 2 (Highest = 24).
com/tin/etabf/filecreator/C6ABean.java:13:	The class 'C6ABean' has a Modified Cyclomatic Complexity of 2 (Highest = 11).
com/tin/etabf/filecreator/C6ABean.java:13:	The class 'C6ABean' has a Standard Cyclomatic Complexity of 2 (Highest = 11).
com/tin/etabf/filecreator/C6ABean.java:15:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:15:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:16:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:16:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:17:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:17:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:18:	Avoid excessively long variable names like SalaryDetailRecordNo
com/tin/etabf/filecreator/C6ABean.java:18:	Variables should start with a lowercase character, 'SalaryDetailRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:18:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:19:	Avoid excessively long variable names like SalaryDetailChapterVIADetailsRecordNo
com/tin/etabf/filecreator/C6ABean.java:19:	Variables should start with a lowercase character, 'SalaryDetailChapterVIADetailsRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:20:	Avoid excessively long variable names like ChapterVIASectionID
com/tin/etabf/filecreator/C6ABean.java:20:	Variables should start with a lowercase character, 'ChapterVIASectionID' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:21:	Avoid excessively long variable names like GrsamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:21:	Variables should start with a lowercase character, 'GrsamountunderChapterVIA' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:22:	Avoid excessively long variable names like QuaamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:22:	Variables should start with a lowercase character, 'QuaamountunderChapterVIA' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:23:	Avoid excessively long variable names like DedamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:23:	Variables should start with a lowercase character, 'DedamountunderChapterVIA' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:26:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/C6ABean.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:28:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:32:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:32:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:36:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:40:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:40:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:44:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:48:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:52:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:56:	Avoid excessively long variable names like salaryDetailRecordNo
com/tin/etabf/filecreator/C6ABean.java:56:	Parameter 'salaryDetailRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:60:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:64:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:65:	Avoid excessively long variable names like salaryDetailChapterVIADetailsRecordNo
com/tin/etabf/filecreator/C6ABean.java:65:	Parameter 'salaryDetailChapterVIADetailsRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:69:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:73:	Avoid excessively long variable names like chapterVIASectionID
com/tin/etabf/filecreator/C6ABean.java:73:	Parameter 'chapterVIASectionID' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:81:	Avoid excessively long variable names like grsamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:81:	Parameter 'grsamountunderChapterVIA' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:85:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:89:	Avoid excessively long variable names like quaamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:89:	Parameter 'quaamountunderChapterVIA' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:94:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:98:	Avoid excessively long variable names like dedamountunderChapterVIA
com/tin/etabf/filecreator/C6ABean.java:98:	Parameter 'dedamountunderChapterVIA' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:98:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:102:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:106:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/C6ABean.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:110:	The method 'toString' has a Cyclomatic Complexity of 24.
com/tin/etabf/filecreator/C6ABean.java:110:	The method 'toString' has a Modified Cyclomatic Complexity of 11.
com/tin/etabf/filecreator/C6ABean.java:110:	The method 'toString' has a Standard Cyclomatic Complexity of 11.
com/tin/etabf/filecreator/C6ABean.java:110:	The method toString() has an NPath complexity of 139968
com/tin/etabf/filecreator/C6ABean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/C6ABean.java:111:	Avoid variables with short names like sb
com/tin/etabf/filecreator/C6ABean.java:111:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/C6ABean.java:116:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:120:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:124:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:128:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:133:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:137:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:143:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:149:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/C6ABean.java:155:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/CDBean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/CDBean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/filecreator/CDBean.java:13:	Each class should declare at least one constructor
com/tin/etabf/filecreator/CDBean.java:13:	The class 'CDBean' has a Cyclomatic Complexity of 2 (Highest = 98).
com/tin/etabf/filecreator/CDBean.java:13:	The class 'CDBean' has a Modified Cyclomatic Complexity of 2 (Highest = 42).
com/tin/etabf/filecreator/CDBean.java:13:	The class 'CDBean' has a Standard Cyclomatic Complexity of 2 (Highest = 42).
com/tin/etabf/filecreator/CDBean.java:13:	Too many fields
com/tin/etabf/filecreator/CDBean.java:15:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:15:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:16:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:16:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:17:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:17:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:18:	Avoid excessively long variable names like ChallanDetailRecordNumber
com/tin/etabf/filecreator/CDBean.java:18:	Variables should start with a lowercase character, 'ChallanDetailRecordNumber' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:18:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:19:	Avoid excessively long variable names like CountofDeducteePartyRecords
com/tin/etabf/filecreator/CDBean.java:19:	Variables should start with a lowercase character, 'CountofDeducteePartyRecords' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:20:	Avoid excessively long variable names like NILChallanIndicator
com/tin/etabf/filecreator/CDBean.java:20:	Variables should start with a lowercase character, 'NILChallanIndicator' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:21:	Avoid excessively long variable names like ChallanUpdationIndicator
com/tin/etabf/filecreator/CDBean.java:21:	Variables should start with a lowercase character, 'ChallanUpdationIndicator' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:22:	Variables should start with a lowercase character, 'Filler2' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:23:	Variables should start with a lowercase character, 'Filler3' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:24:	Variables should start with a lowercase character, 'Filler4' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:24:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:25:	Avoid excessively long variable names like LastChallanSerialNumber
com/tin/etabf/filecreator/CDBean.java:25:	Variables should start with a lowercase character, 'LastChallanSerialNumber' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:26:	Variables should start with a lowercase character, 'ChallanSerialNo' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:27:	Variables should start with a lowercase character, 'LastDDOSerialNo' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:28:	Variables should start with a lowercase character, 'DDOSerialNo' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:29:	Avoid excessively long variable names like LastBankBranchCode
com/tin/etabf/filecreator/CDBean.java:29:	Variables should start with a lowercase character, 'LastBankBranchCode' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:29:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:30:	Variables should start with a lowercase character, 'BankBranchCode' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:31:	Avoid excessively long variable names like LastDate_BankChallanNo_TransferVoucherNo
com/tin/etabf/filecreator/CDBean.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'LastDate_BankChallanNo_TransferVoucherNo' is not final.
com/tin/etabf/filecreator/CDBean.java:31:	Variables should start with a lowercase character, 'LastDate_BankChallanNo_TransferVoucherNo' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:32:	Avoid excessively long variable names like DateofBankChallanTransferVoucher
com/tin/etabf/filecreator/CDBean.java:32:	Variables should start with a lowercase character, 'DateofBankChallanTransferVoucher' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:33:	Variables should start with a lowercase character, 'Filler5' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:34:	Variables should start with a lowercase character, 'Filler6' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:35:	Variables should start with a lowercase character, 'Section' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:35:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:36:	Avoid excessively long variable names like OltasTDSTCSIncomeTax
com/tin/etabf/filecreator/CDBean.java:36:	Variables should start with a lowercase character, 'OltasTDSTCSIncomeTax' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:37:	Avoid excessively long variable names like OltasTDSTCSSurcharge
com/tin/etabf/filecreator/CDBean.java:37:	Variables should start with a lowercase character, 'OltasTDSTCSSurcharge' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:37:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:38:	Variables should start with a lowercase character, 'OltasTDSTCSCess' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:39:	Avoid excessively long variable names like OltasTDSTCSInterestAmount
com/tin/etabf/filecreator/CDBean.java:39:	Variables should start with a lowercase character, 'OltasTDSTCSInterestAmount' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:40:	Variables should start with a lowercase character, 'OltasTDSTCSOthers' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:40:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:41:	Avoid excessively long variable names like Total_DepositAmount_ChallanTransferVoucherNumber
com/tin/etabf/filecreator/CDBean.java:41:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Total_DepositAmount_ChallanTransferVoucherNumber' is not final.
com/tin/etabf/filecreator/CDBean.java:41:	Variables should start with a lowercase character, 'Total_DepositAmount_ChallanTransferVoucherNumber' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:41:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:42:	Avoid excessively long variable names like LastTotal_DepositAmount_Challan
com/tin/etabf/filecreator/CDBean.java:42:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'LastTotal_DepositAmount_Challan' is not final.
com/tin/etabf/filecreator/CDBean.java:42:	Variables should start with a lowercase character, 'LastTotal_DepositAmount_Challan' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:42:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:43:	Avoid excessively long variable names like TotalTaxDepositAmountasperdeducteeannexure
com/tin/etabf/filecreator/CDBean.java:43:	Variables should start with a lowercase character, 'TotalTaxDepositAmountasperdeducteeannexure' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:43:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:44:	Variables should start with a lowercase character, 'TDSTCSIncomeTax' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:44:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:45:	Variables should start with a lowercase character, 'TDSTCSSurcharge' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:45:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:46:	Variables should start with a lowercase character, 'TDSTCSCess' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:46:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:47:	Avoid excessively long variable names like SumofTotalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/CDBean.java:47:	Variables should start with a lowercase character, 'SumofTotalIncomeTaxDeductedatSource' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:47:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:48:	Avoid excessively long variable names like TDSTCSInterestAmount
com/tin/etabf/filecreator/CDBean.java:48:	Variables should start with a lowercase character, 'TDSTCSInterestAmount' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:48:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:49:	Variables should start with a lowercase character, 'TDSTCSOthers' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:49:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:50:	Variables should start with a lowercase character, 'ChequeDDNo' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:50:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:51:	Variables should start with a lowercase character, 'ByBookentryCash' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:51:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:52:	Variables should start with a lowercase character, 'Remarks' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:52:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:53:	Variables should start with a lowercase character, 'Fee' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:53:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:54:	Variables should start with a lowercase character, 'MinorHeadChallan' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:54:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:55:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/CDBean.java:55:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:57:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:61:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:61:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:65:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:69:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:69:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:77:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:85:	Avoid excessively long variable names like challanDetailRecordNumber
com/tin/etabf/filecreator/CDBean.java:85:	Parameter 'challanDetailRecordNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:85:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:93:	Avoid excessively long variable names like countofDeducteePartyRecords
com/tin/etabf/filecreator/CDBean.java:93:	Parameter 'countofDeducteePartyRecords' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:93:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:97:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:101:	Avoid excessively long variable names like nILChallanIndicator
com/tin/etabf/filecreator/CDBean.java:101:	Parameter 'nILChallanIndicator' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:105:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:109:	Avoid excessively long variable names like challanUpdationIndicator
com/tin/etabf/filecreator/CDBean.java:109:	Parameter 'challanUpdationIndicator' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:109:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:117:	Parameter 'filler2' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:117:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:121:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:125:	Parameter 'filler3' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:129:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:133:	Parameter 'filler4' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:133:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:141:	Avoid excessively long variable names like lastChallanSerialNumber
com/tin/etabf/filecreator/CDBean.java:141:	Parameter 'lastChallanSerialNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:141:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:145:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:149:	Parameter 'challanSerialNo' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:153:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:157:	Parameter 'lastDDOSerialNo' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:157:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:165:	Parameter 'dDOSerialNo' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:165:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:173:	Avoid excessively long variable names like lastBankBranchCode
com/tin/etabf/filecreator/CDBean.java:173:	Parameter 'lastBankBranchCode' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:173:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:177:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:181:	Parameter 'bankBranchCode' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:181:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:185:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:185:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:189:	Avoid excessively long variable names like lastDate_BankChallanNo_TransferVoucherNo
com/tin/etabf/filecreator/CDBean.java:189:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:189:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'lastDate_BankChallanNo_TransferVoucherNo' is not final.
com/tin/etabf/filecreator/CDBean.java:189:	Parameter 'lastDate_BankChallanNo_TransferVoucherNo' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:189:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:193:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:197:	Avoid excessively long variable names like dateofBankChallanTransferVoucher
com/tin/etabf/filecreator/CDBean.java:197:	Parameter 'dateofBankChallanTransferVoucher' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:197:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:201:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:205:	Parameter 'filler5' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:205:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:209:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:213:	Parameter 'filler6' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:213:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:217:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:221:	Parameter 'section' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:221:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:225:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:229:	Avoid excessively long variable names like oltasTDSTCSIncomeTax
com/tin/etabf/filecreator/CDBean.java:229:	Parameter 'oltasTDSTCSIncomeTax' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:229:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:233:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:237:	Avoid excessively long variable names like oltasTDSTCSSurcharge
com/tin/etabf/filecreator/CDBean.java:237:	Parameter 'oltasTDSTCSSurcharge' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:237:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:241:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:245:	Parameter 'oltasTDSTCSCess' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:245:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:249:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:253:	Avoid excessively long variable names like oltasTDSTCSInterestAmount
com/tin/etabf/filecreator/CDBean.java:253:	Parameter 'oltasTDSTCSInterestAmount' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:253:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:257:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:261:	Parameter 'oltasTDSTCSOthers' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:261:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:265:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:265:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:269:	Avoid excessively long variable names like total_DepositAmount_ChallanTransferVoucherNumber
com/tin/etabf/filecreator/CDBean.java:269:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:269:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_DepositAmount_ChallanTransferVoucherNumber' is not final.
com/tin/etabf/filecreator/CDBean.java:269:	Parameter 'total_DepositAmount_ChallanTransferVoucherNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:269:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:273:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:273:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:277:	Avoid excessively long variable names like lastTotal_DepositAmount_Challan
com/tin/etabf/filecreator/CDBean.java:277:	Method names should not contain underscores
com/tin/etabf/filecreator/CDBean.java:277:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'lastTotal_DepositAmount_Challan' is not final.
com/tin/etabf/filecreator/CDBean.java:277:	Parameter 'lastTotal_DepositAmount_Challan' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:277:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:281:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:285:	Avoid excessively long variable names like totalTaxDepositAmountasperdeducteeannexure
com/tin/etabf/filecreator/CDBean.java:285:	Parameter 'totalTaxDepositAmountasperdeducteeannexure' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:285:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:289:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:293:	Parameter 'tDSTCSIncomeTax' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:293:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:297:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:301:	Parameter 'tDSTCSSurcharge' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:301:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:305:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:309:	Parameter 'tDSTCSCess' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:309:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:313:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:317:	Avoid excessively long variable names like sumofTotalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/CDBean.java:317:	Parameter 'sumofTotalIncomeTaxDeductedatSource' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:317:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:321:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:325:	Avoid excessively long variable names like tDSTCSInterestAmount
com/tin/etabf/filecreator/CDBean.java:325:	Parameter 'tDSTCSInterestAmount' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:325:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:329:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:333:	Parameter 'tDSTCSOthers' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:333:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:337:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:341:	Parameter 'chequeDDNo' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:341:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:345:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:349:	Parameter 'byBookentryCash' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:349:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:353:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:357:	Parameter 'remarks' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:357:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:361:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:365:	Parameter 'fee' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:365:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:369:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:373:	Parameter 'minorHeadChallan' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:373:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:377:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:381:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/CDBean.java:381:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CDBean.java:386:	Comment is too large: Line too long
com/tin/etabf/filecreator/CDBean.java:389:	Avoid really long methods.
com/tin/etabf/filecreator/CDBean.java:389:	The method 'toString' has a Cyclomatic Complexity of 98.
com/tin/etabf/filecreator/CDBean.java:389:	The method 'toString' has a Modified Cyclomatic Complexity of 42.
com/tin/etabf/filecreator/CDBean.java:389:	The method 'toString' has a Standard Cyclomatic Complexity of 42.
com/tin/etabf/filecreator/CDBean.java:389:	The method toString() has an NCSS line count of 125
com/tin/etabf/filecreator/CDBean.java:389:	The method toString() has an NPath complexity of 1073741824
com/tin/etabf/filecreator/CDBean.java:391:	Avoid variables with short names like sb
com/tin/etabf/filecreator/CDBean.java:391:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/CDBean.java:391:	StringBuffer constructor is initialized with size 16, but has at least 40 characters appended.
com/tin/etabf/filecreator/CDBean.java:393:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:396:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:398:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:401:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:403:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:406:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:409:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:412:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:415:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:418:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:420:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:423:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:425:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:428:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:430:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:433:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:435:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:438:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:440:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:443:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:445:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:448:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:450:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:453:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:455:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:458:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:460:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:463:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:465:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:468:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:470:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:473:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:476:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:479:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:482:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:485:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:487:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:490:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:492:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:495:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:497:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:500:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:502:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:506:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:508:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:512:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:514:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:518:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:521:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:525:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:527:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:531:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:534:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:540:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:543:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:547:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:550:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:556:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:558:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:562:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:564:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:568:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:570:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:574:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:577:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:582:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:584:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:588:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:590:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:594:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:596:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:599:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:601:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:604:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:606:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:609:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:611:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:614:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:616:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CDBean.java:619:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CDBean.java:621:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/CorrValidation.java:1:	Possible God class (WMC=704, ATFD=33, TCC=0.0)
com/tin/etabf/filecreator/CorrValidation.java:3:	Avoid unused imports such as 'java.io.File'
com/tin/etabf/filecreator/CorrValidation.java:11:	Avoid really long classes.
com/tin/etabf/filecreator/CorrValidation.java:11:	Each class should declare at least one constructor
com/tin/etabf/filecreator/CorrValidation.java:11:	The class 'CorrValidation' has a Cyclomatic Complexity of 176 (Highest = 484).
com/tin/etabf/filecreator/CorrValidation.java:11:	The class 'CorrValidation' has a Modified Cyclomatic Complexity of 75 (Highest = 179).
com/tin/etabf/filecreator/CorrValidation.java:11:	The class 'CorrValidation' has a Standard Cyclomatic Complexity of 75 (Highest = 179).
com/tin/etabf/filecreator/CorrValidation.java:11:	headerCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:13:	Avoid really long methods.
com/tin/etabf/filecreator/CorrValidation.java:13:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:13:	Parameter 'mainObject' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:13:	The method 'validationsBH' has a Cyclomatic Complexity of 62.
com/tin/etabf/filecreator/CorrValidation.java:13:	The method 'validationsBH' has a Modified Cyclomatic Complexity of 25.
com/tin/etabf/filecreator/CorrValidation.java:13:	The method 'validationsBH' has a Standard Cyclomatic Complexity of 25.
com/tin/etabf/filecreator/CorrValidation.java:13:	The method validationsBH() has an NPath complexity of 2916
com/tin/etabf/filecreator/CorrValidation.java:13:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:16:	Found 'DD'-anomaly for variable 'isValid' (lines '16'-'275').
com/tin/etabf/filecreator/CorrValidation.java:16:	Found 'DD'-anomaly for variable 'isValid' (lines '16'-'55').
com/tin/etabf/filecreator/CorrValidation.java:16:	Found 'DD'-anomaly for variable 'isValid' (lines '16'-'64').
com/tin/etabf/filecreator/CorrValidation.java:16:	Found 'DD'-anomaly for variable 'isValid' (lines '16'-'75').
com/tin/etabf/filecreator/CorrValidation.java:20:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:29:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:30:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:37:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:50:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:50:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:50:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:50:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:51:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:51:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:54:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:55:	Found 'DD'-anomaly for variable 'isValid' (lines '55'-'275').
com/tin/etabf/filecreator/CorrValidation.java:55:	Found 'DD'-anomaly for variable 'isValid' (lines '55'-'64').
com/tin/etabf/filecreator/CorrValidation.java:55:	Found 'DD'-anomaly for variable 'isValid' (lines '55'-'75').
com/tin/etabf/filecreator/CorrValidation.java:59:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:59:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:60:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:60:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:63:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:64:	Found 'DD'-anomaly for variable 'isValid' (lines '64'-'275').
com/tin/etabf/filecreator/CorrValidation.java:64:	Found 'DD'-anomaly for variable 'isValid' (lines '64'-'75').
com/tin/etabf/filecreator/CorrValidation.java:70:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:71:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:72:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:72:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:75:	Found 'DD'-anomaly for variable 'isValid' (lines '75'-'275').
com/tin/etabf/filecreator/CorrValidation.java:80:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:84:	The String literal "--Select--" appears 51 times in this file; the first occurrence is on line 84
com/tin/etabf/filecreator/CorrValidation.java:84:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:84:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:86:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:87:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:89:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:99:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:106:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:107:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:112:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:123:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:131:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:140:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:150:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:159:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:169:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:169:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:169:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:171:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:186:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:194:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:194:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:201:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:201:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:210:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:210:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:210:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:212:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:220:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:220:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:222:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:230:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:230:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:232:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:239:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:239:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:247:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CorrValidation.java:247:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:258:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:258:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:267:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:278:	System.out.println is used
com/tin/etabf/filecreator/CorrValidation.java:282:	Avoid really long methods.
com/tin/etabf/filecreator/CorrValidation.java:282:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:282:	Parameter 'tabrowval' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:282:	The method 'validationsCD' has a Cyclomatic Complexity of 20.
com/tin/etabf/filecreator/CorrValidation.java:282:	The method 'validationsCD' has a Modified Cyclomatic Complexity of 11.
com/tin/etabf/filecreator/CorrValidation.java:282:	The method 'validationsCD' has a Standard Cyclomatic Complexity of 11.
com/tin/etabf/filecreator/CorrValidation.java:282:	The method validationsCD() has an NPath complexity of 1022
com/tin/etabf/filecreator/CorrValidation.java:282:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:288:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:288:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:289:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:290:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:291:	Found 'DU'-anomaly for variable 'filledrowNo' (lines '291'-'433').
com/tin/etabf/filecreator/CorrValidation.java:291:	Local variable 'filledrowNo' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:296:	Local variable 'valfile' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:297:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:310:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:311:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:311:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:311:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:311:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:312:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:313:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:329:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:341:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:342:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:342:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:344:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:344:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:344:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:344:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:344:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:344:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:345:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:345:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:346:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:395:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:396:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:396:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:396:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:398:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:399:	The String literal "YES" appears 6 times in this file; the first occurrence is on line 399
com/tin/etabf/filecreator/CorrValidation.java:400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:400:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:402:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:403:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:413:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:414:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:416:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:417:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:417:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:417:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:435:	Avoid really long methods.
com/tin/etabf/filecreator/CorrValidation.java:435:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:435:	Parameter 'tabrowval' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:435:	The method 'validationDD' has a Cyclomatic Complexity of 185.
com/tin/etabf/filecreator/CorrValidation.java:435:	The method 'validationDD' has a Modified Cyclomatic Complexity of 64.
com/tin/etabf/filecreator/CorrValidation.java:435:	The method 'validationDD' has a Standard Cyclomatic Complexity of 64.
com/tin/etabf/filecreator/CorrValidation.java:435:	The method validationDD() has an NCSS line count of 194
com/tin/etabf/filecreator/CorrValidation.java:435:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:447:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:447:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:448:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:449:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:450:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:451:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:452:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:453:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:454:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:455:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:456:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:456:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:461:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:461:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:462:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:462:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:462:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:464:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:466:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:468:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:468:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:468:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:470:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:472:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:472:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:472:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:474:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:476:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:477:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:477:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:477:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,027').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,036').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,046').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,056').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,066').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'1,086').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'480').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'763').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'781').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'804').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'818').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'832').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'853').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'871').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'887').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'909').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'927').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'949').
com/tin/etabf/filecreator/CorrValidation.java:480:	Found 'DD'-anomaly for variable 'isValid' (lines '480'-'967').
com/tin/etabf/filecreator/CorrValidation.java:486:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:487:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:494:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:495:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:495:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:495:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:502:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:503:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:503:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:503:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:510:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:511:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:518:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:519:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:526:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:527:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:533:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:534:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:534:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:534:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:540:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:541:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:541:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:541:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:547:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:548:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:548:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:548:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:554:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:555:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:565:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:565:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:565:	The String literal "27Q" appears 4 times in this file; the first occurrence is on line 565
com/tin/etabf/filecreator/CorrValidation.java:567:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:567:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:567:	The String literal "ADD" appears 8 times in this file; the first occurrence is on line 567
com/tin/etabf/filecreator/CorrValidation.java:568:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:568:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:569:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:569:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:569:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:569:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:575:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:575:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:575:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:575:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:581:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:581:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:581:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:581:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:587:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:587:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:587:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:617:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:618:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:618:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:618:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:620:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:620:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:620:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:622:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:622:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:622:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:623:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:632:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:634:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:634:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:634:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:642:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:642:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:642:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:650:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:650:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:650:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:658:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:660:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:662:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:662:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:662:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:664:	The String literal "Not a Valid Date" appears 5 times in this file; the first occurrence is on line 664
com/tin/etabf/filecreator/CorrValidation.java:669:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:670:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:670:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:671:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:679:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:680:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:681:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:689:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:690:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:691:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:700:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:700:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:701:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:701:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:701:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:709:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:709:	Avoid unused local variables such as 'ActualTotalTax'.
com/tin/etabf/filecreator/CorrValidation.java:709:	Local variable 'ActualTotalTax' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:709:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:709:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:709:	Variables should start with a lowercase character, 'ActualTotalTax' starts with uppercase character.
com/tin/etabf/filecreator/CorrValidation.java:711:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:711:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:711:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:713:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:713:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:716:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:717:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:717:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:718:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:726:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:738:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:739:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:740:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:740:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:741:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:741:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:741:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:749:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:749:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:750:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:751:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:753:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:755:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:757:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:757:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:757:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:758:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:758:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:758:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:767:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:768:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:770:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:770:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:770:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:772:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:772:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:772:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:774:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:775:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:775:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:775:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:787:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:787:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:788:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:790:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:790:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:791:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:791:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:791:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:794:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:795:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:798:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:798:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:799:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:809:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:809:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:809:	The String literal "4NF" appears 4 times in this file; the first occurrence is on line 809
com/tin/etabf/filecreator/CorrValidation.java:810:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:810:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:811:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:811:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:811:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:811:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:811:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:812:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:812:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:814:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:814:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:815:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:823:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:823:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:824:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:824:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:825:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:826:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:826:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:828:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:828:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:829:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:829:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:829:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:839:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:839:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:840:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:841:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:841:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:841:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:843:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:845:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:845:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:845:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:847:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:847:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:847:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:848:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:848:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:848:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:857:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:858:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:858:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:858:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:860:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:860:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:860:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:862:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:864:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:864:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:864:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:865:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:876:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:876:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:877:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:877:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:878:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:878:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:879:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:880:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:880:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:880:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:880:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:880:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:880:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:882:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:882:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:883:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:884:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:895:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:895:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:896:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:897:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:897:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:897:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:899:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:899:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:899:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:901:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:901:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:901:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:903:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:903:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:903:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:904:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:904:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:904:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:913:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:914:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:914:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:914:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:916:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:916:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:916:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:918:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:918:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:918:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:920:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:921:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:921:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:921:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:931:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:932:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:934:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:934:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:934:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:935:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:935:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:935:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:953:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:954:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:954:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:954:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:956:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:956:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:956:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:958:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:958:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:958:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:960:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:960:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:960:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:961:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:961:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:961:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:973:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:973:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:974:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:974:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:975:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:976:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:976:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:976:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:976:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:976:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:976:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:978:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:978:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:979:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:979:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:979:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:986:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:986:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:987:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:987:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:988:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:988:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:988:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:988:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:988:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:989:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:989:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:989:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:989:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:989:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:989:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:991:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:991:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:992:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:992:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:992:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:999:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:999:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1000:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1000:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1001:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1001:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1001:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1001:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1001:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1002:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:1004:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1004:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:1005:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1005:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1005:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1014:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:1014:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:1014:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1014:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1016:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1017:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1017:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1017:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1019:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1019:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1021:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1022:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1022:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1022:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1031:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1032:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1032:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1032:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1040:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:1040:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1041:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:1041:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1042:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1042:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1042:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1043:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:1050:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1050:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1050:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1059:	Avoid variables with short names like d
com/tin/etabf/filecreator/CorrValidation.java:1059:	Found 'DD'-anomaly for variable 'd' (lines '1,059'-'1,060').
com/tin/etabf/filecreator/CorrValidation.java:1060:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1060:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1060:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1060:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1060:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CorrValidation.java:1060:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:1062:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:1074:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1074:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1074:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1076:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1076:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1076:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1078:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1078:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1078:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1079:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1079:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1079:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1082:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1082:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1082:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1094:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1094:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:1098:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1104:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1110:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1112:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1116:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1118:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:1135:	Avoid really long methods.
com/tin/etabf/filecreator/CorrValidation.java:1135:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:1135:	Parameter 'tabrowval' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:1135:	The method 'validationsSD' has a Cyclomatic Complexity of 484.
com/tin/etabf/filecreator/CorrValidation.java:1135:	The method 'validationsSD' has a Modified Cyclomatic Complexity of 179.
com/tin/etabf/filecreator/CorrValidation.java:1135:	The method 'validationsSD' has a Standard Cyclomatic Complexity of 179.
com/tin/etabf/filecreator/CorrValidation.java:1135:	The method validationsSD() has an NCSS line count of 638
com/tin/etabf/filecreator/CorrValidation.java:1135:	The method validationsSD() has an NPath complexity of 1478215364
com/tin/etabf/filecreator/CorrValidation.java:1135:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:1142:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CorrValidation.java:1142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1142:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:1143:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:1143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1143:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CorrValidation.java:1143:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:1154:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:1154:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:1154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1154:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1156:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:1159:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1160:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1160:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1168:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1168:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1170:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1180:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1181:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1189:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1191:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1191:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1191:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1201:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1202:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1202:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1210:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1210:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1210:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1212:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1212:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1212:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1221:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1222:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1230:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1232:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1241:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1242:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1242:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1242:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1250:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1250:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1250:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1252:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1252:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1252:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1262:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1263:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1263:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1263:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1271:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1273:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1283:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1284:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1284:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1284:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1292:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1292:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1292:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1294:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1294:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1294:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1304:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1305:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1305:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1305:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1313:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1313:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1313:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1315:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1324:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1325:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1333:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1333:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1333:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1335:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1335:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1335:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1344:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1345:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1345:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1345:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1353:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1353:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1353:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1355:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1355:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1355:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1364:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1365:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1365:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1365:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1373:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1373:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1373:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1375:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1375:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1375:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1386:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1387:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1395:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1397:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1397:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1397:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1407:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1408:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1408:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1408:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1416:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1418:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1418:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1418:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1428:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1429:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1437:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1439:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1449:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1450:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1458:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1458:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1458:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1460:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1469:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1470:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1478:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1480:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1480:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1480:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1489:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1490:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1490:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1490:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1498:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1500:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1500:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1500:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1509:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1510:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1510:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1510:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1518:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1518:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1518:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1520:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1520:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1520:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1529:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1530:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1538:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1538:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1538:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1540:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1549:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1550:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1550:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1550:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1558:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1560:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1560:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1560:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1569:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1570:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1570:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1570:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1578:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1578:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1578:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1580:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1589:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1590:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1590:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1590:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1598:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1600:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1600:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1600:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1610:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1611:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1611:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1611:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1619:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1619:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1619:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1621:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1621:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1621:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1630:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1631:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1631:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1631:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1639:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1639:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1639:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1641:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1650:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1651:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1651:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1651:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1659:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1661:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1661:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1661:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1670:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1671:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1679:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1679:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1679:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1681:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1690:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1691:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1699:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1701:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1701:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1701:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1710:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1711:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1711:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1711:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1719:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1719:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1719:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1721:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1721:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1721:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1730:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1731:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1731:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1731:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1739:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1741:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1741:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1741:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1750:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1751:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1759:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1759:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1759:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1761:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1770:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1771:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1779:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1779:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1779:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1781:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1781:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1781:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1790:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1791:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1791:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1791:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1799:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1801:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1801:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1801:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1811:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1812:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1820:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1822:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1822:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1822:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1831:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CorrValidation.java:1832:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1832:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CorrValidation.java:1859:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:1886:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:1976:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:1976:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:1978:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2028:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:2065:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2065:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2067:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2199:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2199:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2200:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2201:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:2255:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2255:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2257:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2311:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2311:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2313:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2366:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:2516:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2516:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2518:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2547:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2547:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:2548:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2553:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2559:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2559:	Method call on object which may be null
com/tin/etabf/filecreator/CorrValidation.java:2559:	The String literal "Yes" appears 17 times in this file; the first occurrence is on line 2,559
com/tin/etabf/filecreator/CorrValidation.java:2562:	The String literal "--SELECT--" appears 16 times in this file; the first occurrence is on line 2,562
com/tin/etabf/filecreator/CorrValidation.java:2562:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:2577:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2580:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2590:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2596:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2597:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2600:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2609:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2610:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2613:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2615:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2625:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2631:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2632:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2635:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2646:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2647:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2650:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2652:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2662:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2668:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2669:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2672:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2683:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2684:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2687:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2689:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2702:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2702:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:2703:	Comment is too large: Line too long
com/tin/etabf/filecreator/CorrValidation.java:2713:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2713:	Method call on object which may be null
com/tin/etabf/filecreator/CorrValidation.java:2715:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:2731:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2734:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2750:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2751:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2754:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2763:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2764:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2767:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2769:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2785:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2786:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2789:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2800:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2801:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2804:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2806:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2822:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2823:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2826:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2837:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2838:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2841:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:2843:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:2863:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2863:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2865:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:2941:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CorrValidation.java:2941:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CorrValidation.java:2944:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:2970:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:2984:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3018:	Avoid really long methods.
com/tin/etabf/filecreator/CorrValidation.java:3018:	Method names should not contain underscores
com/tin/etabf/filecreator/CorrValidation.java:3018:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3018:	Parameter 'tabrowval' is not assigned and could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3018:	The method 'funValidate_challan' has a Cyclomatic Complexity of 128.
com/tin/etabf/filecreator/CorrValidation.java:3018:	The method 'funValidate_challan' has a Modified Cyclomatic Complexity of 94.
com/tin/etabf/filecreator/CorrValidation.java:3018:	The method 'funValidate_challan' has a Standard Cyclomatic Complexity of 94.
com/tin/etabf/filecreator/CorrValidation.java:3018:	The method funValidate_challan() has an NCSS line count of 321
com/tin/etabf/filecreator/CorrValidation.java:3018:	The method funValidate_challan() has an NPath complexity of 648550473
com/tin/etabf/filecreator/CorrValidation.java:3018:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CorrValidation.java:3020:	Found 'DD'-anomaly for variable 'tabrow' (lines '3,020'-'3,060').
com/tin/etabf/filecreator/CorrValidation.java:3020:	Found 'DU'-anomaly for variable 'tabrow' (lines '3,020'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3021:	Found 'DD'-anomaly for variable 'tabcol' (lines '3,021'-'3,069').
com/tin/etabf/filecreator/CorrValidation.java:3021:	Found 'DU'-anomaly for variable 'tabcol' (lines '3,021'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3022:	Found 'DD'-anomaly for variable 'flg' (lines '3,022'-'3,102').
com/tin/etabf/filecreator/CorrValidation.java:3022:	Found 'DU'-anomaly for variable 'flg' (lines '3,022'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3028:	Local variable 'typStmt' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3030:	Position literals first in String comparisons
com/tin/etabf/filecreator/CorrValidation.java:3032:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3033:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3034:	Position literals first in String comparisons
com/tin/etabf/filecreator/CorrValidation.java:3034:	The String literal "Correction" appears 4 times in this file; the first occurrence is on line 3,034
com/tin/etabf/filecreator/CorrValidation.java:3037:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3040:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3041:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3045:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3046:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3049:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3050:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3053:	Local variable 'sel' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3054:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3057:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:3062:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3065:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3073:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3085:	Local variable 'tabval' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3089:	Local variable 'year1' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3093:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3094:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3096:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3102:	Found 'DD'-anomaly for variable 'flg' (lines '3,102'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3115:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3118:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3119:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3126:	Found 'DD'-anomaly for variable 'flg' (lines '3,126'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3151:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3153:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3154:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3162:	Found 'DD'-anomaly for variable 'flg' (lines '3,162'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3187:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3189:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3190:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3197:	Found 'DD'-anomaly for variable 'flg' (lines '3,197'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3221:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3223:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3224:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3231:	Found 'DD'-anomaly for variable 'flg' (lines '3,231'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3256:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3258:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3259:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3266:	Found 'DD'-anomaly for variable 'flg' (lines '3,266'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3291:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3292:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3293:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3295:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3296:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3303:	Found 'DD'-anomaly for variable 'flg' (lines '3,303'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3330:	Position literals first in String comparisons
com/tin/etabf/filecreator/CorrValidation.java:3332:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3332:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3338:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3343:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3355:	Found 'DD'-anomaly for variable 'flg' (lines '3,355'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3369:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3387:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3388:	Found 'DD'-anomaly for variable 'tds_c' (lines '3,388'-'3,401').
com/tin/etabf/filecreator/CorrValidation.java:3388:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tds_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3389:	Found 'DD'-anomaly for variable 'sur_c' (lines '3,389'-'3,408').
com/tin/etabf/filecreator/CorrValidation.java:3389:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sur_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3390:	Found 'DD'-anomaly for variable 'cess_c' (lines '3,390'-'3,415').
com/tin/etabf/filecreator/CorrValidation.java:3390:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cess_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3391:	Found 'DD'-anomaly for variable 'int_c' (lines '3,391'-'3,422').
com/tin/etabf/filecreator/CorrValidation.java:3391:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3392:	Found 'DD'-anomaly for variable 'fee_c' (lines '3,392'-'3,429').
com/tin/etabf/filecreator/CorrValidation.java:3392:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fee_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3393:	Found 'DD'-anomaly for variable 'others_c' (lines '3,393'-'3,436').
com/tin/etabf/filecreator/CorrValidation.java:3393:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'others_c' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3394:	Found 'DD'-anomaly for variable 'total_sum_depostd' (lines '3,394'-'3,439').
com/tin/etabf/filecreator/CorrValidation.java:3394:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_sum_depostd' is not final.
com/tin/etabf/filecreator/CorrValidation.java:3395:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3396:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3397:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3404:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3411:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3418:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3425:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3432:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:3442:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:3447:	Found 'DD'-anomaly for variable 'flg' (lines '3,447'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3474:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3511:	Position literals first in String comparisons
com/tin/etabf/filecreator/CorrValidation.java:3513:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3513:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3515:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3516:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3522:	Found 'DD'-anomaly for variable 'flg' (lines '3,522'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3536:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3551:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3553:	These nested if statements could be combined
com/tin/etabf/filecreator/CorrValidation.java:3554:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3560:	Found 'DD'-anomaly for variable 'flg' (lines '3,560'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3588:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3590:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3590:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:3595:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3596:	Local variable 'sep1' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3597:	Local variable 'sep2' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3598:	Found 'DU'-anomaly for variable 'day' (lines '3,598'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3598:	Local variable 'day' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3600:	Found 'DU'-anomaly for variable 'month' (lines '3,600'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3600:	Local variable 'month' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3602:	Found 'DU'-anomaly for variable 'year' (lines '3,602'-'4,030').
com/tin/etabf/filecreator/CorrValidation.java:3602:	Local variable 'year' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3605:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3609:	Found 'DD'-anomaly for variable 'flg' (lines '3,609'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3614:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3620:	Found 'DD'-anomaly for variable 'flg' (lines '3,620'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3629:	Found 'DD'-anomaly for variable 'flg' (lines '3,629'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3639:	Found 'DD'-anomaly for variable 'flg' (lines '3,639'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3643:	Useless parentheses.
com/tin/etabf/filecreator/CorrValidation.java:3651:	Found 'DD'-anomaly for variable 'flg' (lines '3,651'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3660:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3662:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3663:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3664:	Local variable 'sep1' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3665:	Local variable 'sep2' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3666:	Local variable 'day' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3668:	Local variable 'month' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3670:	Local variable 'year' could be declared final
com/tin/etabf/filecreator/CorrValidation.java:3673:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3677:	Found 'DD'-anomaly for variable 'flg' (lines '3,677'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3682:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3688:	Found 'DD'-anomaly for variable 'flg' (lines '3,688'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3697:	Found 'DD'-anomaly for variable 'flg' (lines '3,697'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3707:	Found 'DD'-anomaly for variable 'flg' (lines '3,707'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3715:	Found 'DD'-anomaly for variable 'flg' (lines '3,715'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3722:	Avoid empty if statements
com/tin/etabf/filecreator/CorrValidation.java:3722:	Position literals first in String comparisons
com/tin/etabf/filecreator/CorrValidation.java:3725:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3763:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3790:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3792:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3793:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3800:	Found 'DD'-anomaly for variable 'flg' (lines '3,800'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3810:	Found 'DD'-anomaly for variable 'flg' (lines '3,810'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3817:	Found 'DD'-anomaly for variable 'flg' (lines '3,817'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3826:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3828:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CorrValidation.java:3829:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CorrValidation.java:3836:	Found 'DD'-anomaly for variable 'flg' (lines '3,836'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3846:	Found 'DD'-anomaly for variable 'flg' (lines '3,846'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3853:	Found 'DD'-anomaly for variable 'flg' (lines '3,853'-'3,998').
com/tin/etabf/filecreator/CorrValidation.java:3862:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:3894:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CorrValidation.java:4003:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:4007:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etabf/filecreator/CorrValidation.java:4007:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CorrValidation.java:4008:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:4024:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CorrValidation.java:4025:	Avoid catching NullPointerException; consider removing the cause of the NPE.
com/tin/etabf/filecreator/CorrValidation.java:4025:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/filecreator/CorrValidation.java:4026:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/filecreator/CreateFile.java:1:	Possible God class (WMC=302, ATFD=149, TCC=0.21794871794871795)
com/tin/etabf/filecreator/CreateFile.java:19:	Avoid really long classes.
com/tin/etabf/filecreator/CreateFile.java:19:	The class 'CreateFile' has a Cyclomatic Complexity of 24 (Highest = 145).
com/tin/etabf/filecreator/CreateFile.java:19:	The class 'CreateFile' has a Modified Cyclomatic Complexity of 9 (Highest = 37).
com/tin/etabf/filecreator/CreateFile.java:19:	The class 'CreateFile' has a Standard Cyclomatic Complexity of 9 (Highest = 37).
com/tin/etabf/filecreator/CreateFile.java:19:	This class has too many methods, consider refactoring it.
com/tin/etabf/filecreator/CreateFile.java:19:	headerCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:21:	Avoid using redundant field initializer for 'rpu'
com/tin/etabf/filecreator/CreateFile.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:21:	Private field 'rpu' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/filecreator/CreateFile.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:22:	Avoid using redundant field initializer for 'model'
com/tin/etabf/filecreator/CreateFile.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:22:	To avoid mistakes add a comment at the beginning of the model field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:22:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:23:	Avoid using redundant field initializer for 'model1'
com/tin/etabf/filecreator/CreateFile.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:23:	To avoid mistakes add a comment at the beginning of the model1 field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:23:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:24:	Avoid using redundant field initializer for 'model2'
com/tin/etabf/filecreator/CreateFile.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:24:	To avoid mistakes add a comment at the beginning of the model2 field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:24:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:24:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:25:	Avoid using redundant field initializer for 'grpumain'
com/tin/etabf/filecreator/CreateFile.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:25:	To avoid mistakes add a comment at the beginning of the grpumain field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:25:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:26:	Avoid using redundant field initializer for 'corrval'
com/tin/etabf/filecreator/CreateFile.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:26:	To avoid mistakes add a comment at the beginning of the corrval field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:27:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:33:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:33:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:33:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:33:	The String literal "24Q" appears 9 times in this file; the first occurrence is on line 33
com/tin/etabf/filecreator/CreateFile.java:38:	Parameter 'passedModel' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:38:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:38:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:39:	Parameter 'passedMain' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:39:	Parameter 'passedModel1' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:39:	Parameter 'passedModel2' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:50:	Avoid really long methods.
com/tin/etabf/filecreator/CreateFile.java:50:	Found 'UR'-anomaly for variable 'inneri' (lines '50'-'108').
com/tin/etabf/filecreator/CreateFile.java:50:	The method 'createRegular' has a Cyclomatic Complexity of 92.
com/tin/etabf/filecreator/CreateFile.java:50:	The method 'createRegular' has a Modified Cyclomatic Complexity of 36.
com/tin/etabf/filecreator/CreateFile.java:50:	The method 'createRegular' has a Standard Cyclomatic Complexity of 36.
com/tin/etabf/filecreator/CreateFile.java:50:	The method createRegular() has an NCSS line count of 164
com/tin/etabf/filecreator/CreateFile.java:50:	The method createRegular() has an NPath complexity of 218601
com/tin/etabf/filecreator/CreateFile.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:51:	Avoid unused local variables such as 'retFlag'.
com/tin/etabf/filecreator/CreateFile.java:51:	Found 'DU'-anomaly for variable 'retFlag' (lines '51'-'508').
com/tin/etabf/filecreator/CreateFile.java:51:	Local variable 'retFlag' could be declared final
com/tin/etabf/filecreator/CreateFile.java:53:	Avoid variables with short names like FA
com/tin/etabf/filecreator/CreateFile.java:53:	Variables should start with a lowercase character, 'FA' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:55:	Avoid unused local variables such as 'sb'.
com/tin/etabf/filecreator/CreateFile.java:55:	Avoid variables with short names like sb
com/tin/etabf/filecreator/CreateFile.java:55:	Found 'DU'-anomaly for variable 'sb' (lines '55'-'508').
com/tin/etabf/filecreator/CreateFile.java:55:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/CreateFile.java:56:	Avoid variables with short names like ls
com/tin/etabf/filecreator/CreateFile.java:56:	Local variable 'ls' could be declared final
com/tin/etabf/filecreator/CreateFile.java:60:	Avoid variables with short names like fh
com/tin/etabf/filecreator/CreateFile.java:60:	Local variable 'fh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:73:	Local variable 'bhCounter' could be declared final
com/tin/etabf/filecreator/CreateFile.java:74:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:74:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:85:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:85:	Local variable 'challancount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:86:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile.java:86:	Found 'DD'-anomaly for variable 'cd' (lines '86'-'90').
com/tin/etabf/filecreator/CreateFile.java:99:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:101:	Avoid variables with short names like dd
com/tin/etabf/filecreator/CreateFile.java:127:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:128:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:130:	Avoid variables with short names like sd
com/tin/etabf/filecreator/CreateFile.java:130:	Found 'DD'-anomaly for variable 'sd' (lines '130'-'139').
com/tin/etabf/filecreator/CreateFile.java:132:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:132:	Found 'DD'-anomaly for variable 'SalaryCount' (lines '132'-'134').
com/tin/etabf/filecreator/CreateFile.java:132:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile.java:132:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:132:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:145:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:147:	Found 'DD'-anomaly for variable 'serialnumber' (lines '147'-'150').
com/tin/etabf/filecreator/CreateFile.java:147:	Found 'DD'-anomaly for variable 'serialnumber' (lines '147'-'162').
com/tin/etabf/filecreator/CreateFile.java:149:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:153:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/CreateFile.java:162:	Found 'DD'-anomaly for variable 'serialnumber' (lines '162'-'170').
com/tin/etabf/filecreator/CreateFile.java:165:	Found 'DD'-anomaly for variable 'c6A' (lines '165'-'171').
com/tin/etabf/filecreator/CreateFile.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:168:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:173:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:174:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:174:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:174:	The String literal "0.00" appears 60 times in this file; the first occurrence is on line 174
com/tin/etabf/filecreator/CreateFile.java:174:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:175:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:176:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:176:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:179:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:179:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:180:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:180:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:181:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:181:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:184:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:184:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:184:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:185:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:185:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:185:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:186:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:186:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:186:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:187:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:187:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:188:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:188:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:189:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:189:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:190:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:190:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:195:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:197:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:211:	Avoid variables with short names like f
com/tin/etabf/filecreator/CreateFile.java:211:	Local variable 'f' could be declared final
com/tin/etabf/filecreator/CreateFile.java:216:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:218:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:218:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:218:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:219:	Found 'DD'-anomaly for variable 'createFileCount' (lines '219'-'285').
com/tin/etabf/filecreator/CreateFile.java:219:	Found 'DD'-anomaly for variable 'updatedRec' (lines '219'-'287').
com/tin/etabf/filecreator/CreateFile.java:219:	Found 'DU'-anomaly for variable 'updatedRec' (lines '219'-'508').
com/tin/etabf/filecreator/CreateFile.java:219:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/filecreator/CreateFile.java:220:	Local variable 'ddRowCount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:221:	Avoid excessively long variable names like selYear_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:221:	Local variable 'selYear_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:221:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:221:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:221:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:221:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:221:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:221:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:222:	Avoid excessively long variable names like next_year_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:222:	Local variable 'next_year_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:222:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:222:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:225:	Found 'DD'-anomaly for variable 'col28Or29' (lines '225'-'256').
com/tin/etabf/filecreator/CreateFile.java:226:	Found 'DD'-anomaly for variable 'col31Or40' (lines '226'-'267').
com/tin/etabf/filecreator/CreateFile.java:227:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '227'-'278').
com/tin/etabf/filecreator/CreateFile.java:227:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '227'-'282').
com/tin/etabf/filecreator/CreateFile.java:229:	Avoid variables with short names like j
com/tin/etabf/filecreator/CreateFile.java:230:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile.java:234:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:234:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile.java:245:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:253:	Found 'DD'-anomaly for variable 'col17' (lines '253'-'253').
com/tin/etabf/filecreator/CreateFile.java:253:	Found 'DU'-anomaly for variable 'col17' (lines '253'-'508').
com/tin/etabf/filecreator/CreateFile.java:254:	Found 'DD'-anomaly for variable 'col21' (lines '254'-'254').
com/tin/etabf/filecreator/CreateFile.java:254:	Found 'DU'-anomaly for variable 'col21' (lines '254'-'508').
com/tin/etabf/filecreator/CreateFile.java:255:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:255:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:255:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:255:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:255:	The String literal "26Q" appears 8 times in this file; the first occurrence is on line 255
com/tin/etabf/filecreator/CreateFile.java:255:	The String literal "27Q" appears 8 times in this file; the first occurrence is on line 255
com/tin/etabf/filecreator/CreateFile.java:257:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:257:	The String literal "27EQ" appears 4 times in this file; the first occurrence is on line 257
com/tin/etabf/filecreator/CreateFile.java:263:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:263:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:266:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:269:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:269:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:270:	These nested if statements could be combined
com/tin/etabf/filecreator/CreateFile.java:276:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:278:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:279:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:282:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:282:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '282'-'278').
com/tin/etabf/filecreator/CreateFile.java:282:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '282'-'282').
com/tin/etabf/filecreator/CreateFile.java:282:	Found 'DU'-anomaly for variable 'calculatedValue' (lines '282'-'508').
com/tin/etabf/filecreator/CreateFile.java:282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:282:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:283:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:283:	The String literal "4NF" appears 4 times in this file; the first occurrence is on line 283
com/tin/etabf/filecreator/CreateFile.java:284:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:285:	Found 'DD'-anomaly for variable 'createFileCount' (lines '285'-'285').
com/tin/etabf/filecreator/CreateFile.java:286:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:287:	Found 'DD'-anomaly for variable 'updatedRec' (lines '287'-'287').
com/tin/etabf/filecreator/CreateFile.java:287:	Found 'DU'-anomaly for variable 'updatedRec' (lines '287'-'508').
com/tin/etabf/filecreator/CreateFile.java:289:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:293:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:294:	The String literal "Total TDS/TCS amount mentioned for deductees/collectees are not as per rate of deduction provided in the statement. Same are marked in red color." appears 4 times in this file; the first occurrence is on line 294
com/tin/etabf/filecreator/CreateFile.java:301:	The String literal "Anne1" appears 24 times in this file; the first occurrence is on line 301
com/tin/etabf/filecreator/CreateFile.java:321:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:354:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:357:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:359:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:359:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:359:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:360:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/filecreator/CreateFile.java:361:	Local variable 'ddRowCount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:362:	Avoid excessively long variable names like selYear_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:362:	Local variable 'selYear_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:362:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:362:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:362:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:362:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:362:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:362:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:363:	Avoid excessively long variable names like next_year_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:363:	Local variable 'next_year_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:363:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:363:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:363:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:370:	Avoid variables with short names like j
com/tin/etabf/filecreator/CreateFile.java:371:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile.java:375:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:375:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile.java:386:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:396:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:396:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:396:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:396:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:398:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:398:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:404:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:404:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:407:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:410:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:410:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:411:	These nested if statements could be combined
com/tin/etabf/filecreator/CreateFile.java:417:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:419:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:419:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:419:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:420:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:423:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:423:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:423:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:423:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:424:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:424:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:425:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:427:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:430:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:434:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:462:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:496:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:498:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/filecreator/CreateFile.java:500:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/filecreator/CreateFile.java:511:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:513:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:513:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:513:	To avoid mistakes add a comment at the beginning of the CorrectionFlag field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:513:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:513:	Variables should start with a lowercase character, 'CorrectionFlag' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:513:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:514:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:514:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:514:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/CreateFile.java:514:	To avoid mistakes add a comment at the beginning of the BH_Count field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:514:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:514:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:514:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:515:	Avoid really long methods.
com/tin/etabf/filecreator/CreateFile.java:515:	The method 'createCorrection' has a Cyclomatic Complexity of 50.
com/tin/etabf/filecreator/CreateFile.java:515:	The method 'createCorrection' has a Modified Cyclomatic Complexity of 37.
com/tin/etabf/filecreator/CreateFile.java:515:	The method 'createCorrection' has a Standard Cyclomatic Complexity of 37.
com/tin/etabf/filecreator/CreateFile.java:515:	The method createCorrection() has an NCSS line count of 155
com/tin/etabf/filecreator/CreateFile.java:515:	The method createCorrection() has an NPath complexity of 1396
com/tin/etabf/filecreator/CreateFile.java:515:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:517:	Avoid variables with short names like FA
com/tin/etabf/filecreator/CreateFile.java:517:	Local variable 'FA' could be declared final
com/tin/etabf/filecreator/CreateFile.java:517:	Variables should start with a lowercase character, 'FA' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:518:	Avoid variables with short names like ls
com/tin/etabf/filecreator/CreateFile.java:518:	Local variable 'ls' could be declared final
com/tin/etabf/filecreator/CreateFile.java:519:	Found 'DD'-anomaly for variable 'ls1' (lines '519'-'525').
com/tin/etabf/filecreator/CreateFile.java:526:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:530:	Avoid variables with short names like fh
com/tin/etabf/filecreator/CreateFile.java:530:	Local variable 'fh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:547:	Avoid variables with short names like f
com/tin/etabf/filecreator/CreateFile.java:547:	Local variable 'f' could be declared final
com/tin/etabf/filecreator/CreateFile.java:553:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:555:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:555:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:555:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:556:	Found 'DD'-anomaly for variable 'createFileCount' (lines '556'-'613').
com/tin/etabf/filecreator/CreateFile.java:556:	Found 'DD'-anomaly for variable 'updatedRec' (lines '556'-'615').
com/tin/etabf/filecreator/CreateFile.java:556:	Found 'DU'-anomaly for variable 'updatedRec' (lines '556'-'852').
com/tin/etabf/filecreator/CreateFile.java:556:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/filecreator/CreateFile.java:557:	Local variable 'ddRowCount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:558:	Avoid excessively long variable names like selYear_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:558:	Local variable 'selYear_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:558:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:558:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:558:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:559:	Avoid excessively long variable names like next_year_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:559:	Local variable 'next_year_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:559:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:559:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:559:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:562:	Found 'DD'-anomaly for variable 'col28Or29' (lines '562'-'586').
com/tin/etabf/filecreator/CreateFile.java:562:	Found 'DD'-anomaly for variable 'col28Or29' (lines '562'-'588').
com/tin/etabf/filecreator/CreateFile.java:562:	Found 'DU'-anomaly for variable 'col28Or29' (lines '562'-'852').
com/tin/etabf/filecreator/CreateFile.java:563:	Found 'DD'-anomaly for variable 'col31Or40' (lines '563'-'595').
com/tin/etabf/filecreator/CreateFile.java:563:	Found 'DD'-anomaly for variable 'col31Or40' (lines '563'-'600').
com/tin/etabf/filecreator/CreateFile.java:563:	Found 'DU'-anomaly for variable 'col31Or40' (lines '563'-'852').
com/tin/etabf/filecreator/CreateFile.java:564:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '564'-'606').
com/tin/etabf/filecreator/CreateFile.java:564:	Found 'DD'-anomaly for variable 'calculatedValue' (lines '564'-'610').
com/tin/etabf/filecreator/CreateFile.java:564:	Found 'DU'-anomaly for variable 'calculatedValue' (lines '564'-'852').
com/tin/etabf/filecreator/CreateFile.java:566:	Avoid variables with short names like j
com/tin/etabf/filecreator/CreateFile.java:567:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile.java:570:	Found 'DD'-anomaly for variable 'mode' (lines '570'-'573').
com/tin/etabf/filecreator/CreateFile.java:571:	Local variable 'modeObj' could be declared final
com/tin/etabf/filecreator/CreateFile.java:572:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:573:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:574:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:577:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:577:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:578:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:578:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:578:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:578:	The String literal "Correction" appears 4 times in this file; the first occurrence is on line 578
com/tin/etabf/filecreator/CreateFile.java:579:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:580:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:580:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:580:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:580:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:580:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:580:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:580:	The String literal "PAN UPDATE" appears 4 times in this file; the first occurrence is on line 580
com/tin/etabf/filecreator/CreateFile.java:581:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:583:	Found 'DD'-anomaly for variable 'col17' (lines '583'-'583').
com/tin/etabf/filecreator/CreateFile.java:583:	Found 'DU'-anomaly for variable 'col17' (lines '583'-'852').
com/tin/etabf/filecreator/CreateFile.java:584:	Found 'DU'-anomaly for variable 'col21' (lines '584'-'852').
com/tin/etabf/filecreator/CreateFile.java:585:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:585:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:585:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:585:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:587:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:587:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:592:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:592:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:597:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:597:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:598:	These nested if statements could be combined
com/tin/etabf/filecreator/CreateFile.java:604:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:606:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:606:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:606:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:607:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:610:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:610:	Found 'DU'-anomaly for variable 'calculatedValue' (lines '610'-'852').
com/tin/etabf/filecreator/CreateFile.java:610:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:610:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:610:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:611:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:611:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:612:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:613:	Found 'DD'-anomaly for variable 'createFileCount' (lines '613'-'613').
com/tin/etabf/filecreator/CreateFile.java:614:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:615:	Found 'DD'-anomaly for variable 'updatedRec' (lines '615'-'615').
com/tin/etabf/filecreator/CreateFile.java:615:	Found 'DU'-anomaly for variable 'updatedRec' (lines '615'-'852').
com/tin/etabf/filecreator/CreateFile.java:617:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:622:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:650:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:683:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:687:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:688:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:690:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:690:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:690:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:691:	Use one line for each declaration, it enhances code readability.
com/tin/etabf/filecreator/CreateFile.java:692:	Local variable 'ddRowCount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:693:	Avoid excessively long variable names like selYear_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:693:	Local variable 'selYear_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:693:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:693:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:694:	Avoid excessively long variable names like next_year_ann1_colour
com/tin/etabf/filecreator/CreateFile.java:694:	Local variable 'next_year_ann1_colour' could be declared final
com/tin/etabf/filecreator/CreateFile.java:694:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_ann1_colour' is not final.
com/tin/etabf/filecreator/CreateFile.java:694:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:694:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:694:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:694:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:694:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:701:	Avoid variables with short names like j
com/tin/etabf/filecreator/CreateFile.java:702:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile.java:706:	Local variable 'modeObj' could be declared final
com/tin/etabf/filecreator/CreateFile.java:707:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:708:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:709:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:713:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:713:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile.java:724:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:732:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:732:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:732:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:733:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:734:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:734:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:734:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:734:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:734:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:734:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:735:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:739:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:739:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:739:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:739:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:741:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:741:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:745:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:745:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:750:	Position literals first in String comparisons
com/tin/etabf/filecreator/CreateFile.java:750:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:751:	These nested if statements could be combined
com/tin/etabf/filecreator/CreateFile.java:757:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:759:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:759:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:760:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:763:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:763:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:763:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:763:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:764:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:765:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:767:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:770:	Prefer StringBuffer over += for concatenating strings
com/tin/etabf/filecreator/CreateFile.java:775:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:803:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:836:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:838:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/filecreator/CreateFile.java:840:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/filecreator/CreateFile.java:847:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:855:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:855:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:855:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:855:	To avoid mistakes add a comment at the beginning of the ChallanList field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:855:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:855:	Variables should start with a lowercase character, 'ChallanList' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:855:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:856:	Avoid excessively long variable names like ChallanList_Specific
com/tin/etabf/filecreator/CreateFile.java:856:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:856:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:856:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:856:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ChallanList_Specific' is not final.
com/tin/etabf/filecreator/CreateFile.java:856:	To avoid mistakes add a comment at the beginning of the ChallanList_Specific field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:856:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:856:	Variables should start with a lowercase character, 'ChallanList_Specific' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:856:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:859:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:859:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:859:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:859:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Annexure_I_List' is not final.
com/tin/etabf/filecreator/CreateFile.java:859:	To avoid mistakes add a comment at the beginning of the Annexure_I_List field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:859:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:859:	Variables should start with a lowercase character, 'Annexure_I_List' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:859:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:860:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:860:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:860:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:860:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Annexure_II_List' is not final.
com/tin/etabf/filecreator/CreateFile.java:860:	To avoid mistakes add a comment at the beginning of the Annexure_II_List field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:860:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:860:	Variables should start with a lowercase character, 'Annexure_II_List' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:860:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:862:	Avoid excessively long variable names like ChallanUpdationIndicatorList
com/tin/etabf/filecreator/CreateFile.java:862:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:862:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:862:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:862:	To avoid mistakes add a comment at the beginning of the ChallanUpdationIndicatorList field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:862:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:862:	Variables should start with a lowercase character, 'ChallanUpdationIndicatorList' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:862:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:865:	Avoid using redundant field initializer for 'corrIsError'
com/tin/etabf/filecreator/CreateFile.java:865:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/filecreator/CreateFile.java:865:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile.java:865:	To avoid mistakes add a comment at the beginning of the corrIsError field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile.java:865:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile.java:865:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:867:	Avoid really long methods.
com/tin/etabf/filecreator/CreateFile.java:867:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:867:	Avoid variables with short names like FA
com/tin/etabf/filecreator/CreateFile.java:867:	Found 'UR'-anomaly for variable 'i' (lines '867'-'940').
com/tin/etabf/filecreator/CreateFile.java:867:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:867:	The method 'EvaluateCorrectionType' has a Cyclomatic Complexity of 145.
com/tin/etabf/filecreator/CreateFile.java:867:	The method 'EvaluateCorrectionType' has a Modified Cyclomatic Complexity of 34.
com/tin/etabf/filecreator/CreateFile.java:867:	The method 'EvaluateCorrectionType' has a Standard Cyclomatic Complexity of 34.
com/tin/etabf/filecreator/CreateFile.java:867:	The method EvaluateCorrectionType() has an NCSS line count of 184
com/tin/etabf/filecreator/CreateFile.java:867:	Variables should start with a lowercase character, 'FA' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:867:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:868:	Avoid variables with short names like ls
com/tin/etabf/filecreator/CreateFile.java:868:	Local variable 'ls' could be declared final
com/tin/etabf/filecreator/CreateFile.java:873:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:873:	Local variable 'challancount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:874:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:874:	Local variable 'DDCount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:874:	Variables should start with a lowercase character, 'DDCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:875:	Found 'DD'-anomaly for variable 'SalaryCount' (lines '875'-'882').
com/tin/etabf/filecreator/CreateFile.java:875:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:878:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:878:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:878:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:878:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:880:	These nested if statements could be combined
com/tin/etabf/filecreator/CreateFile.java:882:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:882:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile.java:882:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:898:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:899:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:900:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:900:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:900:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:904:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:904:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:906:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:920:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:920:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:920:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:920:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:920:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:920:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:926:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:926:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile.java:928:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:928:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:930:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:933:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile.java:933:	Found 'DD'-anomaly for variable 'cd' (lines '933'-'942').
com/tin/etabf/filecreator/CreateFile.java:934:	Avoid variables with short names like dd
com/tin/etabf/filecreator/CreateFile.java:934:	Found 'DD'-anomaly for variable 'dd' (lines '934'-'1,156').
com/tin/etabf/filecreator/CreateFile.java:935:	Found 'DD'-anomaly for variable 'ddList' (lines '935'-'940').
com/tin/etabf/filecreator/CreateFile.java:937:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:942:	Found 'DD'-anomaly for variable 'cd' (lines '942'-'1,079').
com/tin/etabf/filecreator/CreateFile.java:953:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:962:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:962:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:972:	Avoid variables with short names like sd
com/tin/etabf/filecreator/CreateFile.java:972:	Found 'DD'-anomaly for variable 'sd' (lines '972'-'976').
com/tin/etabf/filecreator/CreateFile.java:974:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:991:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:993:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1002:	Found 'DD'-anomaly for variable 'serialnumber' (lines '1,002'-'1,010').
com/tin/etabf/filecreator/CreateFile.java:1005:	Found 'DD'-anomaly for variable 'c6A' (lines '1,005'-'1,011').
com/tin/etabf/filecreator/CreateFile.java:1008:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:1008:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1013:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:1014:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1014:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1014:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1014:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1014:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1015:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1015:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1016:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1016:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1019:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1019:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1019:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1020:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1020:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1021:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1021:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1024:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1024:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1024:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1025:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1025:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1025:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1026:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1026:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1027:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1027:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1028:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1028:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1029:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1029:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1029:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1030:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1030:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1035:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:1037:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:1050:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:1057:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:1059:	Local variable 'sb_BH' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1059:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sb_BH' is not final.
com/tin/etabf/filecreator/CreateFile.java:1060:	Local variable 'sb_CD' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1060:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sb_CD' is not final.
com/tin/etabf/filecreator/CreateFile.java:1061:	Local variable 'challan_List_temp' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1061:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_List_temp' is not final.
com/tin/etabf/filecreator/CreateFile.java:1064:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1064:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile.java:1071:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:1073:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1077:	Found 'DU'-anomaly for variable 'ddcount' (lines '1,077'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1077:	Local variable 'ddcount' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1079:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile.java:1079:	Found 'DD'-anomaly for variable 'cd' (lines '1,079'-'1,155').
com/tin/etabf/filecreator/CreateFile.java:1080:	Variables should start with a lowercase character, 'C2Indicator' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1083:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1085:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:1096:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:1105:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1105:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile.java:1117:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1138:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:1140:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1141:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1148:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1148:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile.java:1150:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:1150:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1152:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1155:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile.java:1155:	Found 'DD'-anomaly for variable 'cd' (lines '1,155'-'1,164').
com/tin/etabf/filecreator/CreateFile.java:1156:	Avoid variables with short names like dd
com/tin/etabf/filecreator/CreateFile.java:1156:	Found 'DD'-anomaly for variable 'dd' (lines '1,156'-'1,339').
com/tin/etabf/filecreator/CreateFile.java:1156:	Found 'DU'-anomaly for variable 'dd' (lines '1,156'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1157:	Found 'DD'-anomaly for variable 'ddList' (lines '1,157'-'1,162').
com/tin/etabf/filecreator/CreateFile.java:1159:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1164:	Found 'DD'-anomaly for variable 'cd' (lines '1,164'-'1,314').
com/tin/etabf/filecreator/CreateFile.java:1164:	Found 'DU'-anomaly for variable 'cd' (lines '1,164'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1177:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1202:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:1202:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile.java:1202:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:1202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:1202:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:1202:	The String literal "ADD" appears 4 times in this file; the first occurrence is on line 1,202
com/tin/etabf/filecreator/CreateFile.java:1207:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:1207:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1209:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1212:	Avoid variables with short names like sd
com/tin/etabf/filecreator/CreateFile.java:1212:	Found 'DD'-anomaly for variable 'sd' (lines '1,212'-'1,216').
com/tin/etabf/filecreator/CreateFile.java:1214:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1216:	Found 'DD'-anomaly for variable 'sd' (lines '1,216'-'1,216').
com/tin/etabf/filecreator/CreateFile.java:1216:	Found 'DU'-anomaly for variable 'sd' (lines '1,216'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1232:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1234:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1243:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile.java:1261:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:1261:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1266:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile.java:1267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1267:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1267:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1267:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1268:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1268:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1268:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1268:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1269:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1269:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1272:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1272:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1272:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1273:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1273:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1274:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1274:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1277:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1277:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1277:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1278:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1278:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1279:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1279:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1280:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1280:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1280:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1281:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1281:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1282:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1282:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1283:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1283:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1288:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:1290:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/CreateFile.java:1304:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1304:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etabf/filecreator/CreateFile.java:1307:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1307:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile.java:1309:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile.java:1309:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1311:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1314:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile.java:1314:	Found 'DD'-anomaly for variable 'cd' (lines '1,314'-'1,322').
com/tin/etabf/filecreator/CreateFile.java:1314:	Found 'DU'-anomaly for variable 'cd' (lines '1,314'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1315:	Found 'DD'-anomaly for variable 'ddList' (lines '1,315'-'1,320').
com/tin/etabf/filecreator/CreateFile.java:1315:	Found 'DU'-anomaly for variable 'ddList' (lines '1,315'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1317:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1322:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1324:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile.java:1324:	System.out.println is used
com/tin/etabf/filecreator/CreateFile.java:1331:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1333:	Avoid variables with short names like dd
com/tin/etabf/filecreator/CreateFile.java:1339:	Found 'DU'-anomaly for variable 'dd' (lines '1,339'-'1,372').
com/tin/etabf/filecreator/CreateFile.java:1375:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1378:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1378:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1378:	Parameter 'Comparison' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1378:	Parameter 'challancount' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1378:	Variables should start with a lowercase character, 'Comparison' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1378:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1402:	Avoid reassigning parameters such as 'DDCount'
com/tin/etabf/filecreator/CreateFile.java:1402:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1402:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1402:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1402:	Variables should start with a lowercase character, 'DDCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1402:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1408:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1408:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile.java:1408:	Local variable 'challanNumber' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1408:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1411:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1411:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1429:	Avoid reassigning parameters such as 'DDCount'
com/tin/etabf/filecreator/CreateFile.java:1429:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1429:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1429:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1429:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1429:	The method 'GenerateAnnexure_I_List_PANUpdate' has a Cyclomatic Complexity of 21.
com/tin/etabf/filecreator/CreateFile.java:1429:	Variables should start with a lowercase character, 'DDCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1429:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1437:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1441:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile.java:1442:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1442:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1444:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1444:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1445:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1445:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1447:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1447:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1451:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1451:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1452:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1452:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1453:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1453:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1454:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1454:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1456:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1456:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1473:	Avoid reassigning parameters such as 'SalaryCount'
com/tin/etabf/filecreator/CreateFile.java:1473:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1473:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1473:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1473:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1473:	Parameter 'type' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1473:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1473:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1485:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1485:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1503:	Avoid reassigning parameters such as 'SalaryCount'
com/tin/etabf/filecreator/CreateFile.java:1503:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1503:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1503:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1503:	Parameter 'type1' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1503:	Parameter 'type2' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1503:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1503:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1516:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1516:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1516:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1516:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1532:	Avoid reassigning parameters such as 'i'
com/tin/etabf/filecreator/CreateFile.java:1532:	Avoid variables with short names like i
com/tin/etabf/filecreator/CreateFile.java:1532:	Found 'UR'-anomaly for variable 'j' (lines '1,532'-'1,537').
com/tin/etabf/filecreator/CreateFile.java:1532:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1535:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1537:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1537:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1540:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/CreateFile.java:1549:	Found 'UR'-anomaly for variable 'j' (lines '1,549'-'1,554').
com/tin/etabf/filecreator/CreateFile.java:1549:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1549:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1549:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1552:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1554:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1554:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile.java:1554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1556:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile.java:1556:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile.java:1556:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1564:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile.java:1564:	Avoid variables with short names like i
com/tin/etabf/filecreator/CreateFile.java:1564:	Found 'UR'-anomaly for variable 'j' (lines '1,564'-'1,571').
com/tin/etabf/filecreator/CreateFile.java:1564:	Method names should not contain underscores
com/tin/etabf/filecreator/CreateFile.java:1564:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile.java:1564:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1564:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1566:	Local variable 'ddList' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1568:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1571:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1571:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile.java:1585:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1594:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile.java:1601:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1615:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1625:	Parameter 'details' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1625:	Parameter 'filetype' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1625:	Parameter 'flag' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1625:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1628:	Avoid unused local variables such as 'status'.
com/tin/etabf/filecreator/CreateFile.java:1628:	Found 'DD'-anomaly for variable 'status' (lines '1,628'-'1,646').
com/tin/etabf/filecreator/CreateFile.java:1629:	Avoid unused local variables such as 'fileToSave'.
com/tin/etabf/filecreator/CreateFile.java:1629:	Found 'DU'-anomaly for variable 'fileToSave' (lines '1,629'-'1,656').
com/tin/etabf/filecreator/CreateFile.java:1629:	Local variable 'fileToSave' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1630:	Local variable 'fileChooser' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1632:	Local variable 'Filename' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1632:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile.java:1632:	Variables should start with a lowercase character, 'Filename' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile.java:1646:	Found 'DD'-anomaly for variable 'status' (lines '1,646'-'1,653').
com/tin/etabf/filecreator/CreateFile.java:1647:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile.java:1650:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etabf/filecreator/CreateFile.java:1652:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/filecreator/CreateFile.java:1653:	Found 'DU'-anomaly for variable 'status' (lines '1,653'-'1,656').
com/tin/etabf/filecreator/CreateFile.java:1658:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1658:	Parameter 'text' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile.java:1658:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile.java:1660:	Local variable 'file' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1661:	Local variable 'out' could be declared final
com/tin/etabf/filecreator/CreateFile.java:1666:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1:	Possible God class (WMC=214, ATFD=259, TCC=0.0)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:9:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:10:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:20:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:23:	Avoid really long classes.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:23:	The class 'CreateFile_consolidatedBackup' has a Cyclomatic Complexity of 30 (Highest = 222).
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:23:	The class 'CreateFile_consolidatedBackup' has a Modified Cyclomatic Complexity of 14 (Highest = 100).
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:23:	The class 'CreateFile_consolidatedBackup' has a Standard Cyclomatic Complexity of 14 (Highest = 100).
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:23:	headerCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:25:	Avoid using redundant field initializer for 'rpu'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:25:	Private field 'rpu' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:26:	Avoid using redundant field initializer for 'model'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:26:	To avoid mistakes add a comment at the beginning of the model field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:26:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:27:	Avoid using redundant field initializer for 'model1'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:27:	To avoid mistakes add a comment at the beginning of the model1 field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:27:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:28:	Avoid using redundant field initializer for 'model2'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:28:	To avoid mistakes add a comment at the beginning of the model2 field if you want a default access modifier
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:28:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:36:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:36:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:36:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:36:	The String literal "24Q" appears 10 times in this file; the first occurrence is on line 36
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:46:	Parameter 'passedModel' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:46:	Parameter 'passedModel1' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:46:	Parameter 'passedModel2' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:46:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	Avoid really long methods.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	Found 'UR'-anomaly for variable 'inneri' (lines '55'-'391').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	Found 'UR'-anomaly for variable 'j' (lines '55'-'325').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	The method 'createRegular' has a Cyclomatic Complexity of 222.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	The method 'createRegular' has a Modified Cyclomatic Complexity of 100.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	The method 'createRegular' has a Standard Cyclomatic Complexity of 100.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	The method createRegular() has an NCSS line count of 359
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	The method createRegular() has an NPath complexity of 1801897352
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:57:	Local variable 'retFlag' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:59:	Avoid variables with short names like sb
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:59:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:63:	Avoid variables with short names like fh
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:63:	Local variable 'fh' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:81:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:82:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:88:	Avoid variables with short names like bh
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:88:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:139:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:139:	Local variable 'count' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:140:	Found 'DD'-anomaly for variable 'BatchTotal' (lines '140'-'146').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:140:	Variables should start with a lowercase character, 'BatchTotal' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:145:	Local variable 'temp' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:154:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:158:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:158:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:161:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:161:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:161:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:161:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:166:	Found 'DD'-anomaly for variable 'SalaryTotal' (lines '166'-'180').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:166:	Variables should start with a lowercase character, 'SalaryTotal' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:167:	Found 'DD'-anomaly for variable 'temp' (lines '167'-'173').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:171:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:173:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:173:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:209:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:209:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:209:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:209:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:224:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:225:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:232:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:232:	Local variable 'challancount' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:233:	Avoid variables with short names like cd
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:233:	Found 'DD'-anomaly for variable 'cd' (lines '233'-'237').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:237:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:242:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:242:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:242:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	Local variable 'DeducteeCount' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:246:	Variables should start with a lowercase character, 'DeducteeCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:248:	Avoid variables with short names like li
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:248:	Local variable 'li' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:255:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:255:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:255:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:255:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:258:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:258:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:260:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:260:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:262:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:269:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:285:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:285:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:285:	The String literal "Select" appears 10 times in this file; the first occurrence is on line 285
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:287:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:287:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:293:	Local variable 'TDS_Income_Tax' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:293:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Income_Tax' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:293:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:293:	Variables should start with a lowercase character, 'TDS_Income_Tax' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:294:	Local variable 'TDS_SurCharge' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:294:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_SurCharge' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:294:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:294:	Variables should start with a lowercase character, 'TDS_SurCharge' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:295:	Local variable 'TDS_CESS' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:295:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_CESS' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:295:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:295:	Variables should start with a lowercase character, 'TDS_CESS' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:296:	Local variable 'TDS_Interest' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:296:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Interest' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:296:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:296:	Variables should start with a lowercase character, 'TDS_Interest' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:297:	Local variable 'TDS_Others' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:297:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Others' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:297:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:297:	Variables should start with a lowercase character, 'TDS_Others' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:298:	Local variable 'TDS_Fees' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:298:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Fees' is not final.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:298:	Variables should start with a lowercase character, 'TDS_Fees' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:300:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:317:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:317:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:320:	Found 'DD'-anomaly for variable 'TotalTaxDeposited' (lines '320'-'334').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:320:	Variables should start with a lowercase character, 'TotalTaxDeposited' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:323:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:325:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:327:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:327:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:341:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:345:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:345:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:345:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:347:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:347:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:353:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:353:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:359:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:359:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:361:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:361:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:367:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:371:	Local variable 'inneri' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:375:	Avoid variables with short names like dd
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:377:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:377:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:377:	Found 'DD'-anomaly for variable 'DDCount' (lines '377'-'379').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:377:	Variables should start with a lowercase character, 'DDCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:382:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:388:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:388:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:391:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:391:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:398:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:404:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:415:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:415:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:421:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:421:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:427:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:427:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:432:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:432:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:435:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:435:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:441:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:441:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:443:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:443:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:446:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:446:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:448:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:451:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:451:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:453:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:453:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:456:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:456:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:458:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:458:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:468:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:468:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:476:	The String literal "27Q" appears 5 times in this file; the first occurrence is on line 476
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:488:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:488:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:493:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:493:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:496:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:496:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:496:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:502:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:502:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:502:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:504:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:504:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:510:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:510:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:511:	System.out.println is used
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:517:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:517:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:520:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:520:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:520:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:522:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:522:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:527:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:532:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:532:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:536:	System.out.println is used
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:539:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:556:	Comment is too large: Too many lines
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:611:	Comment is too large: Line too long
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:632:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:632:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:632:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:632:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:635:	Avoid variables with short names like sd
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:635:	Found 'DD'-anomaly for variable 'sd' (lines '635'-'647').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:637:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:637:	Found 'DD'-anomaly for variable 'SalaryCount' (lines '637'-'639').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:637:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:637:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:637:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:647:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:650:	Found 'DD'-anomaly for variable 'S16Count' (lines '650'-'706').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:650:	Variables should start with a lowercase character, 'S16Count' starts with uppercase character.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:652:	Found 'DD'-anomaly for variable 'c6ACount' (lines '652'-'739').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:662:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:662:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:665:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:665:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:670:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:670:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:672:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:672:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:692:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:692:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:695:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:695:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:697:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:697:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:706:	Found 'DD'-anomaly for variable 'S16Count' (lines '706'-'712').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:710:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:710:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:716:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:716:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:716:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:723:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:723:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:725:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:725:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:728:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:728:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:735:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:735:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:739:	Found 'DD'-anomaly for variable 'c6ACount' (lines '739'-'745').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:743:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:743:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:745:	Found 'DD'-anomaly for variable 'c6ACount' (lines '745'-'751').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:749:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:749:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:751:	Found 'DD'-anomaly for variable 'c6ACount' (lines '751'-'759').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:755:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:756:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:756:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:756:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:759:	Found 'DD'-anomaly for variable 'c6ACount' (lines '759'-'768').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:764:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:765:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:765:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:765:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:768:	Found 'DD'-anomaly for variable 'c6ACount' (lines '768'-'776').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:773:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:774:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:776:	Found 'DD'-anomaly for variable 'c6ACount' (lines '776'-'784').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:781:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:781:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:781:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:782:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:784:	Found 'DD'-anomaly for variable 'c6ACount' (lines '784'-'791').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:788:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:789:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:791:	Found 'DD'-anomaly for variable 'c6ACount' (lines '791'-'797').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:794:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:795:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:797:	Found 'DD'-anomaly for variable 'c6ACount' (lines '797'-'803').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:800:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:801:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:801:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:801:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:803:	Found 'DD'-anomaly for variable 'c6ACount' (lines '803'-'811').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:807:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:807:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:807:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:808:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:808:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:808:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:809:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:809:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:809:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:811:	Found 'DD'-anomaly for variable 'c6ACount' (lines '811'-'820').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:815:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:816:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:816:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:816:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:817:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:817:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:817:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:824:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:824:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:824:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:828:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:828:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:831:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:831:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:833:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:833:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:836:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:836:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:838:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:838:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:841:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:841:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:843:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:846:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:846:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:848:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:848:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:851:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:851:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:853:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:853:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:856:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:856:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:858:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:858:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:863:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:863:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:871:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:871:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:873:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:873:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:876:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:876:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:878:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:878:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:881:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:881:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:886:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:886:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:888:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:888:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:892:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:892:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:904:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:912:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:912:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:918:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:918:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:918:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:920:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:925:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:930:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:930:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:939:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:945:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:945:	Local variable 'c6A' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:951:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:951:	Avoid instantiating new objects inside loops
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:951:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:953:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:958:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:963:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:968:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:972:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:972:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:973:	Avoid empty if statements
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:979:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:991:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:991:	Avoid unused local variables such as 'v'.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:991:	Avoid variables with short names like v
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:991:	Found 'DU'-anomaly for variable 'v' (lines '991'-'1,001').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:991:	Local variable 'v' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1005:	Parameter 'details' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1005:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1006:	Avoid unused local variables such as 'status'.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1006:	Found 'DD'-anomaly for variable 'status' (lines '1,006'-'1,018').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1006:	Found 'DD'-anomaly for variable 'status' (lines '1,006'-'1,024').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1007:	Local variable 'fileChooser' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1010:	Local variable 'userSelection' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1013:	Local variable 'fileToSave' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1016:	Do not add empty strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1016:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1018:	Found 'DD'-anomaly for variable 'status' (lines '1,018'-'1,024').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1023:	Avoid printStackTrace(); use a logger call instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1024:	Found 'DU'-anomaly for variable 'status' (lines '1,024'-'1,028').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1030:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1030:	Parameter 'text' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1030:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1032:	Local variable 'file' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1033:	Local variable 'out' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1038:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1038:	Parameter 'str' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1038:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1040:	Found 'DD'-anomaly for variable 'count' (lines '1,040'-'1,050').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1040:	Found 'DD'-anomaly for variable 'count' (lines '1,040'-'1,055').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1041:	Found 'DU'-anomaly for variable 'findStr' (lines '1,041'-'1,058').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1041:	Local variable 'findStr' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1050:	Found 'DD'-anomaly for variable 'count' (lines '1,050'-'1,050').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1050:	Found 'DD'-anomaly for variable 'count' (lines '1,050'-'1,055').
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1051:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1057:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1057:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1057:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1057:	Useless parentheses.
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1061:	Method names should not start with capital letters
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1061:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1069:	Local variable 'sequence' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1070:	System.out.println is used
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1075:	Avoid reassigning parameters such as 'deducteecount'
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1075:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1075:	Parameter 'position' is not assigned and could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1075:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1077:	Avoid variables with short names like li
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1077:	Local variable 'li' could be declared final
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1082:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1082:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1084:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1084:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/CreateFile_consolidatedBackup.java:1084:	These nested if statements could be combined
com/tin/etabf/filecreator/DDBean.java:1:	Comment is too large: Too many lines
com/tin/etabf/filecreator/DDBean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/DDBean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/DDBean.java:10:	This class has a bunch of public methods and attributes
com/tin/etabf/filecreator/DDBean.java:18:	Each class should declare at least one constructor
com/tin/etabf/filecreator/DDBean.java:18:	The class 'DDBean' has a Cyclomatic Complexity of 2 (Highest = 115).
com/tin/etabf/filecreator/DDBean.java:18:	The class 'DDBean' has a Modified Cyclomatic Complexity of 2 (Highest = 53).
com/tin/etabf/filecreator/DDBean.java:18:	The class 'DDBean' has a Standard Cyclomatic Complexity of 2 (Highest = 53).
com/tin/etabf/filecreator/DDBean.java:18:	Too many fields
com/tin/etabf/filecreator/DDBean.java:20:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Line_Number' is not final.
com/tin/etabf/filecreator/DDBean.java:20:	Variables should start with a lowercase character, 'Line_Number' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:21:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:22:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:23:	Avoid excessively long variable names like Challan_DetailRecordNumber
com/tin/etabf/filecreator/DDBean.java:23:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Challan_DetailRecordNumber' is not final.
com/tin/etabf/filecreator/DDBean.java:23:	Variables should start with a lowercase character, 'Challan_DetailRecordNumber' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:24:	Avoid excessively long variable names like DeducteePartyDetailRecordNo
com/tin/etabf/filecreator/DDBean.java:24:	Variables should start with a lowercase character, 'DeducteePartyDetailRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:24:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:25:	Variables should start with a lowercase character, 'Mode' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:26:	Variables should start with a lowercase character, 'EmployeeSerialNo' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:27:	Variables should start with a lowercase character, 'DeducteePartyCode' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:28:	Avoid excessively long variable names like LastEmployeePartyPAN
com/tin/etabf/filecreator/DDBean.java:28:	Variables should start with a lowercase character, 'LastEmployeePartyPAN' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:29:	Variables should start with a lowercase character, 'EmployeePartyPAN' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:29:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:30:	Avoid excessively long variable names like LastEmployeePartyPANRefNo
com/tin/etabf/filecreator/DDBean.java:30:	Variables should start with a lowercase character, 'LastEmployeePartyPANRefNo' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:31:	Variables should start with a lowercase character, 'PANRefNo' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:32:	Avoid excessively long variable names like NameofEmployeeParty
com/tin/etabf/filecreator/DDBean.java:32:	Variables should start with a lowercase character, 'NameofEmployeeParty' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:33:	Avoid excessively long variable names like TDSTCS_IncomeTaxfortheperiod
com/tin/etabf/filecreator/DDBean.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDSTCS_IncomeTaxfortheperiod' is not final.
com/tin/etabf/filecreator/DDBean.java:33:	Variables should start with a lowercase character, 'TDSTCS_IncomeTaxfortheperiod' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:34:	Avoid excessively long variable names like TDSTCS_Surchargefortheperiod
com/tin/etabf/filecreator/DDBean.java:34:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDSTCS_Surchargefortheperiod' is not final.
com/tin/etabf/filecreator/DDBean.java:34:	Variables should start with a lowercase character, 'TDSTCS_Surchargefortheperiod' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:35:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDSTCS_Cess' is not final.
com/tin/etabf/filecreator/DDBean.java:35:	Variables should start with a lowercase character, 'TDSTCS_Cess' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:35:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:36:	Avoid excessively long variable names like TotalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/DDBean.java:36:	Variables should start with a lowercase character, 'TotalIncomeTaxDeductedatSource' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:37:	Avoid excessively long variable names like LastTotalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/DDBean.java:37:	Variables should start with a lowercase character, 'LastTotalIncomeTaxDeductedatSource' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:37:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:38:	Variables should start with a lowercase character, 'TotalTaxDeposited' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:39:	Avoid excessively long variable names like LastTotalTaxDeposited
com/tin/etabf/filecreator/DDBean.java:39:	Variables should start with a lowercase character, 'LastTotalTaxDeposited' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:40:	Avoid excessively long variable names like TotalValueofPurchase
com/tin/etabf/filecreator/DDBean.java:40:	Variables should start with a lowercase character, 'TotalValueofPurchase' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:40:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:41:	Avoid excessively long variable names like AmountofPaymentCredit
com/tin/etabf/filecreator/DDBean.java:41:	Variables should start with a lowercase character, 'AmountofPaymentCredit' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:41:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:42:	Avoid excessively long variable names like DateonwhichAmountpaidCredited
com/tin/etabf/filecreator/DDBean.java:42:	Variables should start with a lowercase character, 'DateonwhichAmountpaidCredited' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:42:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:43:	Avoid excessively long variable names like DateonwhichtaxDeducted
com/tin/etabf/filecreator/DDBean.java:43:	Variables should start with a lowercase character, 'DateonwhichtaxDeducted' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:43:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:44:	Variables should start with a lowercase character, 'DateofDeposit' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:44:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:45:	Avoid excessively long variable names like RateatwhichTaxDeductedCollected
com/tin/etabf/filecreator/DDBean.java:45:	Variables should start with a lowercase character, 'RateatwhichTaxDeductedCollected' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:45:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:46:	Avoid excessively long variable names like GrossingupIndicator
com/tin/etabf/filecreator/DDBean.java:46:	Variables should start with a lowercase character, 'GrossingupIndicator' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:46:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:47:	Avoid excessively long variable names like BookEntryCashIndicator
com/tin/etabf/filecreator/DDBean.java:47:	Variables should start with a lowercase character, 'BookEntryCashIndicator' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:47:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:48:	Avoid excessively long variable names like DateoffurnishingTaxDeductionCertificate
com/tin/etabf/filecreator/DDBean.java:48:	Variables should start with a lowercase character, 'DateoffurnishingTaxDeductionCertificate' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:48:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:49:	Variables should start with a lowercase character, 'Remarks1' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:49:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:55:	Avoid excessively long variable names like DeducteeIsPermanentResident
com/tin/etabf/filecreator/DDBean.java:55:	Variables should start with a lowercase character, 'DeducteeIsPermanentResident' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:56:	Avoid excessively long variable names like DeducteeIsPermanentResidentEstablishment
com/tin/etabf/filecreator/DDBean.java:56:	Variables should start with a lowercase character, 'DeducteeIsPermanentResidentEstablishment' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:56:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:59:	Avoid excessively long variable names like SectionCodePaymentMade
com/tin/etabf/filecreator/DDBean.java:59:	Variables should start with a lowercase character, 'SectionCodePaymentMade' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:60:	Avoid excessively long variable names like CertificateNumberAssessingOfficer
com/tin/etabf/filecreator/DDBean.java:60:	Variables should start with a lowercase character, 'CertificateNumberAssessingOfficer' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:60:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:61:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:61:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:62:	Avoid excessively long variable names like WhetherTDSrateisTDS_ITactandDTAA
com/tin/etabf/filecreator/DDBean.java:62:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'WhetherTDSrateisTDS_ITactandDTAA' is not final.
com/tin/etabf/filecreator/DDBean.java:62:	Variables should start with a lowercase character, 'WhetherTDSrateisTDS_ITactandDTAA' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:62:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:63:	Avoid excessively long variable names like NatureOfRemittance
com/tin/etabf/filecreator/DDBean.java:63:	Variables should start with a lowercase character, 'NatureOfRemittance' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:63:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:64:	Avoid excessively long variable names like UniqueAcknowledgementOfForm15CA
com/tin/etabf/filecreator/DDBean.java:64:	Variables should start with a lowercase character, 'UniqueAcknowledgementOfForm15CA' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:64:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:65:	Variables should start with a lowercase character, 'CountryofDeductee' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:65:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:67:	Variables should start with a lowercase character, 'EmailIdofDeductee' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:67:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:68:	Avoid excessively long variable names like ContactNumberofDeductee
com/tin/etabf/filecreator/DDBean.java:68:	Variables should start with a lowercase character, 'ContactNumberofDeductee' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:68:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:69:	Variables should start with a lowercase character, 'AddressofDeductee' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:69:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:70:	Avoid excessively long variable names like TaxIdentificationNumber
com/tin/etabf/filecreator/DDBean.java:70:	Variables should start with a lowercase character, 'TaxIdentificationNumber' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:70:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:72:	Comment is too large: Line too long
com/tin/etabf/filecreator/DDBean.java:73:	Avoid excessively long variable names like AmtOfCshWdrawInExcessOfRs1CrS194N
com/tin/etabf/filecreator/DDBean.java:73:	Variables should start with a lowercase character, 'AmtOfCshWdrawInExcessOfRs1CrS194N' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:73:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:75:	Avoid excessively long variable names like AmtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N
com/tin/etabf/filecreator/DDBean.java:75:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'AmtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N' is not final.
com/tin/etabf/filecreator/DDBean.java:75:	Variables should start with a lowercase character, 'AmtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:75:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:76:	Avoid excessively long variable names like AmtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N
com/tin/etabf/filecreator/DDBean.java:76:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'AmtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N' is not final.
com/tin/etabf/filecreator/DDBean.java:76:	Variables should start with a lowercase character, 'AmtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:76:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:78:	Avoid excessively long variable names like WhetherPymntisLiable
com/tin/etabf/filecreator/DDBean.java:78:	Variables should start with a lowercase character, 'WhetherPymntisLiable' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:78:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:79:	Variables should start with a lowercase character, 'ChallanNumber' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:79:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:80:	Avoid excessively long variable names like DateofPymntofTDStoCG
com/tin/etabf/filecreator/DDBean.java:80:	Variables should start with a lowercase character, 'DateofPymntofTDStoCG' starts with uppercase character.
com/tin/etabf/filecreator/DDBean.java:80:	fieldCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:83:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:83:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:86:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:86:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'line_Number' is not final.
com/tin/etabf/filecreator/DDBean.java:86:	Parameter 'line_Number' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:86:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:92:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:92:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:95:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:98:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:98:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:101:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:104:	Avoid excessively long variable names like challan_DetailRecordNumber
com/tin/etabf/filecreator/DDBean.java:104:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:104:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_DetailRecordNumber' is not final.
com/tin/etabf/filecreator/DDBean.java:104:	Parameter 'challan_DetailRecordNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:104:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:107:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:110:	Avoid excessively long variable names like deducteePartyDetailRecordNo
com/tin/etabf/filecreator/DDBean.java:110:	Parameter 'deducteePartyDetailRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:116:	Parameter 'mode' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:116:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:119:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:122:	Parameter 'employeeSerialNo' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:128:	Parameter 'deducteePartyCode' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:128:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:131:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:134:	Avoid excessively long variable names like lastEmployeePartyPAN
com/tin/etabf/filecreator/DDBean.java:134:	Parameter 'lastEmployeePartyPAN' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:134:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:140:	Parameter 'employeePartyPAN' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:140:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:143:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:146:	Avoid excessively long variable names like lastEmployeePartyPANRefNo
com/tin/etabf/filecreator/DDBean.java:146:	Parameter 'lastEmployeePartyPANRefNo' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:152:	Parameter 'pANRefNo' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:152:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:155:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:158:	Avoid excessively long variable names like nameofEmployeeParty
com/tin/etabf/filecreator/DDBean.java:158:	Parameter 'nameofEmployeeParty' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:158:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:161:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:164:	Avoid excessively long variable names like tDSTCS_IncomeTaxfortheperiod
com/tin/etabf/filecreator/DDBean.java:164:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:164:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tDSTCS_IncomeTaxfortheperiod' is not final.
com/tin/etabf/filecreator/DDBean.java:164:	Parameter 'tDSTCS_IncomeTaxfortheperiod' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:164:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:167:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:167:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:170:	Avoid excessively long variable names like tDSTCS_Surchargefortheperiod
com/tin/etabf/filecreator/DDBean.java:170:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:170:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tDSTCS_Surchargefortheperiod' is not final.
com/tin/etabf/filecreator/DDBean.java:170:	Parameter 'tDSTCS_Surchargefortheperiod' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:173:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:173:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:176:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:176:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tDSTCS_Cess' is not final.
com/tin/etabf/filecreator/DDBean.java:176:	Parameter 'tDSTCS_Cess' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:176:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:179:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:182:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:183:	Avoid excessively long variable names like totalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/DDBean.java:183:	Parameter 'totalIncomeTaxDeductedatSource' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:186:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:189:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:190:	Avoid excessively long variable names like lastTotalIncomeTaxDeductedatSource
com/tin/etabf/filecreator/DDBean.java:190:	Parameter 'lastTotalIncomeTaxDeductedatSource' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:193:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:196:	Parameter 'totalTaxDeposited' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:196:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:199:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:202:	Avoid excessively long variable names like lastTotalTaxDeposited
com/tin/etabf/filecreator/DDBean.java:202:	Parameter 'lastTotalTaxDeposited' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:202:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:205:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:208:	Avoid excessively long variable names like totalValueofPurchase
com/tin/etabf/filecreator/DDBean.java:208:	Parameter 'totalValueofPurchase' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:208:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:211:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:214:	Avoid excessively long variable names like amountofPaymentCredit
com/tin/etabf/filecreator/DDBean.java:214:	Parameter 'amountofPaymentCredit' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:214:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:217:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:220:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:221:	Avoid excessively long variable names like dateonwhichAmountpaidCredited
com/tin/etabf/filecreator/DDBean.java:221:	Parameter 'dateonwhichAmountpaidCredited' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:227:	Avoid excessively long variable names like dateonwhichtaxDeducted
com/tin/etabf/filecreator/DDBean.java:227:	Parameter 'dateonwhichtaxDeducted' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:227:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:230:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:233:	Parameter 'dateofDeposit' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:233:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:236:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:239:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:240:	Avoid excessively long variable names like rateatwhichTaxDeductedCollected
com/tin/etabf/filecreator/DDBean.java:240:	Parameter 'rateatwhichTaxDeductedCollected' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:243:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:246:	Avoid excessively long variable names like grossingupIndicator
com/tin/etabf/filecreator/DDBean.java:246:	Parameter 'grossingupIndicator' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:246:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:249:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:252:	Avoid excessively long variable names like bookEntryCashIndicator
com/tin/etabf/filecreator/DDBean.java:252:	Parameter 'bookEntryCashIndicator' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:252:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:255:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:258:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:259:	Avoid excessively long variable names like dateoffurnishingTaxDeductionCertificate
com/tin/etabf/filecreator/DDBean.java:259:	Parameter 'dateoffurnishingTaxDeductionCertificate' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:262:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:265:	Parameter 'remarks1' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:265:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:268:	Comment is too large: Too many lines
com/tin/etabf/filecreator/DDBean.java:285:	Avoid excessively long variable names like deducteeIsPermanentResident
com/tin/etabf/filecreator/DDBean.java:285:	Parameter 'deducteeIsPermanentResident' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:285:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:288:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:291:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:292:	Avoid excessively long variable names like deducteeIsPermanentResidentEstablishment
com/tin/etabf/filecreator/DDBean.java:292:	Parameter 'deducteeIsPermanentResidentEstablishment' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:302:	Avoid excessively long variable names like sectionCodePaymentMade
com/tin/etabf/filecreator/DDBean.java:302:	Parameter 'sectionCodePaymentMade' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:302:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:305:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:308:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:309:	Avoid excessively long variable names like certificateNumberAssessingOfficer
com/tin/etabf/filecreator/DDBean.java:309:	Parameter 'certificateNumberAssessingOfficer' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:316:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:316:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:319:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:319:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:320:	Avoid excessively long variable names like whetherTDSrateisTDS_ITactandDTAA
com/tin/etabf/filecreator/DDBean.java:320:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'whetherTDSrateisTDS_ITactandDTAA' is not final.
com/tin/etabf/filecreator/DDBean.java:320:	Parameter 'whetherTDSrateisTDS_ITactandDTAA' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:323:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:326:	Avoid excessively long variable names like natureOfRemittance
com/tin/etabf/filecreator/DDBean.java:326:	Parameter 'natureOfRemittance' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:326:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:329:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:332:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:333:	Avoid excessively long variable names like uniqueAcknowledgementOfForm15CA
com/tin/etabf/filecreator/DDBean.java:333:	Parameter 'uniqueAcknowledgementOfForm15CA' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:336:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:339:	Parameter 'countryofDeductee' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:339:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:342:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:345:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:345:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:350:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:353:	Parameter 'emailIdofDeductee' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:353:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:356:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:359:	Avoid excessively long variable names like contactNumberofDeductee
com/tin/etabf/filecreator/DDBean.java:359:	Parameter 'contactNumberofDeductee' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:359:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:362:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:365:	Parameter 'addressofDeductee' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:365:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:368:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:371:	Avoid excessively long variable names like taxIdentificationNumber
com/tin/etabf/filecreator/DDBean.java:371:	Parameter 'taxIdentificationNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:371:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:374:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:377:	Avoid excessively long variable names like amtOfCshWdrawInExcessOfRs1CrS194N
com/tin/etabf/filecreator/DDBean.java:377:	Parameter 'amtOfCshWdrawInExcessOfRs1CrS194N' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:377:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:380:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:380:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:383:	Avoid excessively long variable names like amtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N
com/tin/etabf/filecreator/DDBean.java:383:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:383:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'amtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N' is not final.
com/tin/etabf/filecreator/DDBean.java:383:	Parameter 'amtOfCshWdrawInExcessOfRs20lkhSbclause_a_194N' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:383:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:386:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:386:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:389:	Avoid excessively long variable names like amtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N
com/tin/etabf/filecreator/DDBean.java:389:	Method names should not contain underscores
com/tin/etabf/filecreator/DDBean.java:389:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'amtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N' is not final.
com/tin/etabf/filecreator/DDBean.java:389:	Parameter 'amtOfCshWdrawInExcessOfRs20lkhSbclause_b_194N' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:389:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:392:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:395:	Avoid excessively long variable names like whetherPymntisLiable
com/tin/etabf/filecreator/DDBean.java:395:	Parameter 'whetherPymntisLiable' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:395:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:398:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:401:	Parameter 'challanNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:401:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:404:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:407:	Avoid excessively long variable names like dateofPymntofTDStoCG
com/tin/etabf/filecreator/DDBean.java:407:	Parameter 'dateofPymntofTDStoCG' is not assigned and could be declared final
com/tin/etabf/filecreator/DDBean.java:407:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/DDBean.java:414:	Comment is too large: Line too long
com/tin/etabf/filecreator/DDBean.java:417:	Avoid really long methods.
com/tin/etabf/filecreator/DDBean.java:417:	The method 'toString' has a Cyclomatic Complexity of 115.
com/tin/etabf/filecreator/DDBean.java:417:	The method 'toString' has a Modified Cyclomatic Complexity of 53.
com/tin/etabf/filecreator/DDBean.java:417:	The method 'toString' has a Standard Cyclomatic Complexity of 53.
com/tin/etabf/filecreator/DDBean.java:417:	The method toString() has an NCSS line count of 154
com/tin/etabf/filecreator/DDBean.java:417:	The method toString() has an NPath complexity of 1087373312
com/tin/etabf/filecreator/DDBean.java:419:	Avoid variables with short names like sb
com/tin/etabf/filecreator/DDBean.java:419:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/DDBean.java:419:	StringBuffer constructor is initialized with size 16, but has at least 47 characters appended.
com/tin/etabf/filecreator/DDBean.java:421:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:425:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:427:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:431:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:433:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:437:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:439:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:443:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:445:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:449:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:451:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:455:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:457:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:461:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:463:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:468:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:470:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:474:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:476:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:480:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:482:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:486:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:488:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:492:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:494:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:498:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:500:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:504:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:506:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:510:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:512:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:516:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:518:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:522:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:524:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:528:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:530:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:534:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:536:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:540:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:543:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:548:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:550:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:554:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:556:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:560:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:562:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:566:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:568:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:572:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:574:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:578:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:580:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:584:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:586:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:590:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:592:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:596:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:598:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:602:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:609:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:613:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:623:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:627:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:632:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:636:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:638:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:642:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:644:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:649:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:653:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:655:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:660:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:664:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:666:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:671:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:675:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:677:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:681:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:685:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:689:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:690:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:694:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:695:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:699:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:700:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:704:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:707:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/DDBean.java:708:	These nested if statements could be combined
com/tin/etabf/filecreator/DDBean.java:708:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:712:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:716:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/DDBean.java:717:	These nested if statements could be combined
com/tin/etabf/filecreator/DDBean.java:717:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:718:	System.out.println is used
com/tin/etabf/filecreator/DDBean.java:722:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:723:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/DDBean.java:724:	These nested if statements could be combined
com/tin/etabf/filecreator/DDBean.java:724:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:725:	System.out.println is used
com/tin/etabf/filecreator/DDBean.java:729:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:729:	StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/etabf/filecreator/DDBean.java:729:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/DDBean.java:731:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:731:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/DDBean.java:732:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/DDBean.java:733:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/DDBean.java:737:	System.out.println is used
com/tin/etabf/filecreator/DDBean.java:738:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/DDBean.java:738:	Useless parentheses.
com/tin/etabf/filecreator/FHBean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/FHBean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/FHBean.java:12:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etabf/filecreator/FHBean.java:13:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etabf/filecreator/FHBean.java:17:	Each class should declare at least one constructor
com/tin/etabf/filecreator/FHBean.java:17:	The class 'FHBean' has a Cyclomatic Complexity of 2 (Highest = 33).
com/tin/etabf/filecreator/FHBean.java:17:	The class 'FHBean' has a Modified Cyclomatic Complexity of 1 (Highest = 17).
com/tin/etabf/filecreator/FHBean.java:17:	The class 'FHBean' has a Standard Cyclomatic Complexity of 1 (Highest = 17).
com/tin/etabf/filecreator/FHBean.java:17:	Too many fields
com/tin/etabf/filecreator/FHBean.java:19:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:20:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:21:	Variables should start with a lowercase character, 'FileType' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:22:	Variables should start with a lowercase character, 'UploadType' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:27:	Variables should start with a lowercase character, 'CreationDate' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:28:	Variables should start with a lowercase character, 'SequenceNum' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:29:	Variables should start with a lowercase character, 'UploaderType' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:29:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:30:	Variables should start with a lowercase character, 'EmployerTAN' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'No_of_Batches' is not final.
com/tin/etabf/filecreator/FHBean.java:31:	Variables should start with a lowercase character, 'No_of_Batches' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:32:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'RPU_Name' is not final.
com/tin/etabf/filecreator/FHBean.java:32:	Variables should start with a lowercase character, 'RPU_Name' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:33:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:34:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'FVU_Version' is not final.
com/tin/etabf/filecreator/FHBean.java:34:	Variables should start with a lowercase character, 'FVU_Version' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:35:	Variables should start with a lowercase character, 'FileHash' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:35:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:36:	Variables should start with a lowercase character, 'SAMVersion' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:37:	Variables should start with a lowercase character, 'SAMHash' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:37:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:38:	Variables should start with a lowercase character, 'SCMVersion' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:39:	Variables should start with a lowercase character, 'SCMHash' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:40:	Variables should start with a lowercase character, 'ConsilidatedHash' starts with uppercase character.
com/tin/etabf/filecreator/FHBean.java:40:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:44:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:47:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:47:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:53:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:59:	Parameter 'fileType' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:62:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:65:	Parameter 'uploadType' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:65:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:68:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:71:	Parameter 'creationDate' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:71:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:77:	Parameter 'sequenceNum' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:80:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:83:	Parameter 'uploaderType' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:83:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:86:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:89:	Parameter 'employerTAN' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:92:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:92:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:95:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:95:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'no_of_Batches' is not final.
com/tin/etabf/filecreator/FHBean.java:95:	Parameter 'no_of_Batches' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:95:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:98:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:98:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:101:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:101:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rPU_Name' is not final.
com/tin/etabf/filecreator/FHBean.java:101:	Parameter 'rPU_Name' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:104:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:107:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:107:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:110:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:113:	Method names should not contain underscores
com/tin/etabf/filecreator/FHBean.java:113:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fVU_Version' is not final.
com/tin/etabf/filecreator/FHBean.java:113:	Parameter 'fVU_Version' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:116:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:119:	Parameter 'fileHash' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:119:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:125:	Parameter 'sAMVersion' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:128:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:131:	Parameter 'sAMHash' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:131:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:134:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:137:	Parameter 'sCMVersion' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:140:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:143:	Parameter 'sCMHash' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:143:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:149:	Parameter 'consilidatedHash' is not assigned and could be declared final
com/tin/etabf/filecreator/FHBean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:153:	Avoid really long methods.
com/tin/etabf/filecreator/FHBean.java:153:	The method 'toString' has a Cyclomatic Complexity of 33.
com/tin/etabf/filecreator/FHBean.java:153:	The method 'toString' has a Modified Cyclomatic Complexity of 17.
com/tin/etabf/filecreator/FHBean.java:153:	The method 'toString' has a Standard Cyclomatic Complexity of 17.
com/tin/etabf/filecreator/FHBean.java:153:	The method toString() has an NPath complexity of 43046721
com/tin/etabf/filecreator/FHBean.java:153:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/FHBean.java:155:	Avoid variables with short names like sb
com/tin/etabf/filecreator/FHBean.java:155:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/FHBean.java:155:	StringBuffer constructor is initialized with size 16, but has at least 17 characters appended.
com/tin/etabf/filecreator/FHBean.java:157:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/FHBean.java:158:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:158:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/FHBean.java:159:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etabf/filecreator/FHBean.java:160:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:162:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:167:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:169:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:174:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:176:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:181:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:183:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:188:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:190:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:195:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:198:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:204:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:206:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:211:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:213:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:218:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:220:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:225:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:227:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:232:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:234:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:239:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:241:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:246:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:248:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:253:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:255:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:260:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:262:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:267:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/FHBean.java:269:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FHBean.java:275:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FHBean.java:275:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:3:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:7:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:8:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:10:	Possible God class (WMC=1315, ATFD=1002, TCC=0.047619047619047616)
com/tin/etabf/filecreator/FileAppender.java:25:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etabf/filecreator/FileAppender.java:26:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etabf/filecreator/FileAppender.java:28:	Avoid really long classes.
com/tin/etabf/filecreator/FileAppender.java:28:	The class 'FileAppender' has a Cyclomatic Complexity of 106 (Highest = 521).
com/tin/etabf/filecreator/FileAppender.java:28:	The class 'FileAppender' has a Modified Cyclomatic Complexity of 41 (Highest = 156).
com/tin/etabf/filecreator/FileAppender.java:28:	The class 'FileAppender' has a Standard Cyclomatic Complexity of 41 (Highest = 156).
com/tin/etabf/filecreator/FileAppender.java:28:	The type has an NCSS line count of 1938
com/tin/etabf/filecreator/FileAppender.java:28:	This class has too many methods, consider refactoring it.
com/tin/etabf/filecreator/FileAppender.java:28:	Too many fields
com/tin/etabf/filecreator/FileAppender.java:30:	Avoid using redundant field initializer for 'rpu'
com/tin/etabf/filecreator/FileAppender.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:30:	Private field 'rpu' could be made final; it is only initialized in the declaration or constructor.
com/tin/etabf/filecreator/FileAppender.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:31:	Avoid using redundant field initializer for 'model'
com/tin/etabf/filecreator/FileAppender.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:31:	To avoid mistakes add a comment at the beginning of the model field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:31:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:32:	Avoid using redundant field initializer for 'model1'
com/tin/etabf/filecreator/FileAppender.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:32:	To avoid mistakes add a comment at the beginning of the model1 field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:32:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:33:	Avoid using redundant field initializer for 'model2'
com/tin/etabf/filecreator/FileAppender.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:33:	To avoid mistakes add a comment at the beginning of the model2 field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:33:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:34:	Avoid using redundant field initializer for 'li'
com/tin/etabf/filecreator/FileAppender.java:34:	Avoid variables with short names like li
com/tin/etabf/filecreator/FileAppender.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:34:	To avoid mistakes add a comment at the beginning of the li field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:34:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:36:	To avoid mistakes add a comment at the beginning of the DDCount field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:36:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:36:	Variables should start with a lowercase character, 'DDCount' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:38:	To avoid mistakes add a comment at the beginning of the S16Count field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:38:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:38:	Variables should start with a lowercase character, 'S16Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:39:	To avoid mistakes add a comment at the beginning of the c6ACount field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:39:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:42:	To avoid mistakes add a comment at the beginning of the c6aString field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:42:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:42:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:43:	Avoid using redundant field initializer for 'c6aCount'
com/tin/etabf/filecreator/FileAppender.java:43:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:44:	Avoid using redundant field initializer for 'c6ACount_counter'
com/tin/etabf/filecreator/FileAppender.java:44:	Avoid using redundant field initializer for 'c6aString_counter'
com/tin/etabf/filecreator/FileAppender.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'c6ACount_counter' is not final.
com/tin/etabf/filecreator/FileAppender.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'c6aString_counter' is not final.
com/tin/etabf/filecreator/FileAppender.java:44:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:47:	Avoid using redundant field initializer for 'fh'
com/tin/etabf/filecreator/FileAppender.java:47:	Avoid variables with short names like fh
com/tin/etabf/filecreator/FileAppender.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:47:	To avoid mistakes add a comment at the beginning of the fh field if you want a default access modifier
com/tin/etabf/filecreator/FileAppender.java:47:	Use explicit scoping instead of the default package private level
com/tin/etabf/filecreator/FileAppender.java:47:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:51:	Avoid using redundant field initializer for 'ded16II'
com/tin/etabf/filecreator/FileAppender.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:52:	Avoid using redundant field initializer for 'ded16III'
com/tin/etabf/filecreator/FileAppender.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:52:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:53:	Avoid using redundant field initializer for 'ded16IA'
com/tin/etabf/filecreator/FileAppender.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:53:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:54:	Avoid using redundant field initializer for 'totalDed16'
com/tin/etabf/filecreator/FileAppender.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:54:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:55:	Avoid excessively long variable names like temp80C80CCCand80CCD
com/tin/etabf/filecreator/FileAppender.java:55:	Avoid using redundant field initializer for 'temp80C80CCCand80CCD'
com/tin/etabf/filecreator/FileAppender.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etabf/filecreator/FileAppender.java:55:	fieldCommentRequirement Required
com/tin/etabf/filecreator/FileAppender.java:65:	Parameter 'CreateFileModel' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:65:	Parameter 'CreateFileRpu' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:65:	Variables should start with a lowercase character, 'CreateFileModel' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:65:	Variables should start with a lowercase character, 'CreateFileRpu' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:66:	Parameter 'CreateFileModel1' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:66:	Variables should start with a lowercase character, 'CreateFileModel1' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:67:	Parameter 'CreateFileModel2' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:67:	Variables should start with a lowercase character, 'CreateFileModel2' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:80:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:90:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:90:	The String literal "24Q" appears 31 times in this file; the first occurrence is on line 90
com/tin/etabf/filecreator/FileAppender.java:92:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:92:	The String literal "26Q" appears 19 times in this file; the first occurrence is on line 92
com/tin/etabf/filecreator/FileAppender.java:93:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:93:	The String literal "27Q" appears 29 times in this file; the first occurrence is on line 93
com/tin/etabf/filecreator/FileAppender.java:95:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:95:	The String literal "27EQ" appears 27 times in this file; the first occurrence is on line 95
com/tin/etabf/filecreator/FileAppender.java:102:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:115:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:115:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:115:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:115:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:115:	Parameter 'correctionType' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:115:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:115:	The method '_BHAppender' has a Cyclomatic Complexity of 41.
com/tin/etabf/filecreator/FileAppender.java:115:	The method '_BHAppender' has a Modified Cyclomatic Complexity of 30.
com/tin/etabf/filecreator/FileAppender.java:115:	The method '_BHAppender' has a Standard Cyclomatic Complexity of 30.
com/tin/etabf/filecreator/FileAppender.java:115:	The method _BHAppender() has an NCSS line count of 122
com/tin/etabf/filecreator/FileAppender.java:115:	The method _BHAppender() has an NPath complexity of 716636160
com/tin/etabf/filecreator/FileAppender.java:117:	Avoid variables with short names like bh
com/tin/etabf/filecreator/FileAppender.java:117:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/FileAppender.java:118:	Avoid variables with short names like df
com/tin/etabf/filecreator/FileAppender.java:118:	Avoid variables with short names like sf
com/tin/etabf/filecreator/FileAppender.java:118:	Local variable 'df' could be declared final
com/tin/etabf/filecreator/FileAppender.java:118:	Local variable 'sf' could be declared final
com/tin/etabf/filecreator/FileAppender.java:118:	The String literal "0.00" appears 94 times in this file; the first occurrence is on line 118
com/tin/etabf/filecreator/FileAppender.java:120:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:124:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:126:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:161:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:163:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:184:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:184:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:186:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:186:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:192:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:192:	Local variable 'count' could be declared final
com/tin/etabf/filecreator/FileAppender.java:193:	Found 'DD'-anomaly for variable 'BatchTotal' (lines '193'-'199').
com/tin/etabf/filecreator/FileAppender.java:193:	Variables should start with a lowercase character, 'BatchTotal' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:197:	Local variable 'temp' could be declared final
com/tin/etabf/filecreator/FileAppender.java:197:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:197:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:203:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:207:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:207:	The String literal "0.0" appears 16 times in this file; the first occurrence is on line 207
com/tin/etabf/filecreator/FileAppender.java:215:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:215:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:216:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:216:	The String literal "Regular" appears 6 times in this file; the first occurrence is on line 216
com/tin/etabf/filecreator/FileAppender.java:221:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:221:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:228:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:228:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:229:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:229:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:231:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:231:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:231:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:231:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:238:	Found 'DD'-anomaly for variable 'SalaryTotal' (lines '238'-'251').
com/tin/etabf/filecreator/FileAppender.java:238:	Variables should start with a lowercase character, 'SalaryTotal' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:239:	Found 'DD'-anomaly for variable 'temp' (lines '239'-'245').
com/tin/etabf/filecreator/FileAppender.java:242:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:243:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:243:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:245:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:268:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:268:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:275:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:275:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:281:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:281:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:286:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:286:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:289:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:289:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:290:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:290:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:294:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:294:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:316:	Local variable 'typeofDD' could be declared final
com/tin/etabf/filecreator/FileAppender.java:316:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:317:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:317:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:319:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:319:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:320:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:320:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:328:	The String literal "Correction" appears 7 times in this file; the first occurrence is on line 328
com/tin/etabf/filecreator/FileAppender.java:330:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:334:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:341:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:341:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FileAppender.java:344:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:365:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:365:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:365:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:365:	Found 'UR'-anomaly for variable 'j' (lines '365'-'539').
com/tin/etabf/filecreator/FileAppender.java:365:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:365:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:365:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:365:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:365:	The method '_CDAppender' has a Cyclomatic Complexity of 96.
com/tin/etabf/filecreator/FileAppender.java:365:	The method '_CDAppender' has a Modified Cyclomatic Complexity of 45.
com/tin/etabf/filecreator/FileAppender.java:365:	The method '_CDAppender' has a Standard Cyclomatic Complexity of 45.
com/tin/etabf/filecreator/FileAppender.java:365:	The method _CDAppender() has an NCSS line count of 146
com/tin/etabf/filecreator/FileAppender.java:365:	The method _CDAppender() has an NPath complexity of 851705856
com/tin/etabf/filecreator/FileAppender.java:367:	Avoid variables with short names like cd
com/tin/etabf/filecreator/FileAppender.java:367:	Local variable 'cd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:368:	Avoid variables with short names like df
com/tin/etabf/filecreator/FileAppender.java:368:	Avoid variables with short names like sf
com/tin/etabf/filecreator/FileAppender.java:368:	Local variable 'df' could be declared final
com/tin/etabf/filecreator/FileAppender.java:368:	Local variable 'sf' could be declared final
com/tin/etabf/filecreator/FileAppender.java:370:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:372:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:373:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:373:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:377:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:377:	Local variable 'DeducteeCount' could be declared final
com/tin/etabf/filecreator/FileAppender.java:377:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:377:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:377:	Variables should start with a lowercase character, 'DeducteeCount' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:384:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Fees' is not final.
com/tin/etabf/filecreator/FileAppender.java:384:	Variables should start with a lowercase character, 'TDS_Fees' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:385:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Others' is not final.
com/tin/etabf/filecreator/FileAppender.java:385:	Variables should start with a lowercase character, 'TDS_Others' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:386:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Interest' is not final.
com/tin/etabf/filecreator/FileAppender.java:386:	Variables should start with a lowercase character, 'TDS_Interest' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:387:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_CESS' is not final.
com/tin/etabf/filecreator/FileAppender.java:387:	Variables should start with a lowercase character, 'TDS_CESS' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:388:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_SurCharge' is not final.
com/tin/etabf/filecreator/FileAppender.java:388:	Variables should start with a lowercase character, 'TDS_SurCharge' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:389:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Income_Tax' is not final.
com/tin/etabf/filecreator/FileAppender.java:389:	Variables should start with a lowercase character, 'TDS_Income_Tax' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:391:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:392:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:392:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:393:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:393:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:394:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:394:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:400:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:401:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:401:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:402:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:409:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:418:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:419:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:420:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:420:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:421:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:421:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:422:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:427:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:428:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:428:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:436:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:440:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:445:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:445:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:446:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:446:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:447:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:447:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:448:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:448:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:449:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:449:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:450:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:450:	Potential violation of Law of Demeter (object not created locally)
com/tin/etabf/filecreator/FileAppender.java:458:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:458:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:466:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:487:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:493:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:498:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:499:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:500:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:500:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:506:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:506:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:507:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:511:	The String literal "Select" appears 50 times in this file; the first occurrence is on line 511
com/tin/etabf/filecreator/FileAppender.java:512:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:512:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:521:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:523:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:523:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:524:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:524:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:531:	Found 'DD'-anomaly for variable 'TotalTaxDeposited' (lines '531'-'542').
com/tin/etabf/filecreator/FileAppender.java:531:	Variables should start with a lowercase character, 'TotalTaxDeposited' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:533:	Found 'DD'-anomaly for variable 'DDSurcharge' (lines '533'-'564').
com/tin/etabf/filecreator/FileAppender.java:533:	Variables should start with a lowercase character, 'DDSurcharge' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:534:	Found 'DD'-anomaly for variable 'DDCess' (lines '534'-'574').
com/tin/etabf/filecreator/FileAppender.java:534:	Variables should start with a lowercase character, 'DDCess' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:535:	Found 'DD'-anomaly for variable 'DDIncomeTax' (lines '535'-'584').
com/tin/etabf/filecreator/FileAppender.java:535:	Variables should start with a lowercase character, 'DDIncomeTax' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:536:	Found 'DD'-anomaly for variable 'TotalTaxDeducted' (lines '536'-'553').
com/tin/etabf/filecreator/FileAppender.java:536:	Variables should start with a lowercase character, 'TotalTaxDeducted' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:538:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/FileAppender.java:539:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:543:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:550:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:551:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:551:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:561:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:562:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:562:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:565:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:571:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:572:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:572:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:575:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:575:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:581:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:582:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:582:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:585:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:585:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:591:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:593:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:593:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:594:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:595:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:596:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:596:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:597:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:604:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etabf/filecreator/FileAppender.java:615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:628:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:628:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:629:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:629:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:635:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:636:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:637:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:637:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:643:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:646:	Method call on object which may be null
com/tin/etabf/filecreator/FileAppender.java:647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:653:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:653:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:658:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:658:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:658:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:659:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:672:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:672:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:677:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:686:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:686:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:686:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:688:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:688:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:691:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:693:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:713:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:713:	Avoid variables with short names like cd
com/tin/etabf/filecreator/FileAppender.java:713:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:713:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:713:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:713:	Parameter 'cd' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:713:	Parameter 'inneri' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:713:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:713:	The method '_DDAppender' has a Cyclomatic Complexity of 191.
com/tin/etabf/filecreator/FileAppender.java:713:	The method '_DDAppender' has a Modified Cyclomatic Complexity of 57.
com/tin/etabf/filecreator/FileAppender.java:713:	The method '_DDAppender' has a Standard Cyclomatic Complexity of 57.
com/tin/etabf/filecreator/FileAppender.java:713:	The method _DDAppender() has an NCSS line count of 127
com/tin/etabf/filecreator/FileAppender.java:713:	The method _DDAppender() has an NPath complexity of 1073741824
com/tin/etabf/filecreator/FileAppender.java:715:	Avoid variables with short names like dd
com/tin/etabf/filecreator/FileAppender.java:715:	Local variable 'dd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:716:	Avoid variables with short names like df
com/tin/etabf/filecreator/FileAppender.java:716:	Avoid variables with short names like sf
com/tin/etabf/filecreator/FileAppender.java:716:	Local variable 'df' could be declared final
com/tin/etabf/filecreator/FileAppender.java:716:	Local variable 'sf' could be declared final
com/tin/etabf/filecreator/FileAppender.java:718:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:720:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:722:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:722:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:724:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:724:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:730:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:732:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:732:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:753:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:754:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:755:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:758:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:760:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:760:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:763:	Unnecessary wrapper object creation
com/tin/etabf/filecreator/FileAppender.java:767:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:767:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:768:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:771:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:778:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:778:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:782:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:783:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:783:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:794:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:805:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:805:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:806:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:807:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:807:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:813:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:813:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:814:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:814:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:819:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:819:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:825:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:832:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:834:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:834:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:835:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:835:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:835:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:835:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:841:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:842:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:844:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:844:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:845:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:845:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:851:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:853:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:853:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:854:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:854:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:860:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:863:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:863:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:865:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:871:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:872:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:874:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:874:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:875:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:875:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:877:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:882:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:885:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:885:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:887:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:887:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:887:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:887:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:893:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:895:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:895:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:896:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:896:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:898:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:902:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:904:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:904:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:905:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:905:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:910:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:912:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:912:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:913:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:913:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:918:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:921:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:921:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:923:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:923:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:926:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:928:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:928:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:929:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:929:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:931:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:931:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:931:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:931:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:936:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:936:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:937:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:938:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:940:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:940:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:940:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:943:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:945:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:945:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:946:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:946:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:948:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:951:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:951:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:958:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:986:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:986:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1004:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1005:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1007:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1007:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1008:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1008:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1016:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1017:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1018:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1020:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1020:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1028:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1028:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1029:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1031:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1031:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1032:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1033:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1033:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1034:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1036:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1036:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1038:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1038:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1040:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:1043:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1043:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1044:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1046:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1046:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1047:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1048:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1048:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1049:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1051:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1051:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1055:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1058:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1058:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1059:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1061:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1061:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1062:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1063:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1063:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1064:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1066:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1066:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1068:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1068:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1070:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1070:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1070:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1077:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1078:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1080:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1080:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1081:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1081:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1089:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1090:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1092:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1092:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1093:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1093:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1095:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1101:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1102:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1113:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1114:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1123:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1124:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1133:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1149:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1162:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:1175:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:1175:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1177:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:1177:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1177:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:1179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1180:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1180:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1184:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1188:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1191:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1191:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1197:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1197:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1198:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1200:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1200:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1201:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1202:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1202:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1203:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1205:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1205:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1208:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:1212:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1212:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1213:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1215:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1215:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1216:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1217:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1217:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1218:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1223:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1223:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1223:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1227:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1227:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1228:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1230:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1231:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1232:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1232:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1233:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1235:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1235:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1238:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1238:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1238:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1253:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:1253:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:1253:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:1253:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:1253:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:1253:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:1253:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:1253:	The method '_SDAppender' has a Cyclomatic Complexity of 345.
com/tin/etabf/filecreator/FileAppender.java:1253:	The method '_SDAppender' has a Modified Cyclomatic Complexity of 149.
com/tin/etabf/filecreator/FileAppender.java:1253:	The method '_SDAppender' has a Standard Cyclomatic Complexity of 149.
com/tin/etabf/filecreator/FileAppender.java:1253:	The method _SDAppender() has an NCSS line count of 417
com/tin/etabf/filecreator/FileAppender.java:1258:	Avoid variables with short names like sd
com/tin/etabf/filecreator/FileAppender.java:1258:	Local variable 'sd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:1261:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '1,261'-'1,918').
com/tin/etabf/filecreator/FileAppender.java:1261:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '1,261'-'1,978').
com/tin/etabf/filecreator/FileAppender.java:1262:	Found 'DD'-anomaly for variable 'countPANLender' (lines '1,262'-'2,049').
com/tin/etabf/filecreator/FileAppender.java:1262:	Found 'DD'-anomaly for variable 'countPANLender' (lines '1,262'-'2,088').
com/tin/etabf/filecreator/FileAppender.java:1266:	Avoid excessively long variable names like temp80C80CCCand80CCD
com/tin/etabf/filecreator/FileAppender.java:1266:	Found 'DD'-anomaly for variable 'temp80C80CCCand80CCD' (lines '1,266'-'2,237').
com/tin/etabf/filecreator/FileAppender.java:1269:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:1271:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1275:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1275:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1288:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1288:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1289:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1289:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1293:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1293:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1294:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1294:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1299:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1299:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1313:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1313:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1314:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1314:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1314:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1314:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1319:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1319:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1320:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1320:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1324:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1324:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1326:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1326:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1328:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1328:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1335:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1335:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1336:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1336:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1337:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1337:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1339:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1339:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1347:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1347:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1348:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1348:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1349:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1349:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1357:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:1358:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:1364:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:1368:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1368:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1369:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1372:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1372:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1373:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1373:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1376:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1376:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1377:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1377:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1392:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1392:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1393:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1393:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1399:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1399:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1403:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1407:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1412:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1413:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1416:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1421:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1422:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1422:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1425:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1430:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1434:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1436:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1440:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1442:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1443:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1443:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1446:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1448:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1452:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1454:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1455:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1458:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1462:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1463:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1466:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1468:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1469:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1469:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1472:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1476:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1477:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1477:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1480:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1482:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1486:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1490:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1494:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1496:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1497:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1497:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1500:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1504:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1505:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1505:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1508:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1510:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1514:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1518:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1522:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1524:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1528:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1532:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1533:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1533:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1537:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1539:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1543:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1547:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1548:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1548:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1551:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1553:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1557:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1559:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1560:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1560:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1563:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1565:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1566:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1566:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1570:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1572:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1573:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1573:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1577:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1579:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:1580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1583:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:1587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1587:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1605:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1606:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1606:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1606:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1606:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1606:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1606:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1607:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1607:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1607:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1607:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1607:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1607:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1614:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1614:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1614:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1614:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1614:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1614:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1615:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1615:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1623:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1624:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1624:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1632:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1632:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1633:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1640:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1640:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1641:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1641:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1647:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1647:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1648:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1648:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1648:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1648:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1648:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1648:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1653:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1654:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1654:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1654:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1654:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1654:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1654:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1659:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1660:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1666:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1666:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1666:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1666:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1666:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1666:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1667:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1667:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1668:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1674:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1674:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1674:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1674:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1674:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1674:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1675:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1675:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1676:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1686:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1687:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:1691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1692:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1692:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1697:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1697:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1698:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1698:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1703:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1703:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1707:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1707:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1708:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1708:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1712:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1712:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1717:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1717:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1718:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1722:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1722:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1723:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1723:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1728:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1728:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1734:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1734:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1740:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1740:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1745:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1745:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1746:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1746:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1757:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1757:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1758:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1758:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1762:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1762:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1762:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1762:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1762:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:1763:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1763:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:1764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1764:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1770:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:1770:	Potential violation of Law of Demeter (static property access)
com/tin/etabf/filecreator/FileAppender.java:1772:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1772:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1778:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1778:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1783:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1783:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1787:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1787:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1787:	The String literal "--Select--" appears 19 times in this file; the first occurrence is on line 1,787
com/tin/etabf/filecreator/FileAppender.java:1788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1788:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1788:	The String literal "--SELECT--" appears 16 times in this file; the first occurrence is on line 1,788
com/tin/etabf/filecreator/FileAppender.java:1789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1789:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1792:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1792:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1795:	The String literal "Payment made to Government organization (Central/State only)" appears 16 times in this file; the first occurrence is on line 1,795
com/tin/etabf/filecreator/FileAppender.java:1796:	The String literal "GOVERNMENT" appears 16 times in this file; the first occurrence is on line 1,796
com/tin/etabf/filecreator/FileAppender.java:1798:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:1800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1801:	The String literal "Payment made to Non-resident" appears 16 times in this file; the first occurrence is on line 1,801
com/tin/etabf/filecreator/FileAppender.java:1802:	The String literal "NONRESDENT" appears 16 times in this file; the first occurrence is on line 1,802
com/tin/etabf/filecreator/FileAppender.java:1804:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1804:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1807:	The String literal "Payment made to Other than Government organization and Non-resident" appears 16 times in this file; the first occurrence is on line 1,807
com/tin/etabf/filecreator/FileAppender.java:1808:	The String literal "OTHERVALUE" appears 16 times in this file; the first occurrence is on line 1,808
com/tin/etabf/filecreator/FileAppender.java:1812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1820:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1821:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1821:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1826:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1829:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1829:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1830:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1830:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1831:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1831:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1834:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1834:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1840:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1840:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1844:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1844:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1852:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1852:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1857:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:1870:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:1883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1889:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1889:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1892:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1892:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1893:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1893:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1894:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1894:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1897:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1897:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1903:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1903:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1907:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1918:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '1,918'-'1,978').
com/tin/etabf/filecreator/FileAppender.java:1920:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:1933:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:1944:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1944:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1945:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1945:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1949:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1949:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1952:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1952:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1953:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1953:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1954:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1957:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1957:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1963:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1963:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1967:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1975:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:1980:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:1993:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2004:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2004:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2005:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2005:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2014:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2014:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2015:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2018:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2018:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2021:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2023:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2023:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2024:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2025:	Potential violation of Law of Demeter (method chain calls)
com/tin/etabf/filecreator/FileAppender.java:2049:	Found 'DD'-anomaly for variable 'countPANLender' (lines '2,049'-'2,088').
com/tin/etabf/filecreator/FileAppender.java:2088:	Found 'DD'-anomaly for variable 'countPANLender' (lines '2,088'-'2,149').
com/tin/etabf/filecreator/FileAppender.java:2090:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2103:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2111:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2149:	Found 'DD'-anomaly for variable 'countPANLender' (lines '2,149'-'2,186').
com/tin/etabf/filecreator/FileAppender.java:2198:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2233:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2237:	Found 'DD'-anomaly for variable 'temp80C80CCCand80CCD' (lines '2,237'-'2,243').
com/tin/etabf/filecreator/FileAppender.java:2303:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2312:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:2312:	Avoid variables with short names like sb
com/tin/etabf/filecreator/FileAppender.java:2312:	Avoid variables with short names like sd
com/tin/etabf/filecreator/FileAppender.java:2312:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2312:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2312:	Parameter 'inneri' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2312:	Parameter 'sb' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2312:	Parameter 'sd' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2313:	Parameter 'serialnumber' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2315:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2321:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2322:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2324:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2326:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2340:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2341:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2350:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:2350:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:2350:	Avoid variables with short names like sd
com/tin/etabf/filecreator/FileAppender.java:2350:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2350:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2350:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2350:	Parameter 'sd' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2351:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:2351:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2351:	Parameter 'inneri' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2351:	Parameter 'serialnumber' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2353:	Local variable 's16' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2355:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:2357:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:2359:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2360:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2362:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2364:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2369:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2387:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2398:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:2398:	Avoid variables with short names like sd
com/tin/etabf/filecreator/FileAppender.java:2398:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2398:	Parameter 'bhCounter' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2398:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2398:	Parameter 'sd' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2399:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:2399:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2399:	Parameter 'serialnumber' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2401:	Local variable 'c6A' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2403:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:2405:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:2407:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2408:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2411:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2411:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:2416:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:2419:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2419:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:2424:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:2427:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2427:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:2432:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:2451:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2451:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/FileAppender.java:2451:	Parameter 'BH_Count' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2451:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2461:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2463:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2464:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2466:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2473:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2478:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2487:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:2487:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:2487:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:2487:	Found 'UR'-anomaly for variable 'i' (lines '2,487'-'2,678').
com/tin/etabf/filecreator/FileAppender.java:2487:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2487:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2487:	The method '_BHAppenderCorrection' has a Cyclomatic Complexity of 141.
com/tin/etabf/filecreator/FileAppender.java:2487:	The method '_BHAppenderCorrection' has a Modified Cyclomatic Complexity of 56.
com/tin/etabf/filecreator/FileAppender.java:2487:	The method '_BHAppenderCorrection' has a Standard Cyclomatic Complexity of 56.
com/tin/etabf/filecreator/FileAppender.java:2487:	The method _BHAppenderCorrection() has an NCSS line count of 163
com/tin/etabf/filecreator/FileAppender.java:2488:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:2488:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Annexure_II_List' is not final.
com/tin/etabf/filecreator/FileAppender.java:2488:	Parameter 'Annexure_II_List' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2488:	Parameter 'correctionType' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2488:	Variables should start with a lowercase character, 'Annexure_II_List' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2489:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:2489:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/FileAppender.java:2489:	Parameter 'BH_Count' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2489:	Parameter 'challanList' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2489:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2493:	Avoid variables with short names like bh
com/tin/etabf/filecreator/FileAppender.java:2493:	Local variable 'bh' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2494:	Avoid variables with short names like df
com/tin/etabf/filecreator/FileAppender.java:2494:	Avoid variables with short names like sf
com/tin/etabf/filecreator/FileAppender.java:2494:	Local variable 'df' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2494:	Local variable 'sf' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2496:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2496:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2515:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2526:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2534:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2535:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2536:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2540:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:2553:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2553:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2553:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2555:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2555:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2556:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2557:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2557:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2559:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2559:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2561:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2561:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2575:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2577:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2589:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:2593:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2594:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2594:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:2595:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2602:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2604:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2616:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2616:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2616:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2618:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2618:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2619:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2620:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2620:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2622:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2622:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2623:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2623:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2644:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2645:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2645:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2645:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2646:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2647:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2648:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2648:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2650:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2650:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2651:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2651:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2652:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2653:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2655:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2656:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2656:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2657:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2658:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2660:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2660:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2661:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2661:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2662:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2662:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2663:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2664:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2671:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etabf/filecreator/FileAppender.java:2671:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2671:	Avoid unused local variables such as 'count'.
com/tin/etabf/filecreator/FileAppender.java:2671:	Found 'DU'-anomaly for variable 'count' (lines '2,671'-'2,909').
com/tin/etabf/filecreator/FileAppender.java:2671:	Local variable 'count' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2672:	Found 'DD'-anomaly for variable 'BatchTotal' (lines '2,672'-'2,682').
com/tin/etabf/filecreator/FileAppender.java:2672:	Variables should start with a lowercase character, 'BatchTotal' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2675:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2676:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2676:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2680:	Local variable 'temp' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2689:	Local variable 'temp' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2701:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2709:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2710:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2717:	Variables should start with a lowercase character, 'SalaryCount' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2719:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2720:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2726:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2727:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2728:	Found 'DD'-anomaly for variable 'SalaryCount' (lines '2,728'-'2,731').
com/tin/etabf/filecreator/FileAppender.java:2734:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2735:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2741:	Variables should start with a lowercase character, 'SalaryTotal' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2742:	Found 'DU'-anomaly for variable 'temp' (lines '2,742'-'2,909').
com/tin/etabf/filecreator/FileAppender.java:2743:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:2744:	Local variable 'i' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2745:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2757:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2772:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2774:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2791:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:2796:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2805:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2857:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:2868:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2869:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2870:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2872:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:2875:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:2883:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2884:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2885:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2886:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2892:	Use equals() to compare strings instead of '==' or '!='
com/tin/etabf/filecreator/FileAppender.java:2895:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2911:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:2921:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:2921:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:2921:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:2921:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:2921:	Found 'UR'-anomaly for variable 'j' (lines '2,921'-'3,148').
com/tin/etabf/filecreator/FileAppender.java:2921:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:2921:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2921:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2921:	The method '_CDAppenderCorrection' has a Cyclomatic Complexity of 175.
com/tin/etabf/filecreator/FileAppender.java:2921:	The method '_CDAppenderCorrection' has a Modified Cyclomatic Complexity of 80.
com/tin/etabf/filecreator/FileAppender.java:2921:	The method '_CDAppenderCorrection' has a Standard Cyclomatic Complexity of 80.
com/tin/etabf/filecreator/FileAppender.java:2921:	The method _CDAppenderCorrection() has an NCSS line count of 233
com/tin/etabf/filecreator/FileAppender.java:2922:	Avoid reassigning parameters such as 'ddcount'
com/tin/etabf/filecreator/FileAppender.java:2922:	Parameter 'CorrectionType' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2922:	Variables should start with a lowercase character, 'CorrectionType' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2923:	Avoid excessively long variable names like ChallanUpdationIndicatorList
com/tin/etabf/filecreator/FileAppender.java:2923:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/FileAppender.java:2923:	Parameter 'BH_Count' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2923:	Parameter 'ChallanUpdationIndicatorList' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:2923:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2923:	Variables should start with a lowercase character, 'ChallanUpdationIndicatorList' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2924:	Avoid variables with short names like df
com/tin/etabf/filecreator/FileAppender.java:2924:	Avoid variables with short names like sf
com/tin/etabf/filecreator/FileAppender.java:2924:	Local variable 'df' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2924:	Local variable 'sf' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2925:	Avoid variables with short names like cd
com/tin/etabf/filecreator/FileAppender.java:2925:	Local variable 'cd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2927:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2927:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2930:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2930:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:2934:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:2934:	Local variable 'DeducteeCount' could be declared final
com/tin/etabf/filecreator/FileAppender.java:2934:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:2934:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:2934:	Variables should start with a lowercase character, 'DeducteeCount' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2938:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:2945:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:2946:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:2960:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Fees' is not final.
com/tin/etabf/filecreator/FileAppender.java:2960:	Variables should start with a lowercase character, 'TDS_Fees' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2961:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Others' is not final.
com/tin/etabf/filecreator/FileAppender.java:2961:	Variables should start with a lowercase character, 'TDS_Others' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2962:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Interest' is not final.
com/tin/etabf/filecreator/FileAppender.java:2962:	Variables should start with a lowercase character, 'TDS_Interest' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2963:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_CESS' is not final.
com/tin/etabf/filecreator/FileAppender.java:2963:	Variables should start with a lowercase character, 'TDS_CESS' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2964:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_SurCharge' is not final.
com/tin/etabf/filecreator/FileAppender.java:2964:	Variables should start with a lowercase character, 'TDS_SurCharge' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2965:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TDS_Income_Tax' is not final.
com/tin/etabf/filecreator/FileAppender.java:2965:	Variables should start with a lowercase character, 'TDS_Income_Tax' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:2968:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2975:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2982:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2989:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:2996:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3003:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3010:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3011:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3012:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3013:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3014:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3015:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3021:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3023:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:3023:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:3029:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:3029:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:3039:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3043:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3063:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:3090:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3103:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3104:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3104:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3105:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:3106:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:3109:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3111:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3115:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:3115:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3123:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3137:	Found 'DD'-anomaly for variable 'TotalTaxDeposited' (lines '3,137'-'3,159').
com/tin/etabf/filecreator/FileAppender.java:3137:	Variables should start with a lowercase character, 'TotalTaxDeposited' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3139:	Found 'DD'-anomaly for variable 'DDSurcharge' (lines '3,139'-'3,227').
com/tin/etabf/filecreator/FileAppender.java:3139:	Variables should start with a lowercase character, 'DDSurcharge' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3140:	Found 'DD'-anomaly for variable 'DDCess' (lines '3,140'-'3,288').
com/tin/etabf/filecreator/FileAppender.java:3140:	Variables should start with a lowercase character, 'DDCess' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3141:	Found 'DD'-anomaly for variable 'DDIncomeTax' (lines '3,141'-'3,352').
com/tin/etabf/filecreator/FileAppender.java:3141:	Variables should start with a lowercase character, 'DDIncomeTax' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3142:	Found 'DD'-anomaly for variable 'TotalTaxDeducted' (lines '3,142'-'3,186').
com/tin/etabf/filecreator/FileAppender.java:3142:	Variables should start with a lowercase character, 'TotalTaxDeducted' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3144:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3145:	Local variable 'j' could be declared final
com/tin/etabf/filecreator/FileAppender.java:3148:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3156:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3157:	System.err.println is used
com/tin/etabf/filecreator/FileAppender.java:3158:	System.err.println is used
com/tin/etabf/filecreator/FileAppender.java:3178:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3208:	Avoid variables with short names like o
com/tin/etabf/filecreator/FileAppender.java:3208:	Local variable 'o' could be declared final
com/tin/etabf/filecreator/FileAppender.java:3209:	Avoid unused local variables such as 'ddListLength'.
com/tin/etabf/filecreator/FileAppender.java:3209:	Found 'DD'-anomaly for variable 'ddListLength' (lines '3,209'-'3,211').
com/tin/etabf/filecreator/FileAppender.java:3210:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3211:	Found 'DD'-anomaly for variable 'ddListLength' (lines '3,211'-'3,209').
com/tin/etabf/filecreator/FileAppender.java:3211:	Found 'DU'-anomaly for variable 'ddListLength' (lines '3,211'-'3,525').
com/tin/etabf/filecreator/FileAppender.java:3216:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3279:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3318:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3326:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etabf/filecreator/FileAppender.java:3343:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3404:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3405:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3422:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3423:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3424:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3441:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:3442:	Avoid using if statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3442:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:3443:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3443:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3443:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3447:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3447:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3448:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:3450:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3450:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3450:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3451:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3455:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:3455:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3456:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3462:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3468:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3468:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3468:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3472:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3474:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3474:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3502:	Avoid unused local variables such as 's'.
com/tin/etabf/filecreator/FileAppender.java:3502:	Local variable 's' could be declared final
com/tin/etabf/filecreator/FileAppender.java:3514:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3523:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3527:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:3536:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:3536:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:3536:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:3536:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:3536:	Parameter 'inneri' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:3536:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:3536:	The method '_DDAppenderCorrection' has a Cyclomatic Complexity of 258.
com/tin/etabf/filecreator/FileAppender.java:3536:	The method '_DDAppenderCorrection' has a Modified Cyclomatic Complexity of 85.
com/tin/etabf/filecreator/FileAppender.java:3536:	The method '_DDAppenderCorrection' has a Standard Cyclomatic Complexity of 85.
com/tin/etabf/filecreator/FileAppender.java:3536:	The method _DDAppenderCorrection() has an NCSS line count of 164
com/tin/etabf/filecreator/FileAppender.java:3537:	Avoid variables with short names like cd
com/tin/etabf/filecreator/FileAppender.java:3537:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/FileAppender.java:3537:	Parameter 'BH_Count' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:3537:	Parameter 'CorrectionType' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:3537:	Parameter 'cd' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:3537:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3537:	Variables should start with a lowercase character, 'CorrectionType' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:3539:	Avoid variables with short names like dd
com/tin/etabf/filecreator/FileAppender.java:3539:	Local variable 'dd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:3541:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:3541:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:3560:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3561:	Avoid if (x != y) ..; else ..;
com/tin/etabf/filecreator/FileAppender.java:3561:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3564:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3564:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3597:	Unnecessary wrapper object creation
com/tin/etabf/filecreator/FileAppender.java:3643:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3673:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3673:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3674:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3686:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:3686:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3694:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:3694:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3731:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3734:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:3751:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3752:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3753:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3755:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3757:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:3777:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3778:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3779:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3791:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3792:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3794:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3810:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3812:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3815:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:3817:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3817:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3817:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3819:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3822:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3826:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3829:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:3831:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3831:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3831:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3833:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3836:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3839:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3842:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:3844:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3844:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3844:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3846:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:3849:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:3856:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3857:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3859:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3870:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3870:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3892:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3893:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3895:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3906:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3907:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3909:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3921:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3922:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3924:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3934:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3935:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:3937:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:3980:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:3991:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:3999:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4000:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4003:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4007:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4007:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4007:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4025:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4026:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4026:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4028:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4031:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4031:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4031:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4038:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4041:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4045:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:4046:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:4047:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4048:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4052:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4052:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4052:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4062:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4062:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4067:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4073:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4073:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4073:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4081:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4081:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4081:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4084:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4088:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4091:	Avoid using Literals in Conditional Statements
com/tin/etabf/filecreator/FileAppender.java:4091:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:4112:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4112:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4117:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4117:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:4117:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4118:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4127:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4127:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:4127:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4128:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4130:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:4138:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etabf/filecreator/FileAppender.java:4138:	These nested if statements could be combined
com/tin/etabf/filecreator/FileAppender.java:4138:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4139:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4156:	Avoid really long methods.
com/tin/etabf/filecreator/FileAppender.java:4156:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:4156:	Avoid variables with short names like i
com/tin/etabf/filecreator/FileAppender.java:4156:	Avoid variables with short names like ls
com/tin/etabf/filecreator/FileAppender.java:4156:	Method names should not contain underscores
com/tin/etabf/filecreator/FileAppender.java:4156:	Parameter 'i' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:4156:	Parameter 'ls' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:4156:	The method '_SDAppenderCorrection' has a Cyclomatic Complexity of 521.
com/tin/etabf/filecreator/FileAppender.java:4156:	The method '_SDAppenderCorrection' has a Modified Cyclomatic Complexity of 156.
com/tin/etabf/filecreator/FileAppender.java:4156:	The method '_SDAppenderCorrection' has a Standard Cyclomatic Complexity of 156.
com/tin/etabf/filecreator/FileAppender.java:4156:	The method _SDAppenderCorrection() has an NCSS line count of 427
com/tin/etabf/filecreator/FileAppender.java:4157:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'BH_Count' is not final.
com/tin/etabf/filecreator/FileAppender.java:4157:	Parameter 'BH_Count' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:4157:	Variables should start with a lowercase character, 'BH_Count' starts with uppercase character.
com/tin/etabf/filecreator/FileAppender.java:4163:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,163'-'4,906').
com/tin/etabf/filecreator/FileAppender.java:4163:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,163'-'4,971').
com/tin/etabf/filecreator/FileAppender.java:4163:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,163'-'5,034').
com/tin/etabf/filecreator/FileAppender.java:4164:	Found 'DD'-anomaly for variable 'countPANLender' (lines '4,164'-'5,108').
com/tin/etabf/filecreator/FileAppender.java:4167:	Avoid variables with short names like sd
com/tin/etabf/filecreator/FileAppender.java:4167:	Local variable 'sd' could be declared final
com/tin/etabf/filecreator/FileAppender.java:4169:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:4169:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:4183:	Position literals first in String comparisons
com/tin/etabf/filecreator/FileAppender.java:4183:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4183:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4183:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4186:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etabf/filecreator/FileAppender.java:4279:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4291:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:4292:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etabf/filecreator/FileAppender.java:4301:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4321:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4349:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4359:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4394:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4404:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4414:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4424:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4431:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4438:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4445:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4452:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4461:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4468:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4477:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4484:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4493:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4500:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4509:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4516:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4525:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4532:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4542:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4549:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4558:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4565:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4572:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4580:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4588:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4595:	Avoid using if...else statements without curly braces
com/tin/etabf/filecreator/FileAppender.java:4617:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4618:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4626:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4635:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4644:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4652:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4659:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4665:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4671:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4678:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4679:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4680:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4686:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4687:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4702:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:4703:	Do not add empty strings
com/tin/etabf/filecreator/FileAppender.java:4708:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4791:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4793:	Use opposite operator instead of the logic complement operator.
com/tin/etabf/filecreator/FileAppender.java:4803:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:4804:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4826:	System.out.println is used
com/tin/etabf/filecreator/FileAppender.java:4844:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4859:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4906:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,906'-'4,971').
com/tin/etabf/filecreator/FileAppender.java:4906:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,906'-'5,034').
com/tin/etabf/filecreator/FileAppender.java:4908:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4921:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:4971:	Found 'DD'-anomaly for variable 'countPANLandLord' (lines '4,971'-'5,034').
com/tin/etabf/filecreator/FileAppender.java:4973:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:4986:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5036:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:5049:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5108:	Found 'DD'-anomaly for variable 'countPANLender' (lines '5,108'-'5,173').
com/tin/etabf/filecreator/FileAppender.java:5110:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:5125:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5134:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5173:	Found 'DD'-anomaly for variable 'countPANLender' (lines '5,173'-'5,238').
com/tin/etabf/filecreator/FileAppender.java:5175:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:5190:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5199:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5237:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5238:	Found 'DD'-anomaly for variable 'countPANLender' (lines '5,238'-'5,302').
com/tin/etabf/filecreator/FileAppender.java:5240:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:5255:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5264:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5301:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5304:	Comment is too large: Too many lines
com/tin/etabf/filecreator/FileAppender.java:5319:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5328:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5346:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:5347:	Comment is too large: Line too long
com/tin/etabf/filecreator/FileAppender.java:5384:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:5465:	Method names should not start with capital letters
com/tin/etabf/filecreator/FileAppender.java:5465:	Parameter 'findStr' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:5465:	Parameter 'str' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:5466:	Found 'DD'-anomaly for variable 'count' (lines '5,466'-'5,475').
com/tin/etabf/filecreator/FileAppender.java:5466:	Found 'DD'-anomaly for variable 'count' (lines '5,466'-'5,481').
com/tin/etabf/filecreator/FileAppender.java:5475:	Found 'DD'-anomaly for variable 'count' (lines '5,475'-'5,475').
com/tin/etabf/filecreator/FileAppender.java:5475:	Found 'DD'-anomaly for variable 'count' (lines '5,475'-'5,481').
com/tin/etabf/filecreator/FileAppender.java:5484:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etabf/filecreator/FileAppender.java:5484:	This statement may have some unnecessary parentheses
com/tin/etabf/filecreator/FileAppender.java:5484:	Useless parentheses.
com/tin/etabf/filecreator/FileAppender.java:5491:	Method names should not start with capital letters
com/tin/etabf/filecreator/FileAppender.java:5495:	Local variable 'sequence' could be declared final
com/tin/etabf/filecreator/FileAppender.java:5497:	Consider simply returning the value vs storing it in local variable 'sequence'
com/tin/etabf/filecreator/FileAppender.java:5506:	Avoid reassigning parameters such as 'deducteecount'
com/tin/etabf/filecreator/FileAppender.java:5506:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etabf/filecreator/FileAppender.java:5507:	Parameter 'position' is not assigned and could be declared final
com/tin/etabf/filecreator/FileAppender.java:5508:	Avoid variables with short names like li
com/tin/etabf/filecreator/FileAppender.java:5508:	Local variable 'li' could be declared final
com/tin/etabf/filecreator/FileAppender.java:5514:	These nested if statements could be combined
com/tin/etabf/filecreator/S16Bean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/S16Bean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/S16Bean.java:13:	Each class should declare at least one constructor
com/tin/etabf/filecreator/S16Bean.java:13:	The class 'S16Bean' has a Cyclomatic Complexity of 2 (Highest = 18).
com/tin/etabf/filecreator/S16Bean.java:16:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:16:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:17:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:17:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:18:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:18:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:19:	Avoid excessively long variable names like SalaryDetailRecordNo
com/tin/etabf/filecreator/S16Bean.java:19:	Variables should start with a lowercase character, 'SalaryDetailRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:20:	Avoid excessively long variable names like SalaryDetailSection16DetailsRecordNo
com/tin/etabf/filecreator/S16Bean.java:20:	Variables should start with a lowercase character, 'SalaryDetailSection16DetailsRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:21:	Avoid excessively long variable names like Section16sectionID
com/tin/etabf/filecreator/S16Bean.java:21:	Variables should start with a lowercase character, 'Section16sectionID' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:22:	Avoid excessively long variable names like TotalDeductionunderSection16
com/tin/etabf/filecreator/S16Bean.java:22:	Variables should start with a lowercase character, 'TotalDeductionunderSection16' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:23:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/S16Bean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:24:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:27:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:27:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:33:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:36:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:39:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:39:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:42:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:45:	Avoid excessively long variable names like salaryDetailRecordNo
com/tin/etabf/filecreator/S16Bean.java:45:	Parameter 'salaryDetailRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:45:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:52:	Avoid excessively long variable names like salaryDetailSection16DetailsRecordNo
com/tin/etabf/filecreator/S16Bean.java:52:	Parameter 'salaryDetailSection16DetailsRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:58:	Avoid excessively long variable names like section16sectionID
com/tin/etabf/filecreator/S16Bean.java:58:	Parameter 'section16sectionID' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:61:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:64:	Avoid excessively long variable names like totalDeductionunderSection16
com/tin/etabf/filecreator/S16Bean.java:64:	Parameter 'totalDeductionunderSection16' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:64:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:67:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:70:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/S16Bean.java:70:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:74:	The method 'toString' has a Cyclomatic Complexity of 18.
com/tin/etabf/filecreator/S16Bean.java:74:	The method toString() has an NPath complexity of 8748
com/tin/etabf/filecreator/S16Bean.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/S16Bean.java:76:	Avoid variables with short names like sb
com/tin/etabf/filecreator/S16Bean.java:76:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/S16Bean.java:82:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:87:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:92:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:97:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:102:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:107:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/S16Bean.java:112:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1:	Comment is too large: Too many lines
com/tin/etabf/filecreator/SDBean.java:4:	Comment is too large: Line too long
com/tin/etabf/filecreator/SDBean.java:6:	Comment is too large: Line too long
com/tin/etabf/filecreator/SDBean.java:10:	This class has a bunch of public methods and attributes
com/tin/etabf/filecreator/SDBean.java:14:	Avoid really long classes.
com/tin/etabf/filecreator/SDBean.java:14:	Each class should declare at least one constructor
com/tin/etabf/filecreator/SDBean.java:14:	The class 'SDBean' has a Cyclomatic Complexity of 2 (Highest = 180).
com/tin/etabf/filecreator/SDBean.java:14:	The class 'SDBean' has a Modified Cyclomatic Complexity of 2 (Highest = 80).
com/tin/etabf/filecreator/SDBean.java:14:	The class 'SDBean' has a Standard Cyclomatic Complexity of 2 (Highest = 80).
com/tin/etabf/filecreator/SDBean.java:14:	Too many fields
com/tin/etabf/filecreator/SDBean.java:16:	Variables should start with a lowercase character, 'LineNumber' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:16:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:17:	Variables should start with a lowercase character, 'RecordType' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:17:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:18:	Variables should start with a lowercase character, 'BatchNumber' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:18:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:19:	Avoid excessively long variable names like SalaryDetailsRecordNo
com/tin/etabf/filecreator/SDBean.java:19:	Variables should start with a lowercase character, 'SalaryDetailsRecordNo' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:19:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:20:	Variables should start with a lowercase character, 'Mode' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:20:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:21:	Variables should start with a lowercase character, 'Filler7' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:21:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:22:	Variables should start with a lowercase character, 'EmployeePAN' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:22:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:23:	Variables should start with a lowercase character, 'PANRefNo' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:23:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:24:	Variables should start with a lowercase character, 'NameofEmployee' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:24:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:25:	Avoid excessively long variable names like CategoryofEmployee
com/tin/etabf/filecreator/SDBean.java:25:	Variables should start with a lowercase character, 'CategoryofEmployee' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:25:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:26:	Avoid excessively long variable names like PeriodofEmploymentFromDate
com/tin/etabf/filecreator/SDBean.java:26:	Variables should start with a lowercase character, 'PeriodofEmploymentFromDate' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:26:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:27:	Avoid excessively long variable names like PeriodofEmploymentToDate
com/tin/etabf/filecreator/SDBean.java:27:	Variables should start with a lowercase character, 'PeriodofEmploymentToDate' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:27:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:28:	Avoid excessively long variable names like Totalamountofsalary
com/tin/etabf/filecreator/SDBean.java:28:	Variables should start with a lowercase character, 'Totalamountofsalary' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:28:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:29:	Variables should start with a lowercase character, 'Filler8' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:29:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:30:	Avoid excessively long variable names like CountofSalaryDetailsSection16DetailRecordsassociatedwiththisDeductee
com/tin/etabf/filecreator/SDBean.java:30:	Variables should start with a lowercase character, 'CountofSalaryDetailsSection16DetailRecordsassociatedwiththisDeductee' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:30:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:31:	Avoid excessively long variable names like GrossTotalofTotalDeductionundersection16underassociatedSalaryDetailsSection16Detail
com/tin/etabf/filecreator/SDBean.java:31:	Variables should start with a lowercase character, 'GrossTotalofTotalDeductionundersection16underassociatedSalaryDetailsSection16Detail' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:31:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:32:	Avoid excessively long variable names like IncomechargeableundertheheadSalaries
com/tin/etabf/filecreator/SDBean.java:32:	Variables should start with a lowercase character, 'IncomechargeableundertheheadSalaries' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:32:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:33:	Avoid excessively long variable names like IncomeUnderanyheadotherthanincomeundertheheadSalariesofferedforTDS
com/tin/etabf/filecreator/SDBean.java:33:	Variables should start with a lowercase character, 'IncomeUnderanyheadotherthanincomeundertheheadSalariesofferedforTDS' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:33:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:34:	Variables should start with a lowercase character, 'GrossTotalIncome' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:34:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:35:	Avoid excessively long variable names like LastGrossTotalIncome
com/tin/etabf/filecreator/SDBean.java:35:	Variables should start with a lowercase character, 'LastGrossTotalIncome' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:35:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:36:	Avoid excessively long variable names like CountofSalaryDetails_ChapterVIA_Detail
com/tin/etabf/filecreator/SDBean.java:36:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CountofSalaryDetails_ChapterVIA_Detail' is not final.
com/tin/etabf/filecreator/SDBean.java:36:	Variables should start with a lowercase character, 'CountofSalaryDetails_ChapterVIA_Detail' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:36:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:37:	Avoid excessively long variable names like GrossTotalofAmountdeductibleunderprovisionsofchapterVI_A
com/tin/etabf/filecreator/SDBean.java:37:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GrossTotalofAmountdeductibleunderprovisionsofchapterVI_A' is not final.
com/tin/etabf/filecreator/SDBean.java:37:	Variables should start with a lowercase character, 'GrossTotalofAmountdeductibleunderprovisionsofchapterVI_A' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:37:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:38:	Avoid excessively long variable names like TotalTaxableIncome
com/tin/etabf/filecreator/SDBean.java:38:	Variables should start with a lowercase character, 'TotalTaxableIncome' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:38:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:39:	Avoid excessively long variable names like IncomeTaxonTotalIncome
com/tin/etabf/filecreator/SDBean.java:39:	Variables should start with a lowercase character, 'IncomeTaxonTotalIncome' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:39:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:40:	Variables should start with a lowercase character, 'Surcharge' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:40:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:41:	Variables should start with a lowercase character, 'EducationCess' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:41:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:42:	Variables should start with a lowercase character, 'IncomeTaxRelief' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:42:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:43:	Avoid excessively long variable names like NetIncomeTaxpayable
com/tin/etabf/filecreator/SDBean.java:43:	Variables should start with a lowercase character, 'NetIncomeTaxpayable' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:43:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:44:	Avoid excessively long variable names like Totalamountoftaxdeductedatsourceforthewholeyear
com/tin/etabf/filecreator/SDBean.java:44:	Variables should start with a lowercase character, 'Totalamountoftaxdeductedatsourceforthewholeyear' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:44:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:45:	Avoid excessively long variable names like ShortfallintaxdeductionExcesstaxdeduction
com/tin/etabf/filecreator/SDBean.java:45:	Variables should start with a lowercase character, 'ShortfallintaxdeductionExcesstaxdeduction' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:45:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:46:	Avoid excessively long variable names like Aggregateamountofdeductionsadmissibleundersection80C80CCCand80CCD
com/tin/etabf/filecreator/SDBean.java:46:	Variables should start with a lowercase character, 'Aggregateamountofdeductionsadmissibleundersection80C80CCCand80CCD' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:46:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:47:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Remarks_1' is not final.
com/tin/etabf/filecreator/SDBean.java:47:	Variables should start with a lowercase character, 'Remarks_1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:47:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:48:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Remarks_2' is not final.
com/tin/etabf/filecreator/SDBean.java:48:	Variables should start with a lowercase character, 'Remarks_2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:48:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:49:	Avoid excessively long variable names like TaxableAmountonwhichtaxisdeductedbythecurrentemployer
com/tin/etabf/filecreator/SDBean.java:49:	Variables should start with a lowercase character, 'TaxableAmountonwhichtaxisdeductedbythecurrentemployer' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:49:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:50:	Avoid excessively long variable names like ReportedTaxableAmountonwhichtaxisdeductedbypreviousemployer
com/tin/etabf/filecreator/SDBean.java:50:	Variables should start with a lowercase character, 'ReportedTaxableAmountonwhichtaxisdeductedbypreviousemployer' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:50:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:51:	Avoid excessively long variable names like TotalAmountoftaxdeductedatsourcebythecurrentemployerforthewholeyear
com/tin/etabf/filecreator/SDBean.java:51:	Variables should start with a lowercase character, 'TotalAmountoftaxdeductedatsourcebythecurrentemployerforthewholeyear' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:51:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:52:	Avoid excessively long variable names like ReportedamountofTaxdeductedatsourcebypreviousemployer
com/tin/etabf/filecreator/SDBean.java:52:	Variables should start with a lowercase character, 'ReportedamountofTaxdeductedatsourcebypreviousemployer' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:52:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:53:	Avoid excessively long variable names like WhethertaxdeductedatHigherrate
com/tin/etabf/filecreator/SDBean.java:53:	Variables should start with a lowercase character, 'WhethertaxdeductedatHigherrate' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:53:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:56:	Avoid excessively long variable names like Whetherhouserentallowanceclaim
com/tin/etabf/filecreator/SDBean.java:56:	Variables should start with a lowercase character, 'Whetherhouserentallowanceclaim' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:56:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:57:	Avoid excessively long variable names like CountofPANoftheLandLord
com/tin/etabf/filecreator/SDBean.java:57:	Variables should start with a lowercase character, 'CountofPANoftheLandLord' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:57:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:58:	Variables should start with a lowercase character, 'PanofLandlord1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:58:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:59:	Variables should start with a lowercase character, 'NameofLandlord1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:59:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:60:	Variables should start with a lowercase character, 'PanofLandlord2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:60:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:61:	Variables should start with a lowercase character, 'NameofLandlord2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:61:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:62:	Variables should start with a lowercase character, 'PanofLandlord3' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:62:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:63:	Variables should start with a lowercase character, 'NameofLandlord3' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:63:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:64:	Variables should start with a lowercase character, 'PanofLandlord4' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:64:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:65:	Variables should start with a lowercase character, 'NameofLandlord4' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:65:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:66:	Avoid excessively long variable names like WhetherInterestPaidtotheLender
com/tin/etabf/filecreator/SDBean.java:66:	Variables should start with a lowercase character, 'WhetherInterestPaidtotheLender' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:66:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:67:	Avoid excessively long variable names like CountofPANoftheLender
com/tin/etabf/filecreator/SDBean.java:67:	Variables should start with a lowercase character, 'CountofPANoftheLender' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:67:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:68:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomePANofLender1
com/tin/etabf/filecreator/SDBean.java:68:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomePANofLender1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:68:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:69:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomeNameofLender1
com/tin/etabf/filecreator/SDBean.java:69:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomeNameofLender1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:69:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:70:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomePANofLender2
com/tin/etabf/filecreator/SDBean.java:70:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomePANofLender2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:70:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:71:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomeNameofLender2
com/tin/etabf/filecreator/SDBean.java:71:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomeNameofLender2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:71:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:72:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomePANofLender3
com/tin/etabf/filecreator/SDBean.java:72:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomePANofLender3' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:72:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:73:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomeNameofLender3
com/tin/etabf/filecreator/SDBean.java:73:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomeNameofLender3' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:73:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:74:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomePANofLender4
com/tin/etabf/filecreator/SDBean.java:74:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomePANofLender4' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:74:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:75:	Avoid excessively long variable names like DeductionOfInterestUnderHeadIncomeNameofLender4
com/tin/etabf/filecreator/SDBean.java:75:	Variables should start with a lowercase character, 'DeductionOfInterestUnderHeadIncomeNameofLender4' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:75:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:78:	Avoid excessively long variable names like WhetherContributionsPaidByTrustees
com/tin/etabf/filecreator/SDBean.java:78:	Variables should start with a lowercase character, 'WhetherContributionsPaidByTrustees' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:78:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:79:	Avoid excessively long variable names like NameOfSuperAnnuationFund
com/tin/etabf/filecreator/SDBean.java:79:	Variables should start with a lowercase character, 'NameOfSuperAnnuationFund' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:79:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:80:	Avoid excessively long variable names like DateFromWhichEmpContrSuperAnnFund
com/tin/etabf/filecreator/SDBean.java:80:	Variables should start with a lowercase character, 'DateFromWhichEmpContrSuperAnnFund' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:80:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:81:	Avoid excessively long variable names like DateToWhichEmpContrSuperAnnFund
com/tin/etabf/filecreator/SDBean.java:81:	Variables should start with a lowercase character, 'DateToWhichEmpContrSuperAnnFund' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:81:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:82:	Avoid excessively long variable names like AmountOfContrRepaidPI
com/tin/etabf/filecreator/SDBean.java:82:	Variables should start with a lowercase character, 'AmountOfContrRepaidPI' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:82:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:83:	Avoid excessively long variable names like AvgRateOfDedTaxPrecedingThreeYears
com/tin/etabf/filecreator/SDBean.java:83:	Variables should start with a lowercase character, 'AvgRateOfDedTaxPrecedingThreeYears' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:83:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:84:	Avoid excessively long variable names like AmountOfTaxDeductedRepayment
com/tin/etabf/filecreator/SDBean.java:84:	Variables should start with a lowercase character, 'AmountOfTaxDeductedRepayment' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:84:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:85:	Avoid excessively long variable names like GrossTotalIncomeContrPISuperAnnuation
com/tin/etabf/filecreator/SDBean.java:85:	Variables should start with a lowercase character, 'GrossTotalIncomeContrPISuperAnnuation' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:85:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:88:	Avoid excessively long variable names like GrossSalaryAsPerSec17_1
com/tin/etabf/filecreator/SDBean.java:88:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GrossSalaryAsPerSec17_1' is not final.
com/tin/etabf/filecreator/SDBean.java:88:	Variables should start with a lowercase character, 'GrossSalaryAsPerSec17_1' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:89:	Avoid excessively long variable names like ValueOfPerquisiteAsPerSec17_2
com/tin/etabf/filecreator/SDBean.java:89:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ValueOfPerquisiteAsPerSec17_2' is not final.
com/tin/etabf/filecreator/SDBean.java:89:	Variables should start with a lowercase character, 'ValueOfPerquisiteAsPerSec17_2' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:89:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:90:	Avoid excessively long variable names like ProfitsInLieuOfSalaryAsPerSec17_3
com/tin/etabf/filecreator/SDBean.java:90:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ProfitsInLieuOfSalaryAsPerSec17_3' is not final.
com/tin/etabf/filecreator/SDBean.java:90:	Variables should start with a lowercase character, 'ProfitsInLieuOfSalaryAsPerSec17_3' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:90:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:91:	Variables should start with a lowercase character, 'TravelConcession' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:91:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:92:	Avoid excessively long variable names like DeathCumRetirementGratuity
com/tin/etabf/filecreator/SDBean.java:92:	Variables should start with a lowercase character, 'DeathCumRetirementGratuity' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:92:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:93:	Avoid excessively long variable names like CommutedValueOfPension
com/tin/etabf/filecreator/SDBean.java:93:	Variables should start with a lowercase character, 'CommutedValueOfPension' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:93:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:94:	Avoid excessively long variable names like CashEquivalentOfLeaveSalary
com/tin/etabf/filecreator/SDBean.java:94:	Variables should start with a lowercase character, 'CashEquivalentOfLeaveSalary' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:94:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:95:	The field name indicates a constant but its modifiers do not
com/tin/etabf/filecreator/SDBean.java:95:	Variables should start with a lowercase character, 'HRA' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:95:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:96:	Avoid excessively long variable names like AmountOfAnyOtherExemption
com/tin/etabf/filecreator/SDBean.java:96:	Variables should start with a lowercase character, 'AmountOfAnyOtherExemption' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:96:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:97:	Avoid excessively long variable names like TotalAmountOfExemption
com/tin/etabf/filecreator/SDBean.java:97:	Variables should start with a lowercase character, 'TotalAmountOfExemption' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:97:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:98:	Avoid excessively long variable names like IncomeUnderTheHead
com/tin/etabf/filecreator/SDBean.java:98:	Variables should start with a lowercase character, 'IncomeUnderTheHead' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:98:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:99:	Avoid excessively long variable names like RebateUnderSection87A
com/tin/etabf/filecreator/SDBean.java:99:	Variables should start with a lowercase character, 'RebateUnderSection87A' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:99:	fieldCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:104:	Variables should start with a lowercase character, 'RecordHash' starts with uppercase character.
com/tin/etabf/filecreator/SDBean.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:110:	Parameter 'lineNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:114:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:118:	Parameter 'recordType' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:118:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:126:	Parameter 'batchNumber' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:126:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:130:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:134:	Avoid excessively long variable names like salaryDetailsRecordNo
com/tin/etabf/filecreator/SDBean.java:134:	Parameter 'salaryDetailsRecordNo' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:134:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:138:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:142:	Parameter 'mode' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:142:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:150:	Parameter 'filler7' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:150:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:154:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:158:	Parameter 'employeePAN' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:158:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:162:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:166:	Parameter 'pANRefNo' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:166:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:174:	Parameter 'nameofEmployee' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:174:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:178:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:182:	Avoid excessively long variable names like categoryofEmployee
com/tin/etabf/filecreator/SDBean.java:182:	Parameter 'categoryofEmployee' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:182:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:186:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:190:	Avoid excessively long variable names like periodofEmploymentFromDate
com/tin/etabf/filecreator/SDBean.java:190:	Parameter 'periodofEmploymentFromDate' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:190:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:194:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:198:	Avoid excessively long variable names like periodofEmploymentToDate
com/tin/etabf/filecreator/SDBean.java:198:	Parameter 'periodofEmploymentToDate' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:198:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:202:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:206:	Avoid excessively long variable names like totalamountofsalary
com/tin/etabf/filecreator/SDBean.java:206:	Parameter 'totalamountofsalary' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:206:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:210:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:214:	Parameter 'filler8' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:214:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:218:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:222:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:223:	Avoid excessively long variable names like countofSalaryDetailsSection16DetailRecordsassociatedwiththisDeductee
com/tin/etabf/filecreator/SDBean.java:223:	Parameter 'countofSalaryDetailsSection16DetailRecordsassociatedwiththisDeductee' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:227:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:231:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:232:	Avoid excessively long variable names like grossTotalofTotalDeductionundersection16underassociatedSalaryDetailsSection16Detail
com/tin/etabf/filecreator/SDBean.java:232:	Parameter 'grossTotalofTotalDeductionundersection16underassociatedSalaryDetailsSection16Detail' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:236:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:240:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:241:	Avoid excessively long variable names like incomechargeableundertheheadSalaries
com/tin/etabf/filecreator/SDBean.java:241:	Parameter 'incomechargeableundertheheadSalaries' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:245:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:249:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:250:	Avoid excessively long variable names like incomeUnderanyheadotherthanincomeundertheheadSalariesofferedforTDS
com/tin/etabf/filecreator/SDBean.java:250:	Parameter 'incomeUnderanyheadotherthanincomeundertheheadSalariesofferedforTDS' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:254:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:258:	Parameter 'grossTotalIncome' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:258:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:262:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:266:	Avoid excessively long variable names like lastGrossTotalIncome
com/tin/etabf/filecreator/SDBean.java:266:	Parameter 'lastGrossTotalIncome' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:266:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:270:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:270:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:274:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:274:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:275:	Avoid excessively long variable names like countofSalaryDetails_ChapterVIA_Detail
com/tin/etabf/filecreator/SDBean.java:275:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'countofSalaryDetails_ChapterVIA_Detail' is not final.
com/tin/etabf/filecreator/SDBean.java:275:	Parameter 'countofSalaryDetails_ChapterVIA_Detail' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:279:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:279:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:283:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:283:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:284:	Avoid excessively long variable names like grossTotalofAmountdeductibleunderprovisionsofchapterVI_A
com/tin/etabf/filecreator/SDBean.java:284:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'grossTotalofAmountdeductibleunderprovisionsofchapterVI_A' is not final.
com/tin/etabf/filecreator/SDBean.java:284:	Parameter 'grossTotalofAmountdeductibleunderprovisionsofchapterVI_A' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:288:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:292:	Avoid excessively long variable names like totalTaxableIncome
com/tin/etabf/filecreator/SDBean.java:292:	Parameter 'totalTaxableIncome' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:292:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:296:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:300:	Avoid excessively long variable names like incomeTaxonTotalIncome
com/tin/etabf/filecreator/SDBean.java:300:	Parameter 'incomeTaxonTotalIncome' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:300:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:304:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:308:	Parameter 'surcharge' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:308:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:312:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:316:	Parameter 'educationCess' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:316:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:320:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:324:	Parameter 'incomeTaxRelief' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:324:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:328:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:332:	Avoid excessively long variable names like netIncomeTaxpayable
com/tin/etabf/filecreator/SDBean.java:332:	Parameter 'netIncomeTaxpayable' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:332:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:336:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:340:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:341:	Avoid excessively long variable names like totalamountoftaxdeductedatsourceforthewholeyear
com/tin/etabf/filecreator/SDBean.java:341:	Parameter 'totalamountoftaxdeductedatsourceforthewholeyear' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:345:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:349:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:350:	Avoid excessively long variable names like shortfallintaxdeductionExcesstaxdeduction
com/tin/etabf/filecreator/SDBean.java:350:	Parameter 'shortfallintaxdeductionExcesstaxdeduction' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:354:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:358:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:359:	Avoid excessively long variable names like aggregateamountofdeductionsadmissibleundersection80c80ccCand80CCD
com/tin/etabf/filecreator/SDBean.java:359:	Parameter 'aggregateamountofdeductionsadmissibleundersection80c80ccCand80CCD' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:363:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:363:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:367:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:367:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'remarks_1' is not final.
com/tin/etabf/filecreator/SDBean.java:367:	Parameter 'remarks_1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:367:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:371:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:371:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:375:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:375:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'remarks_2' is not final.
com/tin/etabf/filecreator/SDBean.java:375:	Parameter 'remarks_2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:375:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:379:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:383:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:384:	Avoid excessively long variable names like taxableAmountonwhichtaxisdeductedbythecurrentemployer
com/tin/etabf/filecreator/SDBean.java:384:	Parameter 'taxableAmountonwhichtaxisdeductedbythecurrentemployer' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:388:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:392:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:393:	Avoid excessively long variable names like reportedTaxableAmountonwhichtaxisdeductedbypreviousemployer
com/tin/etabf/filecreator/SDBean.java:393:	Parameter 'reportedTaxableAmountonwhichtaxisdeductedbypreviousemployer' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:397:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:401:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:402:	Avoid excessively long variable names like totalAmountoftaxdeductedatsourcebythecurrentemployerforthewholeyear
com/tin/etabf/filecreator/SDBean.java:402:	Parameter 'totalAmountoftaxdeductedatsourcebythecurrentemployerforthewholeyear' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:406:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:410:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:411:	Avoid excessively long variable names like reportedamountofTaxdeductedatsourcebypreviousemployer
com/tin/etabf/filecreator/SDBean.java:411:	Parameter 'reportedamountofTaxdeductedatsourcebypreviousemployer' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:415:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:419:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:420:	Avoid excessively long variable names like whethertaxdeductedatHigherrate
com/tin/etabf/filecreator/SDBean.java:420:	Parameter 'whethertaxdeductedatHigherrate' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:425:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:429:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:430:	Avoid excessively long variable names like whetherhouserentallowanceclaim
com/tin/etabf/filecreator/SDBean.java:430:	Parameter 'whetherhouserentallowanceclaim' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:434:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:438:	Parameter 'panofLandlord1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:438:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:442:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:446:	Parameter 'nameofLandlord1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:446:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:450:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:454:	Parameter 'panofLandlord2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:454:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:458:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:462:	Parameter 'nameofLandlord2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:462:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:466:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:470:	Parameter 'panofLandlord3' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:470:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:474:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:478:	Parameter 'nameofLandlord3' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:478:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:482:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:486:	Parameter 'panofLandlord4' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:486:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:490:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:494:	Parameter 'nameofLandlord4' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:494:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:498:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:502:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:503:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomePANofLender1
com/tin/etabf/filecreator/SDBean.java:503:	Parameter 'deductionOfInterestUnderHeadIncomePANofLender1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:507:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:511:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:512:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomeNameofLender1
com/tin/etabf/filecreator/SDBean.java:512:	Parameter 'deductionOfInterestUnderHeadIncomeNameofLender1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:516:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:520:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:521:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomePANofLender2
com/tin/etabf/filecreator/SDBean.java:521:	Parameter 'deductionOfInterestUnderHeadIncomePANofLender2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:525:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:529:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:530:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomeNameofLender2
com/tin/etabf/filecreator/SDBean.java:530:	Parameter 'deductionOfInterestUnderHeadIncomeNameofLender2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:534:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:538:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:539:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomePANofLender3
com/tin/etabf/filecreator/SDBean.java:539:	Parameter 'deductionOfInterestUnderHeadIncomePANofLender3' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:543:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:547:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:548:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomeNameofLender3
com/tin/etabf/filecreator/SDBean.java:548:	Parameter 'deductionOfInterestUnderHeadIncomeNameofLender3' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:552:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:556:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:557:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomePANofLender4
com/tin/etabf/filecreator/SDBean.java:557:	Parameter 'deductionOfInterestUnderHeadIncomePANofLender4' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:561:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:565:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:566:	Avoid excessively long variable names like deductionOfInterestUnderHeadIncomeNameofLender4
com/tin/etabf/filecreator/SDBean.java:566:	Parameter 'deductionOfInterestUnderHeadIncomeNameofLender4' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:569:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:573:	Avoid excessively long variable names like countofPANoftheLandLord
com/tin/etabf/filecreator/SDBean.java:573:	Parameter 'countofPANoftheLandLord' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:573:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:577:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:581:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:582:	Avoid excessively long variable names like whetherInterestPaidtotheLender
com/tin/etabf/filecreator/SDBean.java:582:	Parameter 'whetherInterestPaidtotheLender' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:586:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:590:	Avoid excessively long variable names like countofPANoftheLender
com/tin/etabf/filecreator/SDBean.java:590:	Parameter 'countofPANoftheLender' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:590:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:594:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:598:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:599:	Avoid excessively long variable names like whetherContributionsPaidByTrustees
com/tin/etabf/filecreator/SDBean.java:599:	Parameter 'whetherContributionsPaidByTrustees' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:603:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:607:	Avoid excessively long variable names like nameOfSuperAnnuationFund
com/tin/etabf/filecreator/SDBean.java:607:	Parameter 'nameOfSuperAnnuationFund' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:607:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:611:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:615:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:616:	Avoid excessively long variable names like dateFromWhichEmpContrSuperAnnFund
com/tin/etabf/filecreator/SDBean.java:616:	Parameter 'dateFromWhichEmpContrSuperAnnFund' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:620:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:624:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:625:	Avoid excessively long variable names like dateToWhichEmpContrSuperAnnFund
com/tin/etabf/filecreator/SDBean.java:625:	Parameter 'dateToWhichEmpContrSuperAnnFund' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:629:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:633:	Avoid excessively long variable names like amountOfContrRepaidPI
com/tin/etabf/filecreator/SDBean.java:633:	Parameter 'amountOfContrRepaidPI' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:633:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:637:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:641:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:642:	Avoid excessively long variable names like avgRateOfDedTaxPrecedingThreeYears
com/tin/etabf/filecreator/SDBean.java:642:	Parameter 'avgRateOfDedTaxPrecedingThreeYears' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:646:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:650:	Avoid excessively long variable names like amountOfTaxDeductedRepayment
com/tin/etabf/filecreator/SDBean.java:650:	Parameter 'amountOfTaxDeductedRepayment' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:650:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:654:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:658:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:659:	Avoid excessively long variable names like grossTotalIncomeContrPISuperAnnuation
com/tin/etabf/filecreator/SDBean.java:659:	Parameter 'grossTotalIncomeContrPISuperAnnuation' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:664:	Comment is too large: Line too long
com/tin/etabf/filecreator/SDBean.java:666:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:670:	Parameter 'recordHash' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:670:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:677:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:681:	Avoid excessively long variable names like grossSalaryAsPerSec17_1
com/tin/etabf/filecreator/SDBean.java:681:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:681:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'grossSalaryAsPerSec17_1' is not final.
com/tin/etabf/filecreator/SDBean.java:681:	Parameter 'grossSalaryAsPerSec17_1' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:681:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:685:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:685:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:689:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:689:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:690:	Avoid excessively long variable names like valueOfPerquisiteAsPerSec17_2
com/tin/etabf/filecreator/SDBean.java:690:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'valueOfPerquisiteAsPerSec17_2' is not final.
com/tin/etabf/filecreator/SDBean.java:690:	Parameter 'valueOfPerquisiteAsPerSec17_2' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:694:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:694:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:698:	Method names should not contain underscores
com/tin/etabf/filecreator/SDBean.java:698:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:699:	Avoid excessively long variable names like profitsInLieuOfSalaryAsPerSec17_3
com/tin/etabf/filecreator/SDBean.java:699:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'profitsInLieuOfSalaryAsPerSec17_3' is not final.
com/tin/etabf/filecreator/SDBean.java:699:	Parameter 'profitsInLieuOfSalaryAsPerSec17_3' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:703:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:707:	Parameter 'travelConcession' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:707:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:711:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:715:	Avoid excessively long variable names like deathCumRetirementGratuity
com/tin/etabf/filecreator/SDBean.java:715:	Parameter 'deathCumRetirementGratuity' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:715:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:719:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:723:	Avoid excessively long variable names like commutedValueOfPension
com/tin/etabf/filecreator/SDBean.java:723:	Parameter 'commutedValueOfPension' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:723:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:727:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:731:	Avoid excessively long variable names like cashEquivalentOfLeaveSalary
com/tin/etabf/filecreator/SDBean.java:731:	Parameter 'cashEquivalentOfLeaveSalary' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:731:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:735:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:739:	Parameter 'hRA' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:739:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:743:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:747:	Avoid excessively long variable names like amountOfAnyOtherExemption
com/tin/etabf/filecreator/SDBean.java:747:	Parameter 'amountOfAnyOtherExemption' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:747:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:751:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:755:	Avoid excessively long variable names like totalAmountOfExemption
com/tin/etabf/filecreator/SDBean.java:755:	Parameter 'totalAmountOfExemption' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:755:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:759:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:763:	Avoid excessively long variable names like incomeUnderTheHead
com/tin/etabf/filecreator/SDBean.java:763:	Parameter 'incomeUnderTheHead' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:763:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:768:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:772:	Avoid excessively long variable names like rebateUnderSection87A
com/tin/etabf/filecreator/SDBean.java:772:	Parameter 'rebateUnderSection87A' is not assigned and could be declared final
com/tin/etabf/filecreator/SDBean.java:772:	publicMethodCommentRequirement Required
com/tin/etabf/filecreator/SDBean.java:778:	Avoid really long methods.
com/tin/etabf/filecreator/SDBean.java:778:	The method 'toString' has a Cyclomatic Complexity of 180.
com/tin/etabf/filecreator/SDBean.java:778:	The method 'toString' has a Modified Cyclomatic Complexity of 80.
com/tin/etabf/filecreator/SDBean.java:778:	The method 'toString' has a Standard Cyclomatic Complexity of 80.
com/tin/etabf/filecreator/SDBean.java:778:	The method toString() has an NCSS line count of 239
com/tin/etabf/filecreator/SDBean.java:779:	Avoid variables with short names like sb
com/tin/etabf/filecreator/SDBean.java:779:	Local variable 'sb' could be declared final
com/tin/etabf/filecreator/SDBean.java:779:	StringBuffer constructor is initialized with size 16, but has at least 78 characters appended.
com/tin/etabf/filecreator/SDBean.java:785:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:791:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:797:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:804:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:810:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:816:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:822:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:828:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:834:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:840:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:847:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:854:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:861:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:867:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:875:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:888:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:897:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:910:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:917:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:924:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:933:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:946:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:953:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:961:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:968:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:975:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:982:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:989:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:999:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1009:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1022:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1028:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1034:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1045:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1058:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1071:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1082:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1090:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1096:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1102:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1107:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1112:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1117:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1122:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1127:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1132:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1137:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1142:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1148:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1154:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1162:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1169:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1176:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1183:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1191:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1198:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1206:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1213:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1219:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1224:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1229:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1234:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1240:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1246:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1252:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1259:	Comment is too large: Line too long
com/tin/etabf/filecreator/SDBean.java:1262:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1268:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1274:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1280:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1286:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1292:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1298:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1304:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1310:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1316:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1322:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1328:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/filecreator/SDBean.java:1337:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etabf/pdfcreater/BHbean.java:3:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/BHbean.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/BHbean.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/BHbean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/pdfcreater/BHbean.java:11:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/BHbean.java:11:	Too many fields
com/tin/etabf/pdfcreater/BHbean.java:13:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:14:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:15:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:16:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:17:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:18:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:19:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:20:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:21:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:22:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:23:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:24:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:25:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:26:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:27:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:28:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:29:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:30:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:31:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:32:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:33:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:34:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:35:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:36:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:37:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:38:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:39:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:40:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:41:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:42:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:43:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:44:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:45:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:46:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:47:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:48:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:49:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:50:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:51:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:52:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:53:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:54:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:55:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:56:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:57:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:58:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:59:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:60:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:61:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:62:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:63:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:64:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:65:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:66:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:67:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:68:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:69:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:70:	Avoid excessively long variable names like respearlierstatement
com/tin/etabf/pdfcreater/BHbean.java:70:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:71:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:74:	Parameter 'formno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:80:	Parameter 'formsubjectline' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:80:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:83:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:86:	Parameter 'quarter' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:86:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:92:	Parameter 'tan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:92:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:95:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:98:	Parameter 'finyear' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:98:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:104:	Parameter 'lasttan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:104:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:107:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:110:	Parameter 'assyear' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:116:	Parameter 'pan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:116:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:119:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:122:	Parameter 'typded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:128:	Parameter 'revisedreturn' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:128:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:131:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:134:	Parameter 'lasttypded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:134:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:140:	Parameter 'upddeddtls' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:140:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:143:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:146:	Parameter 'orgreturn' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:152:	Parameter 'prvreturn' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:152:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:155:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:158:	Parameter 'dedname' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:158:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:164:	Parameter 'dedbranch' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:164:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:167:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:170:	Parameter 'statename' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:173:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:176:	Parameter 'paocode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:176:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:179:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:182:	Parameter 'paoregno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:182:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:185:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:188:	Parameter 'flatno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:188:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:191:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:194:	Parameter 'dedroad' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:194:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:197:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:200:	Parameter 'dedpin' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:200:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:203:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:206:	Parameter 'dedtelno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:206:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:209:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:212:	Parameter 'dedalttelno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:212:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:215:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:218:	Parameter 'ainno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:218:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:221:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:224:	Parameter 'minstryname' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:227:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:230:	Parameter 'mnstrynameother' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:230:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:233:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:236:	Parameter 'ddocode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:236:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:239:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:242:	Parameter 'ddoregno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:242:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:245:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:248:	Parameter 'dedarea' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:248:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:251:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:254:	Parameter 'dedbldg' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:254:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:257:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:260:	Parameter 'dedtown' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:260:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:263:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:266:	Parameter 'dedstate' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:266:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:269:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:272:	Parameter 'dedemail' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:272:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:275:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:278:	Parameter 'dedtelstd' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:278:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:281:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:284:	Parameter 'dedtelaltstd' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:284:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:287:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:290:	Parameter 'resptelstd' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:290:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:293:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:296:	Parameter 'resptelaltstd' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:296:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:299:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:302:	Parameter 'dedaltemail' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:302:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:305:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:308:	Parameter 'dedaddlastreturn' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:308:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:311:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:314:	Parameter 'respname' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:314:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:317:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:320:	Parameter 'respdesg' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:320:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:323:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:326:	Parameter 'respflatno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:326:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:329:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:332:	Parameter 'respbldg' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:332:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:335:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:338:	Parameter 'resproad' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:338:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:341:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:344:	Parameter 'resptelno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:344:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:347:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:350:	Parameter 'resptelaltno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:350:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:353:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:356:	Parameter 'respaddlastreturn' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:356:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:359:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:362:	Parameter 'respregstatement' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:362:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:365:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:368:	Parameter 'resppan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:368:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:371:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:374:	Parameter 'resparea' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:374:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:377:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:380:	Parameter 'resptown' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:380:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:383:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:386:	Parameter 'respstate' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:386:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:389:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:392:	Parameter 'resppincode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:392:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:395:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:398:	Parameter 'respemail' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:398:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:401:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:404:	Parameter 'respaltemail' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:404:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:407:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:410:	Parameter 'respmobile' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:410:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:413:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/BHbean.java:416:	Avoid excessively long variable names like respearlierstatement
com/tin/etabf/pdfcreater/BHbean.java:416:	Parameter 'respearlierstatement' is not assigned and could be declared final
com/tin/etabf/pdfcreater/BHbean.java:416:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:3:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/CDbean.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/CDbean.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/CDbean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/pdfcreater/CDbean.java:11:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/CDbean.java:11:	Too many fields
com/tin/etabf/pdfcreater/CDbean.java:12:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:13:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:14:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:15:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:16:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:17:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:18:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:19:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:20:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:21:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:22:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:23:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:24:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:25:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:26:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:27:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:28:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:29:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:30:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:31:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:32:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:33:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:34:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:37:	Parameter 'srno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:37:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:40:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:43:	Parameter 'updmode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:43:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:46:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:49:	Parameter 'seccode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:49:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:52:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:55:	Parameter 'tds' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:55:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:58:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:61:	Parameter 'surcharge' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:61:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:64:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:67:	Parameter 'educess' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:67:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:70:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:73:	Parameter 'interest' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:73:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:76:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:79:	Parameter 'fee' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:79:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:82:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:85:	Parameter 'penalty' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:85:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:88:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:91:	Parameter 'lasttotaltax' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:91:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:94:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:97:	Parameter 'totalamtdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:97:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:100:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:103:	Parameter 'cheqddno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:103:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:106:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:109:	Parameter 'lastbsrcode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:109:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:112:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:115:	Parameter 'bsrcode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:115:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:118:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:121:	Parameter 'lastdatetaxdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:121:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:124:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:127:	Parameter 'dateamtdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:127:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:130:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:133:	Parameter 'lastddotrnsfrvchr' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:133:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:136:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:139:	Parameter 'chllnsrno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:139:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:142:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:145:	Parameter 'modeofdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:145:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:148:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:151:	Parameter 'interestall' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:151:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:154:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:157:	Parameter 'others' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:157:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:160:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:163:	Parameter 'minorhead' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:163:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:166:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:169:	Parameter 'challanbal' is not assigned and could be declared final
com/tin/etabf/pdfcreater/CDbean.java:169:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/CDbean.java:172:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etabf/pdfcreater/CDbean.java:172:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:3:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/DDbean.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/DDbean.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/DDbean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/pdfcreater/DDbean.java:11:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/DDbean.java:11:	Too many fields
com/tin/etabf/pdfcreater/DDbean.java:13:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:14:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:15:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:16:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:17:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:18:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:19:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:20:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:21:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:22:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:23:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:24:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:25:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:26:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:27:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:28:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:29:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:30:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:31:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:32:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:33:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:34:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:35:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:36:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:37:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:38:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:39:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:40:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:41:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:42:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:43:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:44:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:45:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:46:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:47:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:48:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:49:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:50:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:53:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:53:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:56:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:59:	Parameter 'chllnsrlno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:59:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:62:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:65:	Parameter 'updmode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:65:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:68:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:71:	Parameter 'bsrcode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:71:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:74:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:77:	Parameter 'datetaxdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:77:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:80:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:83:	Parameter 'trnsfrvcher' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:83:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:86:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:89:	Parameter 'section' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:89:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:92:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:95:	Parameter 'totaltds' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:95:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:98:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:101:	Parameter 'interest' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:101:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:104:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:107:	Parameter 'others' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:107:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:110:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:113:	Parameter 'total' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:113:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:116:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:119:	Parameter 'srno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:119:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:122:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:125:	Parameter 'emprefno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:125:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:128:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:131:	Parameter 'lastpan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:131:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:134:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:137:	Parameter 'panemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:137:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:140:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:143:	Parameter 'nameofemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:143:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:146:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:149:	Parameter 'dateofpay' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:149:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:152:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:155:	Parameter 'amtcredited' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:155:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:158:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:161:	Parameter 'tds' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:161:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:164:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:167:	Parameter 'surcharge' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:167:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:170:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:173:	Parameter 'educess' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:173:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:176:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:179:	Parameter 'totaltaxded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:179:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:182:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:185:	Parameter 'totaltaxdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:185:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:188:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:191:	Parameter 'lasttotaltaxdep' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:191:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:194:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:197:	Parameter 'dateded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:197:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:200:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:203:	Parameter 'remarks' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:203:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:206:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:209:	Parameter 'dedcode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:209:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:212:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:215:	Parameter 'totalpurch' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:215:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:218:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:221:	Parameter 'rate' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:221:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:224:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:227:	Parameter 'bookentry' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:227:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:230:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:233:	Parameter 'certno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:233:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:236:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:239:	Parameter 'whethertds' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:239:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:242:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:245:	Parameter 'remittance' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:245:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:248:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:251:	Parameter 'uniqueacq' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:251:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:254:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:257:	Parameter 'country' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:257:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:260:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:263:	Parameter 'grossind' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:263:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:266:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/DDbean.java:269:	Parameter 'lasttotaltaxded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/DDbean.java:269:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/MasterBean.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/MasterBean.java:13:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/MasterBean.java:15:	Avoid excessively long variable names like subReportBHBeanList
com/tin/etabf/pdfcreater/MasterBean.java:15:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:16:	Avoid excessively long variable names like subReportCDBeanList
com/tin/etabf/pdfcreater/MasterBean.java:16:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:17:	Avoid excessively long variable names like subReportDDBeanList
com/tin/etabf/pdfcreater/MasterBean.java:17:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:18:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:21:	Avoid excessively long variable names like subReportBHBeanList
com/tin/etabf/pdfcreater/MasterBean.java:21:	Parameter 'subReportBHBeanList' is not assigned and could be declared final
com/tin/etabf/pdfcreater/MasterBean.java:21:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:24:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:27:	Avoid excessively long variable names like subReportCDBeanList
com/tin/etabf/pdfcreater/MasterBean.java:27:	Parameter 'subReportCDBeanList' is not assigned and could be declared final
com/tin/etabf/pdfcreater/MasterBean.java:27:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:30:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/MasterBean.java:33:	Avoid excessively long variable names like subReportDDBeanList
com/tin/etabf/pdfcreater/MasterBean.java:33:	Parameter 'subReportDDBeanList' is not assigned and could be declared final
com/tin/etabf/pdfcreater/MasterBean.java:33:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/PdfCreation.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:11:	Avoid unused imports such as 'java.awt.Desktop'
com/tin/etabf/pdfcreater/PdfCreation.java:12:	Avoid unused imports such as 'java.io.File'
com/tin/etabf/pdfcreater/PdfCreation.java:13:	Avoid unused imports such as 'java.io.FileOutputStream'
com/tin/etabf/pdfcreater/PdfCreation.java:14:	Avoid unused imports such as 'java.io.OutputStream'
com/tin/etabf/pdfcreater/PdfCreation.java:15:	Avoid unused imports such as 'java.io.PrintStream'
com/tin/etabf/pdfcreater/PdfCreation.java:16:	Avoid unused imports such as 'java.util.ArrayList'
com/tin/etabf/pdfcreater/PdfCreation.java:17:	Avoid unused imports such as 'java.util.HashMap'
com/tin/etabf/pdfcreater/PdfCreation.java:18:	Avoid unused imports such as 'java.util.List'
com/tin/etabf/pdfcreater/PdfCreation.java:19:	Avoid unused imports such as 'java.util.Map'
com/tin/etabf/pdfcreater/PdfCreation.java:21:	Avoid unused imports such as 'javax.swing.JOptionPane'
com/tin/etabf/pdfcreater/PdfCreation.java:22:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etabf/pdfcreater/PdfCreation.java:29:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etabf/pdfcreater/PdfCreation.java:30:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPUMain'
com/tin/etabf/pdfcreater/PdfCreation.java:42:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/PdfCreation.java:44:	Comment is too large: Too many lines
com/tin/etabf/pdfcreater/PdfCreation.java:50:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:64:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:81:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:102:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:125:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:136:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:144:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:145:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:249:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:299:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:354:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/PdfCreation.java:406:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/SDbean.java:3:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/SDbean.java:4:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/SDbean.java:6:	Comment is too large: Line too long
com/tin/etabf/pdfcreater/SDbean.java:9:	This class has a bunch of public methods and attributes
com/tin/etabf/pdfcreater/SDbean.java:11:	Each class should declare at least one constructor
com/tin/etabf/pdfcreater/SDbean.java:11:	Too many fields
com/tin/etabf/pdfcreater/SDbean.java:13:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:14:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:15:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:16:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:17:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:18:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:19:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:20:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:21:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:22:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:23:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:24:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:25:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:26:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:27:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:28:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:29:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:30:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:31:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:32:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:33:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:34:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:35:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:36:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:37:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:38:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:39:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:40:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:41:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:42:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:43:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:44:	fieldCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:45:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:48:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:48:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:51:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:54:	Parameter 'srno' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:54:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:57:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:60:	Parameter 'updmode' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:60:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:63:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:66:	Parameter 'pan' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:66:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:69:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:72:	Parameter 'nameemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:72:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:75:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:78:	Parameter 'dedtype' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:78:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:81:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:84:	Parameter 'datefrmemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:84:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:87:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:90:	Parameter 'datetoemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:90:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:93:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:96:	Parameter 'taxamt' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:96:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:99:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:102:	Parameter 'reprttaxamt' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:102:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:105:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:108:	Parameter 'totamt' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:108:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:111:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:114:	Parameter 'dedsec16i' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:114:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:117:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:120:	Parameter 'dedsec16ii' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:120:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:123:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:126:	Parameter 'totsec16' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:126:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:129:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:132:	Parameter 'incmesal' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:132:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:135:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:138:	Parameter 'incmehouseprop' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:138:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:141:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:144:	Parameter 'grosstot' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:144:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:147:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:150:	Parameter 'aggamt80cc' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:150:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:153:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:156:	Parameter 'amtded80ccf' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:156:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:159:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:162:	Parameter 'amtded80ccg' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:162:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:165:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:168:	Parameter 'amtdedVIA' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:168:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:171:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:174:	Parameter 'tottaxincm' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:174:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:177:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:180:	Parameter 'totaltaxincmi' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:180:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:183:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:186:	Parameter 'surcharge' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:186:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:189:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:192:	Parameter 'educess' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:192:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:195:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:198:	Parameter 'incmtaxrelf' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:198:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:201:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:204:	Parameter 'nettaxpay' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:204:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:207:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:210:	Parameter 'totamtcurremp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:210:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:213:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:216:	Parameter 'reprtamtpreemp' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:216:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:219:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:222:	Parameter 'totamtwhleyr' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:222:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:225:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:228:	Parameter 'shrtfall' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:228:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:231:	publicMethodCommentRequirement Required
com/tin/etabf/pdfcreater/SDbean.java:234:	Parameter 'whthrtaxded' is not assigned and could be declared final
com/tin/etabf/pdfcreater/SDbean.java:234:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:3:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:19:	Avoid unused imports such as 'javax.swing.JOptionPane'
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:26:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:31:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:35:	Private field 'validateAlpha' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:37:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:43:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:47:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:47:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:57:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:74:	Local variable 'pt1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:75:	Local variable 'mh1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:76:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:76:	Found 'DU'-anomaly for variable 'matchFound1' (lines '76'-'113').
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:76:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:80:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:91:	Comment is too large: Too many lines
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:92:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:99:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:112:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:116:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:116:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:116:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:117:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:117:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:117:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:120:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:122:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:128:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:128:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:130:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAddofDedCountryResidence.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:25:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:29:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:30:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:31:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:32:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:33:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:39:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:69:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:69:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 69
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:71:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:82:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:82:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:83:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:85:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:86:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:90:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:106:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:108:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:115:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:119:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:127:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:128:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:131:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:133:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:143:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:151:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:168:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:168:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:172:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:173:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_a_194N.java:173:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:25:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:29:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:30:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:31:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:32:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:33:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:39:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:69:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:69:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 69
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:71:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:82:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:82:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:83:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:85:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:86:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:90:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:106:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:108:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:115:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:119:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:127:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:128:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:169:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:173:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawRs20lkhSbcle_b_194N.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:25:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:29:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:30:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:31:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:32:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:33:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:39:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:69:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:69:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 69
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:71:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:82:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:82:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:83:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:85:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:86:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:90:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:103:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:106:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:108:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:115:	Local variable 'amount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:119:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:127:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:128:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:131:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:133:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:141:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:146:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:152:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:154:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:165:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:171:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:171:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:175:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:176:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtCshWdrawS194N.java:176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:26:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:30:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:34:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:40:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:45:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:45:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:55:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:70:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 70
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:72:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:82:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:82:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:82:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:82:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:84:	Found 'DU'-anomaly for variable 'tds' (lines '84'-'161').
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:84:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:89:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:105:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:107:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:113:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:117:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:126:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:128:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:137:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:138:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:163:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:163:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:167:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAmtPaid.java:168:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:4:	Avoid unused imports such as 'java.awt.event.ActionEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:5:	Avoid unused imports such as 'java.awt.event.ActionListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:6:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:7:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:10:	Avoid unused imports such as 'java.util.HashMap'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:11:	Avoid unused imports such as 'java.util.List'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:18:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:19:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:24:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	Avoid excessively long variable names like challan_serial_number
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_serial_number' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	To avoid mistakes add a comment at the beginning of the challan_serial_number field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	Avoid excessively long variable names like challan_serial_number
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_serial_number' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	Parameter 'challan_serial_number' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	The user-supplied array 'challan_serial_number' is stored directly.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:47:	Found 'DD'-anomaly for variable 'model1' (lines '47'-'48').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:56:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:62:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:66:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:67:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1InsertRow.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:6:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:7:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:18:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:19:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:24:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:29:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:30:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:30:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:33:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	To avoid mistakes add a comment at the beginning of the SecUnderPayMadeDed field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:35:	Avoid using redundant field initializer for 'selectedRow'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:35:	To avoid mistakes add a comment at the beginning of the selectedRow field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:38:	To avoid mistakes add a comment at the beginning of the flag field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:38:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:38:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	Parameter 'SecUnderPayMadeDed' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	Parameter 'flag' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	Parameter 'selectedRow' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	The user-supplied array 'SecUnderPayMadeDed' is stored directly.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Found 'UR'-anomaly for variable 'key' (lines '54'-'72').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Found 'UR'-anomaly for variable 'key' (lines '54'-'87').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:56:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:61:	Found 'DD'-anomaly for variable 'model1' (lines '61'-'74').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:61:	Found 'DD'-anomaly for variable 'model1' (lines '61'-'89').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:61:	Found 'DD'-anomaly for variable 'model1' (lines '61'-'99').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:62:	Found 'DD'-anomaly for variable 'count' (lines '62'-'75').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:62:	Found 'DD'-anomaly for variable 'count' (lines '62'-'90').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:66:	Local variable 'key' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:69:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:74:	Avoid instantiating new objects inside loops
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:74:	Found 'DD'-anomaly for variable 'model1' (lines '74'-'99').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:87:	Do not add empty strings
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:89:	Avoid instantiating new objects inside loops
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:89:	Found 'DD'-anomaly for variable 'model1' (lines '89'-'99').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:99:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:99:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:109:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:115:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:119:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:6:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:7:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:18:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:19:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:24:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:29:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:30:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:30:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:33:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	To avoid mistakes add a comment at the beginning of the SecUnderPayMadeDed field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:35:	Avoid using redundant field initializer for 'selectedRow'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:35:	To avoid mistakes add a comment at the beginning of the selectedRow field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	Parameter 'SecUnderPayMadeDed' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	Parameter 'selectedRow' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	The user-supplied array 'SecUnderPayMadeDed' is stored directly.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Found 'UR'-anomaly for variable 'key' (lines '54'-'68').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:56:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:60:	Found 'DD'-anomaly for variable 'model1' (lines '60'-'70').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:60:	Found 'DD'-anomaly for variable 'model1' (lines '60'-'78').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:61:	Found 'DD'-anomaly for variable 'count' (lines '61'-'71').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:63:	Local variable 'key' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:70:	Avoid instantiating new objects inside loops
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:70:	Found 'DD'-anomaly for variable 'model1' (lines '70'-'78').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:78:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:78:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:88:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:94:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:94:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:98:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:99:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:1:	Possible God class (WMC=117, ATFD=6, TCC=0.0)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:4:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:5:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:19:	Avoid duplicate imports such as 'com.tin.etbaf.rpu.MyComboBoxRendererRemarks'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:24:	The class 'GRPUTableCellEditorAnnex1Remarks_annex_new' has a Cyclomatic Complexity of 37 (Highest = 144).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:24:	The class 'GRPUTableCellEditorAnnex1Remarks_annex_new' has a Modified Cyclomatic Complexity of 20 (Highest = 77).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:24:	The class 'GRPUTableCellEditorAnnex1Remarks_annex_new' has a Standard Cyclomatic Complexity of 20 (Highest = 77).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:24:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:29:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:30:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:30:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:33:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	To avoid mistakes add a comment at the beginning of the SecUnderPayMadeDed field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:35:	Avoid using redundant field initializer for 'selectedRow'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:35:	To avoid mistakes add a comment at the beginning of the selectedRow field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	Avoid using redundant field initializer for 'selYear_anne2'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	To avoid mistakes add a comment at the beginning of the selYear_anne2 field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	Avoid using redundant field initializer for 'next_year_anne2'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	To avoid mistakes add a comment at the beginning of the next_year_anne2 field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:38:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:38:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:38:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:39:	To avoid mistakes add a comment at the beginning of the quarter field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:39:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:39:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:41:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:41:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Avoid unused constructor parameters such as 'SecUnderPayMadeDed'.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Parameter 'SecUnderPayMadeDed' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Parameter 'selectedRow' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:45:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:45:	Parameter 'quarter' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 144.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 77.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 77.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	The method getTableCellEditorComponent() has an NCSS line count of 191
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:65:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:68:	Found 'DD'-anomaly for variable 'model1' (lines '68'-'443').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:71:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:72:	Found 'DD'-anomaly for variable 'remark' (lines '72'-'81').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:75:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:75:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:75:	The String literal "--Select--" appears 64 times in this file; the first occurrence is on line 75
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:79:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:84:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:88:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:88:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:93:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:94:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:95:	The String literal "94N" appears 5 times in this file; the first occurrence is on line 95
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:97:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:99:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:99:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:100:	The String literal "B - In case of 15G/15H" appears 10 times in this file; the first occurrence is on line 100
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:102:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:103:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:103:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:103:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:106:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:106:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:106:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:111:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:112:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:113:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:114:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:114:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:114:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:115:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:115:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:116:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:116:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:121:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:121:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:123:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:124:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:124:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:124:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:125:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:125:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:125:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:125:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:127:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:127:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:132:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:132:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:134:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:134:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:134:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:135:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:135:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:136:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:136:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:139:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:139:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:139:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:139:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:141:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:142:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:142:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:142:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:144:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:146:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:146:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:151:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:151:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:153:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:153:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:153:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:154:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:154:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:156:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:156:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:158:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:159:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:159:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:163:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:163:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:163:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:164:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:165:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:165:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:165:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:166:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:166:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:167:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:167:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:170:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:170:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:170:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:170:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:171:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:171:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:172:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:172:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:173:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:175:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:176:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:176:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:178:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:179:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:179:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:183:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:183:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:189:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:189:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:191:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:191:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:193:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:194:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:194:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:196:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:197:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:197:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:200:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:200:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:206:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:206:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:207:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:207:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:209:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:210:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:210:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:213:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:213:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:214:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:214:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:218:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:218:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:220:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:220:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:220:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:221:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:221:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:227:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:227:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:229:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:230:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:230:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:230:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:232:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:233:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:233:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:233:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:236:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:236:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:236:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:241:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:241:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:248:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:248:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:254:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:254:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:258:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:260:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:260:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:264:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:265:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:265:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:270:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:270:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:270:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:277:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:277:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:278:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:278:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:279:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:281:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:282:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:282:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:284:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:286:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:286:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:290:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:290:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:290:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:294:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:296:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:296:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:300:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:300:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:300:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:305:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:305:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:306:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:306:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:306:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:309:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:309:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:309:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:316:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:318:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:318:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:318:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:318:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:319:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:319:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:319:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:319:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:320:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:320:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:320:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:320:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:321:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:321:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:321:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:321:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:322:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:322:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:322:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:322:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:325:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:326:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:326:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:330:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:330:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:330:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:333:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:334:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:334:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:336:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:337:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:337:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:340:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:340:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:340:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:345:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:345:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:345:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:345:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:347:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:348:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:348:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:348:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:351:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:351:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:351:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:355:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:356:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:357:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:357:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:357:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:359:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:359:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:360:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:360:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:364:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:364:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:366:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:366:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:366:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:366:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:366:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:367:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:367:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:369:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:369:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:369:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:370:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:370:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:372:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:372:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:372:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:372:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:374:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:374:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:376:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:376:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:376:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:377:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:377:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:379:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:380:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:380:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:384:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:386:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:386:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:386:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:388:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:388:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:390:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:390:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:394:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:394:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:398:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:398:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:401:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:401:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:401:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:403:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:404:	Comment is too large: Too many lines
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:414:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:415:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:415:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:418:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:418:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:425:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:425:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:425:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:432:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:432:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:434:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:434:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:447:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:447:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:447:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:459:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:465:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:465:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:469:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:470:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_annex_new.java:470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:5:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:6:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:17:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:18:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:27:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:28:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:29:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:29:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:29:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:30:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:31:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:32:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:32:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	To avoid mistakes add a comment at the beginning of the SecUnderPayMadeDed field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:34:	Avoid using redundant field initializer for 'selectedRow'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:34:	To avoid mistakes add a comment at the beginning of the selectedRow field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:36:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:36:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:37:	To avoid mistakes add a comment at the beginning of the flag field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	Parameter 'SecUnderPayMadeDed' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	Parameter 'selectedRow' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	The user-supplied array 'SecUnderPayMadeDed' is stored directly.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Found 'UR'-anomaly for variable 'key' (lines '53'-'70').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:55:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:60:	Found 'DD'-anomaly for variable 'model1' (lines '60'-'72').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:60:	Found 'DD'-anomaly for variable 'model1' (lines '60'-'80').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:61:	Found 'DD'-anomaly for variable 'count' (lines '61'-'73').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:65:	Local variable 'key' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:68:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:70:	Do not add empty strings
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:72:	Avoid instantiating new objects inside loops
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:72:	Found 'DD'-anomaly for variable 'model1' (lines '72'-'80').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:80:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:80:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:90:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:96:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:96:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:100:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:101:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:7:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:8:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:17:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:19:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:20:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:21:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:27:	The class 'GRPUTableCellEditorAnnex1Remarks_challan_new' has a Cyclomatic Complexity of 16 (Highest = 60).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:27:	The class 'GRPUTableCellEditorAnnex1Remarks_challan_new' has a Modified Cyclomatic Complexity of 8 (Highest = 28).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:27:	The class 'GRPUTableCellEditorAnnex1Remarks_challan_new' has a Standard Cyclomatic Complexity of 8 (Highest = 28).
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:27:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:31:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:32:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:33:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:33:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:34:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:35:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:36:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:36:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	To avoid mistakes add a comment at the beginning of the SecUnderPayMadeDed field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:38:	Avoid using redundant field initializer for 'selectedRow'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:38:	To avoid mistakes add a comment at the beginning of the selectedRow field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:38:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:38:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:40:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:40:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:41:	To avoid mistakes add a comment at the beginning of the flag field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	Avoid using redundant field initializer for 'selYear_anne2'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	To avoid mistakes add a comment at the beginning of the selYear_anne2 field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	Avoid using redundant field initializer for 'next_year_anne2'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	To avoid mistakes add a comment at the beginning of the next_year_anne2 field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:45:	To avoid mistakes add a comment at the beginning of the quarter field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:45:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:45:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:46:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:46:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:46:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:47:	Avoid using redundant field initializer for 'model'
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:47:	To avoid mistakes add a comment at the beginning of the model field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:47:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:47:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	Parameter 'SecUnderPayMadeDed' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	Parameter 'selectedRow' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	The user-supplied array 'SecUnderPayMadeDed' is stored directly.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:50:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:50:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:50:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:50:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:50:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:51:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:51:	Parameter 'quarter' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 60.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 28.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 28.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	The method getTableCellEditorComponent() has an NPath complexity of 1440
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:71:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:73:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:78:	Found 'DD'-anomaly for variable 'model1' (lines '78'-'253').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:78:	Found 'DD'-anomaly for variable 'model1' (lines '78'-'258').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:79:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:79:	Avoid unused local variables such as 'count'.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:79:	Found 'DU'-anomaly for variable 'count' (lines '79'-'267').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:79:	Local variable 'count' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Avoid variables with short names like ya
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Found 'DU'-anomaly for variable 'ya' (lines '81'-'267').
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Local variable 'ya' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:83:	Local variable 'challan_section' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:83:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_section' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:87:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:92:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:96:	The String literal "--Select--" appears 23 times in this file; the first occurrence is on line 96
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:96:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:96:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:101:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:103:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:104:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:105:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:106:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:107:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:108:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:108:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:108:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:111:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:111:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:111:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:115:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:116:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:116:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:117:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:117:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:118:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:119:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:119:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:120:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:120:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:121:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:121:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:122:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:122:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:123:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:123:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:125:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:126:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:126:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:126:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:129:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:129:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:129:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:133:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:133:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:134:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:135:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:135:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:135:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:138:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:138:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:138:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:143:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:143:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:150:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:150:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:154:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:156:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:156:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:161:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:161:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:161:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:167:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:167:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:168:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:168:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:169:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:169:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:170:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:172:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:173:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:173:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:173:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:176:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:176:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:176:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:179:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:180:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:180:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:180:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:183:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:183:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:183:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:192:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:193:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:193:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:194:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:194:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:195:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:195:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:196:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:196:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:197:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:197:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:198:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:198:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:199:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:199:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:200:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:200:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:201:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:201:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:203:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:203:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:206:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:207:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:207:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:210:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:210:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:210:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:218:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:219:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:219:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:226:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:226:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:227:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:228:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:228:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:232:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:233:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:233:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:234:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:234:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:235:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:235:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:236:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:236:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:237:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:237:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:242:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:242:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:243:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:243:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:244:	Avoid using if statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:244:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:244:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:244:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:244:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:245:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:245:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:258:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:258:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:258:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:269:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:275:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:275:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:279:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:280:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorAnnex1Remarks_challan_new.java:280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorBSRCd.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:9:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:16:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:20:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:21:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:22:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:78:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:82:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorBookCashEntry.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:22:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:26:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:26:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:61:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:67:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:68:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:70:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:73:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:73:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:74:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:79:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:80:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:87:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:106:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:106:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:108:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:109:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCertNum.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:74:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:77:	Local variable 'transVoucher' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:78:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:80:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:115:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:119:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChallanNumber.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:12:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:74:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:74:	Avoid unused local variables such as 'value'.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:74:	Found 'DU'-anomaly for variable 'value' (lines '74'-'78').
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:74:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:80:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:84:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNo.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:13:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:21:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:29:	Avoid excessively long variable names like challanSerialNumberCombo
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:29:	Parameter 'challanSerialNumberCombo' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:34:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:68:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:81:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:81:	Avoid unused local variables such as 'value'.
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:81:	Found 'DU'-anomaly for variable 'value' (lines '81'-'86').
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:81:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:88:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:88:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:92:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorChlnSerNoannex1.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:28:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:65:	Local variable 'telno' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:66:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:66:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:103:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:103:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:104:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:104:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:104:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:107:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:109:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:115:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:117:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorContactNoofdeductee.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:72:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:75:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:79:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorCountryResd.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:3:	Avoid unused imports such as 'java.awt.BorderLayout'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:4:	Avoid unused imports such as 'java.awt.Color'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:6:	Avoid unused imports such as 'java.awt.Dimension'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:7:	Avoid unused imports such as 'java.awt.GridLayout'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:8:	Avoid unused imports such as 'java.awt.Image'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:16:	Avoid unused imports such as 'java.awt.event.MouseListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:17:	Avoid unused imports such as 'java.io.IOException'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:21:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:23:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:25:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:36:	The class 'GRPUTableCellEditorDateOfDed' has a Cyclomatic Complexity of 7 (Highest = 18).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:36:	The class 'GRPUTableCellEditorDateOfDed' has a Modified Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:36:	The class 'GRPUTableCellEditorDateOfDed' has a Standard Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:36:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:39:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:39:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:39:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:40:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:41:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:42:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:42:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:42:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:43:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:43:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:44:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:44:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:45:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:47:	Avoid using redundant field initializer for 'flag4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:47:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:47:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:48:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:49:	Avoid using redundant field initializer for 'cnt'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:49:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:50:	Avoid using redundant field initializer for 'cnt4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:50:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:51:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:52:	Avoid using redundant field initializer for 'cnt9'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:52:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:54:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:54:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:79:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:94:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:94:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:106:	JUnit 4 tests that execute tests should use the @Test annotation
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:106:	Method names should not contain underscores
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:106:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:109:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:116:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:117:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:117:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:117:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:125:	Found 'DD'-anomaly for variable 'url' (lines '125'-'127').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:125:	Found 'DD'-anomaly for variable 'url' (lines '125'-'127').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:125:	Found 'DD'-anomaly for variable 'url' (lines '125'-'127').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:129:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:131:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:133:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:134:	System.err.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:135:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:140:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:149:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:151:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:156:	Avoid variables with short names like e
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:156:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:156:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:157:	Local variable 'text' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:158:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:158:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:161:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:174:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:177:	Avoid variables with short names like ae
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:177:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:177:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:181:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:184:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:184:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:195:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:198:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:198:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:200:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:200:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:223:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:225:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:225:	Avoid unused local variables such as 'date'.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:225:	Found 'DU'-anomaly for variable 'date' (lines '225'-'278').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:225:	Local variable 'date' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:227:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:229:	Local variable 'sep1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:231:	Local variable 'sep2' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:233:	Found 'DU'-anomaly for variable 'day' (lines '233'-'278').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:233:	Local variable 'day' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:235:	Found 'DU'-anomaly for variable 'month' (lines '235'-'278').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:235:	Local variable 'month' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:237:	Found 'DU'-anomaly for variable 'year' (lines '237'-'278').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:237:	Local variable 'year' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:240:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:241:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:243:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:244:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:248:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:250:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:252:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:253:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:259:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:261:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:262:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:265:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:266:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:273:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:274:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:280:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:280:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:282:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:283:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfDed.java:283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:4:	Avoid unused imports such as 'java.awt.Image'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:12:	Avoid unused imports such as 'java.io.IOException'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:16:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:19:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:25:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:35:	The class 'GRPUTableCellEditorDateOfPay' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:35:	The class 'GRPUTableCellEditorDateOfPay' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:35:	The class 'GRPUTableCellEditorDateOfPay' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:35:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:39:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:39:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:39:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:40:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:41:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:42:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:42:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:42:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:43:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:43:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:44:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:44:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:46:	Avoid using redundant field initializer for 'flag4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:46:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:47:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:48:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:49:	Avoid using redundant field initializer for 'cnt'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:49:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:50:	Avoid using redundant field initializer for 'cnt4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:50:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:51:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:53:	Avoid using redundant field initializer for 'cnt9'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:53:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:54:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:54:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:60:	Local variable 'panel' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:81:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:81:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:86:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:96:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:96:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:106:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:114:	Found 'DD'-anomaly for variable 'url' (lines '114'-'116').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:118:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:120:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:122:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:123:	System.err.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:124:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:130:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:139:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:141:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:146:	Avoid variables with short names like e
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:146:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:146:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:147:	Local variable 'text' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:167:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:170:	Avoid variables with short names like ae
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:170:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:170:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:177:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:180:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:180:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:191:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:193:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:196:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:196:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:198:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:198:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:221:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:224:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:226:	Local variable 'sep1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:227:	Local variable 'sep2' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:228:	Found 'DU'-anomaly for variable 'day' (lines '228'-'270').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:228:	Local variable 'day' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:229:	Found 'DU'-anomaly for variable 'month' (lines '229'-'270').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:229:	Local variable 'month' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:230:	Found 'DU'-anomaly for variable 'year' (lines '230'-'270').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:230:	Local variable 'year' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:232:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:234:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:235:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:236:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:240:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:242:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:243:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:244:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:251:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:252:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:253:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:265:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:266:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:272:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:272:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:276:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:277:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateOfPay.java:277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:4:	Avoid unused imports such as 'java.awt.Image'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:12:	Avoid unused imports such as 'java.io.IOException'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:16:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:19:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:25:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:35:	The class 'GRPUTableCellEditorDateofDep' has a Cyclomatic Complexity of 8 (Highest = 18).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:35:	The class 'GRPUTableCellEditorDateofDep' has a Modified Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:35:	The class 'GRPUTableCellEditorDateofDep' has a Standard Cyclomatic Complexity of 7 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:35:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:39:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:39:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:39:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:40:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:41:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:42:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:42:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:42:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:43:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:43:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:44:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:44:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:45:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:47:	Avoid using redundant field initializer for 'flag4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:47:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:47:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:48:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:49:	Avoid using redundant field initializer for 'cnt'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:49:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:50:	Avoid using redundant field initializer for 'cnt4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:50:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:51:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:52:	Avoid using redundant field initializer for 'cnt9'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:52:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:54:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:54:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:58:	Local variable 'panel' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:79:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:94:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:94:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:105:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:113:	Found 'DD'-anomaly for variable 'url' (lines '113'-'115').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:113:	Found 'DD'-anomaly for variable 'url' (lines '113'-'115').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:113:	Found 'DD'-anomaly for variable 'url' (lines '113'-'115').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:117:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:119:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:121:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:122:	System.err.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:123:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:129:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:138:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:140:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:144:	Avoid variables with short names like e
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:144:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:144:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:145:	Local variable 'text' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:149:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:165:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:168:	Avoid variables with short names like ae
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:168:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:168:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:175:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:178:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:178:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:189:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:191:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:194:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:194:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:196:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:196:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:219:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:221:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:221:	Found 'DU'-anomaly for variable 'value' (lines '221'-'251').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:221:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:222:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:224:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:225:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:226:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:230:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:231:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:232:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:234:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:236:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:237:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:238:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:239:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:242:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:242:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:242:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:242:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:245:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:246:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:246:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:246:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:246:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:249:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:253:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:253:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:257:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofDep.java:258:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:29:	The class 'GRPUTableCellEditorDateofPymntofTDStoCG' has a Cyclomatic Complexity of 7 (Highest = 18).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:29:	The class 'GRPUTableCellEditorDateofPymntofTDStoCG' has a Modified Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:29:	The class 'GRPUTableCellEditorDateofPymntofTDStoCG' has a Standard Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:29:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:32:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:33:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:34:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:35:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:36:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:37:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:38:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:40:	Avoid using redundant field initializer for 'flag4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:40:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:42:	Avoid using redundant field initializer for 'cnt'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:42:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:43:	Avoid using redundant field initializer for 'cnt4'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:45:	Avoid using redundant field initializer for 'cnt9'
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:45:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:47:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:47:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:47:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:72:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:87:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:87:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:99:	JUnit 4 tests that execute tests should use the @Test annotation
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:99:	Method names should not contain underscores
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:99:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:102:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:109:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:110:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:110:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:110:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:118:	Found 'DD'-anomaly for variable 'url' (lines '118'-'120').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:118:	Found 'DD'-anomaly for variable 'url' (lines '118'-'120').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:118:	Found 'DD'-anomaly for variable 'url' (lines '118'-'120').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:122:	Avoid throwing raw exception types.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:122:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:124:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:126:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:127:	System.err.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:128:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:142:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:144:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:149:	Avoid variables with short names like e
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:149:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:149:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:150:	Local variable 'text' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:154:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:167:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:170:	Avoid variables with short names like ae
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:170:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:170:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:174:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:177:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:177:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:188:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:191:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:191:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:193:	Avoid variables with short names like d
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:193:	Local variable 'd' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:216:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:218:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:218:	Avoid unused local variables such as 'date'.
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:218:	Found 'DU'-anomaly for variable 'date' (lines '218'-'271').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:218:	Local variable 'date' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:220:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:222:	Local variable 'sep1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:224:	Local variable 'sep2' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:226:	Found 'DU'-anomaly for variable 'day' (lines '226'-'271').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:226:	Local variable 'day' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:228:	Found 'DU'-anomaly for variable 'month' (lines '228'-'271').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:228:	Local variable 'month' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:230:	Found 'DU'-anomaly for variable 'year' (lines '230'-'271').
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:230:	Local variable 'year' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:233:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:234:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:236:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:237:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:241:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:243:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:245:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:246:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:252:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:254:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:255:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:258:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:259:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:266:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:267:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:273:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:273:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:275:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:276:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDateofPymntofTDStoCG.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:17:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:21:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:21:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:22:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:22:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:23:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:25:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:25:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:46:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:59:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:78:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:82:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDedCode.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:21:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:29:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:30:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:30:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:33:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:34:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:34:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:35:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:36:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:39:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:39:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:52:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:53:	Found 'DD'-anomaly for variable 'model1' (lines '53'-'54').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:53:	Found 'DD'-anomaly for variable 'model1' (lines '53'-'54').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:53:	Found 'DD'-anomaly for variable 'model1' (lines '53'-'54').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:54:	The String literal "--Select--" appears 4 times in this file; the first occurrence is on line 54
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:54:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:54:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:65:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:65:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:66:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:75:	Avoid variables with short names like e
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:75:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:77:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:77:	Local variable 'selectedItem' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:81:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Avoid unused local variables such as 'tds'.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Found 'DU'-anomaly for variable 'tds' (lines '95'-'99').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:95:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:101:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:101:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:105:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentRes.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:6:	Avoid unused imports such as 'java.awt.event.FocusEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:7:	Avoid unused imports such as 'java.awt.event.FocusListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:8:	Avoid unused imports such as 'java.awt.event.ItemEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:9:	Avoid unused imports such as 'java.awt.event.ItemListener'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:16:	Avoid unused imports such as 'javax.swing.JButton'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:18:	Avoid unused imports such as 'javax.swing.JComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:19:	Avoid unused imports such as 'javax.swing.JList'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:21:	Avoid unused imports such as 'javax.swing.JTextField'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:22:	Avoid unused imports such as 'javax.swing.plaf.basic.BasicComboBoxRenderer'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:25:	Avoid unused imports such as 'com.tin.etbaf.rpu.AutoSelectionFun'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:26:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:28:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:30:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:39:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:40:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:40:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:41:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:41:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:42:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:42:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:42:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:42:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:43:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:43:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:43:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:43:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:44:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:44:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:44:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:44:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:46:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:46:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:46:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:47:	Avoid using redundant field initializer for 'selecting'
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:47:	To avoid mistakes add a comment at the beginning of the selecting field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:47:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:47:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:51:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:51:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:51:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:61:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:63:	Found 'DD'-anomaly for variable 'model1' (lines '63'-'65').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:63:	Found 'DD'-anomaly for variable 'model1' (lines '63'-'65').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:65:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:65:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:79:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:80:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:84:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:85:	Comment is too large: Too many lines
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:90:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:92:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:94:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:103:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:104:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:106:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:113:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:115:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:126:	Comment is too large: Too many lines
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:127:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:136:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:138:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:140:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:159:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:161:	Comment is too large: Too many lines
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:166:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:178:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:182:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:186:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Avoid unused local variables such as 'tds'.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Found 'DU'-anomaly for variable 'tds' (lines '202'-'206').
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:202:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:208:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:208:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:212:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:213:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorDedPermanentResEst.java:213:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCess.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:27:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:31:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:34:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:35:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:35:	Parameter 'valueOfTypeOfStmt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:41:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:46:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:46:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:56:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:56:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:72:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:72:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 72
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:74:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:85:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:88:	Found 'DU'-anomaly for variable 'tds' (lines '88'-'159').
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:88:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:89:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:89:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:89:	Found 'DU'-anomaly for variable 'dotcount' (lines '89'-'159').
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:89:	Local variable 'dotcount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:90:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:90:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:90:	Found 'DU'-anomaly for variable 'dotpos' (lines '90'-'159').
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:90:	Local variable 'dotpos' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:91:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:91:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:91:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:91:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:95:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:97:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:108:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:110:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:112:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:112:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:118:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:118:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:118:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:121:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:154:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:161:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:161:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:165:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEduCessann1.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:22:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:25:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:27:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:47:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:59:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:67:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:74:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:74:	Avoid unused local variables such as 'value'.
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:74:	Found 'DU'-anomaly for variable 'value' (lines '74'-'140').
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:74:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:75:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:78:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:82:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:89:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:90:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:110:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:142:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:142:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:144:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorEmpRefNum.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:21:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:71:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:73:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:76:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:80:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorGrossInd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:26:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:30:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:66:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:75:	Local variable 'transVoucher' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:76:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:77:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:88:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:91:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:114:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:114:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:116:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInsertValidation.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorInterest.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLastPAN.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDed.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:75:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:79:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorLstTotTaxDep.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorNameEmp.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorOthers.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:73:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:77:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:87:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:101:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:101:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:105:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorPAN.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:72:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:75:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:79:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorPartyCode.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:19:	The class 'GRPUTableCellEditorRateTaxDedtd' has a Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:19:	The class 'GRPUTableCellEditorRateTaxDedtd' has a Modified Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:19:	The class 'GRPUTableCellEditorRateTaxDedtd' has a Standard Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:61:	The String literal "Rate at which tax deducted should be valid e.g. 10.0000" appears 4 times in this file; the first occurrence is on line 61
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:74:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:74:	The method 'getCellEditorValue' has a Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:74:	The method 'getCellEditorValue' has a Modified Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:74:	The method 'getCellEditorValue' has a Standard Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:74:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:77:	Found 'DU'-anomaly for variable 'rate' (lines '77'-'217').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:79:	Found 'DD'-anomaly for variable 'dotCounter' (lines '79'-'127').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:79:	Found 'DU'-anomaly for variable 'dotCounter' (lines '79'-'217').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:81:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:84:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:89:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:91:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:94:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:103:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:110:	Found 'DU'-anomaly for variable 'length' (lines '110'-'217').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:110:	Local variable 'length' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:111:	Found 'DD'-anomaly for variable 'str' (lines '111'-'128').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:111:	Found 'DU'-anomaly for variable 'str' (lines '111'-'217').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:113:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:123:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:125:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:125:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:125:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:127:	Found 'DD'-anomaly for variable 'dotCounter' (lines '127'-'127').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:128:	Found 'DD'-anomaly for variable 'str' (lines '128'-'128').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:128:	Found 'DU'-anomaly for variable 'str' (lines '128'-'217').
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:128:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:135:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:137:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:144:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:144:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:146:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:148:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:150:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:150:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:152:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:154:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:154:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:156:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:158:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:159:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:163:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:165:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:166:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:167:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:172:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:174:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:191:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:192:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:193:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:201:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:202:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:203:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:213:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:219:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:219:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:223:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:224:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRateTaxDedtd.java:224:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:13:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:24:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:25:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:26:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:26:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:26:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:43:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:45:	Found 'DD'-anomaly for variable 'model1' (lines '45'-'46').
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:46:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:46:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:60:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:60:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:64:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:65:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarkannex1.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorRemarks.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSection.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSrNo.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:30:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:31:	Parameter 'valueOfTypeOfStmt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'160').
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:81:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:82:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:82:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:82:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:82:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:82:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 82
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:87:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:100:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:103:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:105:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:111:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:115:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:124:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:135:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:155:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:162:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:162:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:166:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorSurcharge.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:30:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:31:	Parameter 'valueOfTypeOfStmt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:68:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 68
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:81:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:81:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:82:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:82:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:84:	Found 'DU'-anomaly for variable 'tds' (lines '84'-'162').
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:84:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:89:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:105:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:107:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:113:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:117:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:126:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:137:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:158:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:164:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:164:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:168:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:169:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTDS.java:169:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTV.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:3:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:26:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:31:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:35:	Private field 'validateAlpha' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:38:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:44:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:48:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:48:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:58:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:71:	Local variable 'taxID' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:74:	Local variable 'pt1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:75:	Local variable 'mh1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:76:	Found 'DU'-anomaly for variable 'matchFound1' (lines '76'-'111').
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:76:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:79:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:80:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:86:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:93:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:101:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:114:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:114:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:114:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:115:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:115:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:115:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:118:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:120:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:125:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:125:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:127:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTaxIdentificationNumber.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:61:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:67:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:67:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 67
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:69:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'144').
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:82:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:83:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:83:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:83:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:88:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:101:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:104:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:107:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:110:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:146:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:146:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:150:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:151:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorToatlValuePurchase.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:74:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:80:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:84:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDed.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:23:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:30:	To avoid mistakes add a comment at the beginning of the valueOfTypeOfStmt field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:31:	Parameter 'valueOfTypeOfStmt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:68:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 68
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'160').
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:81:	Local variable 'tds' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:82:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:82:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:82:	Found 'DU'-anomaly for variable 'dotcount' (lines '82'-'160').
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:82:	Local variable 'dotcount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:83:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:83:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:83:	Found 'DU'-anomaly for variable 'dotpos' (lines '83'-'160').
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:83:	Local variable 'dotpos' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:84:	Avoid variables with short names like df
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:84:	Avoid variables with short names like sf
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:84:	Local variable 'df' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:84:	Local variable 'sf' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:86:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:88:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:90:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:101:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:103:	Position literals first in String comparisons
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:105:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:105:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:111:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:111:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:114:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:122:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:126:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:137:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:153:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:156:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:162:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:162:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:166:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotTaxDep.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:75:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:79:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotal.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'101').
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:72:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:76:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:86:	Local variable 'message' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:92:	Local variable 'posCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:96:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:96:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorTotalTDS.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:72:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:72:	Avoid unused local variables such as 'value'.
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:72:	Found 'DU'-anomaly for variable 'value' (lines '72'-'99').
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:72:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:87:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:101:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:101:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:105:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorUniqAckNo.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:19:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:23:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:71:	Avoid unused local variables such as 'value'.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'74').
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:76:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:80:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdMode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:13:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:24:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:25:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:26:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:26:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:26:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:27:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:27:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:28:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:29:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:29:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:30:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:30:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:32:	Parameter 'count' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:45:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:47:	Found 'DD'-anomaly for variable 'model1' (lines '47'-'51').
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:47:	Found 'DD'-anomaly for variable 'model1' (lines '47'-'57').
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:51:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:51:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:57:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:57:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:76:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:80:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorUpdModeannex1.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:6:	Avoid unused imports such as 'java.awt.event.ItemEvent'
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:21:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:28:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:29:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:30:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:30:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:31:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:32:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:33:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:33:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:34:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:34:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:34:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:35:	To avoid mistakes add a comment at the beginning of the itemListener field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:35:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:35:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:36:	To avoid mistakes add a comment at the beginning of the grpu field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:36:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:37:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:37:	To avoid mistakes add a comment at the beginning of the map field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:37:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:39:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:39:	Parameter 'rpu' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:52:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:59:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:60:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:61:	Found 'DU'-anomaly for variable 'model1' (lines '61'-'76').
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:61:	Found 'DU'-anomaly for variable 'model1' (lines '61'-'76').
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:61:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:61:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:63:	Found 'DU'-anomaly for variable 'model1' (lines '63'-'76').
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:63:	Found 'DU'-anomaly for variable 'model1' (lines '63'-'76').
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:63:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:63:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:68:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:69:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:80:	Local variable 'whtherliable' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:80:	This statement may have some unnecessary parentheses
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:80:	Useless parentheses.
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:81:	System.out.println is used
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:86:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:86:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:90:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:91:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorWhetherPymntisLiable.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:20:	The class 'GRPUTableCellEditorrateTaxCollected' has a Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:20:	The class 'GRPUTableCellEditorrateTaxCollected' has a Modified Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:20:	The class 'GRPUTableCellEditorrateTaxCollected' has a Standard Cyclomatic Complexity of 7 (Highest = 17).
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:20:	headerCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:24:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:25:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:26:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:62:	The String literal "Rate at which tax collected  should be valid e.g 100.0000" appears 4 times in this file; the first occurrence is on line 62
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:66:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:75:	Avoid really long methods.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:75:	The method 'getCellEditorValue' has a Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:75:	The method 'getCellEditorValue' has a Modified Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:75:	The method 'getCellEditorValue' has a Standard Cyclomatic Complexity of 17.
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:78:	Found 'DU'-anomaly for variable 'rate' (lines '78'-'219').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:80:	Found 'DD'-anomaly for variable 'dotCounter' (lines '80'-'128').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:80:	Found 'DU'-anomaly for variable 'dotCounter' (lines '80'-'219').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:85:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:90:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:92:	Local variable 'tdamount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:95:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:98:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:104:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:111:	Found 'DU'-anomaly for variable 'length' (lines '111'-'219').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:111:	Local variable 'length' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:112:	Found 'DD'-anomaly for variable 'str' (lines '112'-'129').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:112:	Found 'DU'-anomaly for variable 'str' (lines '112'-'219').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:114:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:126:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:126:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:126:	These nested if statements could be combined
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:128:	Found 'DD'-anomaly for variable 'dotCounter' (lines '128'-'128').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:129:	Found 'DD'-anomaly for variable 'str' (lines '129'-'129').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:129:	Found 'DU'-anomaly for variable 'str' (lines '129'-'219').
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:129:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:136:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:145:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:145:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:147:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:149:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:151:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:153:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:155:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:155:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:157:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:159:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:161:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:165:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:167:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:168:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:170:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:174:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:176:	Comment is too large: Line too long
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:177:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:193:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:194:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:195:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:203:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:204:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:205:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:215:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:221:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:221:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:225:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:226:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEditorrateTaxCollected.java:226:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:28:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:28:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:29:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:30:	fieldCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:65:	Local variable 'email' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:66:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:66:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:67:	Avoid using Literals in Conditional Statements
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:73:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:74:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:77:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:77:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:86:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:98:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:98:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:98:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:99:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:99:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:99:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:102:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:104:	Avoid using if...else statements without curly braces
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:110:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:110:	publicMethodCommentRequirement Required
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:112:	Local variable 'clickCount' could be declared final
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:113:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/annexure1/GRPUTableCellEmailIDofdeductee.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/AutoSelectionFun.java:14:	headerCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/AutoSelectionFun.java:15:	To avoid mistakes add a comment at the beginning of the comboBox field if you want a default access modifier
com/tin/etbaf/rpu/AutoSelectionFun.java:15:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/AutoSelectionFun.java:15:	fieldCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:16:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/AutoSelectionFun.java:16:	To avoid mistakes add a comment at the beginning of the model field if you want a default access modifier
com/tin/etbaf/rpu/AutoSelectionFun.java:16:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/AutoSelectionFun.java:16:	fieldCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:17:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/AutoSelectionFun.java:17:	To avoid mistakes add a comment at the beginning of the editor field if you want a default access modifier
com/tin/etbaf/rpu/AutoSelectionFun.java:17:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/AutoSelectionFun.java:17:	fieldCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:20:	Avoid using redundant field initializer for 'selecting'
com/tin/etbaf/rpu/AutoSelectionFun.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/AutoSelectionFun.java:20:	To avoid mistakes add a comment at the beginning of the selecting field if you want a default access modifier
com/tin/etbaf/rpu/AutoSelectionFun.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/AutoSelectionFun.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/AutoSelectionFun.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:28:	Avoid variables with short names like e
com/tin/etbaf/rpu/AutoSelectionFun.java:28:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:29:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/AutoSelectionFun.java:29:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/AutoSelectionFun.java:33:	Avoid variables with short names like e
com/tin/etbaf/rpu/AutoSelectionFun.java:33:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:34:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/AutoSelectionFun.java:38:	Local variable 'selected' could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:39:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/AutoSelectionFun.java:43:	Parameter 'len' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:43:	Parameter 'offs' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/AutoSelectionFun.java:45:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/AutoSelectionFun.java:49:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:55:	Avoid throwing raw exception types.
com/tin/etbaf/rpu/AutoSelectionFun.java:55:	New exception is thrown in catch block, original stack trace may be lost
com/tin/etbaf/rpu/AutoSelectionFun.java:59:	Parameter 'start' is not assigned and could be declared final
com/tin/etbaf/rpu/AutoSelectionFun.java:68:	System.out.println is used
com/tin/etbaf/rpu/Chk_LengthOnly.java:9:	headerCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:12:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/Chk_LengthOnly.java:12:	To avoid mistakes add a comment at the beginning of the maxSize field if you want a default access modifier
com/tin/etbaf/rpu/Chk_LengthOnly.java:12:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Chk_LengthOnly.java:12:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:13:	Avoid using redundant field initializer for 'off_secnd'
com/tin/etbaf/rpu/Chk_LengthOnly.java:13:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'off_secnd' is not final.
com/tin/etbaf/rpu/Chk_LengthOnly.java:13:	To avoid mistakes add a comment at the beginning of the off_secnd field if you want a default access modifier
com/tin/etbaf/rpu/Chk_LengthOnly.java:13:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Chk_LengthOnly.java:13:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:14:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/Chk_LengthOnly.java:14:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:14:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:19:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_LengthOnly.java:19:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:19:	Parameter 'offs' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:19:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:19:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:31:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_LengthOnly.java:34:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_LengthOnly.java:34:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:34:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly.java:36:	Local variable 'off' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:37:	Local variable 'len' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:38:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/rpu/Chk_LengthOnly.java:38:	Found 'DU'-anomaly for variable 'gLenChk' (lines '38'-'81').
com/tin/etbaf/rpu/Chk_LengthOnly.java:38:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:42:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:48:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/Chk_LengthOnly.java:48:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:48:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:49:	System.out.println is used
com/tin/etbaf/rpu/Chk_LengthOnly.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:56:	Comment is too large: Too many lines
com/tin/etbaf/rpu/Chk_LengthOnly.java:57:	Comment is too large: Line too long
com/tin/etbaf/rpu/Chk_LengthOnly.java:66:	Comment is too large: Line too long
com/tin/etbaf/rpu/Chk_LengthOnly.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Chk_LengthOnly.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly.java:75:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/Chk_LengthOnly.java:78:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/Chk_LengthOnly.java:78:	System.out.println is used
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:8:	headerCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:15:	To avoid mistakes add a comment at the beginning of the maxSize field if you want a default access modifier
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:15:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:15:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:17:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:17:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:17:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:22:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:22:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:22:	Parameter 'offs' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:22:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:31:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:34:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:34:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:34:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:36:	Local variable 'off' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:37:	Local variable 'len' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:38:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:38:	Found 'DU'-anomaly for variable 'gLenChk' (lines '38'-'55').
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:38:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:42:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:44:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:44:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:47:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:52:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/Chk_LengthOnly_insert.java:52:	System.out.println is used
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:9:	headerCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:12:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:12:	To avoid mistakes add a comment at the beginning of the maxSize field if you want a default access modifier
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:12:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:12:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:14:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:14:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:14:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:19:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:19:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:19:	Parameter 'offs' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:19:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:19:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:23:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:25:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:28:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:28:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:28:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:30:	Local variable 'off' could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:31:	Local variable 'len' could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:32:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:32:	Found 'DU'-anomaly for variable 'gLenChk' (lines '32'-'46').
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:32:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:35:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:39:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:42:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/Chk_Length_Alpha_SpclChar.java:44:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:5:	The class 'Chk_Length_SplChar' has a Cyclomatic Complexity of 4 (Highest = 10).
com/tin/etbaf/rpu/Chk_Length_SplChar.java:5:	headerCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_SplChar.java:7:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:7:	To avoid mistakes add a comment at the beginning of the maxSize field if you want a default access modifier
com/tin/etbaf/rpu/Chk_Length_SplChar.java:7:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Chk_Length_SplChar.java:7:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_SplChar.java:9:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/Chk_Length_SplChar.java:9:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:9:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_SplChar.java:14:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_Length_SplChar.java:14:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:14:	Parameter 'offs' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:14:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:14:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_SplChar.java:18:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_Length_SplChar.java:20:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/Chk_Length_SplChar.java:23:	Avoid variables with short names like a
com/tin/etbaf/rpu/Chk_Length_SplChar.java:23:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:23:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Chk_Length_SplChar.java:25:	Local variable 'off' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:26:	Local variable 'len' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:27:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:27:	Found 'DU'-anomaly for variable 'gLenChk' (lines '27'-'49').
com/tin/etbaf/rpu/Chk_Length_SplChar.java:27:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:30:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:30:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:31:	Local variable 'speclCharCheck' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:34:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:35:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:41:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:42:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:45:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/Chk_Length_SplChar.java:47:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:50:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:50:	The method 'checkOneAlpahNum' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:54:	Local variable 'lenghtOfString' could be declared final
com/tin/etbaf/rpu/Chk_Length_SplChar.java:55:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/Chk_Length_SplChar.java:57:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/Chk_Length_SplChar.java:61:	Useless parentheses.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:61:	Useless parentheses.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:61:	Useless parentheses.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:61:	Useless parentheses.
com/tin/etbaf/rpu/Chk_Length_SplChar.java:63:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/DatePicker.java:13:	Avoid unused imports such as 'java.sql.Date'
com/tin/etbaf/rpu/DatePicker.java:15:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etbaf/rpu/DatePicker.java:16:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etbaf/rpu/DatePicker.java:26:	The class 'DatePicker' has a Cyclomatic Complexity of 12 (Highest = 22).
com/tin/etbaf/rpu/DatePicker.java:26:	The class 'DatePicker' has a Modified Cyclomatic Complexity of 11 (Highest = 22).
com/tin/etbaf/rpu/DatePicker.java:26:	The class 'DatePicker' has a Standard Cyclomatic Complexity of 11 (Highest = 22).
com/tin/etbaf/rpu/DatePicker.java:26:	headerCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:27:	To avoid mistakes add a comment at the beginning of the month field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:27:	Unnecessary use of fully qualified name 'java.util.Calendar.MONTH' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:27:	Unnecessary use of fully qualified name 'java.util.Calendar.getInstance' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:28:	To avoid mistakes add a comment at the beginning of the year field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:28:	Unnecessary use of fully qualified name 'java.util.Calendar.YEAR' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:28:	Unnecessary use of fully qualified name 'java.util.Calendar.getInstance' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:29:	Avoid variables with short names like l
com/tin/etbaf/rpu/DatePicker.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:29:	To avoid mistakes add a comment at the beginning of the l field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:31:	Avoid variables with short names like l1
com/tin/etbaf/rpu/DatePicker.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:31:	To avoid mistakes add a comment at the beginning of the l1 field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:32:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:33:	Avoid using redundant field initializer for 'ok_flag'
com/tin/etbaf/rpu/DatePicker.java:33:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ok_flag' is not final.
com/tin/etbaf/rpu/DatePicker.java:33:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/DatePicker.java:33:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:34:	Avoid variables with short names like d
com/tin/etbaf/rpu/DatePicker.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:34:	To avoid mistakes add a comment at the beginning of the d field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:34:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:34:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:35:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:36:	To avoid mistakes add a comment at the beginning of the button field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:36:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/DatePicker.java:37:	To avoid mistakes add a comment at the beginning of the obj field if you want a default access modifier
com/tin/etbaf/rpu/DatePicker.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/DatePicker.java:37:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:38:	Avoid using redundant field initializer for 'flag1'
com/tin/etbaf/rpu/DatePicker.java:38:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/DatePicker.java:38:	fieldCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:40:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/DatePicker.java:40:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:40:	The constructor 'DatePicker' has a Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/DatePicker.java:40:	The constructor 'DatePicker' has a Modified Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/DatePicker.java:40:	The constructor 'DatePicker' has a Standard Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/DatePicker.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Found 'DU'-anomaly for variable 'header' (lines '47'-'239').
com/tin/etbaf/rpu/DatePicker.java:47:	Local variable 'header' could be declared final
com/tin/etbaf/rpu/DatePicker.java:48:	Avoid variables with short names like p1
com/tin/etbaf/rpu/DatePicker.java:48:	Local variable 'p1' could be declared final
com/tin/etbaf/rpu/DatePicker.java:52:	Avoid unused local variables such as 'f'.
com/tin/etbaf/rpu/DatePicker.java:52:	Avoid variables with short names like f
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:52:	Found 'DU'-anomaly for variable 'f' (lines '52'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Avoid unused local variables such as 't'.
com/tin/etbaf/rpu/DatePicker.java:53:	Avoid variables with short names like t
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DD'-anomaly for variable 't' (lines '53'-'105').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:53:	Found 'DU'-anomaly for variable 't' (lines '53'-'239').
com/tin/etbaf/rpu/DatePicker.java:58:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:64:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:70:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:76:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:82:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:82:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:91:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:91:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:97:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:97:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DD'-anomaly for variable 'selection' (lines '104'-'104').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:104:	Found 'DU'-anomaly for variable 'selection' (lines '104'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DD'-anomaly for variable 't' (lines '105'-'105').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:105:	Found 'DU'-anomaly for variable 't' (lines '105'-'239').
com/tin/etbaf/rpu/DatePicker.java:106:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/DatePicker.java:109:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/DatePicker.java:109:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:116:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/DatePicker.java:117:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:117:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/DatePicker.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:125:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/DatePicker.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:128:	Avoid modifying an outer loop incrementer in an inner loop for update expression
com/tin/etbaf/rpu/DatePicker.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:137:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:144:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/DatePicker.java:152:	Avoid variables with short names like p2
com/tin/etbaf/rpu/DatePicker.java:152:	Local variable 'p2' could be declared final
com/tin/etbaf/rpu/DatePicker.java:154:	Local variable 'previous' could be declared final
com/tin/etbaf/rpu/DatePicker.java:158:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:158:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:158:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:165:	Avoid variables with short names like p3
com/tin/etbaf/rpu/DatePicker.java:165:	Local variable 'p3' could be declared final
com/tin/etbaf/rpu/DatePicker.java:166:	Local variable 'previous1' could be declared final
com/tin/etbaf/rpu/DatePicker.java:168:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:168:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:168:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:178:	Avoid variables with short names like p4
com/tin/etbaf/rpu/DatePicker.java:178:	Local variable 'p4' could be declared final
com/tin/etbaf/rpu/DatePicker.java:179:	Local variable 'next1' could be declared final
com/tin/etbaf/rpu/DatePicker.java:181:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:181:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:181:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:187:	Local variable 'next' could be declared final
com/tin/etbaf/rpu/DatePicker.java:189:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:189:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:189:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:197:	Avoid variables with short names like p5
com/tin/etbaf/rpu/DatePicker.java:197:	Local variable 'p5' could be declared final
com/tin/etbaf/rpu/DatePicker.java:198:	Avoid variables with short names like ok
com/tin/etbaf/rpu/DatePicker.java:198:	Local variable 'ok' could be declared final
com/tin/etbaf/rpu/DatePicker.java:200:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:200:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:200:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:213:	Local variable 'cancel' could be declared final
com/tin/etbaf/rpu/DatePicker.java:215:	Avoid variables with short names like ae
com/tin/etbaf/rpu/DatePicker.java:215:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/DatePicker.java:215:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:237:	Overridable method 'displayDate' called during object construction
com/tin/etbaf/rpu/DatePicker.java:241:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:242:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:243:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:243:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:244:	Local variable 'sdf' could be declared final
com/tin/etbaf/rpu/DatePicker.java:244:	Unnecessary use of fully qualified name 'java.text.SimpleDateFormat' due to existing import 'java.text.SimpleDateFormat'
com/tin/etbaf/rpu/DatePicker.java:244:	Unnecessary use of fully qualified name 'java.text.SimpleDateFormat' due to existing import 'java.text.SimpleDateFormat'
com/tin/etbaf/rpu/DatePicker.java:246:	Local variable 'cal' could be declared final
com/tin/etbaf/rpu/DatePicker.java:246:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/DatePicker.java:246:	Unnecessary use of fully qualified name 'java.util.Calendar' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:246:	Unnecessary use of fully qualified name 'java.util.Calendar.getInstance' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:247:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:248:	Local variable 'dayOfWeek' could be declared final
com/tin/etbaf/rpu/DatePicker.java:248:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:248:	Unnecessary use of fully qualified name 'java.util.Calendar.DAY_OF_WEEK' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:249:	Local variable 'daysInMonth' could be declared final
com/tin/etbaf/rpu/DatePicker.java:249:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:249:	Unnecessary use of fully qualified name 'java.util.Calendar.DAY_OF_MONTH' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:250:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:250:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/DatePicker.java:251:	Do not add empty strings
com/tin/etbaf/rpu/DatePicker.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:252:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:260:	Local variable 'currentDate' could be declared final
com/tin/etbaf/rpu/DatePicker.java:261:	Local variable 'formatter' could be declared final
com/tin/etbaf/rpu/DatePicker.java:263:	Local variable 'dateNow' could be declared final
com/tin/etbaf/rpu/DatePicker.java:264:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:266:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/DatePicker.java:270:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:270:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:270:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:271:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:271:	Deeply nested if..then statements are hard to read
com/tin/etbaf/rpu/DatePicker.java:271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:271:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:271:	These nested if statements could be combined
com/tin/etbaf/rpu/DatePicker.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:274:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:277:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:278:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:285:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:287:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:289:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/DatePicker.java:299:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/DatePicker.java:300:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/DatePicker.java:301:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/DatePicker.java:301:	Position literals first in String comparisons
com/tin/etbaf/rpu/DatePicker.java:302:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/DatePicker.java:303:	Local variable 'sdf' could be declared final
com/tin/etbaf/rpu/DatePicker.java:303:	Unnecessary use of fully qualified name 'java.text.SimpleDateFormat' due to existing import 'java.text.SimpleDateFormat'
com/tin/etbaf/rpu/DatePicker.java:303:	Unnecessary use of fully qualified name 'java.text.SimpleDateFormat' due to existing import 'java.text.SimpleDateFormat'
com/tin/etbaf/rpu/DatePicker.java:305:	Local variable 'cal' could be declared final
com/tin/etbaf/rpu/DatePicker.java:305:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/DatePicker.java:305:	Unnecessary use of fully qualified name 'java.util.Calendar' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:305:	Unnecessary use of fully qualified name 'java.util.Calendar.getInstance' due to existing import 'java.util.Calendar'
com/tin/etbaf/rpu/DatePicker.java:306:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/DatePicker.java:310:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/DatePicker.java:311:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/EncryptDecrypt.java:5:	Avoid unused imports such as 'java.util.ArrayList'
com/tin/etbaf/rpu/EncryptDecrypt.java:7:	Avoid importing anything from the sun.* packages
com/tin/etbaf/rpu/EncryptDecrypt.java:8:	Avoid importing anything from the sun.* packages
com/tin/etbaf/rpu/EncryptDecrypt.java:10:	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/etbaf/rpu/EncryptDecrypt.java:10:	headerCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:11:	fieldCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:12:	To avoid mistakes add a comment at the beginning of the enc field if you want a default access modifier
com/tin/etbaf/rpu/EncryptDecrypt.java:12:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/EncryptDecrypt.java:12:	fieldCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:13:	To avoid mistakes add a comment at the beginning of the dec field if you want a default access modifier
com/tin/etbaf/rpu/EncryptDecrypt.java:13:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/EncryptDecrypt.java:13:	fieldCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:15:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:15:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:17:	Local variable 'rez' could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:18:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/EncryptDecrypt.java:18:	Consider simply returning the value vs storing it in local variable 'rez'
com/tin/etbaf/rpu/EncryptDecrypt.java:25:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:25:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:28:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/EncryptDecrypt.java:36:	Comment is too large: Too many lines
com/tin/etbaf/rpu/EncryptDecrypt.java:41:	Comment is too large: Line too long
com/tin/etbaf/rpu/EncryptDecrypt.java:46:	Parameter 'key' is not assigned and could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:46:	Parameter 'message' is not assigned and could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:46:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/EncryptDecrypt.java:48:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/EncryptDecrypt.java:48:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/EncryptDecrypt.java:53:	Avoid variables with short names like ml
com/tin/etbaf/rpu/EncryptDecrypt.java:53:	Local variable 'ml' could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:54:	Avoid variables with short names like kl
com/tin/etbaf/rpu/EncryptDecrypt.java:54:	Found 'DU'-anomaly for variable 'kl' (lines '54'-'66').
com/tin/etbaf/rpu/EncryptDecrypt.java:54:	Local variable 'kl' could be declared final
com/tin/etbaf/rpu/EncryptDecrypt.java:55:	Found 'DD'-anomaly for variable 'newmsg' (lines '55'-'58').
com/tin/etbaf/rpu/EncryptDecrypt.java:58:	Found 'DD'-anomaly for variable 'newmsg' (lines '58'-'58').
com/tin/etbaf/rpu/EncryptDecrypt.java:60:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/EncryptDecrypt.java:60:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/EncryptDecrypt.java:60:	Found 'DU'-anomaly for variable 'keys' (lines '60'-'66').
com/tin/etbaf/rpu/EncryptDecrypt.java:60:	Found 'DU'-anomaly for variable 'mesg' (lines '60'-'66').
com/tin/etbaf/rpu/EncryptDecrypt.java:61:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/EncryptDecrypt.java:63:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/FinancialYear.java:3:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etbaf/rpu/FinancialYear.java:4:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etbaf/rpu/FinancialYear.java:9:	headerCommentRequirement Required
com/tin/etbaf/rpu/FinancialYear.java:10:	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/etbaf/rpu/FinancialYear.java:12:	Avoid unnecessary constructors - the compiler will generate these for you
com/tin/etbaf/rpu/FinancialYear.java:12:	Document empty constructor
com/tin/etbaf/rpu/FinancialYear.java:12:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FinancialYear.java:16:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/FinancialYear.java:16:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FinancialYear.java:21:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/FinancialYear.java:21:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FinancialYear.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FinancialYear.java:25:	Local variable 'sdf' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:26:	Local variable 'sdfDate' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:27:	Local variable 'iCurrent_Month' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:27:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'iCurrent_Month' is not final.
com/tin/etbaf/rpu/FinancialYear.java:28:	Local variable 'iCurrent_Year' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:28:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'iCurrent_Year' is not final.
com/tin/etbaf/rpu/FinancialYear.java:32:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FinancialYear.java:33:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FinancialYear.java:35:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FinancialYear.java:38:	Do not add empty strings
com/tin/etbaf/rpu/FinancialYear.java:38:	Local variable 'startDigits' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:39:	Do not add empty strings
com/tin/etbaf/rpu/FinancialYear.java:39:	Local variable 'endDigits' could be declared final
com/tin/etbaf/rpu/FinancialYear.java:40:	Local variable 'sFinYr' could be declared final
com/tin/etbaf/rpu/FindReplace.java:2:	Possible God class (WMC=153, ATFD=196, TCC=0.10144927536231885)
com/tin/etbaf/rpu/FindReplace.java:2:	This class has a bunch of public methods and attributes
com/tin/etbaf/rpu/FindReplace.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/FindReplace.java:17:	The class 'FindReplace' has a Cyclomatic Complexity of 9 (Highest = 43).
com/tin/etbaf/rpu/FindReplace.java:17:	The class 'FindReplace' has a Modified Cyclomatic Complexity of 7 (Highest = 41).
com/tin/etbaf/rpu/FindReplace.java:17:	The class 'FindReplace' has a Standard Cyclomatic Complexity of 7 (Highest = 41).
com/tin/etbaf/rpu/FindReplace.java:17:	Too many fields
com/tin/etbaf/rpu/FindReplace.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:18:	This class has too many methods, consider refactoring it.
com/tin/etbaf/rpu/FindReplace.java:19:	Avoid short class names like cell
com/tin/etbaf/rpu/FindReplace.java:19:	To avoid mistakes add a comment at the beginning of the cell nested class if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:22:	To avoid mistakes add a comment at the beginning of the row field if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:23:	To avoid mistakes add a comment at the beginning of the col field if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:25:	Avoid variables with short names like c
com/tin/etbaf/rpu/FindReplace.java:25:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:25:	To avoid mistakes add a comment at the beginning of the getRow method if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:30:	Avoid variables with short names like c
com/tin/etbaf/rpu/FindReplace.java:30:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:30:	To avoid mistakes add a comment at the beginning of the getCol method if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:35:	Avoid variables with short names like c
com/tin/etbaf/rpu/FindReplace.java:35:	Avoid variables with short names like r
com/tin/etbaf/rpu/FindReplace.java:35:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:35:	Parameter 'r' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:43:	Avoid excessively long variable names like jTabbedPane_FindReplace
com/tin/etbaf/rpu/FindReplace.java:43:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:43:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:43:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jTabbedPane_FindReplace' is not final.
com/tin/etbaf/rpu/FindReplace.java:43:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:44:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:44:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:44:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_close' is not final.
com/tin/etbaf/rpu/FindReplace.java:44:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:45:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:45:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:45:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton2_FindNext' is not final.
com/tin/etbaf/rpu/FindReplace.java:45:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:46:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:46:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton3_Replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:46:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:47:	Avoid excessively long variable names like jButton4_ReplaceAll
com/tin/etbaf/rpu/FindReplace.java:47:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:47:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton4_ReplaceAll' is not final.
com/tin/etbaf/rpu/FindReplace.java:47:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:48:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:48:	Perhaps 'contentPane' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:48:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:49:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:49:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:49:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Find' is not final.
com/tin/etbaf/rpu/FindReplace.java:49:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:50:	Avoid excessively long variable names like jLabel_replaceFind
com/tin/etbaf/rpu/FindReplace.java:50:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:50:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:50:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_replaceFind' is not final.
com/tin/etbaf/rpu/FindReplace.java:50:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:51:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:51:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:51:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:51:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:52:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:52:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:52:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jTextField_Find' is not final.
com/tin/etbaf/rpu/FindReplace.java:52:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:53:	Avoid excessively long variable names like jTextField_replaceFind
com/tin/etbaf/rpu/FindReplace.java:53:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:53:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:53:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jTextField_replaceFind' is not final.
com/tin/etbaf/rpu/FindReplace.java:53:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:54:	Avoid excessively long variable names like jTextField_Replace
com/tin/etbaf/rpu/FindReplace.java:54:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:54:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:54:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jTextField_Replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:54:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:55:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:55:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:55:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jPanel_Find' is not final.
com/tin/etbaf/rpu/FindReplace.java:55:	Perhaps 'jPanel_Find' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:55:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:56:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:56:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:57:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:57:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mouse_whichTab' is not final.
com/tin/etbaf/rpu/FindReplace.java:57:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:58:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:58:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jPanel_Replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:58:	Perhaps 'jPanel_Replace' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:58:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:59:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/FindReplace.java:59:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/FindReplace.java:59:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:59:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'prev_FindData' is not final.
com/tin/etbaf/rpu/FindReplace.java:59:	Private field 'prev_FindData' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FindReplace.java:59:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:60:	Avoid unused private fields such as 'model'.
com/tin/etbaf/rpu/FindReplace.java:60:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:60:	Perhaps 'model' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:60:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:61:	Avoid excessively long variable names like jTableTransacDetails
com/tin/etbaf/rpu/FindReplace.java:61:	Avoid unused private fields such as 'jTableTransacDetails'.
com/tin/etbaf/rpu/FindReplace.java:61:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:61:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:62:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/rpu/FindReplace.java:62:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:62:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:62:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:62:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:63:	Avoid using redundant field initializer for 'FindIndex'
com/tin/etbaf/rpu/FindReplace.java:63:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:63:	Variables should start with a lowercase character, 'FindIndex' starts with uppercase character.
com/tin/etbaf/rpu/FindReplace.java:63:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:64:	Avoid using redundant field initializer for 'isFindClk'
com/tin/etbaf/rpu/FindReplace.java:64:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:64:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:65:	Avoid variables with short names like c
com/tin/etbaf/rpu/FindReplace.java:65:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:65:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:66:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/FindReplace.java:66:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/FindReplace.java:66:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:66:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pos_Found' is not final.
com/tin/etbaf/rpu/FindReplace.java:66:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:67:	Avoid using redundant field initializer for 'grpuFindReplace'
com/tin/etbaf/rpu/FindReplace.java:67:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:67:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:68:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:68:	Variables should start with a lowercase character, 'FindRow' starts with uppercase character.
com/tin/etbaf/rpu/FindReplace.java:68:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:69:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:69:	Variables should start with a lowercase character, 'FindCol' starts with uppercase character.
com/tin/etbaf/rpu/FindReplace.java:69:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:70:	Avoid unused private fields such as 'selectedRows'.
com/tin/etbaf/rpu/FindReplace.java:70:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:70:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:70:	Perhaps 'selectedRows' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:70:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:71:	Avoid unused private fields such as 'selectedCols'.
com/tin/etbaf/rpu/FindReplace.java:71:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:71:	Perhaps 'selectedCols' could be replaced by a local variable.
com/tin/etbaf/rpu/FindReplace.java:71:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:72:	Avoid using redundant field initializer for 'selectedRowCount'
com/tin/etbaf/rpu/FindReplace.java:72:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:72:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:72:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:73:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:73:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:74:	Avoid unused private fields such as 'selectedData'.
com/tin/etbaf/rpu/FindReplace.java:74:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/FindReplace.java:74:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/FindReplace.java:74:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:74:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:74:	Private field 'selectedData' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FindReplace.java:74:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:75:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/FindReplace.java:75:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/FindReplace.java:75:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:75:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:76:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:76:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'srch_str' is not final.
com/tin/etbaf/rpu/FindReplace.java:76:	To avoid mistakes add a comment at the beginning of the srch_str field if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:76:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:76:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:77:	Avoid using redundant field initializer for 'isSelArea'
com/tin/etbaf/rpu/FindReplace.java:77:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:77:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:78:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:78:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'find_nothing' is not final.
com/tin/etbaf/rpu/FindReplace.java:78:	To avoid mistakes add a comment at the beginning of the find_nothing field if you want a default access modifier
com/tin/etbaf/rpu/FindReplace.java:78:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FindReplace.java:78:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:79:	Avoid using redundant field initializer for 'numberOfRowsCorr'
com/tin/etbaf/rpu/FindReplace.java:79:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:79:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:79:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:80:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:80:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:80:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:81:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:81:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:81:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:83:	Avoid using redundant field initializer for 'grpu'
com/tin/etbaf/rpu/FindReplace.java:83:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/FindReplace.java:83:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FindReplace.java:83:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:85:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/FindReplace.java:85:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:87:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:88:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:89:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:90:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:92:	Overridable method 'colorBlackFindReplace' called during object construction
com/tin/etbaf/rpu/FindReplace.java:96:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/FindReplace.java:96:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:96:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:96:	Parameter 'numberOfRowsCorr' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:96:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:96:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:96:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:98:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:99:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:100:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/FindReplace.java:102:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:104:	Overridable method 'colorBlackFindReplace' called during object construction
com/tin/etbaf/rpu/FindReplace.java:112:	Avoid really long methods.
com/tin/etbaf/rpu/FindReplace.java:112:	The method 'initializeComponent' has a Cyclomatic Complexity of 43.
com/tin/etbaf/rpu/FindReplace.java:112:	The method 'initializeComponent' has a Modified Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/FindReplace.java:112:	The method 'initializeComponent' has a Standard Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/FindReplace.java:112:	The method initializeComponent() has an NPath complexity of 19440
com/tin/etbaf/rpu/FindReplace.java:114:	Avoid unused local variables such as 'GRPULogo'.
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Found 'DU'-anomaly for variable 'GRPULogo' (lines '114'-'382').
com/tin/etbaf/rpu/FindReplace.java:114:	Local variable 'GRPULogo' could be declared final
com/tin/etbaf/rpu/FindReplace.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:114:	Unnecessary use of fully qualified name 'java.awt.Image' due to existing import 'java.awt.*'
com/tin/etbaf/rpu/FindReplace.java:114:	Variables should start with a lowercase character, 'GRPULogo' starts with uppercase character.
com/tin/etbaf/rpu/FindReplace.java:136:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:136:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:136:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:138:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:145:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:145:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:145:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:147:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:154:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:154:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:154:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:156:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:157:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:164:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:164:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:164:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:166:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:173:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:173:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:173:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:175:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:190:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:190:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:190:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:192:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:198:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:198:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:198:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:202:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:205:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:208:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:208:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:209:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:215:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:215:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:215:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:217:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:218:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:218:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:220:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:220:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:221:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:227:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:227:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:227:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:229:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:230:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:230:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:232:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:232:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:233:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:239:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:239:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:239:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:241:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:242:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:242:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:244:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:244:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:245:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:251:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:251:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:251:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:253:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:254:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:254:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:256:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:257:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:258:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:258:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:260:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:260:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:261:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:267:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:267:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:267:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:269:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:271:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:271:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:271:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:273:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:273:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:274:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:280:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:280:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:281:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:288:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:288:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:288:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:290:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:292:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:292:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:292:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:294:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:294:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:295:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:301:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:301:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:302:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:309:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:309:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:309:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:311:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:313:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:313:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:313:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:315:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:315:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:316:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:322:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:322:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:323:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:330:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:330:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:330:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:332:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:334:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:334:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:334:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:336:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:336:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:337:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:343:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:343:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:344:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:365:	Local variable 'screenSize' could be declared final
com/tin/etbaf/rpu/FindReplace.java:365:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:366:	Local variable 'size' could be declared final
com/tin/etbaf/rpu/FindReplace.java:371:	Avoid variables with short names like y
com/tin/etbaf/rpu/FindReplace.java:371:	Local variable 'y' could be declared final
com/tin/etbaf/rpu/FindReplace.java:372:	Avoid variables with short names like x
com/tin/etbaf/rpu/FindReplace.java:372:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/FindReplace.java:373:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:373:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:375:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:375:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:384:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:386:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:387:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:388:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:391:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:393:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:398:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:405:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:408:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/FindReplace.java:410:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:412:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:418:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:421:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/FindReplace.java:423:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:425:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/FindReplace.java:431:	Avoid variables with short names like c
com/tin/etbaf/rpu/FindReplace.java:431:	Avoid variables with short names like x
com/tin/etbaf/rpu/FindReplace.java:431:	Avoid variables with short names like y
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'container' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'height' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'width' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'x' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:431:	Parameter 'y' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:437:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/FindReplace.java:437:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:437:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:437:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:458:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/FindReplace.java:458:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:458:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:458:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:461:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:470:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/FindReplace.java:470:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:470:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:470:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:470:	The method 'jButton2_FindNext_actionPerformed' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/FindReplace.java:470:	The method 'jButton2_FindNext_actionPerformed' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/FindReplace.java:470:	The method 'jButton2_FindNext_actionPerformed' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/FindReplace.java:470:	The method jButton2_FindNext_actionPerformed() has an NPath complexity of 534
com/tin/etbaf/rpu/FindReplace.java:473:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:475:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:476:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:479:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:488:	Found 'DD'-anomaly for variable 'row' (lines '488'-'504').
com/tin/etbaf/rpu/FindReplace.java:488:	Found 'DU'-anomaly for variable 'row' (lines '488'-'550').
com/tin/etbaf/rpu/FindReplace.java:489:	Found 'DD'-anomaly for variable 'col' (lines '489'-'505').
com/tin/etbaf/rpu/FindReplace.java:489:	Found 'DU'-anomaly for variable 'col' (lines '489'-'550').
com/tin/etbaf/rpu/FindReplace.java:491:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:493:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:502:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:504:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:505:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:506:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:508:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:510:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/FindReplace.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:515:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:517:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/FindReplace.java:522:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/FindReplace.java:552:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:552:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'srch_str' is not final.
com/tin/etbaf/rpu/FindReplace.java:552:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:552:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:552:	Parameter 'srch_str' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:552:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:554:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:555:	Local variable 'table_data' could be declared final
com/tin/etbaf/rpu/FindReplace.java:555:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'table_data' is not final.
com/tin/etbaf/rpu/FindReplace.java:555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:556:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:557:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:557:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:558:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:561:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:561:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_find' is not final.
com/tin/etbaf/rpu/FindReplace.java:561:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:561:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:561:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:561:	Parameter 'str_find' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:561:	Parameter 'str_replace' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:561:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:563:	Local variable 'cellData' could be declared final
com/tin/etbaf/rpu/FindReplace.java:563:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:564:	Local variable 'cell_l' could be declared final
com/tin/etbaf/rpu/FindReplace.java:564:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cell_l' is not final.
com/tin/etbaf/rpu/FindReplace.java:564:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:564:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/FindReplace.java:565:	Local variable 'cell_u' could be declared final
com/tin/etbaf/rpu/FindReplace.java:565:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cell_u' is not final.
com/tin/etbaf/rpu/FindReplace.java:565:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:565:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/FindReplace.java:566:	Local variable 'find' could be declared final
com/tin/etbaf/rpu/FindReplace.java:567:	Local variable 'find_l' could be declared final
com/tin/etbaf/rpu/FindReplace.java:567:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'find_l' is not final.
com/tin/etbaf/rpu/FindReplace.java:567:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:567:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/FindReplace.java:568:	Local variable 'find_u' could be declared final
com/tin/etbaf/rpu/FindReplace.java:568:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'find_u' is not final.
com/tin/etbaf/rpu/FindReplace.java:568:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:568:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/FindReplace.java:569:	Found 'DU'-anomaly for variable 'repalce' (lines '569'-'587').
com/tin/etbaf/rpu/FindReplace.java:569:	Local variable 'repalce' could be declared final
com/tin/etbaf/rpu/FindReplace.java:570:	Local variable 'pos' could be declared final
com/tin/etbaf/rpu/FindReplace.java:570:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:571:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:571:	Found 'DU'-anomaly for variable 'pos1' (lines '571'-'587').
com/tin/etbaf/rpu/FindReplace.java:571:	Local variable 'pos1' could be declared final
com/tin/etbaf/rpu/FindReplace.java:571:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:572:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:573:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:573:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:574:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:574:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:574:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:574:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:576:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:576:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:579:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:579:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:580:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:580:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:580:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:580:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:582:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:589:	Avoid reassigning parameters such as 'clkCnt'
com/tin/etbaf/rpu/FindReplace.java:589:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/FindReplace.java:589:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/FindReplace.java:589:	Parameter 'getCell' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:589:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FindReplace.java:596:	Found 'DD'-anomaly for variable 'targetCell' (lines '596'-'597').
com/tin/etbaf/rpu/FindReplace.java:599:	Local variable 'revObject' could be declared final
com/tin/etbaf/rpu/FindReplace.java:599:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:600:	Found 'DD'-anomaly for variable 'revisionModeValue' (lines '600'-'603').
com/tin/etbaf/rpu/FindReplace.java:603:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/FindReplace.java:603:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:606:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/FindReplace.java:606:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:606:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:612:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FindReplace.java:620:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:620:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:621:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:622:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:628:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:628:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:631:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:632:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:633:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:642:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:642:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:648:	Avoid really long methods.
com/tin/etbaf/rpu/FindReplace.java:648:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:648:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:648:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:648:	The method 'jButton3_Replace_actionPerformed' has a Cyclomatic Complexity of 23.
com/tin/etbaf/rpu/FindReplace.java:648:	The method 'jButton3_Replace_actionPerformed' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/FindReplace.java:648:	The method 'jButton3_Replace_actionPerformed' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/FindReplace.java:648:	The method jButton3_Replace_actionPerformed() has an NPath complexity of 757
com/tin/etbaf/rpu/FindReplace.java:650:	Found 'DD'-anomaly for variable 'isDataPresent' (lines '650'-'689').
com/tin/etbaf/rpu/FindReplace.java:650:	Found 'DU'-anomaly for variable 'isDataPresent' (lines '650'-'751').
com/tin/etbaf/rpu/FindReplace.java:651:	Found 'DD'-anomaly for variable 'isSubString' (lines '651'-'688').
com/tin/etbaf/rpu/FindReplace.java:651:	Found 'DU'-anomaly for variable 'isSubString' (lines '651'-'751').
com/tin/etbaf/rpu/FindReplace.java:652:	Found 'DD'-anomaly for variable 'targetCell' (lines '652'-'666').
com/tin/etbaf/rpu/FindReplace.java:652:	Found 'DD'-anomaly for variable 'targetCell' (lines '652'-'670').
com/tin/etbaf/rpu/FindReplace.java:652:	Found 'DU'-anomaly for variable 'targetCell' (lines '652'-'751').
com/tin/etbaf/rpu/FindReplace.java:656:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:665:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:666:	Found 'DD'-anomaly for variable 'targetCell' (lines '666'-'666').
com/tin/etbaf/rpu/FindReplace.java:666:	Found 'DD'-anomaly for variable 'targetCell' (lines '666'-'670').
com/tin/etbaf/rpu/FindReplace.java:666:	Found 'DU'-anomaly for variable 'targetCell' (lines '666'-'751').
com/tin/etbaf/rpu/FindReplace.java:672:	Local variable 'revModeObject' could be declared final
com/tin/etbaf/rpu/FindReplace.java:672:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:673:	Avoid unused local variables such as 'revMode'.
com/tin/etbaf/rpu/FindReplace.java:673:	Found 'DD'-anomaly for variable 'revMode' (lines '673'-'673').
com/tin/etbaf/rpu/FindReplace.java:673:	Found 'DD'-anomaly for variable 'revMode' (lines '673'-'676').
com/tin/etbaf/rpu/FindReplace.java:673:	Found 'DU'-anomaly for variable 'revMode' (lines '673'-'751').
com/tin/etbaf/rpu/FindReplace.java:676:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/FindReplace.java:676:	Found 'DD'-anomaly for variable 'revMode' (lines '676'-'673').
com/tin/etbaf/rpu/FindReplace.java:676:	Found 'DU'-anomaly for variable 'revMode' (lines '676'-'751').
com/tin/etbaf/rpu/FindReplace.java:676:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:679:	Comment is too large: Line too long
com/tin/etbaf/rpu/FindReplace.java:681:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:681:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:681:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:682:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:684:	Local variable 'targetData' could be declared final
com/tin/etbaf/rpu/FindReplace.java:684:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:684:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:684:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:685:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:685:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:687:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:687:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:688:	Found 'DU'-anomaly for variable 'isSubString' (lines '688'-'751').
com/tin/etbaf/rpu/FindReplace.java:702:	Local variable 'rowIndex' could be declared final
com/tin/etbaf/rpu/FindReplace.java:702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:703:	Local variable 'vColIndex' could be declared final
com/tin/etbaf/rpu/FindReplace.java:703:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:703:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:704:	Local variable 'newStr' could be declared final
com/tin/etbaf/rpu/FindReplace.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:704:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:711:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:713:	Local variable 'newStr' could be declared final
com/tin/etbaf/rpu/FindReplace.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:719:	Local variable 'rowIndex' could be declared final
com/tin/etbaf/rpu/FindReplace.java:719:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:720:	Local variable 'vColIndex' could be declared final
com/tin/etbaf/rpu/FindReplace.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:720:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:727:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:729:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:738:	Found 'DU'-anomaly for variable 'isSubString' (lines '738'-'751').
com/tin/etbaf/rpu/FindReplace.java:742:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:753:	Avoid really long methods.
com/tin/etbaf/rpu/FindReplace.java:753:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/FindReplace.java:753:	Avoid variables with short names like e
com/tin/etbaf/rpu/FindReplace.java:753:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:753:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:753:	The method 'jButton4_ReplaceAll_actionPerformed' has a Cyclomatic Complexity of 37.
com/tin/etbaf/rpu/FindReplace.java:753:	The method 'jButton4_ReplaceAll_actionPerformed' has a Modified Cyclomatic Complexity of 23.
com/tin/etbaf/rpu/FindReplace.java:753:	The method 'jButton4_ReplaceAll_actionPerformed' has a Standard Cyclomatic Complexity of 23.
com/tin/etbaf/rpu/FindReplace.java:753:	The method jButton4_ReplaceAll_actionPerformed() has an NCSS line count of 111
com/tin/etbaf/rpu/FindReplace.java:753:	The method jButton4_ReplaceAll_actionPerformed() has an NPath complexity of 233663
com/tin/etbaf/rpu/FindReplace.java:755:	Found 'DD'-anomaly for variable 'targetCell' (lines '755'-'784').
com/tin/etbaf/rpu/FindReplace.java:755:	Found 'DU'-anomaly for variable 'targetCell' (lines '755'-'905').
com/tin/etbaf/rpu/FindReplace.java:756:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:756:	Avoid unused local variables such as 'rowCount1'.
com/tin/etbaf/rpu/FindReplace.java:756:	Found 'DU'-anomaly for variable 'rowCount1' (lines '756'-'905').
com/tin/etbaf/rpu/FindReplace.java:756:	Local variable 'rowCount1' could be declared final
com/tin/etbaf/rpu/FindReplace.java:757:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:757:	Avoid unused local variables such as 'rowCount2'.
com/tin/etbaf/rpu/FindReplace.java:757:	Found 'DU'-anomaly for variable 'rowCount2' (lines '757'-'905').
com/tin/etbaf/rpu/FindReplace.java:757:	Local variable 'rowCount2' could be declared final
com/tin/etbaf/rpu/FindReplace.java:758:	Found 'DD'-anomaly for variable 'stringReplaced' (lines '758'-'822').
com/tin/etbaf/rpu/FindReplace.java:758:	Found 'DU'-anomaly for variable 'stringReplaced' (lines '758'-'905').
com/tin/etbaf/rpu/FindReplace.java:759:	Found 'DD'-anomaly for variable 'counter' (lines '759'-'832').
com/tin/etbaf/rpu/FindReplace.java:759:	Found 'DU'-anomaly for variable 'counter' (lines '759'-'905').
com/tin/etbaf/rpu/FindReplace.java:760:	Found 'DU'-anomaly for variable 'index' (lines '760'-'905').
com/tin/etbaf/rpu/FindReplace.java:761:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:761:	Avoid unused local variables such as 'targetData'.
com/tin/etbaf/rpu/FindReplace.java:761:	Found 'DU'-anomaly for variable 'targetData' (lines '761'-'905').
com/tin/etbaf/rpu/FindReplace.java:761:	Local variable 'targetData' could be declared final
com/tin/etbaf/rpu/FindReplace.java:762:	Avoid excessively long variable names like comboBoxColumnFound
com/tin/etbaf/rpu/FindReplace.java:762:	Found 'DD'-anomaly for variable 'comboBoxColumnFound' (lines '762'-'823').
com/tin/etbaf/rpu/FindReplace.java:762:	Found 'DU'-anomaly for variable 'comboBoxColumnFound' (lines '762'-'905').
com/tin/etbaf/rpu/FindReplace.java:763:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:763:	Avoid unused local variables such as 'eachData'.
com/tin/etbaf/rpu/FindReplace.java:763:	Found 'DU'-anomaly for variable 'eachData' (lines '763'-'905').
com/tin/etbaf/rpu/FindReplace.java:763:	Local variable 'eachData' could be declared final
com/tin/etbaf/rpu/FindReplace.java:764:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/FindReplace.java:764:	Avoid unused local variables such as 'getNewStr'.
com/tin/etbaf/rpu/FindReplace.java:764:	Found 'DU'-anomaly for variable 'getNewStr' (lines '764'-'905').
com/tin/etbaf/rpu/FindReplace.java:764:	Local variable 'getNewStr' could be declared final
com/tin/etbaf/rpu/FindReplace.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:766:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:771:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:774:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FindReplace.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:776:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:778:	Found 'DD'-anomaly for variable 'replace' (lines '778'-'804').
com/tin/etbaf/rpu/FindReplace.java:779:	Found 'DD'-anomaly for variable 'replacefind' (lines '779'-'805').
com/tin/etbaf/rpu/FindReplace.java:780:	Found 'DD'-anomaly for variable 'str1' (lines '780'-'812').
com/tin/etbaf/rpu/FindReplace.java:781:	Found 'DD'-anomaly for variable 'str2' (lines '781'-'814').
com/tin/etbaf/rpu/FindReplace.java:787:	Local variable 'revObject' could be declared final
com/tin/etbaf/rpu/FindReplace.java:787:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:788:	Avoid unused local variables such as 'revisionModeValue'.
com/tin/etbaf/rpu/FindReplace.java:788:	Found 'DD'-anomaly for variable 'revisionModeValue' (lines '788'-'791').
com/tin/etbaf/rpu/FindReplace.java:788:	Found 'DU'-anomaly for variable 'revisionModeValue' (lines '788'-'905').
com/tin/etbaf/rpu/FindReplace.java:791:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/FindReplace.java:791:	Found 'DD'-anomaly for variable 'revisionModeValue' (lines '791'-'788').
com/tin/etbaf/rpu/FindReplace.java:791:	Found 'DU'-anomaly for variable 'revisionModeValue' (lines '791'-'905').
com/tin/etbaf/rpu/FindReplace.java:791:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:794:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:794:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:795:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/FindReplace.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:796:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:798:	System.out.println is used
com/tin/etbaf/rpu/FindReplace.java:802:	Found 'DD'-anomaly for variable 'finalstr' (lines '802'-'813').
com/tin/etbaf/rpu/FindReplace.java:802:	Found 'DU'-anomaly for variable 'finalstr' (lines '802'-'905').
com/tin/etbaf/rpu/FindReplace.java:803:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:803:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:803:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:804:	Found 'DU'-anomaly for variable 'replace' (lines '804'-'905').
com/tin/etbaf/rpu/FindReplace.java:805:	Found 'DU'-anomaly for variable 'replacefind' (lines '805'-'905').
com/tin/etbaf/rpu/FindReplace.java:806:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:809:	Local variable 'index_replace' could be declared final
com/tin/etbaf/rpu/FindReplace.java:809:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'index_replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:809:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:812:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:812:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:813:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/FindReplace.java:814:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:814:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:814:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:814:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:815:	Found 'DD'-anomaly for variable 'index' (lines '815'-'815').
com/tin/etbaf/rpu/FindReplace.java:815:	Found 'DU'-anomaly for variable 'index' (lines '815'-'905').
com/tin/etbaf/rpu/FindReplace.java:816:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:817:	Found 'DD'-anomaly for variable 'target' (lines '817'-'803').
com/tin/etbaf/rpu/FindReplace.java:817:	Found 'DU'-anomaly for variable 'target' (lines '817'-'905').
com/tin/etbaf/rpu/FindReplace.java:819:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:819:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:819:	Useless parentheses.
com/tin/etbaf/rpu/FindReplace.java:820:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:820:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:820:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:820:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:822:	Found 'DD'-anomaly for variable 'stringReplaced' (lines '822'-'822').
com/tin/etbaf/rpu/FindReplace.java:822:	Found 'DD'-anomaly for variable 'stringReplaced' (lines '822'-'827').
com/tin/etbaf/rpu/FindReplace.java:823:	Found 'DD'-anomaly for variable 'comboBoxColumnFound' (lines '823'-'823').
com/tin/etbaf/rpu/FindReplace.java:823:	Found 'DU'-anomaly for variable 'comboBoxColumnFound' (lines '823'-'905').
com/tin/etbaf/rpu/FindReplace.java:826:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:826:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:827:	Found 'DD'-anomaly for variable 'stringReplaced' (lines '827'-'822').
com/tin/etbaf/rpu/FindReplace.java:827:	Found 'DD'-anomaly for variable 'stringReplaced' (lines '827'-'827').
com/tin/etbaf/rpu/FindReplace.java:831:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:832:	Found 'DD'-anomaly for variable 'counter' (lines '832'-'832').
com/tin/etbaf/rpu/FindReplace.java:836:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:838:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:841:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:849:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:849:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:849:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:849:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:859:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:859:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:859:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:862:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:865:	Local variable 'index_replace' could be declared final
com/tin/etbaf/rpu/FindReplace.java:865:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'index_replace' is not final.
com/tin/etbaf/rpu/FindReplace.java:865:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:868:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:868:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:869:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/FindReplace.java:870:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:870:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:870:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:870:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:872:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:875:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:875:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:875:	Useless parentheses.
com/tin/etbaf/rpu/FindReplace.java:876:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:876:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:876:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:882:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:882:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:887:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:892:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:894:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:897:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/FindReplace.java:907:	Avoid unused method parameters such as 'actionevent1'.
com/tin/etbaf/rpu/FindReplace.java:907:	Method names should not contain underscores
com/tin/etbaf/rpu/FindReplace.java:907:	Parameter 'actionevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/FindReplace.java:908:	Document empty method body
com/tin/etbaf/rpu/FindReplace.java:911:	Method names should not start with capital letters
com/tin/etbaf/rpu/FindReplace.java:911:	The method 'FindReplaceArea' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/FindReplace.java:915:	Found 'DD'-anomaly for variable 'findStr' (lines '915'-'923').
com/tin/etbaf/rpu/FindReplace.java:915:	Found 'DD'-anomaly for variable 'findStr' (lines '915'-'925').
com/tin/etbaf/rpu/FindReplace.java:918:	Found 'DU'-anomaly for variable 'sel_row' (lines '918'-'948').
com/tin/etbaf/rpu/FindReplace.java:918:	Local variable 'sel_row' could be declared final
com/tin/etbaf/rpu/FindReplace.java:918:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_row' is not final.
com/tin/etbaf/rpu/FindReplace.java:921:	Found 'DU'-anomaly for variable 'sel_col' (lines '921'-'948').
com/tin/etbaf/rpu/FindReplace.java:921:	Local variable 'sel_col' could be declared final
com/tin/etbaf/rpu/FindReplace.java:921:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_col' is not final.
com/tin/etbaf/rpu/FindReplace.java:923:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:923:	Found 'DU'-anomaly for variable 'findStr' (lines '923'-'948').
com/tin/etbaf/rpu/FindReplace.java:923:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:925:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:925:	Found 'DU'-anomaly for variable 'findStr' (lines '925'-'948').
com/tin/etbaf/rpu/FindReplace.java:925:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:929:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/FindReplace.java:930:	Position literals first in String comparisons
com/tin/etbaf/rpu/FindReplace.java:930:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FindReplace.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:934:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/FindReplace.java:939:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:939:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:939:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:939:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FindReplace.java:941:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/FixedColumnTable.java:4:	Avoid unused imports such as 'java.awt.Component'
com/tin/etbaf/rpu/FixedColumnTable.java:13:	Comment is too large: Too many lines
com/tin/etbaf/rpu/FixedColumnTable.java:28:	headerCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FixedColumnTable.java:30:	Private field 'main' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FixedColumnTable.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FixedColumnTable.java:31:	Private field 'fixed' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FixedColumnTable.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FixedColumnTable.java:32:	Private field 'scrollPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FixedColumnTable.java:32:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:38:	Parameter 'fixedColumns' is not assigned and could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:38:	Parameter 'scrollPane' is not assigned and could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:39:	System.out.println is used
com/tin/etbaf/rpu/FixedColumnTable.java:40:	Local variable 'font' could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:50:	Avoid unused local variables such as 'totalColumns'.
com/tin/etbaf/rpu/FixedColumnTable.java:50:	Local variable 'totalColumns' could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:72:	Local variable 'columnModel' could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:73:	Local variable 'column' could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:95:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:102:	Avoid variables with short names like e
com/tin/etbaf/rpu/FixedColumnTable.java:102:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:102:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FixedColumnTable.java:105:	Comment is too large: Line too long
com/tin/etbaf/rpu/FixedColumnTable.java:107:	Local variable 'viewport' could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FixedColumnTable.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FixedColumnTable.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FixedColumnTable.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FixedColumnTable.java:115:	Avoid variables with short names like e
com/tin/etbaf/rpu/FixedColumnTable.java:115:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FixedColumnTable.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:1:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/rpu/FlexiScreen.java:56:	The class 'FlexiScreen' has a Cyclomatic Complexity of 7 (Highest = 11).
com/tin/etbaf/rpu/FlexiScreen.java:56:	The class 'FlexiScreen' has a Modified Cyclomatic Complexity of 7 (Highest = 11).
com/tin/etbaf/rpu/FlexiScreen.java:56:	The class 'FlexiScreen' has a Standard Cyclomatic Complexity of 7 (Highest = 11).
com/tin/etbaf/rpu/FlexiScreen.java:56:	Too many fields
com/tin/etbaf/rpu/FlexiScreen.java:56:	headerCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:57:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:57:	Private field 'importButton' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:57:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:58:	Private field 'importButtonGrpu' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:58:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:59:	Private field 'submitButton' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:59:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:60:	Perhaps 'importButtonReg' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:60:	Private field 'importButtonReg' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:60:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:61:	Perhaps 'typeofStmtLabel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:61:	Private field 'typeofStmtLabel' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:61:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:62:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:62:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:63:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:65:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_FormNumber' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:65:	Perhaps 'jLabel_FormNumber' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:65:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:66:	Avoid excessively long variable names like jComboBox_FormNumber
com/tin/etbaf/rpu/FlexiScreen.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:66:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_FormNumber' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:66:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:67:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:67:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_FormNumber' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:67:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:68:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:68:	Perhaps 'marqueePanel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:68:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:72:	Avoid excessively long variable names like jHelpScrollTextPane
com/tin/etbaf/rpu/FlexiScreen.java:72:	Avoid unused private fields such as 'jHelpScrollTextPane'.
com/tin/etbaf/rpu/FlexiScreen.java:72:	Private field 'jHelpScrollTextPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:72:	Unnecessary use of fully qualified name 'javax.swing.JScrollPane' due to existing import 'javax.swing.JScrollPane'
com/tin/etbaf/rpu/FlexiScreen.java:72:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:73:	Avoid unused private fields such as 'viewPDFButton'.
com/tin/etbaf/rpu/FlexiScreen.java:73:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:76:	The String literal "Arial" appears 11 times in this file; the first occurrence is on line 76
com/tin/etbaf/rpu/FlexiScreen.java:76:	Variables that are final and static should be all capitals, 'fontName' is not all capitals.
com/tin/etbaf/rpu/FlexiScreen.java:76:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:77:	Variables that are final and static should be all capitals, 'fontSize' is not all capitals.
com/tin/etbaf/rpu/FlexiScreen.java:77:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:78:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:79:	Avoid unused private fields such as 'flag'.
com/tin/etbaf/rpu/FlexiScreen.java:79:	Avoid using redundant field initializer for 'flag'
com/tin/etbaf/rpu/FlexiScreen.java:79:	Private field 'flag' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:79:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:81:	Avoid using redundant field initializer for 'openflag'
com/tin/etbaf/rpu/FlexiScreen.java:81:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/FlexiScreen.java:81:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:82:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:83:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:83:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:84:	Perhaps 'mainLabel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:84:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:86:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:86:	Perhaps 'filenameLabel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:86:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:87:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:87:	Perhaps 'filenameLabel2' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:87:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:89:	Avoid unused private fields such as 'regFilePath'.
com/tin/etbaf/rpu/FlexiScreen.java:89:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:90:	Avoid unused private fields such as 'regFilePathgrpu'.
com/tin/etbaf/rpu/FlexiScreen.java:90:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:91:	To avoid mistakes add a comment at the beginning of the focusList field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:91:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:91:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:93:	To avoid mistakes add a comment at the beginning of the JdialogFrame field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:93:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:93:	Variables should start with a lowercase character, 'JdialogFrame' starts with uppercase character.
com/tin/etbaf/rpu/FlexiScreen.java:93:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:94:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:95:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:96:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:97:	Avoid excessively long variable names like typeofStmtRadioCorrection
com/tin/etbaf/rpu/FlexiScreen.java:97:	Avoid excessively long variable names like typeofStmtRadioOriginal
com/tin/etbaf/rpu/FlexiScreen.java:97:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:97:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:97:	To avoid mistakes add a comment at the beginning of the typeofStmtRadioOriginal field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:97:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:97:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:98:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:98:	To avoid mistakes add a comment at the beginning of the btGroup field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:98:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:98:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:99:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:100:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:100:	To avoid mistakes add a comment at the beginning of the raisedBevel field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:100:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:100:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:101:	To avoid mistakes add a comment at the beginning of the importTypeGrpu field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:101:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:101:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:102:	To avoid mistakes add a comment at the beginning of the btGroupForImport field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:102:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:102:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:104:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'import_fileFrame' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:104:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:105:	Avoid using redundant field initializer for 'selFile'
com/tin/etbaf/rpu/FlexiScreen.java:105:	To avoid mistakes add a comment at the beginning of the selFile field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:105:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:105:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:107:	To avoid mistakes add a comment at the beginning of the jdialog field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:107:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:107:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:108:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:108:	To avoid mistakes add a comment at the beginning of the jframe field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:108:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:108:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:111:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jframe_create' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:111:	To avoid mistakes add a comment at the beginning of the jframe_create field if you want a default access modifier
com/tin/etbaf/rpu/FlexiScreen.java:111:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/FlexiScreen.java:111:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:113:	Avoid unused private fields such as 'jLabel'.
com/tin/etbaf/rpu/FlexiScreen.java:113:	Avoid using redundant field initializer for 'jLabel'
com/tin/etbaf/rpu/FlexiScreen.java:113:	Private field 'jLabel' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:113:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/FlexiScreen.java:113:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:114:	Avoid unused private fields such as 'jLabel1'.
com/tin/etbaf/rpu/FlexiScreen.java:114:	Avoid using redundant field initializer for 'jLabel1'
com/tin/etbaf/rpu/FlexiScreen.java:114:	Private field 'jLabel1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:114:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/FlexiScreen.java:114:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:115:	Avoid unused private fields such as 'jLabelCIN'.
com/tin/etbaf/rpu/FlexiScreen.java:115:	Avoid using redundant field initializer for 'jLabelCIN'
com/tin/etbaf/rpu/FlexiScreen.java:115:	Private field 'jLabelCIN' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:115:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/FlexiScreen.java:115:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:116:	Avoid unused private fields such as 'jLabelCons'.
com/tin/etbaf/rpu/FlexiScreen.java:116:	Avoid using redundant field initializer for 'jLabelCons'
com/tin/etbaf/rpu/FlexiScreen.java:116:	Private field 'jLabelCons' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:116:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/FlexiScreen.java:116:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:117:	Avoid unused private fields such as 'txtInputFileName'.
com/tin/etbaf/rpu/FlexiScreen.java:117:	Avoid using redundant field initializer for 'txtInputFileName'
com/tin/etbaf/rpu/FlexiScreen.java:117:	Private field 'txtInputFileName' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:117:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/FlexiScreen.java:117:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:118:	Avoid using redundant field initializer for 'txtCINFileName'
com/tin/etbaf/rpu/FlexiScreen.java:118:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/FlexiScreen.java:118:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:119:	Avoid using redundant field initializer for 'txtErrorFilePath'
com/tin/etbaf/rpu/FlexiScreen.java:119:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/FlexiScreen.java:119:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:120:	Avoid using redundant field initializer for 'consFileName'
com/tin/etbaf/rpu/FlexiScreen.java:120:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/FlexiScreen.java:120:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:121:	Avoid unused private fields such as 'btnValidate'.
com/tin/etbaf/rpu/FlexiScreen.java:121:	Avoid using redundant field initializer for 'btnValidate'
com/tin/etbaf/rpu/FlexiScreen.java:121:	Private field 'btnValidate' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:121:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:121:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:122:	Avoid unused private fields such as 'btnExit'.
com/tin/etbaf/rpu/FlexiScreen.java:122:	Avoid using redundant field initializer for 'btnExit'
com/tin/etbaf/rpu/FlexiScreen.java:122:	Private field 'btnExit' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:122:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:122:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:123:	Avoid unused private fields such as 'btnHelp'.
com/tin/etbaf/rpu/FlexiScreen.java:123:	Avoid using redundant field initializer for 'btnHelp'
com/tin/etbaf/rpu/FlexiScreen.java:123:	Private field 'btnHelp' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:123:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:123:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:124:	Avoid using redundant field initializer for 'btnPdfHelp'
com/tin/etbaf/rpu/FlexiScreen.java:124:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:124:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:124:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:125:	Avoid excessively long variable names like btnbrowseInputFileName
com/tin/etbaf/rpu/FlexiScreen.java:125:	Avoid unused private fields such as 'btnbrowseInputFileName'.
com/tin/etbaf/rpu/FlexiScreen.java:125:	Avoid using redundant field initializer for 'btnbrowseInputFileName'
com/tin/etbaf/rpu/FlexiScreen.java:125:	Private field 'btnbrowseInputFileName' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:125:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:125:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:126:	Avoid excessively long variable names like btnbrowseTempFileName
com/tin/etbaf/rpu/FlexiScreen.java:126:	Avoid unused private fields such as 'btnbrowseTempFileName'.
com/tin/etbaf/rpu/FlexiScreen.java:126:	Avoid using redundant field initializer for 'btnbrowseTempFileName'
com/tin/etbaf/rpu/FlexiScreen.java:126:	Private field 'btnbrowseTempFileName' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:126:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:126:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:127:	Avoid excessively long variable names like btnbrowseErrorFilePath
com/tin/etbaf/rpu/FlexiScreen.java:127:	Avoid unused private fields such as 'btnbrowseErrorFilePath'.
com/tin/etbaf/rpu/FlexiScreen.java:127:	Avoid using redundant field initializer for 'btnbrowseErrorFilePath'
com/tin/etbaf/rpu/FlexiScreen.java:127:	Private field 'btnbrowseErrorFilePath' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:127:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:127:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:128:	Avoid unused private fields such as 'consTempFileName'.
com/tin/etbaf/rpu/FlexiScreen.java:128:	Avoid using redundant field initializer for 'consTempFileName'
com/tin/etbaf/rpu/FlexiScreen.java:128:	Private field 'consTempFileName' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:128:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/FlexiScreen.java:128:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:129:	Avoid unused private fields such as 'jHelpTextPane'.
com/tin/etbaf/rpu/FlexiScreen.java:129:	Avoid using redundant field initializer for 'jHelpTextPane'
com/tin/etbaf/rpu/FlexiScreen.java:129:	Private field 'jHelpTextPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:129:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:131:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:132:	Avoid excessively long variable names like previousSorurceFileFolder
com/tin/etbaf/rpu/FlexiScreen.java:132:	Avoid unused private fields such as 'previousSorurceFileFolder'.
com/tin/etbaf/rpu/FlexiScreen.java:132:	Private field 'previousSorurceFileFolder' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:132:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:133:	Avoid excessively long variable names like previousOutputFileFolder
com/tin/etbaf/rpu/FlexiScreen.java:133:	Avoid unused private fields such as 'previousOutputFileFolder'.
com/tin/etbaf/rpu/FlexiScreen.java:133:	Private field 'previousOutputFileFolder' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:133:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:135:	Avoid excessively long variable names like fileContentToWrite
com/tin/etbaf/rpu/FlexiScreen.java:135:	Avoid unused private fields such as 'fileContentToWrite'.
com/tin/etbaf/rpu/FlexiScreen.java:135:	Avoid using redundant field initializer for 'fileContentToWrite'
com/tin/etbaf/rpu/FlexiScreen.java:135:	Private field 'fileContentToWrite' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:135:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:136:	Avoid unused private fields such as 'financialYear'.
com/tin/etbaf/rpu/FlexiScreen.java:136:	Private field 'financialYear' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:136:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:137:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:137:	Perhaps 'contactus' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:137:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:138:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:138:	Perhaps 'firstpanel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:138:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:139:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:139:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:140:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:140:	Perhaps 'thirdpanel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:140:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:141:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:141:	Perhaps 'panel' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:141:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:142:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:142:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_1' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:142:	Perhaps 'panel_1' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:142:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:143:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:143:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_2' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:143:	Perhaps 'panel_2' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:143:	Private field 'panel_2' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:143:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:144:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:144:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_3' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:144:	Perhaps 'panel_3' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:144:	Private field 'panel_3' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:144:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:145:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:145:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_4' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:145:	Perhaps 'panel_4' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:145:	Private field 'panel_4' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:145:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:146:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/FlexiScreen.java:146:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_5' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:146:	Perhaps 'panel_5' could be replaced by a local variable.
com/tin/etbaf/rpu/FlexiScreen.java:146:	Private field 'panel_5' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/FlexiScreen.java:146:	fieldCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:149:	Avoid really long methods.
com/tin/etbaf/rpu/FlexiScreen.java:149:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:151:	Local variable 'north' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:153:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:155:	Avoid unused local variables such as 'lblNorthFrame'.
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Found 'DU'-anomaly for variable 'lblNorthFrame' (lines '155'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:155:	Local variable 'lblNorthFrame' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:159:	Local variable 'west' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:163:	Avoid unused local variables such as 'lblWestFrame'.
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Found 'DU'-anomaly for variable 'lblWestFrame' (lines '163'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:163:	Local variable 'lblWestFrame' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:167:	Local variable 'center' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:169:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:172:	Local variable 'south' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:176:	Avoid unused local variables such as 'lblSouthFrame'.
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Found 'DU'-anomaly for variable 'lblSouthFrame' (lines '176'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:176:	Local variable 'lblSouthFrame' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:180:	Local variable 'east' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:182:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:184:	Avoid unused local variables such as 'lblEastFrame'.
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Found 'DU'-anomaly for variable 'lblEastFrame' (lines '184'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:184:	Local variable 'lblEastFrame' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:188:	Avoid unused local variables such as 'paneEdge'.
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Found 'DU'-anomaly for variable 'paneEdge' (lines '188'-'320').
com/tin/etbaf/rpu/FlexiScreen.java:188:	Local variable 'paneEdge' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:193:	System.out.println is used
com/tin/etbaf/rpu/FlexiScreen.java:194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:196:	Local variable 'mainPanel' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:239:	Local variable 'flowLayout' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:240:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FlexiScreen.java:265:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:265:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:265:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:282:	Avoid excessively long variable names like marqueePanelTraces
com/tin/etbaf/rpu/FlexiScreen.java:288:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:288:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:294:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:294:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:300:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:300:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:306:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:306:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:312:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:312:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:322:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/FlexiScreen.java:322:	The constructor 'FlexiScreen' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/FlexiScreen.java:322:	The constructor 'FlexiScreen' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/FlexiScreen.java:322:	The constructor 'FlexiScreen' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/FlexiScreen.java:322:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:325:	Overridable method 'screeStruct' called during object construction
com/tin/etbaf/rpu/FlexiScreen.java:330:	Overridable method 'prerequisitesPopUp' called during object construction
com/tin/etbaf/rpu/FlexiScreen.java:333:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/FlexiScreen.java:338:	Avoid unused local variables such as 'paneEdge'.
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Found 'DU'-anomaly for variable 'paneEdge' (lines '338'-'498').
com/tin/etbaf/rpu/FlexiScreen.java:338:	Local variable 'paneEdge' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:370:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:370:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:370:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:406:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:406:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:406:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:412:	Avoid empty if statements
com/tin/etbaf/rpu/FlexiScreen.java:452:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:452:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:452:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:460:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:460:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:460:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:469:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:469:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:469:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:477:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:477:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:477:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:482:	Comment is too large: Line too long
com/tin/etbaf/rpu/FlexiScreen.java:490:	System.out.println is used
com/tin/etbaf/rpu/FlexiScreen.java:500:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:500:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:508:	Found 'DD'-anomaly for variable 'url' (lines '508'-'509').
com/tin/etbaf/rpu/FlexiScreen.java:508:	Found 'DD'-anomaly for variable 'url' (lines '508'-'509').
com/tin/etbaf/rpu/FlexiScreen.java:508:	Found 'DD'-anomaly for variable 'url' (lines '508'-'509').
com/tin/etbaf/rpu/FlexiScreen.java:508:	Found 'DD'-anomaly for variable 'url' (lines '508'-'509').
com/tin/etbaf/rpu/FlexiScreen.java:509:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:511:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:513:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:518:	Avoid excessively long variable names like jComboBox_Form_Data
com/tin/etbaf/rpu/FlexiScreen.java:518:	Found 'DU'-anomaly for variable 'jComboBox_Form_Data' (lines '518'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:518:	Found 'DU'-anomaly for variable 'jComboBox_Form_Data' (lines '518'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:518:	Found 'DU'-anomaly for variable 'jComboBox_Form_Data' (lines '518'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:518:	Found 'DU'-anomaly for variable 'jComboBox_Form_Data' (lines '518'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:518:	Local variable 'jComboBox_Form_Data' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:518:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Data' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:533:	Avoid unused local variables such as 'marqueeMessage'.
com/tin/etbaf/rpu/FlexiScreen.java:533:	Found 'DU'-anomaly for variable 'marqueeMessage' (lines '533'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:533:	Found 'DU'-anomaly for variable 'marqueeMessage' (lines '533'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:533:	Found 'DU'-anomaly for variable 'marqueeMessage' (lines '533'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:533:	Found 'DU'-anomaly for variable 'marqueeMessage' (lines '533'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:533:	Local variable 'marqueeMessage' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:552:	Avoid variables with short names like w
com/tin/etbaf/rpu/FlexiScreen.java:552:	Parameter 'w' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:552:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:553:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/FlexiScreen.java:560:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:560:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:560:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:561:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:571:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:571:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:572:	Found 'DD'-anomaly for variable 'uri_btn' (lines '572'-'575').
com/tin/etbaf/rpu/FlexiScreen.java:572:	Found 'DD'-anomaly for variable 'uri_btn' (lines '572'-'575').
com/tin/etbaf/rpu/FlexiScreen.java:572:	Found 'DD'-anomaly for variable 'uri_btn' (lines '572'-'575').
com/tin/etbaf/rpu/FlexiScreen.java:572:	Found 'DD'-anomaly for variable 'uri_btn' (lines '572'-'575').
com/tin/etbaf/rpu/FlexiScreen.java:572:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/FlexiScreen.java:575:	Found 'DU'-anomaly for variable 'uri_btn' (lines '575'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:575:	Found 'DU'-anomaly for variable 'uri_btn' (lines '575'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:575:	Found 'DU'-anomaly for variable 'uri_btn' (lines '575'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:575:	Found 'DU'-anomaly for variable 'uri_btn' (lines '575'-'597').
com/tin/etbaf/rpu/FlexiScreen.java:578:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/FlexiScreen.java:584:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:586:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/FlexiScreen.java:588:	Avoid empty if statements
com/tin/etbaf/rpu/FlexiScreen.java:601:	Avoid really long methods.
com/tin/etbaf/rpu/FlexiScreen.java:601:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:607:	Local variable 'jlabel6' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:626:	Local variable 'jlabel4' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:629:	Local variable 'button1' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:630:	Local variable 'button2' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:633:	Avoid unused local variables such as 'jlabel5'.
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Found 'DU'-anomaly for variable 'jlabel5' (lines '633'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:633:	Local variable 'jlabel5' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:634:	Local variable 'jlabel3' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:639:	Comment is too large: Line too long
com/tin/etbaf/rpu/FlexiScreen.java:641:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:642:	Local variable 'jpanel1' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:643:	Local variable 'jpanel2' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:657:	Comment is too large: Line too long
com/tin/etbaf/rpu/FlexiScreen.java:672:	Comment is too large: Line too long
com/tin/etbaf/rpu/FlexiScreen.java:675:	Avoid unused local variables such as 'uri'.
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:675:	Found 'DU'-anomaly for variable 'uri' (lines '675'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:676:	Each class should declare at least one constructor
com/tin/etbaf/rpu/FlexiScreen.java:676:	headerCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:677:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:677:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:677:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:681:	Avoid unused local variables such as 'uri2'.
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:681:	Found 'DU'-anomaly for variable 'uri2' (lines '681'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:682:	Each class should declare at least one constructor
com/tin/etbaf/rpu/FlexiScreen.java:682:	headerCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:683:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:683:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:683:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Found 'DU'-anomaly for variable 'policy' (lines '693'-'733').
com/tin/etbaf/rpu/FlexiScreen.java:693:	Local variable 'policy' could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:696:	Parameter 'aContainer' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:696:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:701:	Comment is too large: Line too long
com/tin/etbaf/rpu/FlexiScreen.java:703:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:705:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:705:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:709:	Document empty method body
com/tin/etbaf/rpu/FlexiScreen.java:709:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:709:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FlexiScreen.java:716:	Avoid variables with short names like e
com/tin/etbaf/rpu/FlexiScreen.java:716:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:716:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:723:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/FlexiScreen.java:723:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FlexiScreen.java:727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/FramePrinterJob.java:6:	Avoid unused imports such as 'java.awt.event.WindowAdapter'
com/tin/etbaf/rpu/FramePrinterJob.java:11:	headerCommentRequirement Required
com/tin/etbaf/rpu/FramePrinterJob.java:23:	Document empty method body
com/tin/etbaf/rpu/FramePrinterJob.java:23:	Parameter 'graphics' is not assigned and could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FramePrinterJob.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FramePrinterJob.java:28:	Local variable 'printerJob' could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:29:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:30:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:32:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:35:	System.out.println is used
com/tin/etbaf/rpu/FramePrinterJob.java:41:	Parameter 'graphics' is not assigned and could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:41:	Parameter 'pageFormat' is not assigned and could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:41:	Parameter 'pageIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FramePrinterJob.java:44:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/FramePrinterJob.java:45:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/FramePrinterJob.java:50:	Local variable 'graphics2D' could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:53:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:54:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:55:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:56:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:57:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/FramePrinterJob.java:62:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/FramePrinterJob.java:65:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/FramePrinterJob.java:68:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:2:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/rpu/GRPU.java:2:	Possible God class (WMC=7217, ATFD=5088, TCC=0.044754590464309386)
com/tin/etbaf/rpu/GRPU.java:2:	This class has a bunch of public methods and attributes
com/tin/etbaf/rpu/GRPU.java:59:	Avoid unused imports such as 'java.time.LocalDateTime'
com/tin/etbaf/rpu/GRPU.java:60:	Avoid unused imports such as 'java.time.format.DateTimeFormatter'
com/tin/etbaf/rpu/GRPU.java:69:	Avoid unused imports such as 'java.util.Map.Entry'
com/tin/etbaf/rpu/GRPU.java:130:	Avoid really long classes.
com/tin/etbaf/rpu/GRPU.java:130:	Avoid short class names like GRPU
com/tin/etbaf/rpu/GRPU.java:130:	The class 'GRPU' has a Cyclomatic Complexity of 44 (Highest = 1429).
com/tin/etbaf/rpu/GRPU.java:130:	The class 'GRPU' has a Modified Cyclomatic Complexity of 25 (Highest = 712).
com/tin/etbaf/rpu/GRPU.java:130:	The class 'GRPU' has a Standard Cyclomatic Complexity of 25 (Highest = 712).
com/tin/etbaf/rpu/GRPU.java:130:	The type has an NCSS line count of 16190
com/tin/etbaf/rpu/GRPU.java:130:	This class has too many methods, consider refactoring it.
com/tin/etbaf/rpu/GRPU.java:130:	Too many fields
com/tin/etbaf/rpu/GRPU.java:130:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:132:	Avoid using redundant field initializer for 'clickCount'
com/tin/etbaf/rpu/GRPU.java:132:	Avoid using redundant field initializer for 'currentCol'
com/tin/etbaf/rpu/GRPU.java:132:	Avoid using redundant field initializer for 'previousCol'
com/tin/etbaf/rpu/GRPU.java:132:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:132:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:132:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:132:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:133:	Variables should start with a lowercase character, 'StrCurrent' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:133:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:134:	Variables should start with a lowercase character, 'StrPrevious' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:134:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:136:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:136:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:137:	Avoid excessively long variable names like strAnnexIIColValue
com/tin/etbaf/rpu/GRPU.java:137:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:137:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:139:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:140:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:141:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:142:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:143:	Avoid excessively long variable names like OTHER_SERVICES_TAB_INDEX
com/tin/etbaf/rpu/GRPU.java:143:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'OTHER_SERVICES_TAB_INDEX' is not final.
com/tin/etbaf/rpu/GRPU.java:143:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPU.java:143:	Variables should start with a lowercase character, 'OTHER_SERVICES_TAB_INDEX' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:143:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:144:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_challan
com/tin/etbaf/rpu/GRPU.java:144:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_challan' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:144:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:145:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_annI_24Q
com/tin/etbaf/rpu/GRPU.java:145:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_annI_24Q' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:145:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:148:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_annI_26Q
com/tin/etbaf/rpu/GRPU.java:148:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_annI_26Q' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:148:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:149:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_annI_27Q
com/tin/etbaf/rpu/GRPU.java:149:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_annI_27Q' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:149:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:155:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_annI_27EQ
com/tin/etbaf/rpu/GRPU.java:155:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_annI_27EQ' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:160:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:163:	Avoid excessively long variable names like TABLE_COLUMN_COUNT_annII
com/tin/etbaf/rpu/GRPU.java:163:	Variables that are final and static should be all capitals, 'TABLE_COLUMN_COUNT_annII' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:168:	Avoid using redundant field initializer for 'flagCheck'
com/tin/etbaf/rpu/GRPU.java:168:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:168:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:170:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:172:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:172:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:174:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:175:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:176:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:177:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:178:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:178:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:178:	To avoid mistakes add a comment at the beginning of the formdetails field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:178:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:178:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:180:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:180:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:180:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:182:	Avoid unused private fields such as 'validateAlphaChar'.
com/tin/etbaf/rpu/GRPU.java:182:	Private field 'validateAlphaChar' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPU.java:182:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:185:	Avoid using redundant field initializer for 'flag_annex'
com/tin/etbaf/rpu/GRPU.java:185:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:185:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'flag_annex' is not final.
com/tin/etbaf/rpu/GRPU.java:185:	To avoid mistakes add a comment at the beginning of the flag_annex field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:185:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:185:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:186:	Avoid using redundant field initializer for 'flag_challan'
com/tin/etbaf/rpu/GRPU.java:186:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:186:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'flag_challan' is not final.
com/tin/etbaf/rpu/GRPU.java:186:	To avoid mistakes add a comment at the beginning of the flag_challan field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:186:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:186:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:187:	Avoid using redundant field initializer for 'td'
com/tin/etbaf/rpu/GRPU.java:187:	Avoid variables with short names like td
com/tin/etbaf/rpu/GRPU.java:187:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:187:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:188:	Avoid using redundant field initializer for 'sur'
com/tin/etbaf/rpu/GRPU.java:188:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:188:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:189:	Avoid using redundant field initializer for 'eduCess'
com/tin/etbaf/rpu/GRPU.java:189:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:189:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:190:	Avoid using redundant field initializer for 'interest'
com/tin/etbaf/rpu/GRPU.java:190:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:190:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:191:	Avoid using redundant field initializer for 'fee'
com/tin/etbaf/rpu/GRPU.java:191:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:191:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:192:	Avoid using redundant field initializer for 'others'
com/tin/etbaf/rpu/GRPU.java:192:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:192:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:193:	Avoid using redundant field initializer for 'sum'
com/tin/etbaf/rpu/GRPU.java:193:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:194:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_no' is not final.
com/tin/etbaf/rpu/GRPU.java:194:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:195:	Avoid using redundant field initializer for 'col4'
com/tin/etbaf/rpu/GRPU.java:195:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:195:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:196:	Avoid using redundant field initializer for 'col3'
com/tin/etbaf/rpu/GRPU.java:196:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:196:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:197:	Avoid using redundant field initializer for 'col5'
com/tin/etbaf/rpu/GRPU.java:197:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:197:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:198:	Avoid using redundant field initializer for 'col6'
com/tin/etbaf/rpu/GRPU.java:198:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:198:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:199:	Avoid using redundant field initializer for 'col7'
com/tin/etbaf/rpu/GRPU.java:199:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:199:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:200:	Avoid using redundant field initializer for 'col8'
com/tin/etbaf/rpu/GRPU.java:200:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:200:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:204:	Avoid using redundant field initializer for 'checkPopup'
com/tin/etbaf/rpu/GRPU.java:204:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:204:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:207:	Avoid using redundant field initializer for 's3'
com/tin/etbaf/rpu/GRPU.java:207:	Avoid variables with short names like s3
com/tin/etbaf/rpu/GRPU.java:207:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:207:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:208:	Avoid using redundant field initializer for 'var'
com/tin/etbaf/rpu/GRPU.java:208:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:210:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:210:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:211:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:211:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:213:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:213:	To avoid mistakes add a comment at the beginning of the fileLogs field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:213:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:213:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:214:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:214:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:215:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:215:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:216:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:216:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:217:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:217:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:219:	Avoid using redundant field initializer for 'assessmentyear'
com/tin/etbaf/rpu/GRPU.java:219:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:219:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:229:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:233:	Avoid using redundant field initializer for 'col12Ded16II'
com/tin/etbaf/rpu/GRPU.java:233:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:233:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:234:	Avoid using redundant field initializer for 'col12Ded16III'
com/tin/etbaf/rpu/GRPU.java:234:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:234:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:235:	Avoid using redundant field initializer for 'TotalDed'
com/tin/etbaf/rpu/GRPU.java:235:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:235:	Variables should start with a lowercase character, 'TotalDed' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:235:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:241:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:241:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:242:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:242:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:243:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:243:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:244:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:244:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:245:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:245:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:246:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:246:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:247:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:247:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:248:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:248:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:249:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:249:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:250:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:250:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:251:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:251:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:252:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:252:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:253:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:253:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:256:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:256:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:257:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:257:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:258:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:258:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:259:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:259:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:260:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:260:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:261:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:261:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:262:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:262:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:263:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:263:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:264:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:264:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:265:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:265:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:266:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:266:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:267:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:267:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:268:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:268:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:269:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:269:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:270:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:270:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:271:	Avoid excessively long variable names like dedminstrydeptothers
com/tin/etbaf/rpu/GRPU.java:271:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:271:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:272:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:272:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:273:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:273:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:274:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:274:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:275:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:275:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:276:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:276:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:277:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:277:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:278:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:278:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:279:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:279:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:280:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:280:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:281:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:281:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:284:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:284:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:285:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:285:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:286:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:286:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:287:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:287:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:288:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:288:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:289:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:289:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:290:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:290:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:291:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:291:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:292:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:292:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:293:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:293:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:294:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:294:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:295:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:295:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:296:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:296:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:297:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:297:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:298:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:298:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:299:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:299:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:300:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:300:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:301:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:301:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:302:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:302:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:307:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:307:	Variables should start with a lowercase character, 'ChallanCount' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:307:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:308:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:308:	Variables should start with a lowercase character, 'LastModeofDeposit' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:308:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:310:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:310:	Variables should start with a lowercase character, 'LastIncomeTax' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:310:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:311:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:311:	Variables should start with a lowercase character, 'LastSurcharge' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:311:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:312:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:312:	Variables should start with a lowercase character, 'LastEduCess' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:312:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:313:	Variables should start with a lowercase character, 'LastInterest' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:313:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:314:	Variables should start with a lowercase character, 'LastOthers' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:314:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:316:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:316:	Variables should start with a lowercase character, 'LastPanRefNo' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:316:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:318:	Variables that are final and static should be all capitals, 'fontName' is not all capitals.
com/tin/etbaf/rpu/GRPU.java:318:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:319:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:320:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:324:	Avoid using redundant field initializer for 'col12Ded16IA'
com/tin/etbaf/rpu/GRPU.java:324:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:325:	Avoid using redundant field initializer for 'totalDed16'
com/tin/etbaf/rpu/GRPU.java:325:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:325:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:326:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:326:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:331:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:331:	Parameter 'items' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:331:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:339:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:341:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:341:	Parameter 'items' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:341:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:349:	Avoid excessively long variable names like challanSerialNumberComboValue
com/tin/etbaf/rpu/GRPU.java:349:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:349:	To avoid mistakes add a comment at the beginning of the challanSerialNumberComboValue field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:349:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:349:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:353:	The class 'MyJcomboBox' has a Cyclomatic Complexity of 18 (Highest = 17).
com/tin/etbaf/rpu/GRPU.java:353:	The class 'MyJcomboBox' has a Modified Cyclomatic Complexity of 14 (Highest = 13).
com/tin/etbaf/rpu/GRPU.java:353:	The class 'MyJcomboBox' has a Standard Cyclomatic Complexity of 14 (Highest = 13).
com/tin/etbaf/rpu/GRPU.java:353:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:354:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:354:	Parameter 'items' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:354:	The constructor 'MyJcomboBox' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:354:	The constructor 'MyJcomboBox' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:354:	The constructor 'MyJcomboBox' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:354:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:357:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:357:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:359:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:364:	Local variable 'valueSelected' could be declared final
com/tin/etbaf/rpu/GRPU.java:364:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:364:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:366:	Local variable 'postionOfRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:366:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:366:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:366:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:366:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:368:	Local variable 'rowNumber' could be declared final
com/tin/etbaf/rpu/GRPU.java:368:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:369:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:369:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:372:	Local variable 'ddoValue' could be declared final
com/tin/etbaf/rpu/GRPU.java:372:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:372:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:374:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:374:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:375:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:375:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:375:	The String literal "Delete" appears 26 times in this file; the first occurrence is on line 375
com/tin/etbaf/rpu/GRPU.java:378:	The String literal "--Select--" appears 446 times in this file; the first occurrence is on line 378
com/tin/etbaf/rpu/GRPU.java:379:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPU.java:384:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:384:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:384:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPU.java:386:	The String literal "Cancel" appears 6 times in this file; the first occurrence is on line 386
com/tin/etbaf/rpu/GRPU.java:390:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPU.java:392:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPU.java:394:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:394:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:394:	The String literal "Update" appears 29 times in this file; the first occurrence is on line 394
com/tin/etbaf/rpu/GRPU.java:401:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:401:	Parameter 'rowNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:401:	Parameter 'transObject' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:401:	The method 'reEneterData' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:401:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:403:	Local variable 'tanValue' could be declared final
com/tin/etbaf/rpu/GRPU.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:403:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:404:	Local variable 'name' could be declared final
com/tin/etbaf/rpu/GRPU.java:404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:405:	Local variable 'ddoReg' could be declared final
com/tin/etbaf/rpu/GRPU.java:405:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:405:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:406:	Local variable 'ddoCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:406:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:406:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:407:	Local variable 'addr1' could be declared final
com/tin/etbaf/rpu/GRPU.java:407:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:407:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:408:	Local variable 'addr2' could be declared final
com/tin/etbaf/rpu/GRPU.java:408:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:408:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:409:	Local variable 'addr3' could be declared final
com/tin/etbaf/rpu/GRPU.java:409:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:409:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:410:	Local variable 'addr4' could be declared final
com/tin/etbaf/rpu/GRPU.java:410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:410:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:411:	Local variable 'city' could be declared final
com/tin/etbaf/rpu/GRPU.java:411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:411:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:412:	Local variable 'state' could be declared final
com/tin/etbaf/rpu/GRPU.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:414:	Local variable 'pin' could be declared final
com/tin/etbaf/rpu/GRPU.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:414:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:415:	Local variable 'email' could be declared final
com/tin/etbaf/rpu/GRPU.java:415:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:415:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:416:	Local variable 'natureOfDed' could be declared final
com/tin/etbaf/rpu/GRPU.java:416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:416:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:418:	Found 'DD'-anomaly for variable 'taxRemittedStr' (lines '418'-'426').
com/tin/etbaf/rpu/GRPU.java:418:	Found 'DD'-anomaly for variable 'taxRemittedStr' (lines '418'-'426').
com/tin/etbaf/rpu/GRPU.java:419:	Avoid excessively long variable names like taxRemittedGovtStr
com/tin/etbaf/rpu/GRPU.java:419:	Found 'DD'-anomaly for variable 'taxRemittedGovtStr' (lines '419'-'431').
com/tin/etbaf/rpu/GRPU.java:419:	Found 'DD'-anomaly for variable 'taxRemittedGovtStr' (lines '419'-'431').
com/tin/etbaf/rpu/GRPU.java:421:	Found 'DD'-anomaly for variable 'tax1' (lines '421'-'425').
com/tin/etbaf/rpu/GRPU.java:421:	Found 'DD'-anomaly for variable 'tax1' (lines '421'-'425').
com/tin/etbaf/rpu/GRPU.java:422:	Found 'DD'-anomaly for variable 'tax2' (lines '422'-'430').
com/tin/etbaf/rpu/GRPU.java:422:	Found 'DD'-anomaly for variable 'tax2' (lines '422'-'430').
com/tin/etbaf/rpu/GRPU.java:424:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:424:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:424:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:425:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:425:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:425:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:426:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:431:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:433:	Avoid unused local variables such as 'taxRemitted'.
com/tin/etbaf/rpu/GRPU.java:433:	Found 'DU'-anomaly for variable 'taxRemitted' (lines '433'-'486').
com/tin/etbaf/rpu/GRPU.java:433:	Found 'DU'-anomaly for variable 'taxRemitted' (lines '433'-'486').
com/tin/etbaf/rpu/GRPU.java:433:	Local variable 'taxRemitted' could be declared final
com/tin/etbaf/rpu/GRPU.java:434:	Avoid unused local variables such as 'taxRemittedGovt'.
com/tin/etbaf/rpu/GRPU.java:434:	Found 'DU'-anomaly for variable 'taxRemittedGovt' (lines '434'-'486').
com/tin/etbaf/rpu/GRPU.java:434:	Found 'DU'-anomaly for variable 'taxRemittedGovt' (lines '434'-'486').
com/tin/etbaf/rpu/GRPU.java:434:	Local variable 'taxRemittedGovt' could be declared final
com/tin/etbaf/rpu/GRPU.java:436:	Local variable 'ddoMap' could be declared final
com/tin/etbaf/rpu/GRPU.java:436:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:436:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'453').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'453').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'456').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'456').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'459').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'459').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'465').
com/tin/etbaf/rpu/GRPU.java:439:	Found 'DD'-anomaly for variable 'ddoValuePrevious' (lines '439'-'465').
com/tin/etbaf/rpu/GRPU.java:441:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:442:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:445:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:446:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:449:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:451:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:454:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:454:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:457:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:457:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:460:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:460:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:489:	To avoid mistakes add a comment at the beginning of the MyFilterGRPU nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:489:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:491:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:491:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:492:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:493:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:494:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:495:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:498:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:502:	Document empty constructor
com/tin/etbaf/rpu/GRPU.java:502:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:506:	To avoid mistakes add a comment at the beginning of the MyFilterTXT nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:506:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:508:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:508:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:509:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:510:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:511:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:512:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:512:	The String literal ".txt" appears 4 times in this file; the first occurrence is on line 512
com/tin/etbaf/rpu/GRPU.java:515:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:519:	Document empty constructor
com/tin/etbaf/rpu/GRPU.java:519:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:523:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:525:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:525:	To avoid mistakes add a comment at the beginning of the curCol field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:525:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:525:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:526:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:526:	To avoid mistakes add a comment at the beginning of the tips field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:526:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:526:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:528:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:528:	Parameter 'tooltip' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:528:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:530:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:532:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:535:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:535:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:536:	Found 'DD'-anomaly for variable 'col' (lines '536'-'542').
com/tin/etbaf/rpu/GRPU.java:537:	Local variable 'header' could be declared final
com/tin/etbaf/rpu/GRPU.java:538:	Local variable 'table' could be declared final
com/tin/etbaf/rpu/GRPU.java:538:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:539:	Local variable 'colModel' could be declared final
com/tin/etbaf/rpu/GRPU.java:539:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:540:	Local variable 'vColIndex' could be declared final
com/tin/etbaf/rpu/GRPU.java:540:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:541:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:542:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:543:	Use equals() to compare object references.
com/tin/etbaf/rpu/GRPU.java:544:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:549:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:549:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:554:	To avoid mistakes add a comment at the beginning of the MyFilterOpenFVU nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:554:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:556:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:556:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:557:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:558:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:561:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:565:	Document empty constructor
com/tin/etbaf/rpu/GRPU.java:565:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:569:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:569:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/GRPU.java:569:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:570:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:570:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:570:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:571:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:571:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:571:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:572:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:572:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:573:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:573:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:573:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:574:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:574:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:574:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:575:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:575:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:575:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:576:	Avoid excessively long variable names like importedFileStatus
com/tin/etbaf/rpu/GRPU.java:576:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:576:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:576:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:577:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:577:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:577:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'import_fileFrame' is not final.
com/tin/etbaf/rpu/GRPU.java:577:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:578:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:578:	Variables should start with a lowercase character, 'JdialogFrame' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:578:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:579:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:579:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:579:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:580:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:580:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:580:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:581:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:581:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:581:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:583:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:583:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:583:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'model_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:583:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:585:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:585:	Variables should start with a lowercase character, 'TabGRPU' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:585:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:587:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:587:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:587:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:590:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:590:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:590:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'frame_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:590:	To avoid mistakes add a comment at the beginning of the frame_insert field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:590:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:590:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:592:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:592:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:592:	To avoid mistakes add a comment at the beginning of the addrow field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:592:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:592:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:595:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:595:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:595:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JButton_pannel' is not final.
com/tin/etbaf/rpu/GRPU.java:595:	To avoid mistakes add a comment at the beginning of the JButton_pannel field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:595:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:595:	Variables should start with a lowercase character, 'JButton_pannel' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:595:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:596:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:596:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:596:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'button_ok' is not final.
com/tin/etbaf/rpu/GRPU.java:596:	To avoid mistakes add a comment at the beginning of the button_ok field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:596:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:596:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:597:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:597:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:597:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'button_cancel' is not final.
com/tin/etbaf/rpu/GRPU.java:597:	To avoid mistakes add a comment at the beginning of the button_cancel field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:597:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:597:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:598:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:598:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:598:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'panel_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:598:	To avoid mistakes add a comment at the beginning of the panel_insert field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:598:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:598:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:599:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:599:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:599:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'table_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:599:	To avoid mistakes add a comment at the beginning of the table_insert field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:599:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:599:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:602:	Avoid using redundant field initializer for 'delinscheck'
com/tin/etbaf/rpu/GRPU.java:602:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:602:	To avoid mistakes add a comment at the beginning of the delinscheck field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:602:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:602:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:606:	Avoid excessively long variable names like pan_Updtn_Indicator
com/tin/etbaf/rpu/GRPU.java:606:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:606:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:606:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:606:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pan_Updtn_Indicator' is not final.
com/tin/etbaf/rpu/GRPU.java:606:	To avoid mistakes add a comment at the beginning of the pan_Updtn_Indicator field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:606:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:606:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:607:	Avoid excessively long variable names like pan_Updtn_Indicator_Anne2
com/tin/etbaf/rpu/GRPU.java:607:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:607:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:607:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:607:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'pan_Updtn_Indicator_Anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:607:	To avoid mistakes add a comment at the beginning of the pan_Updtn_Indicator_Anne2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:607:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:607:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:611:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:611:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:611:	Variables should start with a lowercase character, 'PanelBatchDet' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:611:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:612:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:612:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:612:	Variables should start with a lowercase character, 'PanelTransacDet' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:612:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:613:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:613:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:613:	Variables should start with a lowercase character, 'PanelAnnexureDet' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:613:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:614:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:614:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:614:	Variables should start with a lowercase character, 'PanelAnnexure2Det' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:614:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:615:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:615:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:615:	Variables should start with a lowercase character, 'PanelUtility' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:615:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:616:	Avoid excessively long variable names like PannelFormHeaderDet
com/tin/etbaf/rpu/GRPU.java:616:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:616:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:616:	Variables should start with a lowercase character, 'PannelFormHeaderDet' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:616:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:617:	Avoid excessively long variable names like PanelTransInsertRow
com/tin/etbaf/rpu/GRPU.java:617:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:617:	Variables should start with a lowercase character, 'PanelTransInsertRow' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:617:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:618:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:618:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:623:	Avoid excessively long variable names like jTableTransacDetails
com/tin/etbaf/rpu/GRPU.java:623:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:623:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:623:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:624:	Avoid excessively long variable names like jTableTransacDetails1
com/tin/etbaf/rpu/GRPU.java:624:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:624:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:624:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:625:	Avoid excessively long variable names like jTableTransacDetails2
com/tin/etbaf/rpu/GRPU.java:625:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:625:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:625:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:627:	Avoid excessively long variable names like jTableTransacDetails_insert
com/tin/etbaf/rpu/GRPU.java:627:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:627:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:627:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jTableTransacDetails_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:627:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:630:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:630:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:630:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:633:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:633:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:634:	Avoid unused private fields such as 'jPanel444'.
com/tin/etbaf/rpu/GRPU.java:634:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:634:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:637:	Avoid excessively long variable names like jLabel_Form_heading1
com/tin/etbaf/rpu/GRPU.java:637:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:637:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:637:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_heading1' is not final.
com/tin/etbaf/rpu/GRPU.java:637:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:638:	Avoid excessively long variable names like jLabel_Form_quarterEnd
com/tin/etbaf/rpu/GRPU.java:638:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:638:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:638:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_quarterEnd' is not final.
com/tin/etbaf/rpu/GRPU.java:638:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:639:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:639:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Quarter' is not final.
com/tin/etbaf/rpu/GRPU.java:639:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:640:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:640:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:640:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Quarter' is not final.
com/tin/etbaf/rpu/GRPU.java:640:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:641:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:641:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:641:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_BalnkYear' is not final.
com/tin/etbaf/rpu/GRPU.java:641:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:642:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:642:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:642:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_year' is not final.
com/tin/etbaf/rpu/GRPU.java:642:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:643:	Avoid excessively long variable names like jText_disabledFromNum
com/tin/etbaf/rpu/GRPU.java:643:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:643:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:643:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_disabledFromNum' is not final.
com/tin/etbaf/rpu/GRPU.java:643:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:644:	Avoid excessively long variable names like jLabel_Form_formNumber
com/tin/etbaf/rpu/GRPU.java:644:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:644:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:644:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_formNumber' is not final.
com/tin/etbaf/rpu/GRPU.java:644:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:645:	Avoid excessively long variable names like jLabel_Form_Sub1_heading
com/tin/etbaf/rpu/GRPU.java:645:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:645:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:645:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_heading' is not final.
com/tin/etbaf/rpu/GRPU.java:645:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:646:	Avoid excessively long variable names like jLabel_Form_Sub1_Tan
com/tin/etbaf/rpu/GRPU.java:646:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:646:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:646:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Tan' is not final.
com/tin/etbaf/rpu/GRPU.java:646:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:647:	Avoid excessively long variable names like jLabel_Form_Sub1_LastTan
com/tin/etbaf/rpu/GRPU.java:647:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:647:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:647:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_LastTan' is not final.
com/tin/etbaf/rpu/GRPU.java:647:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:648:	Avoid excessively long variable names like jLabel_Form_Sub1_Pan
com/tin/etbaf/rpu/GRPU.java:648:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:648:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:648:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Pan' is not final.
com/tin/etbaf/rpu/GRPU.java:648:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:649:	Avoid excessively long variable names like jLabel_Form_Sub1_isRevised
com/tin/etbaf/rpu/GRPU.java:649:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:649:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:649:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_isRevised' is not final.
com/tin/etbaf/rpu/GRPU.java:649:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:650:	Avoid excessively long variable names like jLabel_Form_Sub1_Update_deductor
com/tin/etbaf/rpu/GRPU.java:650:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:650:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:650:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Update_deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:650:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:651:	Avoid excessively long variable names like jLabel_Form_Sub1_finYear
com/tin/etbaf/rpu/GRPU.java:651:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:651:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:651:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_finYear' is not final.
com/tin/etbaf/rpu/GRPU.java:651:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:652:	Avoid excessively long variable names like jLabel_Form_Sub1_AssessmentYear
com/tin/etbaf/rpu/GRPU.java:652:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:652:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:652:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_AssessmentYear' is not final.
com/tin/etbaf/rpu/GRPU.java:652:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:653:	Avoid excessively long variable names like jLabel_Form_Sub1_Type_of_Deductor
com/tin/etbaf/rpu/GRPU.java:653:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:653:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:653:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Type_of_Deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:653:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:654:	Avoid excessively long variable names like jLabel_Form_Sub1_Last_Deductor_Type
com/tin/etbaf/rpu/GRPU.java:654:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:654:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:654:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Last_Deductor_Type' is not final.
com/tin/etbaf/rpu/GRPU.java:654:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:655:	Avoid excessively long variable names like jLabel_Form_Sub1_Org_Receipt_Num
com/tin/etbaf/rpu/GRPU.java:655:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:655:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:655:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Org_Receipt_Num' is not final.
com/tin/etbaf/rpu/GRPU.java:655:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:656:	Avoid excessively long variable names like jLabel_Form_Sub1_Previous_Receipt_num
com/tin/etbaf/rpu/GRPU.java:656:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:656:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:656:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Previous_Receipt_num' is not final.
com/tin/etbaf/rpu/GRPU.java:656:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:657:	Avoid excessively long variable names like jLabel_Form_Sub1_Update_Instruction
com/tin/etbaf/rpu/GRPU.java:657:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:657:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:657:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub1_Update_Instruction' is not final.
com/tin/etbaf/rpu/GRPU.java:657:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:660:	Avoid excessively long variable names like jButton_Form_Sub1_Know_Your_Tan
com/tin/etbaf/rpu/GRPU.java:660:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:660:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:660:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_Form_Sub1_Know_Your_Tan' is not final.
com/tin/etbaf/rpu/GRPU.java:660:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:662:	Avoid excessively long variable names like jText_Form_Sub1_Tan
com/tin/etbaf/rpu/GRPU.java:662:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:662:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:662:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Tan' is not final.
com/tin/etbaf/rpu/GRPU.java:662:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:663:	Avoid excessively long variable names like jText_Form_Sub1_LastTan
com/tin/etbaf/rpu/GRPU.java:663:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:663:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:663:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_LastTan' is not final.
com/tin/etbaf/rpu/GRPU.java:663:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:664:	Avoid excessively long variable names like jText_Form_Sub1_Pan
com/tin/etbaf/rpu/GRPU.java:664:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:664:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:664:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Pan' is not final.
com/tin/etbaf/rpu/GRPU.java:664:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:665:	Avoid excessively long variable names like jText_Form_Sub1_isRevised
com/tin/etbaf/rpu/GRPU.java:665:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:665:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:665:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_isRevised' is not final.
com/tin/etbaf/rpu/GRPU.java:665:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:666:	Avoid excessively long variable names like jText_Form_Sub1_Update_deductor
com/tin/etbaf/rpu/GRPU.java:666:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:666:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:666:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Update_deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:666:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:667:	Avoid excessively long variable names like JComboBox_Form_Sub1_Update_deductor
com/tin/etbaf/rpu/GRPU.java:667:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:667:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:667:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_Update_deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:667:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_Update_deductor' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:667:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:668:	Avoid excessively long variable names like jText_Form_Sub1_finYear
com/tin/etbaf/rpu/GRPU.java:668:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:668:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:668:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_finYear' is not final.
com/tin/etbaf/rpu/GRPU.java:668:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:669:	Avoid excessively long variable names like JComboBox_Form_Sub1_finYear
com/tin/etbaf/rpu/GRPU.java:669:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:669:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:669:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_finYear' is not final.
com/tin/etbaf/rpu/GRPU.java:669:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_finYear' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:669:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:670:	Avoid excessively long variable names like jText_Form_Sub1_AssessmentYear
com/tin/etbaf/rpu/GRPU.java:670:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:670:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:670:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_AssessmentYear' is not final.
com/tin/etbaf/rpu/GRPU.java:670:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:671:	Avoid excessively long variable names like jText_Form_Sub1_Type_of_Deductor
com/tin/etbaf/rpu/GRPU.java:671:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:671:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:671:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Type_of_Deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:671:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:672:	Avoid excessively long variable names like JComboBox_Form_Sub1_Type_of_Deductor
com/tin/etbaf/rpu/GRPU.java:672:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:672:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:672:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_Type_of_Deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:672:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_Type_of_Deductor' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:672:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:673:	Avoid excessively long variable names like jText_Form_Sub1_Last_Deductor_Type
com/tin/etbaf/rpu/GRPU.java:673:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:673:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:673:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Last_Deductor_Type' is not final.
com/tin/etbaf/rpu/GRPU.java:673:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:674:	Avoid excessively long variable names like jText_Form_Sub1_Org_Receipt_Num
com/tin/etbaf/rpu/GRPU.java:674:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:674:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:674:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Org_Receipt_Num' is not final.
com/tin/etbaf/rpu/GRPU.java:674:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:675:	Avoid excessively long variable names like jText_Form_Sub1_Previous_Receipt_num
com/tin/etbaf/rpu/GRPU.java:675:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:675:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:675:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub1_Previous_Receipt_num' is not final.
com/tin/etbaf/rpu/GRPU.java:675:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:677:	Avoid excessively long variable names like jLabel_Form_Sub2_heading
com/tin/etbaf/rpu/GRPU.java:677:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:677:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:677:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_heading' is not final.
com/tin/etbaf/rpu/GRPU.java:677:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:678:	Avoid excessively long variable names like jCheckBox_Form_Sub2_Sameasabove
com/tin/etbaf/rpu/GRPU.java:678:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:678:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:678:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jCheckBox_Form_Sub2_Sameasabove' is not final.
com/tin/etbaf/rpu/GRPU.java:678:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:679:	Avoid excessively long variable names like jLabel_Form_Sub2_Name
com/tin/etbaf/rpu/GRPU.java:679:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:679:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:679:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:679:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:680:	Avoid excessively long variable names like jLabel_Form_Sub2_Branch
com/tin/etbaf/rpu/GRPU.java:680:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:680:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:680:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Branch' is not final.
com/tin/etbaf/rpu/GRPU.java:680:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:681:	Avoid excessively long variable names like jLabel_Form_Sub2_State
com/tin/etbaf/rpu/GRPU.java:681:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:681:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:681:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_State' is not final.
com/tin/etbaf/rpu/GRPU.java:681:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:682:	Avoid excessively long variable names like jLabel_Form_Sub2_PAO_Code
com/tin/etbaf/rpu/GRPU.java:682:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:682:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:682:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_PAO_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:682:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:683:	Avoid excessively long variable names like jLabel_Form_Sub2_PAO_regNum
com/tin/etbaf/rpu/GRPU.java:683:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:683:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:683:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_PAO_regNum' is not final.
com/tin/etbaf/rpu/GRPU.java:683:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:684:	Avoid excessively long variable names like jLabel_Form_Sub2_FlatNo
com/tin/etbaf/rpu/GRPU.java:684:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:684:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:684:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_FlatNo' is not final.
com/tin/etbaf/rpu/GRPU.java:684:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:685:	Avoid excessively long variable names like jLabel_Form_Sub2_Area
com/tin/etbaf/rpu/GRPU.java:685:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:685:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:685:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Area' is not final.
com/tin/etbaf/rpu/GRPU.java:685:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:686:	Avoid excessively long variable names like jLabel_Form_Sub2_Road
com/tin/etbaf/rpu/GRPU.java:686:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:686:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:686:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Road' is not final.
com/tin/etbaf/rpu/GRPU.java:686:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:687:	Avoid excessively long variable names like jLabel_Form_Sub2_PinCode
com/tin/etbaf/rpu/GRPU.java:687:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:687:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:687:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_PinCode' is not final.
com/tin/etbaf/rpu/GRPU.java:687:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:688:	Avoid excessively long variable names like jLabel_Form_Sub2_TelNum
com/tin/etbaf/rpu/GRPU.java:688:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:688:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:688:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_TelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:688:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:689:	Avoid excessively long variable names like jLabel_Form_Sub2_AlternateTelNum
com/tin/etbaf/rpu/GRPU.java:689:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:689:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:689:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_AlternateTelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:689:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:690:	Avoid excessively long variable names like jLabel_Form_Sub2_AIN
com/tin/etbaf/rpu/GRPU.java:690:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:690:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:690:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_AIN' is not final.
com/tin/etbaf/rpu/GRPU.java:690:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:691:	Avoid excessively long variable names like jLabel_Form_Sub2_GSTN
com/tin/etbaf/rpu/GRPU.java:691:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:691:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:691:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_GSTN' is not final.
com/tin/etbaf/rpu/GRPU.java:691:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:692:	Avoid excessively long variable names like jLabel_Form_Sub2_MinistryName
com/tin/etbaf/rpu/GRPU.java:692:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:692:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:692:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_MinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:692:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:693:	Avoid excessively long variable names like jLabel_Form_Sub2_MinistryName_Other
com/tin/etbaf/rpu/GRPU.java:693:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:693:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:693:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_MinistryName_Other' is not final.
com/tin/etbaf/rpu/GRPU.java:693:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:694:	Avoid excessively long variable names like jLabel_Form_Sub2_DDO_Code
com/tin/etbaf/rpu/GRPU.java:694:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:694:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:694:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_DDO_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:694:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:695:	Avoid excessively long variable names like jLabel_Form_Sub2_DDO_RegNum
com/tin/etbaf/rpu/GRPU.java:695:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:695:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:695:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_DDO_RegNum' is not final.
com/tin/etbaf/rpu/GRPU.java:695:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:696:	Avoid excessively long variable names like jLabel_Form_Sub2_TAN_RegNum
com/tin/etbaf/rpu/GRPU.java:696:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:696:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:696:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_TAN_RegNum' is not final.
com/tin/etbaf/rpu/GRPU.java:696:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:697:	Avoid excessively long variable names like jLabel_Form_Sub2_BuildingName
com/tin/etbaf/rpu/GRPU.java:697:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:697:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:697:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_BuildingName' is not final.
com/tin/etbaf/rpu/GRPU.java:697:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:698:	Avoid excessively long variable names like jLabel_Form_Sub2_Town
com/tin/etbaf/rpu/GRPU.java:698:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:698:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:698:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Town' is not final.
com/tin/etbaf/rpu/GRPU.java:698:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:699:	Avoid excessively long variable names like jLabel_Form_Sub2_StateTwo
com/tin/etbaf/rpu/GRPU.java:699:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:699:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:699:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_StateTwo' is not final.
com/tin/etbaf/rpu/GRPU.java:699:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:700:	Avoid excessively long variable names like jLabel_Form_Sub2_Email
com/tin/etbaf/rpu/GRPU.java:700:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:700:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:700:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Email' is not final.
com/tin/etbaf/rpu/GRPU.java:700:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:701:	Avoid excessively long variable names like jLabel_Form_Sub2_Email_Alternate
com/tin/etbaf/rpu/GRPU.java:701:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:701:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:701:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_Email_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:701:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:702:	Avoid excessively long variable names like jLabel_Form_Sub2_isAddressChanged
com/tin/etbaf/rpu/GRPU.java:702:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:702:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:702:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub2_isAddressChanged' is not final.
com/tin/etbaf/rpu/GRPU.java:702:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:704:	Avoid excessively long variable names like jText_Form_Sub2_Name
com/tin/etbaf/rpu/GRPU.java:704:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:704:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:704:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:704:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:705:	Avoid excessively long variable names like jText_Form_Sub2_Branch
com/tin/etbaf/rpu/GRPU.java:705:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:705:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:705:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Branch' is not final.
com/tin/etbaf/rpu/GRPU.java:705:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:706:	Avoid excessively long variable names like jComboBox_Form_Sub2_State
com/tin/etbaf/rpu/GRPU.java:706:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:706:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:706:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Sub2_State' is not final.
com/tin/etbaf/rpu/GRPU.java:706:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:707:	Avoid excessively long variable names like jText_Form_Sub2_PAO_Code
com/tin/etbaf/rpu/GRPU.java:707:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:707:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:707:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_PAO_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:707:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:708:	Avoid excessively long variable names like jText_Form_Sub2_PAO_regNum
com/tin/etbaf/rpu/GRPU.java:708:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:708:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:708:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_PAO_regNum' is not final.
com/tin/etbaf/rpu/GRPU.java:708:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:709:	Avoid excessively long variable names like jText_Form_Sub2_FlatNo
com/tin/etbaf/rpu/GRPU.java:709:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:709:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:709:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_FlatNo' is not final.
com/tin/etbaf/rpu/GRPU.java:709:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:710:	Avoid excessively long variable names like jText_Form_Sub2_Area
com/tin/etbaf/rpu/GRPU.java:710:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:710:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:710:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Area' is not final.
com/tin/etbaf/rpu/GRPU.java:710:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:711:	Avoid excessively long variable names like jText_Form_Sub2_Road
com/tin/etbaf/rpu/GRPU.java:711:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:711:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:711:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Road' is not final.
com/tin/etbaf/rpu/GRPU.java:711:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:712:	Avoid excessively long variable names like jText_Form_Sub2_PinCode
com/tin/etbaf/rpu/GRPU.java:712:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:712:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:712:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_PinCode' is not final.
com/tin/etbaf/rpu/GRPU.java:712:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:713:	Avoid excessively long variable names like jText_Form_Sub2_TelNum_Std_Code
com/tin/etbaf/rpu/GRPU.java:713:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:713:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:713:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_TelNum_Std_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:713:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:714:	Avoid excessively long variable names like jText_Form_Sub2_TelNum
com/tin/etbaf/rpu/GRPU.java:714:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:714:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:714:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_TelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:714:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:715:	Avoid excessively long variable names like jText_Form_Sub2_AlternateTelNum_Std_Code
com/tin/etbaf/rpu/GRPU.java:715:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:715:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:715:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_AlternateTelNum_Std_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:715:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:716:	Avoid excessively long variable names like jText_Form_Sub2_AlternateTelNum
com/tin/etbaf/rpu/GRPU.java:716:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:716:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:716:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_AlternateTelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:716:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:717:	Avoid excessively long variable names like jText_Form_Sub2_AIN
com/tin/etbaf/rpu/GRPU.java:717:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:717:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:717:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_AIN' is not final.
com/tin/etbaf/rpu/GRPU.java:717:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:718:	Avoid excessively long variable names like jText_Form_Sub2_GSTN
com/tin/etbaf/rpu/GRPU.java:718:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:718:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:718:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_GSTN' is not final.
com/tin/etbaf/rpu/GRPU.java:718:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:719:	Avoid excessively long variable names like jText_Form_Sub2_MinistryName
com/tin/etbaf/rpu/GRPU.java:719:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:719:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:719:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_MinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:719:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:720:	Avoid excessively long variable names like JComboBox_Form_Sub2_MinistryName
com/tin/etbaf/rpu/GRPU.java:720:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:720:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:720:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub2_MinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:720:	Variables should start with a lowercase character, 'JComboBox_Form_Sub2_MinistryName' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:720:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:721:	Avoid excessively long variable names like jText_Form_Sub2_MinistryName_Other
com/tin/etbaf/rpu/GRPU.java:721:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:721:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:721:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_MinistryName_Other' is not final.
com/tin/etbaf/rpu/GRPU.java:721:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:722:	Avoid excessively long variable names like jText_Form_Sub2_DDO_Code
com/tin/etbaf/rpu/GRPU.java:722:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:722:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:722:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_DDO_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:722:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:723:	Avoid excessively long variable names like jText_Form_Sub2_DDO_RegNum
com/tin/etbaf/rpu/GRPU.java:723:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:723:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:723:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_DDO_RegNum' is not final.
com/tin/etbaf/rpu/GRPU.java:723:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:724:	Avoid excessively long variable names like jText_Form_Sub2_TAN_RegNum
com/tin/etbaf/rpu/GRPU.java:724:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:724:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:724:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_TAN_RegNum' is not final.
com/tin/etbaf/rpu/GRPU.java:724:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:725:	Avoid excessively long variable names like jText_Form_Sub2_BuildingName
com/tin/etbaf/rpu/GRPU.java:725:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:725:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:725:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_BuildingName' is not final.
com/tin/etbaf/rpu/GRPU.java:725:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:726:	Avoid excessively long variable names like jText_Form_Sub2_Town
com/tin/etbaf/rpu/GRPU.java:726:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:726:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:726:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Town' is not final.
com/tin/etbaf/rpu/GRPU.java:726:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:727:	Avoid excessively long variable names like jText_Form_Sub2_StateTwo
com/tin/etbaf/rpu/GRPU.java:727:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:727:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:727:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_StateTwo' is not final.
com/tin/etbaf/rpu/GRPU.java:727:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:728:	Avoid excessively long variable names like jText_Form_Sub2_Email
com/tin/etbaf/rpu/GRPU.java:728:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:728:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:728:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Email' is not final.
com/tin/etbaf/rpu/GRPU.java:728:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:729:	Avoid excessively long variable names like jText_Form_Sub2_Email_Alternate
com/tin/etbaf/rpu/GRPU.java:729:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:729:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:729:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub2_Email_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:729:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:730:	Avoid excessively long variable names like jComboBox_Form_Sub2_isAddressChanged
com/tin/etbaf/rpu/GRPU.java:730:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:730:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:730:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Sub2_isAddressChanged' is not final.
com/tin/etbaf/rpu/GRPU.java:730:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:732:	Avoid excessively long variable names like jLabel_Form_Sub3_heading
com/tin/etbaf/rpu/GRPU.java:732:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:732:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:732:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_heading' is not final.
com/tin/etbaf/rpu/GRPU.java:732:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:733:	Avoid excessively long variable names like jLabel_Form_Sub3_Name
com/tin/etbaf/rpu/GRPU.java:733:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:733:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:733:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:733:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:734:	Avoid excessively long variable names like jLabel_Form_Sub3_Designation
com/tin/etbaf/rpu/GRPU.java:734:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:734:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:734:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Designation' is not final.
com/tin/etbaf/rpu/GRPU.java:734:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:735:	Avoid excessively long variable names like jLabel_Form_Sub3_FlatNum
com/tin/etbaf/rpu/GRPU.java:735:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:735:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:735:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_FlatNum' is not final.
com/tin/etbaf/rpu/GRPU.java:735:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:736:	Avoid excessively long variable names like jLabel_Form_Sub3_BuildingName
com/tin/etbaf/rpu/GRPU.java:736:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:736:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:736:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_BuildingName' is not final.
com/tin/etbaf/rpu/GRPU.java:736:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:737:	Avoid excessively long variable names like jLabel_Form_Sub3_Road
com/tin/etbaf/rpu/GRPU.java:737:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:737:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:737:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Road' is not final.
com/tin/etbaf/rpu/GRPU.java:737:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:738:	Avoid excessively long variable names like jLabel_Form_Sub3_TelNum
com/tin/etbaf/rpu/GRPU.java:738:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:738:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:738:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_TelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:738:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:739:	Avoid excessively long variable names like jLabel_Form_Sub3_TelNum_Alternate
com/tin/etbaf/rpu/GRPU.java:739:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:739:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:739:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_TelNum_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:739:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:740:	Avoid excessively long variable names like jLabel_Form_Sub3_isAddressChange
com/tin/etbaf/rpu/GRPU.java:740:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:740:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:740:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_isAddressChange' is not final.
com/tin/etbaf/rpu/GRPU.java:740:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:741:	Avoid excessively long variable names like jLabel_Form_Sub3_earlierReceiptNum
com/tin/etbaf/rpu/GRPU.java:741:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:741:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:741:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_earlierReceiptNum' is not final.
com/tin/etbaf/rpu/GRPU.java:741:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:742:	Avoid excessively long variable names like jLabel_Form_Sub3_Area
com/tin/etbaf/rpu/GRPU.java:742:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:742:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:742:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Area' is not final.
com/tin/etbaf/rpu/GRPU.java:742:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:743:	Avoid excessively long variable names like jLabel_Form_Sub3_Town
com/tin/etbaf/rpu/GRPU.java:743:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:743:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:743:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Town' is not final.
com/tin/etbaf/rpu/GRPU.java:743:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:744:	Avoid excessively long variable names like jLabel_Form_Sub3_State
com/tin/etbaf/rpu/GRPU.java:744:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:744:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:744:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_State' is not final.
com/tin/etbaf/rpu/GRPU.java:744:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:745:	Avoid excessively long variable names like jLabel_Form_Sub3_PinCode
com/tin/etbaf/rpu/GRPU.java:745:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:745:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:745:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_PinCode' is not final.
com/tin/etbaf/rpu/GRPU.java:745:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:746:	Avoid excessively long variable names like jLabel_Form_Sub3_Email
com/tin/etbaf/rpu/GRPU.java:746:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:746:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:746:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Email' is not final.
com/tin/etbaf/rpu/GRPU.java:746:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:747:	Avoid excessively long variable names like jLabel_Form_Sub3_Email_Alternate
com/tin/etbaf/rpu/GRPU.java:747:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:747:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:747:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_Email_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:747:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:748:	Avoid excessively long variable names like jLabel_Form_Sub3_MobileNumber
com/tin/etbaf/rpu/GRPU.java:748:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:748:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:748:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_MobileNumber' is not final.
com/tin/etbaf/rpu/GRPU.java:748:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:749:	Avoid excessively long variable names like jLabel_Form_Sub3_isRegularStatement
com/tin/etbaf/rpu/GRPU.java:749:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:749:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:749:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Form_Sub3_isRegularStatement' is not final.
com/tin/etbaf/rpu/GRPU.java:749:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:750:	Avoid excessively long variable names like jComboBox_Form_Sub3_isAddressChanged
com/tin/etbaf/rpu/GRPU.java:750:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:750:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:750:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Sub3_isAddressChanged' is not final.
com/tin/etbaf/rpu/GRPU.java:750:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:752:	Avoid excessively long variable names like jText_Form_Sub3_Name
com/tin/etbaf/rpu/GRPU.java:752:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:752:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:752:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:752:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:753:	Avoid excessively long variable names like jText_Form_Sub3_Designation
com/tin/etbaf/rpu/GRPU.java:753:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:753:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:753:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Designation' is not final.
com/tin/etbaf/rpu/GRPU.java:753:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:754:	Avoid excessively long variable names like jText_Form_Sub3_FlatNum
com/tin/etbaf/rpu/GRPU.java:754:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:754:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:754:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_FlatNum' is not final.
com/tin/etbaf/rpu/GRPU.java:754:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:755:	Avoid excessively long variable names like jText_Form_Sub3_BuildingName
com/tin/etbaf/rpu/GRPU.java:755:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:755:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:755:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_BuildingName' is not final.
com/tin/etbaf/rpu/GRPU.java:755:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:756:	Avoid excessively long variable names like jText_Form_Sub3_Road
com/tin/etbaf/rpu/GRPU.java:756:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:756:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:756:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Road' is not final.
com/tin/etbaf/rpu/GRPU.java:756:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:757:	Avoid excessively long variable names like jText_Form_Sub3_TelNum_Std_Code
com/tin/etbaf/rpu/GRPU.java:757:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:757:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:757:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_TelNum_Std_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:757:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:758:	Avoid excessively long variable names like jText_Form_Sub3_TelNum
com/tin/etbaf/rpu/GRPU.java:758:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:758:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:758:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_TelNum' is not final.
com/tin/etbaf/rpu/GRPU.java:758:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:759:	Avoid excessively long variable names like jText_Form_Sub3_TelNum_Alternate_Std_Code
com/tin/etbaf/rpu/GRPU.java:759:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:759:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:759:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_TelNum_Alternate_Std_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:759:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:760:	Avoid excessively long variable names like jText_Form_Sub3_TelNum_Alternate
com/tin/etbaf/rpu/GRPU.java:760:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:760:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:760:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_TelNum_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:760:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:761:	Avoid excessively long variable names like jText_Form_Sub3_isAddressChange
com/tin/etbaf/rpu/GRPU.java:761:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:761:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:761:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_isAddressChange' is not final.
com/tin/etbaf/rpu/GRPU.java:761:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:762:	Avoid excessively long variable names like jText_Form_Sub3_earlierReceiptNum
com/tin/etbaf/rpu/GRPU.java:762:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:762:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:762:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_earlierReceiptNum' is not final.
com/tin/etbaf/rpu/GRPU.java:762:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:763:	Avoid excessively long variable names like jText_Form_Sub3_Area
com/tin/etbaf/rpu/GRPU.java:763:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:763:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:763:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Area' is not final.
com/tin/etbaf/rpu/GRPU.java:763:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:764:	Avoid excessively long variable names like jText_Form_Sub3_Town
com/tin/etbaf/rpu/GRPU.java:764:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:764:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:764:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Town' is not final.
com/tin/etbaf/rpu/GRPU.java:764:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:765:	Avoid excessively long variable names like jText_Form_Sub3_State
com/tin/etbaf/rpu/GRPU.java:765:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:765:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:765:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_State' is not final.
com/tin/etbaf/rpu/GRPU.java:765:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:766:	Avoid excessively long variable names like jText_Form_Sub3_PinCode
com/tin/etbaf/rpu/GRPU.java:766:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:766:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:766:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_PinCode' is not final.
com/tin/etbaf/rpu/GRPU.java:766:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:767:	Avoid excessively long variable names like jText_Form_Sub3_Email
com/tin/etbaf/rpu/GRPU.java:767:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:767:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:767:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Email' is not final.
com/tin/etbaf/rpu/GRPU.java:767:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:768:	Avoid excessively long variable names like jText_Form_Sub3_Email_Alternate
com/tin/etbaf/rpu/GRPU.java:768:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:768:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:768:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_Email_Alternate' is not final.
com/tin/etbaf/rpu/GRPU.java:768:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:769:	Avoid excessively long variable names like jText_Form_Sub3_MobileNumber
com/tin/etbaf/rpu/GRPU.java:769:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:769:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:769:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_MobileNumber' is not final.
com/tin/etbaf/rpu/GRPU.java:769:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:770:	Avoid excessively long variable names like jText_Form_Sub3_isRegularStatement
com/tin/etbaf/rpu/GRPU.java:770:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:770:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Form_Sub3_isRegularStatement' is not final.
com/tin/etbaf/rpu/GRPU.java:770:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:772:	Avoid excessively long variable names like jPanel_Form_particulars
com/tin/etbaf/rpu/GRPU.java:772:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:772:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:772:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jPanel_Form_particulars' is not final.
com/tin/etbaf/rpu/GRPU.java:772:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:773:	Avoid excessively long variable names like jPanel_Form_particulars_Deductor
com/tin/etbaf/rpu/GRPU.java:773:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:773:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:773:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jPanel_Form_particulars_Deductor' is not final.
com/tin/etbaf/rpu/GRPU.java:773:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:774:	Avoid excessively long variable names like jPanel_Form_particulars_Person
com/tin/etbaf/rpu/GRPU.java:774:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:774:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:774:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jPanel_Form_particulars_Person' is not final.
com/tin/etbaf/rpu/GRPU.java:774:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:775:	Avoid excessively long variable names like jComboBox_Form_Sub3_isRegularStatement
com/tin/etbaf/rpu/GRPU.java:775:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:775:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:775:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Sub3_isRegularStatement' is not final.
com/tin/etbaf/rpu/GRPU.java:775:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:778:	Avoid unused private fields such as 'jTextAIN'.
com/tin/etbaf/rpu/GRPU.java:778:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:778:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:779:	Avoid unused private fields such as 'jTextAOName'.
com/tin/etbaf/rpu/GRPU.java:779:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:779:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:780:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:780:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:780:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:781:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:781:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:781:	Perhaps 'jPanel16' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:781:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:782:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:786:	Avoid using redundant field initializer for 'ddoTabFlag'
com/tin/etbaf/rpu/GRPU.java:786:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:786:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:786:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:787:	Avoid using redundant field initializer for 'numDdoRowsCorr'
com/tin/etbaf/rpu/GRPU.java:787:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:787:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:789:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:793:	Parameter 'numDdoRowsCorr' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:793:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:797:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:801:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:801:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:801:	To avoid mistakes add a comment at the beginning of the textboxmenu field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:801:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:801:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:803:	Avoid unused private fields such as 'revModeArray'.
com/tin/etbaf/rpu/GRPU.java:803:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:803:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:803:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:804:	Avoid unused private fields such as 'jPanel15'.
com/tin/etbaf/rpu/GRPU.java:804:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:804:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:806:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:806:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:806:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:808:	Avoid unused private fields such as 'jPanelTab1'.
com/tin/etbaf/rpu/GRPU.java:808:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:808:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:808:	Perhaps 'jPanelTab1' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:809:	Avoid unused private fields such as 'jPanelTab2'.
com/tin/etbaf/rpu/GRPU.java:809:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:809:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:809:	Perhaps 'jPanelTab2' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:809:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:810:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:810:	To avoid mistakes add a comment at the beginning of the jlabelAdv1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:810:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:810:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:811:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:811:	To avoid mistakes add a comment at the beginning of the jlabelAdv2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:811:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:811:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:813:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:813:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:814:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:814:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:814:	To avoid mistakes add a comment at the beginning of the shalinpanel field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:814:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:814:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:815:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:815:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:815:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_FormNumber' is not final.
com/tin/etbaf/rpu/GRPU.java:815:	To avoid mistakes add a comment at the beginning of the jLabel_FormNumber field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:815:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:815:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:816:	Avoid excessively long variable names like jLabel_FormSectionRules
com/tin/etbaf/rpu/GRPU.java:816:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:816:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:816:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_FormSectionRules' is not final.
com/tin/etbaf/rpu/GRPU.java:816:	To avoid mistakes add a comment at the beginning of the jLabel_FormSectionRules field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:816:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:816:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:817:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:817:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:817:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AIN' is not final.
com/tin/etbaf/rpu/GRPU.java:817:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:818:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:818:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:818:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOName' is not final.
com/tin/etbaf/rpu/GRPU.java:818:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:819:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:819:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:819:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOADD1' is not final.
com/tin/etbaf/rpu/GRPU.java:819:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:820:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:820:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:820:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOADD2' is not final.
com/tin/etbaf/rpu/GRPU.java:820:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:821:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:821:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:821:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOADD3' is not final.
com/tin/etbaf/rpu/GRPU.java:821:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:822:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:822:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:822:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOADD4' is not final.
com/tin/etbaf/rpu/GRPU.java:822:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:823:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:823:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:823:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOCity' is not final.
com/tin/etbaf/rpu/GRPU.java:823:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:824:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:824:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:824:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOState' is not final.
com/tin/etbaf/rpu/GRPU.java:824:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:825:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:825:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:825:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AOPIN' is not final.
com/tin/etbaf/rpu/GRPU.java:825:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:826:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:826:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:826:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_PhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:826:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:827:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:827:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:827:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_STD' is not final.
com/tin/etbaf/rpu/GRPU.java:827:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:828:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:828:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:828:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_EmailID' is not final.
com/tin/etbaf/rpu/GRPU.java:828:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:829:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:829:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:829:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_FinYear' is not final.
com/tin/etbaf/rpu/GRPU.java:829:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:830:	Avoid excessively long variable names like jLabel_Deductor_Category
com/tin/etbaf/rpu/GRPU.java:830:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:830:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:830:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Deductor_Category' is not final.
com/tin/etbaf/rpu/GRPU.java:830:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:831:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:831:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:831:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_State_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:831:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:832:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:832:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:832:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Month' is not final.
com/tin/etbaf/rpu/GRPU.java:832:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:834:	Avoid excessively long variable names like jLabel_CntofDDOTransnDtls
com/tin/etbaf/rpu/GRPU.java:834:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:834:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:834:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_CntofDDOTransnDtls' is not final.
com/tin/etbaf/rpu/GRPU.java:834:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:835:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:835:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:835:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_OrigRRRNo' is not final.
com/tin/etbaf/rpu/GRPU.java:835:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:836:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:836:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:836:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_PrevRRRNo' is not final.
com/tin/etbaf/rpu/GRPU.java:836:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:837:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:837:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:837:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_TypOfStmt' is not final.
com/tin/etbaf/rpu/GRPU.java:837:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:838:	Avoid excessively long variable names like jLabel_RespDetails
com/tin/etbaf/rpu/GRPU.java:838:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:838:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:838:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_RespDetails' is not final.
com/tin/etbaf/rpu/GRPU.java:838:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:839:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:839:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:839:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_AODetails' is not final.
com/tin/etbaf/rpu/GRPU.java:839:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:841:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:841:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:841:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_Mandatory' is not final.
com/tin/etbaf/rpu/GRPU.java:841:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:842:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:842:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:842:	To avoid mistakes add a comment at the beginning of the openicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:842:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:842:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:843:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:843:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:843:	To avoid mistakes add a comment at the beginning of the saveicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:843:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:843:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:844:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:844:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:844:	To avoid mistakes add a comment at the beginning of the saveasicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:844:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:844:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:846:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:846:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:846:	To avoid mistakes add a comment at the beginning of the printicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:846:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:846:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:848:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:848:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:848:	To avoid mistakes add a comment at the beginning of the exiticon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:848:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:848:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:849:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:849:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:849:	To avoid mistakes add a comment at the beginning of the cuticon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:849:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:849:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:850:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:850:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:850:	To avoid mistakes add a comment at the beginning of the copyicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:850:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:850:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:851:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:851:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:851:	To avoid mistakes add a comment at the beginning of the pasteicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:851:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:851:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:852:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:852:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:852:	To avoid mistakes add a comment at the beginning of the findicon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:852:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:852:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:853:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:853:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:853:	To avoid mistakes add a comment at the beginning of the Abouticon field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:853:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:853:	Variables should start with a lowercase character, 'Abouticon' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:853:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:854:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:854:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:854:	To avoid mistakes add a comment at the beginning of the maxGRPUVersion field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:854:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:854:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:855:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:855:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GRPU_TITLE' is not final.
com/tin/etbaf/rpu/GRPU.java:855:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPU.java:855:	To avoid mistakes add a comment at the beginning of the GRPU_TITLE field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:855:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:855:	Variables should start with a lowercase character, 'GRPU_TITLE' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:855:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:856:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:856:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:856:	To avoid mistakes add a comment at the beginning of the maxFVUVersion field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:856:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:856:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:857:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:857:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:857:	To avoid mistakes add a comment at the beginning of the FVUVersioninFile field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:857:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:857:	Variables should start with a lowercase character, 'FVUVersioninFile' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:857:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:858:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:858:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:858:	To avoid mistakes add a comment at the beginning of the FVUVerFile field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:858:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:858:	Variables should start with a lowercase character, 'FVUVerFile' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:858:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:859:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:859:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:859:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AIN' is not final.
com/tin/etbaf/rpu/GRPU.java:859:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:860:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:860:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:860:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOName' is not final.
com/tin/etbaf/rpu/GRPU.java:860:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:861:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:861:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:861:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOADD1' is not final.
com/tin/etbaf/rpu/GRPU.java:861:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:862:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:862:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:862:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOADD2' is not final.
com/tin/etbaf/rpu/GRPU.java:862:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:863:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:863:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:863:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOADD3' is not final.
com/tin/etbaf/rpu/GRPU.java:863:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:864:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:864:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:864:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOADD4' is not final.
com/tin/etbaf/rpu/GRPU.java:864:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:865:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:865:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:865:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOCity' is not final.
com/tin/etbaf/rpu/GRPU.java:865:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:866:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:866:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:866:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_AOPIN' is not final.
com/tin/etbaf/rpu/GRPU.java:866:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:867:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:867:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:867:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_PhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:867:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:868:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:868:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:868:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_EmailID' is not final.
com/tin/etbaf/rpu/GRPU.java:868:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:869:	Avoid excessively long variable names like jText_CntofDDOTransnDtls
com/tin/etbaf/rpu/GRPU.java:869:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:869:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:869:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_CntofDDOTransnDtls' is not final.
com/tin/etbaf/rpu/GRPU.java:869:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:870:	Avoid excessively long variable names like jText_Cur_CntofDDOTransnDtls
com/tin/etbaf/rpu/GRPU.java:870:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:870:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:870:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Cur_CntofDDOTransnDtls' is not final.
com/tin/etbaf/rpu/GRPU.java:870:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:871:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:871:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:871:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_OrigRRRNo' is not final.
com/tin/etbaf/rpu/GRPU.java:871:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:872:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:872:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:872:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_PrevRRRNo' is not final.
com/tin/etbaf/rpu/GRPU.java:872:	Perhaps 'jText_PrevRRRNo' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:872:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:873:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:873:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:873:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_FinYear1' is not final.
com/tin/etbaf/rpu/GRPU.java:873:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:874:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:874:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:874:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_Month' is not final.
com/tin/etbaf/rpu/GRPU.java:874:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:875:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:875:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:875:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_STD' is not final.
com/tin/etbaf/rpu/GRPU.java:875:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:878:	Avoid excessively long variable names like jLabel_ResponsiblePersonName
com/tin/etbaf/rpu/GRPU.java:878:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:878:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:878:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonName' is not final.
com/tin/etbaf/rpu/GRPU.java:878:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:879:	Avoid excessively long variable names like jLabel_ResponsiblePersonDesgn
com/tin/etbaf/rpu/GRPU.java:879:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:879:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:879:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonDesgn' is not final.
com/tin/etbaf/rpu/GRPU.java:879:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:880:	Avoid excessively long variable names like jLabel_ResponsiblePersonADD1
com/tin/etbaf/rpu/GRPU.java:880:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:880:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:880:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonADD1' is not final.
com/tin/etbaf/rpu/GRPU.java:880:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:881:	Avoid excessively long variable names like jLabel_ResponsiblePersonADD2
com/tin/etbaf/rpu/GRPU.java:881:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:881:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:881:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonADD2' is not final.
com/tin/etbaf/rpu/GRPU.java:881:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:882:	Avoid excessively long variable names like jLabel_ResponsiblePersonADD3
com/tin/etbaf/rpu/GRPU.java:882:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:882:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:882:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonADD3' is not final.
com/tin/etbaf/rpu/GRPU.java:882:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:883:	Avoid excessively long variable names like jLabel_ResponsiblePersonADD4
com/tin/etbaf/rpu/GRPU.java:883:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:883:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:883:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonADD4' is not final.
com/tin/etbaf/rpu/GRPU.java:883:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:884:	Avoid excessively long variable names like jLabel_ResponsiblePersonCity
com/tin/etbaf/rpu/GRPU.java:884:	Avoid unused private fields such as 'jLabel_ResponsiblePersonCity'.
com/tin/etbaf/rpu/GRPU.java:884:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:884:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:884:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonCity' is not final.
com/tin/etbaf/rpu/GRPU.java:884:	Perhaps 'jLabel_ResponsiblePersonCity' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:884:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:885:	Avoid excessively long variable names like jLabel_ResponsiblePersonPIN
com/tin/etbaf/rpu/GRPU.java:885:	Avoid unused private fields such as 'jLabel_ResponsiblePersonPIN'.
com/tin/etbaf/rpu/GRPU.java:885:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:885:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:885:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonPIN' is not final.
com/tin/etbaf/rpu/GRPU.java:885:	Perhaps 'jLabel_ResponsiblePersonPIN' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:885:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:886:	Avoid excessively long variable names like jLabel_ResponsiblePersonPhoneNo
com/tin/etbaf/rpu/GRPU.java:886:	Avoid unused private fields such as 'jLabel_ResponsiblePersonPhoneNo'.
com/tin/etbaf/rpu/GRPU.java:886:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:886:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:886:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonPhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:886:	Perhaps 'jLabel_ResponsiblePersonPhoneNo' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:886:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:887:	Avoid excessively long variable names like jLabel_ResponsiblePersonEmailID
com/tin/etbaf/rpu/GRPU.java:887:	Avoid unused private fields such as 'jLabel_ResponsiblePersonEmailID'.
com/tin/etbaf/rpu/GRPU.java:887:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:887:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:887:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonEmailID' is not final.
com/tin/etbaf/rpu/GRPU.java:887:	Perhaps 'jLabel_ResponsiblePersonEmailID' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:887:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:888:	Avoid excessively long variable names like jLabel_ResponsiblePersonMobilePhoneNo
com/tin/etbaf/rpu/GRPU.java:888:	Avoid unused private fields such as 'jLabel_ResponsiblePersonMobilePhoneNo'.
com/tin/etbaf/rpu/GRPU.java:888:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:888:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:888:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonMobilePhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:888:	Perhaps 'jLabel_ResponsiblePersonMobilePhoneNo' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:888:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:889:	Avoid excessively long variable names like jLabel_ResponsiblePersonState
com/tin/etbaf/rpu/GRPU.java:889:	Avoid unused private fields such as 'jLabel_ResponsiblePersonState'.
com/tin/etbaf/rpu/GRPU.java:889:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:889:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:889:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonState' is not final.
com/tin/etbaf/rpu/GRPU.java:889:	Perhaps 'jLabel_ResponsiblePersonState' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:889:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:890:	Avoid excessively long variable names like jLabel_ResponsiblePersonSTD
com/tin/etbaf/rpu/GRPU.java:890:	Avoid unused private fields such as 'jLabel_ResponsiblePersonSTD'.
com/tin/etbaf/rpu/GRPU.java:890:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:890:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:890:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_ResponsiblePersonSTD' is not final.
com/tin/etbaf/rpu/GRPU.java:890:	Perhaps 'jLabel_ResponsiblePersonSTD' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:890:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:892:	Avoid excessively long variable names like jText_ResponsiblePersonName
com/tin/etbaf/rpu/GRPU.java:892:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:892:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:892:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonName' is not final.
com/tin/etbaf/rpu/GRPU.java:892:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:893:	Avoid excessively long variable names like jText_ResponsiblePersonDesgn
com/tin/etbaf/rpu/GRPU.java:893:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:893:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:893:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonDesgn' is not final.
com/tin/etbaf/rpu/GRPU.java:893:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:894:	Avoid excessively long variable names like jText_ResponsiblePersonADD1
com/tin/etbaf/rpu/GRPU.java:894:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:894:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:894:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonADD1' is not final.
com/tin/etbaf/rpu/GRPU.java:894:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:895:	Avoid excessively long variable names like jText_ResponsiblePersonADD2
com/tin/etbaf/rpu/GRPU.java:895:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:895:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:895:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonADD2' is not final.
com/tin/etbaf/rpu/GRPU.java:895:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:896:	Avoid excessively long variable names like jText_ResponsiblePersonADD3
com/tin/etbaf/rpu/GRPU.java:896:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:896:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:896:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonADD3' is not final.
com/tin/etbaf/rpu/GRPU.java:896:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:897:	Avoid excessively long variable names like jText_ResponsiblePersonADD4
com/tin/etbaf/rpu/GRPU.java:897:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:897:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:897:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonADD4' is not final.
com/tin/etbaf/rpu/GRPU.java:897:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:898:	Avoid excessively long variable names like jText_ResponsiblePersonCity
com/tin/etbaf/rpu/GRPU.java:898:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:898:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:898:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonCity' is not final.
com/tin/etbaf/rpu/GRPU.java:898:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:899:	Avoid excessively long variable names like jText_ResponsiblePersonPIN
com/tin/etbaf/rpu/GRPU.java:899:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:899:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:899:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonPIN' is not final.
com/tin/etbaf/rpu/GRPU.java:899:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:900:	Avoid excessively long variable names like jText_ResponsiblePersonPhoneNo
com/tin/etbaf/rpu/GRPU.java:900:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:900:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:900:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonPhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:900:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:901:	Avoid excessively long variable names like jText_ResponsiblePersonEmailID
com/tin/etbaf/rpu/GRPU.java:901:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:901:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:901:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonEmailID' is not final.
com/tin/etbaf/rpu/GRPU.java:901:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:902:	Avoid excessively long variable names like jText_ResponsiblePersonMobilePhoneNo
com/tin/etbaf/rpu/GRPU.java:902:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:902:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:902:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonMobilePhoneNo' is not final.
com/tin/etbaf/rpu/GRPU.java:902:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:903:	Avoid excessively long variable names like jText_ResponsiblePersonSTD
com/tin/etbaf/rpu/GRPU.java:903:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:903:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:903:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_ResponsiblePersonSTD' is not final.
com/tin/etbaf/rpu/GRPU.java:903:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:905:	Avoid excessively long variable names like jComboBox_ResponsiblePersonState
com/tin/etbaf/rpu/GRPU.java:905:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:905:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:905:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_ResponsiblePersonState' is not final.
com/tin/etbaf/rpu/GRPU.java:905:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:909:	Avoid excessively long variable names like jLabel_TypeOfCorrection
com/tin/etbaf/rpu/GRPU.java:909:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:909:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:909:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_TypeOfCorrection' is not final.
com/tin/etbaf/rpu/GRPU.java:909:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:910:	Avoid excessively long variable names like jComboBox_TypeOfCorrection
com/tin/etbaf/rpu/GRPU.java:910:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:910:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:910:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_TypeOfCorrection' is not final.
com/tin/etbaf/rpu/GRPU.java:910:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:913:	Avoid excessively long variable names like jLabel_MinistryName
com/tin/etbaf/rpu/GRPU.java:913:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:913:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:913:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_MinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:913:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:914:	Avoid excessively long variable names like jLabel_SubMinistryName
com/tin/etbaf/rpu/GRPU.java:914:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:914:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:914:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_SubMinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:914:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:915:	Avoid excessively long variable names like jLabel_OtherMinistryName
com/tin/etbaf/rpu/GRPU.java:915:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:915:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:915:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_OtherMinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:915:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:917:	Avoid excessively long variable names like jComboBox_MinistryName
com/tin/etbaf/rpu/GRPU.java:917:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:917:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:917:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_MinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:917:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:918:	Avoid excessively long variable names like jComboBox_SubMinistryName
com/tin/etbaf/rpu/GRPU.java:918:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:918:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:918:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_SubMinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:918:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:919:	Avoid excessively long variable names like jText_OtherMinistryName
com/tin/etbaf/rpu/GRPU.java:919:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:919:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:919:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_OtherMinistryName' is not final.
com/tin/etbaf/rpu/GRPU.java:919:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:923:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:923:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:923:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_AOState' is not final.
com/tin/etbaf/rpu/GRPU.java:923:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:925:	Avoid excessively long variable names like jComboBox_Deductor_Category
com/tin/etbaf/rpu/GRPU.java:925:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:925:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:925:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Deductor_Category' is not final.
com/tin/etbaf/rpu/GRPU.java:925:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:926:	Avoid excessively long variable names like jComboBox_State_Name
com/tin/etbaf/rpu/GRPU.java:926:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:926:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:926:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_State_Name' is not final.
com/tin/etbaf/rpu/GRPU.java:926:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:928:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:928:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:928:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Month' is not final.
com/tin/etbaf/rpu/GRPU.java:928:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:930:	Avoid excessively long variable names like jComboBox_TypOfStmt
com/tin/etbaf/rpu/GRPU.java:930:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:930:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:930:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_TypOfStmt' is not final.
com/tin/etbaf/rpu/GRPU.java:930:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:932:	Avoid excessively long variable names like jComboBox_FinYear1
com/tin/etbaf/rpu/GRPU.java:932:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:932:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:932:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_FinYear1' is not final.
com/tin/etbaf/rpu/GRPU.java:932:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:933:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:933:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:933:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_save' is not final.
com/tin/etbaf/rpu/GRPU.java:933:	Perhaps 'jButton_save' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:933:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:934:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:934:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:934:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_crtFile' is not final.
com/tin/etbaf/rpu/GRPU.java:934:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:937:	Avoid excessively long variable names like jButton_gotofileupd
com/tin/etbaf/rpu/GRPU.java:937:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:937:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:937:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_gotofileupd' is not final.
com/tin/etbaf/rpu/GRPU.java:937:	Perhaps 'jButton_gotofileupd' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:937:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:938:	Avoid excessively long variable names like jButton_imptoexcel
com/tin/etbaf/rpu/GRPU.java:938:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:938:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:938:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_imptoexcel' is not final.
com/tin/etbaf/rpu/GRPU.java:938:	Perhaps 'jButton_imptoexcel' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:938:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:941:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:941:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:941:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_sveFile' is not final.
com/tin/etbaf/rpu/GRPU.java:941:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:942:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:942:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:942:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_opnFile' is not final.
com/tin/etbaf/rpu/GRPU.java:942:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:943:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:943:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:943:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_feedback' is not final.
com/tin/etbaf/rpu/GRPU.java:943:	Perhaps 'jButton_feedback' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:943:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:944:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:946:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:946:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:946:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_back' is not final.
com/tin/etbaf/rpu/GRPU.java:946:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:947:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:947:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:947:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_addRow' is not final.
com/tin/etbaf/rpu/GRPU.java:947:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:948:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:948:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:948:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_delRow' is not final.
com/tin/etbaf/rpu/GRPU.java:948:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:949:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:949:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:949:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jButton_insertRow' is not final.
com/tin/etbaf/rpu/GRPU.java:949:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:950:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:950:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:950:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:951:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:951:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:951:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:951:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:951:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:952:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:952:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:952:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:952:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:952:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:953:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:953:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:953:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:955:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:955:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:955:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:956:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:956:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:956:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:958:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:958:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:958:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:959:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:959:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:959:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:960:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:960:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:961:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:961:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:962:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:962:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:963:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:963:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:963:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:964:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:964:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:964:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:965:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:965:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:965:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:966:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:966:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:966:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:967:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:967:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:967:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:968:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:968:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:969:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:969:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:969:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:970:	Avoid excessively long variable names like jComboBox_NtrOfDedtn
com/tin/etbaf/rpu/GRPU.java:970:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:970:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:970:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_NtrOfDedtn' is not final.
com/tin/etbaf/rpu/GRPU.java:970:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:972:	Avoid excessively long variable names like jComboBox_Section_Code
com/tin/etbaf/rpu/GRPU.java:972:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:972:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:972:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Section_Code' is not final.
com/tin/etbaf/rpu/GRPU.java:972:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:973:	Avoid excessively long variable names like jComboBox_Book_Entry
com/tin/etbaf/rpu/GRPU.java:973:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:973:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:973:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Book_Entry' is not final.
com/tin/etbaf/rpu/GRPU.java:973:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:974:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:974:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:974:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:975:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:975:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:976:	Avoid excessively long variable names like jComboBox_Update_Mode
com/tin/etbaf/rpu/GRPU.java:976:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:976:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:976:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Update_Mode' is not final.
com/tin/etbaf/rpu/GRPU.java:976:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:977:	Avoid excessively long variable names like jComboBox_Minor_Head_Challan
com/tin/etbaf/rpu/GRPU.java:977:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:977:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:977:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Minor_Head_Challan' is not final.
com/tin/etbaf/rpu/GRPU.java:977:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:978:	Avoid excessively long variable names like colupdateModeChallan
com/tin/etbaf/rpu/GRPU.java:978:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:978:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:978:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:979:	Avoid excessively long variable names like colMinorHeadChallan
com/tin/etbaf/rpu/GRPU.java:979:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:979:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:979:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:981:	Avoid excessively long variable names like jComboBox_updation_Mode_Forannx2
com/tin/etbaf/rpu/GRPU.java:981:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:981:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_updation_Mode_Forannx2' is not final.
com/tin/etbaf/rpu/GRPU.java:981:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:982:	Avoid excessively long variable names like updationModeForannx2
com/tin/etbaf/rpu/GRPU.java:982:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:982:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:983:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:983:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:983:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:984:	Avoid excessively long variable names like jComboBox_deductee_Type
com/tin/etbaf/rpu/GRPU.java:984:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:984:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:984:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_deductee_Type' is not final.
com/tin/etbaf/rpu/GRPU.java:984:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:985:	Avoid excessively long variable names like whetTaxDedHigherRateAnnx2
com/tin/etbaf/rpu/GRPU.java:985:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:985:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:985:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:986:	Avoid excessively long variable names like whetherTaxDedHigherRate
com/tin/etbaf/rpu/GRPU.java:986:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:986:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:986:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:992:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1000:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1000:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1001:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1001:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1001:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1002:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1002:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1002:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1003:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1003:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1003:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1004:	Avoid excessively long variable names like colNatureOfDeduction
com/tin/etbaf/rpu/GRPU.java:1004:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1004:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1004:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1005:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1005:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1005:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1006:	Avoid using redundant field initializer for 'lineNo'
com/tin/etbaf/rpu/GRPU.java:1006:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1006:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1007:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1007:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1007:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1008:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1008:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1008:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1009:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1009:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1010:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1010:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rect_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:1010:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1011:	Avoid variables with short names like pt
com/tin/etbaf/rpu/GRPU.java:1011:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1011:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1011:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1012:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1012:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1012:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1013:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1013:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1013:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1014:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1014:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1014:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1015:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1015:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1015:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1016:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1016:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1016:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1017:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1017:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1017:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1018:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1018:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1018:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1019:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1019:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1019:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1020:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1020:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1021:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1021:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/GRPU.java:1021:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1023:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1023:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1023:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1024:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1024:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1025:	Avoid excessively long variable names like updationModeForDed
com/tin/etbaf/rpu/GRPU.java:1025:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1025:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1026:	Avoid excessively long variable names like updationModeForDed_add
com/tin/etbaf/rpu/GRPU.java:1026:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1026:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'updationModeForDed_add' is not final.
com/tin/etbaf/rpu/GRPU.java:1026:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1027:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1027:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1028:	Avoid excessively long variable names like SecUnderPayMadeDed
com/tin/etbaf/rpu/GRPU.java:1028:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1028:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1028:	Variables should start with a lowercase character, 'SecUnderPayMadeDed' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1028:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1029:	Avoid excessively long variable names like dedSecUnderPayMade
com/tin/etbaf/rpu/GRPU.java:1029:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1029:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1029:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1030:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1030:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1031:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1031:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1031:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1033:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1033:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1033:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_code' is not final.
com/tin/etbaf/rpu/GRPU.java:1033:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1034:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1034:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1034:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1038:	Avoid excessively long variable names like challan_serialannex1
com/tin/etbaf/rpu/GRPU.java:1038:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1038:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1038:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_serialannex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1038:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1039:	Avoid using redundant field initializer for 'chalnn_getRowCnt'
com/tin/etbaf/rpu/GRPU.java:1039:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1039:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1039:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'chalnn_getRowCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:1039:	To avoid mistakes add a comment at the beginning of the chalnn_getRowCnt field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1039:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1039:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1040:	Avoid using redundant field initializer for 'chalnn_getRowCnt1'
com/tin/etbaf/rpu/GRPU.java:1040:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1040:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1040:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'chalnn_getRowCnt1' is not final.
com/tin/etbaf/rpu/GRPU.java:1040:	To avoid mistakes add a comment at the beginning of the chalnn_getRowCnt1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1040:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1040:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1041:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/rpu/GRPU.java:1041:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1041:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1041:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1041:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1042:	Avoid using redundant field initializer for 'row_count_annex2'
com/tin/etbaf/rpu/GRPU.java:1042:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1042:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1042:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex2' is not final.
com/tin/etbaf/rpu/GRPU.java:1042:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1043:	Avoid using redundant field initializer for 'row_count_challan'
com/tin/etbaf/rpu/GRPU.java:1043:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1043:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1043:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_challan' is not final.
com/tin/etbaf/rpu/GRPU.java:1043:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1044:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1044:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'k_annex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1044:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1045:	Avoid using redundant field initializer for 'count_annex1'
com/tin/etbaf/rpu/GRPU.java:1045:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1045:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1045:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_annex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1045:	To avoid mistakes add a comment at the beginning of the count_annex1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1045:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1045:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1046:	Avoid using redundant field initializer for 'count_annex2'
com/tin/etbaf/rpu/GRPU.java:1046:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1046:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1046:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_annex2' is not final.
com/tin/etbaf/rpu/GRPU.java:1046:	To avoid mistakes add a comment at the beginning of the count_annex2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1046:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1046:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1047:	Avoid using redundant field initializer for 'mcolInexSrNo'
com/tin/etbaf/rpu/GRPU.java:1047:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1047:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1047:	To avoid mistakes add a comment at the beginning of the mcolInexSrNo field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1047:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1047:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1050:	Avoid using redundant field initializer for 'count_challan'
com/tin/etbaf/rpu/GRPU.java:1050:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1050:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'count_challan' is not final.
com/tin/etbaf/rpu/GRPU.java:1050:	To avoid mistakes add a comment at the beginning of the count_challan field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1050:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1050:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1052:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1052:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1052:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rate_of_tds' is not final.
com/tin/etbaf/rpu/GRPU.java:1052:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1053:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1053:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1053:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1055:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1055:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1055:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'country_resd' is not final.
com/tin/etbaf/rpu/GRPU.java:1055:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1056:	Avoid excessively long variable names like country_resdannex1
com/tin/etbaf/rpu/GRPU.java:1056:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1056:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1056:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'country_resdannex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1056:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1058:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1058:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1058:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'nature_remit' is not final.
com/tin/etbaf/rpu/GRPU.java:1058:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1059:	Avoid excessively long variable names like nature_remitsannex1
com/tin/etbaf/rpu/GRPU.java:1059:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1059:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1059:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'nature_remitsannex1' is not final.
com/tin/etbaf/rpu/GRPU.java:1059:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1061:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1061:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1061:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'paid_book_entry' is not final.
com/tin/etbaf/rpu/GRPU.java:1061:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1063:	Avoid excessively long variable names like paidBookEntryAnnex1
com/tin/etbaf/rpu/GRPU.java:1063:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1063:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1063:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1065:	Avoid excessively long variable names like gross_up_indicator
com/tin/etbaf/rpu/GRPU.java:1065:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1065:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1065:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gross_up_indicator' is not final.
com/tin/etbaf/rpu/GRPU.java:1065:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1066:	Avoid excessively long variable names like grossupindicatorAnnex1
com/tin/etbaf/rpu/GRPU.java:1066:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1066:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1066:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1068:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1068:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1068:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'party_code' is not final.
com/tin/etbaf/rpu/GRPU.java:1068:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1069:	Avoid excessively long variable names like partycoderesdannex1
com/tin/etbaf/rpu/GRPU.java:1069:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1069:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1069:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1071:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1071:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1071:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'book_entry_27EQ' is not final.
com/tin/etbaf/rpu/GRPU.java:1071:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1073:	Avoid excessively long variable names like bookentry27EQdannex1
com/tin/etbaf/rpu/GRPU.java:1073:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1073:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1073:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1075:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1075:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1076:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1076:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1076:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1080:	Avoid excessively long variable names like panoflandlordDDList
com/tin/etbaf/rpu/GRPU.java:1080:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1080:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1080:	Private field 'panoflandlordDDList' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPU.java:1080:	The String literal "Payment made to Government organization (Central/State only)" appears 13 times in this file; the first occurrence is on line 1,080
com/tin/etbaf/rpu/GRPU.java:1080:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1081:	The String literal "Payment made to Non-resident" appears 13 times in this file; the first occurrence is on line 1,081
com/tin/etbaf/rpu/GRPU.java:1081:	The String literal "Payment made to Other than Government organization and Non-resident" appears 13 times in this file; the first occurrence is on line 1,081
com/tin/etbaf/rpu/GRPU.java:1082:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1082:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1082:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1083:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1083:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1083:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1084:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1084:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1084:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1085:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1085:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1085:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1088:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1089:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1090:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1091:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1091:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1092:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1092:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1093:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1093:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1096:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1098:	Avoid excessively long variable names like dedIsPermanentResidentList
com/tin/etbaf/rpu/GRPU.java:1098:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1098:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1099:	Avoid excessively long variable names like DedIsPermanentResident
com/tin/etbaf/rpu/GRPU.java:1099:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1099:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1099:	Variables should start with a lowercase character, 'DedIsPermanentResident' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1099:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1101:	Avoid excessively long variable names like dedIsPermanentResidentEstList
com/tin/etbaf/rpu/GRPU.java:1101:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1101:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1101:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1102:	Avoid excessively long variable names like DedIsPermanentResidentEst
com/tin/etbaf/rpu/GRPU.java:1102:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1102:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1102:	Variables should start with a lowercase character, 'DedIsPermanentResidentEst' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1102:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1103:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1105:	Avoid excessively long variable names like WhetherpymntisliableList
com/tin/etbaf/rpu/GRPU.java:1105:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1105:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1105:	Variables should start with a lowercase character, 'WhetherpymntisliableList' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1106:	Avoid excessively long variable names like Whetherpymntisliable
com/tin/etbaf/rpu/GRPU.java:1106:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1106:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1106:	Variables should start with a lowercase character, 'Whetherpymntisliable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1106:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1109:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1109:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1109:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1111:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1111:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1111:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1112:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1112:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1112:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1113:	Avoid excessively long variable names like updationModeForDed1
com/tin/etbaf/rpu/GRPU.java:1113:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1113:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1114:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1114:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1114:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1115:	Avoid excessively long variable names like SecUnderPayMadeDed1
com/tin/etbaf/rpu/GRPU.java:1115:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1115:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1115:	Variables should start with a lowercase character, 'SecUnderPayMadeDed1' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1115:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1116:	Avoid excessively long variable names like dedSecUnderPayMade1
com/tin/etbaf/rpu/GRPU.java:1116:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1116:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1116:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1117:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1117:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1117:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1118:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1118:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1120:	Avoid unused private fields such as 'fileOpenRecently'.
com/tin/etbaf/rpu/GRPU.java:1120:	Avoid using redundant field initializer for 'fileOpenRecently'
com/tin/etbaf/rpu/GRPU.java:1120:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1120:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1120:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1123:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1123:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1123:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1124:	Avoid using redundant field initializer for 'item1'
com/tin/etbaf/rpu/GRPU.java:1124:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1124:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1124:	To avoid mistakes add a comment at the beginning of the item1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1124:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1124:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1125:	Avoid using redundant field initializer for 'item2'
com/tin/etbaf/rpu/GRPU.java:1125:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1125:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1125:	To avoid mistakes add a comment at the beginning of the item2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1125:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1125:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1126:	Avoid using redundant field initializer for 'item3'
com/tin/etbaf/rpu/GRPU.java:1126:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1126:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1126:	To avoid mistakes add a comment at the beginning of the item3 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1126:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1126:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1127:	Avoid using redundant field initializer for 'item4'
com/tin/etbaf/rpu/GRPU.java:1127:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1127:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1127:	To avoid mistakes add a comment at the beginning of the item4 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1127:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1127:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1129:	Avoid using redundant field initializer for 'item6'
com/tin/etbaf/rpu/GRPU.java:1129:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1129:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1129:	To avoid mistakes add a comment at the beginning of the item6 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1129:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1129:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1131:	Avoid excessively long variable names like typeOfCorrectionValue
com/tin/etbaf/rpu/GRPU.java:1131:	Avoid unused private fields such as 'typeOfCorrectionValue'.
com/tin/etbaf/rpu/GRPU.java:1131:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1131:	Private field 'typeOfCorrectionValue' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPU.java:1131:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1133:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:1133:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1133:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1133:	Private field 'saveDDOVector' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPU.java:1133:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1135:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1135:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1135:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1136:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1136:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1136:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1137:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1137:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1138:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1138:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1139:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1139:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1140:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1140:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1140:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1141:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1141:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1141:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1142:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1142:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1142:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1143:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1143:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1143:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1144:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1144:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1144:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1145:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1145:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1145:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1146:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1146:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1146:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1147:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1148:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1148:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1148:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1150:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1150:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1150:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1151:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1151:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1151:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1152:	Avoid excessively long variable names like fileNameInLowerCase
com/tin/etbaf/rpu/GRPU.java:1152:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1152:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1153:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1153:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1154:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1154:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1155:	Avoid unused private fields such as 'fileNameForSaving'.
com/tin/etbaf/rpu/GRPU.java:1155:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1155:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1156:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1156:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/GRPU.java:1156:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1157:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1157:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1157:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1158:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1158:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1159:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1159:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1159:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1160:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1160:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1160:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1161:	Avoid using redundant field initializer for 'Recrsncnt'
com/tin/etbaf/rpu/GRPU.java:1161:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1161:	Variables should start with a lowercase character, 'Recrsncnt' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1161:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1162:	Avoid using redundant field initializer for 'recursiveCount'
com/tin/etbaf/rpu/GRPU.java:1162:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1162:	To avoid mistakes add a comment at the beginning of the recursiveCount field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1162:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1162:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1163:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1163:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1163:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1164:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1164:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1164:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1165:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1165:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1165:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1166:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1166:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1166:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1167:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1167:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1167:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1168:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1168:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1168:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1169:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1169:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1169:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1170:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1170:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1170:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1171:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1171:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1171:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'NULL_INT_ARRAY' is not final.
com/tin/etbaf/rpu/GRPU.java:1171:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPU.java:1171:	Variables should start with a lowercase character, 'NULL_INT_ARRAY' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1171:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1172:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:1172:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:1172:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1172:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1172:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1173:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1173:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'St_AO' is not final.
com/tin/etbaf/rpu/GRPU.java:1173:	Variables should start with a lowercase character, 'St_AO' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1173:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1174:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1174:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1174:	To avoid mistakes add a comment at the beginning of the tabFlag field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1174:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1174:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1175:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1175:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1175:	To avoid mistakes add a comment at the beginning of the menuBar field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1175:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1175:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1176:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1176:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1176:	To avoid mistakes add a comment at the beginning of the filemenu field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1176:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1176:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1177:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1177:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1177:	To avoid mistakes add a comment at the beginning of the editmenu field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1177:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1177:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1178:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1178:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1178:	To avoid mistakes add a comment at the beginning of the helpMenu field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1178:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1178:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1180:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1180:	To avoid mistakes add a comment at the beginning of the monthYearQ1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1180:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1180:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1181:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1181:	To avoid mistakes add a comment at the beginning of the monthYearQ2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1181:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1181:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1182:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1182:	To avoid mistakes add a comment at the beginning of the monthYearQ3 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1182:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1182:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1183:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1183:	To avoid mistakes add a comment at the beginning of the monthYearQ4 field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1183:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1183:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1184:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1184:	To avoid mistakes add a comment at the beginning of the monthYearSelect field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1184:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1184:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1185:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1185:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1185:	To avoid mistakes add a comment at the beginning of the font field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1185:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1185:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1186:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1186:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1186:	To avoid mistakes add a comment at the beginning of the fontHeading field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1186:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1186:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1187:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1187:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1187:	To avoid mistakes add a comment at the beginning of the fontTab field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1187:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1187:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1188:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1188:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1188:	To avoid mistakes add a comment at the beginning of the fontButton field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1188:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1188:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1189:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1189:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1189:	To avoid mistakes add a comment at the beginning of the grpuHelp field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1189:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1189:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1190:	Avoid using redundant field initializer for 'grpuFindReplace'
com/tin/etbaf/rpu/GRPU.java:1190:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1190:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1191:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1191:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1191:	To avoid mistakes add a comment at the beginning of the cntPasteClk field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1191:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1191:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1192:	Avoid using redundant field initializer for 'grpu'
com/tin/etbaf/rpu/GRPU.java:1192:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1192:	It is somewhat confusing to have a field name matching the declaring class name
com/tin/etbaf/rpu/GRPU.java:1192:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/GRPU.java:1192:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1193:	Avoid using implementation types like 'HashSet'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:1193:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1193:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1194:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1194:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1195:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1195:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1195:	To avoid mistakes add a comment at the beginning of the selColFocus field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1195:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1195:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1196:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1196:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1196:	To avoid mistakes add a comment at the beginning of the selRowFocus field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1196:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1196:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1197:	Avoid using implementation types like 'HashSet'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:1197:	Avoid variables with short names like h
com/tin/etbaf/rpu/GRPU.java:1197:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1197:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1197:	To avoid mistakes add a comment at the beginning of the h field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1197:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1197:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1198:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1198:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1198:	To avoid mistakes add a comment at the beginning of the focusList field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1198:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1198:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1200:	Avoid excessively long variable names like flagToDecideReloadFunctionCall
com/tin/etbaf/rpu/GRPU.java:1200:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1200:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1200:	To avoid mistakes add a comment at the beginning of the flagToDecideReloadFunctionCall field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1200:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1200:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1202:	Avoid using redundant field initializer for 'batchValueArray'
com/tin/etbaf/rpu/GRPU.java:1202:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1202:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1202:	To avoid mistakes add a comment at the beginning of the batchValueArray field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1202:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1202:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1204:	Avoid unused private fields such as 'batchIndicator'.
com/tin/etbaf/rpu/GRPU.java:1204:	Avoid using redundant field initializer for 'batchIndicator'
com/tin/etbaf/rpu/GRPU.java:1204:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1204:	Private field 'batchIndicator' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPU.java:1204:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1205:	Avoid using redundant field initializer for 'numberOfTd'
com/tin/etbaf/rpu/GRPU.java:1205:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1205:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1205:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1206:	Avoid unused private fields such as 'typeOfCorrection'.
com/tin/etbaf/rpu/GRPU.java:1206:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1206:	Perhaps 'typeOfCorrection' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1206:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1207:	Avoid using redundant field initializer for 'isError'
com/tin/etbaf/rpu/GRPU.java:1207:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1207:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1207:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1208:	Avoid excessively long variable names like isCreateFileFocusOut
com/tin/etbaf/rpu/GRPU.java:1208:	Avoid using redundant field initializer for 'isCreateFileFocusOut'
com/tin/etbaf/rpu/GRPU.java:1208:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1208:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1208:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1210:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1211:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1214:	Parameter 'typeOfCorrection' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1214:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1218:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1218:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1218:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1223:	Avoid excessively long variable names like jLabel_count24QTrans
com/tin/etbaf/rpu/GRPU.java:1223:	Avoid unused private fields such as 'jLabel_count24QTrans'.
com/tin/etbaf/rpu/GRPU.java:1223:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1223:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1223:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_count24QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1223:	Perhaps 'jLabel_count24QTrans' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1223:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1224:	Avoid excessively long variable names like jText_count24QTrans
com/tin/etbaf/rpu/GRPU.java:1224:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1224:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1224:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_count24QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1224:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1225:	Avoid excessively long variable names like jLabel_controlTax24q
com/tin/etbaf/rpu/GRPU.java:1225:	Avoid unused private fields such as 'jLabel_controlTax24q'.
com/tin/etbaf/rpu/GRPU.java:1225:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1225:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1225:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_controlTax24q' is not final.
com/tin/etbaf/rpu/GRPU.java:1225:	Perhaps 'jLabel_controlTax24q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1225:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1226:	Avoid excessively long variable names like jText_controlTax24q
com/tin/etbaf/rpu/GRPU.java:1226:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1226:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1226:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_controlTax24q' is not final.
com/tin/etbaf/rpu/GRPU.java:1226:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1227:	Avoid excessively long variable names like jLabel_totalTDS24q
com/tin/etbaf/rpu/GRPU.java:1227:	Avoid unused private fields such as 'jLabel_totalTDS24q'.
com/tin/etbaf/rpu/GRPU.java:1227:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1227:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1227:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_totalTDS24q' is not final.
com/tin/etbaf/rpu/GRPU.java:1227:	Perhaps 'jLabel_totalTDS24q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1227:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1228:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1228:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1228:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_totalTDS24q' is not final.
com/tin/etbaf/rpu/GRPU.java:1228:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1230:	Avoid excessively long variable names like jLabel_count26QTrans
com/tin/etbaf/rpu/GRPU.java:1230:	Avoid unused private fields such as 'jLabel_count26QTrans'.
com/tin/etbaf/rpu/GRPU.java:1230:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1230:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1230:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_count26QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1230:	Perhaps 'jLabel_count26QTrans' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1230:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1231:	Avoid excessively long variable names like jText_count26QTrans
com/tin/etbaf/rpu/GRPU.java:1231:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1231:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1231:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_count26QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1231:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1232:	Avoid excessively long variable names like jLabel_controlTax26q
com/tin/etbaf/rpu/GRPU.java:1232:	Avoid unused private fields such as 'jLabel_controlTax26q'.
com/tin/etbaf/rpu/GRPU.java:1232:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1232:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1232:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_controlTax26q' is not final.
com/tin/etbaf/rpu/GRPU.java:1232:	Perhaps 'jLabel_controlTax26q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1232:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1233:	Avoid excessively long variable names like jText_controlTax26q
com/tin/etbaf/rpu/GRPU.java:1233:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1233:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1233:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_controlTax26q' is not final.
com/tin/etbaf/rpu/GRPU.java:1233:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1234:	Avoid excessively long variable names like jLabel_totalTDS26q
com/tin/etbaf/rpu/GRPU.java:1234:	Avoid unused private fields such as 'jLabel_totalTDS26q'.
com/tin/etbaf/rpu/GRPU.java:1234:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1234:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1234:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_totalTDS26q' is not final.
com/tin/etbaf/rpu/GRPU.java:1234:	Perhaps 'jLabel_totalTDS26q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1234:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1235:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1235:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1235:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_totalTDS26q' is not final.
com/tin/etbaf/rpu/GRPU.java:1235:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1237:	Avoid excessively long variable names like jLabel_count27QTrans
com/tin/etbaf/rpu/GRPU.java:1237:	Avoid unused private fields such as 'jLabel_count27QTrans'.
com/tin/etbaf/rpu/GRPU.java:1237:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1237:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1237:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_count27QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1237:	Perhaps 'jLabel_count27QTrans' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1237:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1238:	Avoid excessively long variable names like jText_count27QTrans
com/tin/etbaf/rpu/GRPU.java:1238:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1238:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1238:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_count27QTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1238:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1239:	Avoid excessively long variable names like jLabel_controlTax27q
com/tin/etbaf/rpu/GRPU.java:1239:	Avoid unused private fields such as 'jLabel_controlTax27q'.
com/tin/etbaf/rpu/GRPU.java:1239:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1239:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1239:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_controlTax27q' is not final.
com/tin/etbaf/rpu/GRPU.java:1239:	Perhaps 'jLabel_controlTax27q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1239:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1240:	Avoid excessively long variable names like jText_controlTax27q
com/tin/etbaf/rpu/GRPU.java:1240:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1240:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1240:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_controlTax27q' is not final.
com/tin/etbaf/rpu/GRPU.java:1240:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1241:	Avoid excessively long variable names like jLabel_totalTDS27q
com/tin/etbaf/rpu/GRPU.java:1241:	Avoid unused private fields such as 'jLabel_totalTDS27q'.
com/tin/etbaf/rpu/GRPU.java:1241:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1241:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1241:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_totalTDS27q' is not final.
com/tin/etbaf/rpu/GRPU.java:1241:	Perhaps 'jLabel_totalTDS27q' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1241:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1242:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1242:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1242:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_totalTDS27q' is not final.
com/tin/etbaf/rpu/GRPU.java:1242:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1244:	Avoid excessively long variable names like jLabel_count27EQTrans
com/tin/etbaf/rpu/GRPU.java:1244:	Avoid unused private fields such as 'jLabel_count27EQTrans'.
com/tin/etbaf/rpu/GRPU.java:1244:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1244:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1244:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_count27EQTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1244:	Perhaps 'jLabel_count27EQTrans' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1244:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1245:	Avoid excessively long variable names like jText_count27EQTrans
com/tin/etbaf/rpu/GRPU.java:1245:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1245:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1245:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_count27EQTrans' is not final.
com/tin/etbaf/rpu/GRPU.java:1245:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1246:	Avoid excessively long variable names like jLabel_controlTax27Eq
com/tin/etbaf/rpu/GRPU.java:1246:	Avoid unused private fields such as 'jLabel_controlTax27Eq'.
com/tin/etbaf/rpu/GRPU.java:1246:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1246:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1246:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_controlTax27Eq' is not final.
com/tin/etbaf/rpu/GRPU.java:1246:	Perhaps 'jLabel_controlTax27Eq' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1246:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1247:	Avoid excessively long variable names like jText_controlTax27Eq
com/tin/etbaf/rpu/GRPU.java:1247:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1247:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1247:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_controlTax27Eq' is not final.
com/tin/etbaf/rpu/GRPU.java:1247:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1248:	Avoid excessively long variable names like jLabel_totalTDS27Eq
com/tin/etbaf/rpu/GRPU.java:1248:	Avoid unused private fields such as 'jLabel_totalTDS27Eq'.
com/tin/etbaf/rpu/GRPU.java:1248:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1248:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1248:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_totalTDS27Eq' is not final.
com/tin/etbaf/rpu/GRPU.java:1248:	Perhaps 'jLabel_totalTDS27Eq' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1248:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1249:	Avoid excessively long variable names like jText_totalTDS27Eq
com/tin/etbaf/rpu/GRPU.java:1249:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1249:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1249:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_totalTDS27Eq' is not final.
com/tin/etbaf/rpu/GRPU.java:1249:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1251:	Avoid excessively long variable names like jLabel_regNoPaoDtoCddo
com/tin/etbaf/rpu/GRPU.java:1251:	Avoid unused private fields such as 'jLabel_regNoPaoDtoCddo'.
com/tin/etbaf/rpu/GRPU.java:1251:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1251:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1251:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_regNoPaoDtoCddo' is not final.
com/tin/etbaf/rpu/GRPU.java:1251:	Perhaps 'jLabel_regNoPaoDtoCddo' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1251:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1252:	Avoid excessively long variable names like jText_regNoPaoDtoCddo
com/tin/etbaf/rpu/GRPU.java:1252:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1252:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1252:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_regNoPaoDtoCddo' is not final.
com/tin/etbaf/rpu/GRPU.java:1252:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1254:	Avoid unused private fields such as 'jLabel_totalTDS'.
com/tin/etbaf/rpu/GRPU.java:1254:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1254:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1254:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_totalTDS' is not final.
com/tin/etbaf/rpu/GRPU.java:1254:	Perhaps 'jLabel_totalTDS' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1254:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1255:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1255:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1255:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_totalTDS' is not final.
com/tin/etbaf/rpu/GRPU.java:1255:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1257:	Avoid excessively long variable names like jLabel_countOfDDOAdd
com/tin/etbaf/rpu/GRPU.java:1257:	Avoid unused private fields such as 'jLabel_countOfDDOAdd'.
com/tin/etbaf/rpu/GRPU.java:1257:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1257:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1257:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_countOfDDOAdd' is not final.
com/tin/etbaf/rpu/GRPU.java:1257:	Perhaps 'jLabel_countOfDDOAdd' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1257:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1258:	Avoid excessively long variable names like jText_countOfDDOAdd
com/tin/etbaf/rpu/GRPU.java:1258:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1258:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1258:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_countOfDDOAdd' is not final.
com/tin/etbaf/rpu/GRPU.java:1258:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1260:	Avoid excessively long variable names like jLabel_countOfDDOUpd
com/tin/etbaf/rpu/GRPU.java:1260:	Avoid unused private fields such as 'jLabel_countOfDDOUpd'.
com/tin/etbaf/rpu/GRPU.java:1260:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1260:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1260:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_countOfDDOUpd' is not final.
com/tin/etbaf/rpu/GRPU.java:1260:	Perhaps 'jLabel_countOfDDOUpd' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1260:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1261:	Avoid excessively long variable names like jText_countOfDDOUpd
com/tin/etbaf/rpu/GRPU.java:1261:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1261:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1261:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_countOfDDOUpd' is not final.
com/tin/etbaf/rpu/GRPU.java:1261:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1263:	Avoid excessively long variable names like jLabel_countOfDDODel
com/tin/etbaf/rpu/GRPU.java:1263:	Avoid unused private fields such as 'jLabel_countOfDDODel'.
com/tin/etbaf/rpu/GRPU.java:1263:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1263:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1263:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_countOfDDODel' is not final.
com/tin/etbaf/rpu/GRPU.java:1263:	Perhaps 'jLabel_countOfDDODel' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPU.java:1263:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1264:	Avoid excessively long variable names like jText_countOfDDODel
com/tin/etbaf/rpu/GRPU.java:1264:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1264:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1264:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_countOfDDODel' is not final.
com/tin/etbaf/rpu/GRPU.java:1264:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1268:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1268:	To avoid mistakes add a comment at the beginning of the strUriNames field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1268:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1268:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1269:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GRPU.java:1269:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:1269:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'utility_link_box' is not final.
com/tin/etbaf/rpu/GRPU.java:1269:	To avoid mistakes add a comment at the beginning of the utility_link_box field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:1269:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:1269:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1271:	Document empty constructor
com/tin/etbaf/rpu/GRPU.java:1271:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:1271:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1277:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPU.java:1277:	Parameter 'gRPUMain' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1277:	Parameter 'selFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1277:	Parameter 'typeOfStatement' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1277:	The constructor 'GRPU' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:1277:	The constructor 'GRPU' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:1277:	The constructor 'GRPU' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:1277:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1278:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1278:	Parameter 'method' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1278:	Parameter 'typeOfFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1292:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:1295:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1296:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1299:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1312:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:1317:	Overridable method 'genericListenerFocusValidation' called during object construction
com/tin/etbaf/rpu/GRPU.java:1320:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:1322:	Overridable method 'enableDisableFormFields' called during object construction
com/tin/etbaf/rpu/GRPU.java:1327:	The String literal "/images/rp.png" appears 4 times in this file; the first occurrence is on line 1,327
com/tin/etbaf/rpu/GRPU.java:1329:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:1333:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:1335:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:1342:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:1342:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:1342:	The String literal "Correction" appears 94 times in this file; the first occurrence is on line 1,342
com/tin/etbaf/rpu/GRPU.java:1342:	The String literal "Regular" appears 55 times in this file; the first occurrence is on line 1,342
com/tin/etbaf/rpu/GRPU.java:1347:	Overridable method 'packColumn' called during object construction
com/tin/etbaf/rpu/GRPU.java:1353:	Overridable method 'packColumn1' called during object construction
com/tin/etbaf/rpu/GRPU.java:1355:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:1358:	Avoid variables with short names like iu
com/tin/etbaf/rpu/GRPU.java:1358:	Local variable 'iu' could be declared final
com/tin/etbaf/rpu/GRPU.java:1371:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:1371:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:1371:	The String literal "Open" appears 7 times in this file; the first occurrence is on line 1,371
com/tin/etbaf/rpu/GRPU.java:1371:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:1373:	Overridable method 'validateImportedFile' called during object construction
com/tin/etbaf/rpu/GRPU.java:1383:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1383:	The String literal "24Q" appears 72 times in this file; the first occurrence is on line 1,383
com/tin/etbaf/rpu/GRPU.java:1385:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:1401:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1402:	The String literal "Modify" appears 4 times in this file; the first occurrence is on line 1,402
com/tin/etbaf/rpu/GRPU.java:1405:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:1413:	Overridable method 'colorGRPU' called during object construction
com/tin/etbaf/rpu/GRPU.java:1417:	Overridable method 'getTypeOfCorrection' called during object construction
com/tin/etbaf/rpu/GRPU.java:1450:	Local variable 'fontTabPanel' could be declared final
com/tin/etbaf/rpu/GRPU.java:1465:	The String literal "Challan" appears 19 times in this file; the first occurrence is on line 1,465
com/tin/etbaf/rpu/GRPU.java:1466:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:1466:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:1466:	The String literal "27EQ" appears 109 times in this file; the first occurrence is on line 1,466
com/tin/etbaf/rpu/GRPU.java:1467:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1469:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1470:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:1484:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:1484:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:1484:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:1495:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1496:	Avoid variables with short names like o
com/tin/etbaf/rpu/GRPU.java:1496:	Local variable 'o' could be declared final
com/tin/etbaf/rpu/GRPU.java:1497:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1497:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:1518:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1525:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1526:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1527:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1529:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1530:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1531:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1538:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1548:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPU.java:1548:	Avoid variables with short names like x
com/tin/etbaf/rpu/GRPU.java:1548:	Avoid variables with short names like y
com/tin/etbaf/rpu/GRPU.java:1548:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1548:	Parameter 'container' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1548:	Parameter 'x' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1548:	Parameter 'y' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1549:	Parameter 'height' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1549:	Parameter 'width' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1554:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:1554:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:1554:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:1554:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:1554:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1554:	The method 'textitem1_actionPerformed' has a Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1554:	The method 'textitem1_actionPerformed' has a Standard Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1554:	The method textitem1_actionPerformed() has an NCSS line count of 102
com/tin/etbaf/rpu/GRPU.java:1555:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:1683:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:1683:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:1683:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:1683:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:1683:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1683:	The method 'textitem2_actionPerformed' has a Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1683:	The method 'textitem2_actionPerformed' has a Standard Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1684:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:1788:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:1788:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:1788:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:1788:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:1788:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1788:	The method 'textitem3_actionPerformed' has a Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1788:	The method 'textitem3_actionPerformed' has a Standard Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:1790:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:1895:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:1910:	Parameter 'rowN' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1910:	Parameter 'strExcel' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1910:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1911:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:1913:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,913'-'1,927').
com/tin/etbaf/rpu/GRPU.java:1913:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,913'-'1,930').
com/tin/etbaf/rpu/GRPU.java:1914:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:1914:	Found 'DU'-anomaly for variable 'MthYrArray' (lines '1,914'-'1,951').
com/tin/etbaf/rpu/GRPU.java:1914:	Local variable 'MthYrArray' could be declared final
com/tin/etbaf/rpu/GRPU.java:1914:	Variables should start with a lowercase character, 'MthYrArray' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1915:	Avoid variables with short names like o
com/tin/etbaf/rpu/GRPU.java:1915:	Local variable 'o' could be declared final
com/tin/etbaf/rpu/GRPU.java:1916:	Variables should start with a lowercase character, 'ExcelReg' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:1917:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:1917:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:1918:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1920:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1921:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1924:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:1924:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1928:	Found 'DU'-anomaly for variable 'ExcelReg' (lines '1,928'-'1,951').
com/tin/etbaf/rpu/GRPU.java:1931:	Found 'DD'-anomaly for variable 'ExcelReg' (lines '1,931'-'1,935').
com/tin/etbaf/rpu/GRPU.java:1931:	Found 'DD'-anomaly for variable 'ExcelReg' (lines '1,931'-'1,939').
com/tin/etbaf/rpu/GRPU.java:1935:	Found 'DD'-anomaly for variable 'ExcelReg' (lines '1,935'-'1,935').
com/tin/etbaf/rpu/GRPU.java:1935:	Found 'DD'-anomaly for variable 'ExcelReg' (lines '1,935'-'1,939').
com/tin/etbaf/rpu/GRPU.java:1939:	Found 'DU'-anomaly for variable 'ExcelReg' (lines '1,939'-'1,951').
com/tin/etbaf/rpu/GRPU.java:1946:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:1947:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:1948:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:1955:	Parameter 'excelStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1955:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1958:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,958'-'1,966').
com/tin/etbaf/rpu/GRPU.java:1958:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,958'-'1,972').
com/tin/etbaf/rpu/GRPU.java:1959:	Found 'DD'-anomaly for variable 'tabPos' (lines '1,959'-'1,970').
com/tin/etbaf/rpu/GRPU.java:1961:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:1961:	Found 'DU'-anomaly for variable 'i' (lines '1,961'-'1,992').
com/tin/etbaf/rpu/GRPU.java:1962:	Local variable 'chkOnlyOneElemnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:1962:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1964:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1966:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:1966:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:1966:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,966'-'1,972').
com/tin/etbaf/rpu/GRPU.java:1966:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1967:	Found 'DD'-anomaly for variable 'caretPos' (lines '1,967'-'1,971').
com/tin/etbaf/rpu/GRPU.java:1970:	Found 'DD'-anomaly for variable 'tabPos' (lines '1,970'-'1,980').
com/tin/etbaf/rpu/GRPU.java:1971:	Found 'DD'-anomaly for variable 'caretPos' (lines '1,971'-'1,977').
com/tin/etbaf/rpu/GRPU.java:1971:	Found 'DU'-anomaly for variable 'caretPos' (lines '1,971'-'1,992').
com/tin/etbaf/rpu/GRPU.java:1972:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,972'-'1,975').
com/tin/etbaf/rpu/GRPU.java:1972:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,972'-'1,978').
com/tin/etbaf/rpu/GRPU.java:1973:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:1973:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1975:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,975'-'1,992').
com/tin/etbaf/rpu/GRPU.java:1978:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:1978:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,978'-'1,978').
com/tin/etbaf/rpu/GRPU.java:1978:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,978'-'1,992').
com/tin/etbaf/rpu/GRPU.java:1978:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:1980:	Found 'DD'-anomaly for variable 'tabPos' (lines '1,980'-'1,980').
com/tin/etbaf/rpu/GRPU.java:1982:	Found 'DU'-anomaly for variable 'i' (lines '1,982'-'1,992').
com/tin/etbaf/rpu/GRPU.java:1986:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:1988:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:1989:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:1994:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:1994:	Parameter 'excelStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:1994:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:1997:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,997'-'2,001').
com/tin/etbaf/rpu/GRPU.java:1998:	Found 'DD'-anomaly for variable 'LinePos' (lines '1,998'-'2,005').
com/tin/etbaf/rpu/GRPU.java:1998:	Variables should start with a lowercase character, 'LinePos' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2000:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:2000:	Found 'DU'-anomaly for variable 'i' (lines '2,000'-'2,028').
com/tin/etbaf/rpu/GRPU.java:2001:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:2001:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '2,001'-'2,007').
com/tin/etbaf/rpu/GRPU.java:2001:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:2005:	Found 'DD'-anomaly for variable 'LinePos' (lines '2,005'-'2,013').
com/tin/etbaf/rpu/GRPU.java:2006:	Found 'DU'-anomaly for variable 'caretPos' (lines '2,006'-'2,028').
com/tin/etbaf/rpu/GRPU.java:2007:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '2,007'-'2,010').
com/tin/etbaf/rpu/GRPU.java:2007:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '2,007'-'2,012').
com/tin/etbaf/rpu/GRPU.java:2008:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:2008:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:2010:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '2,010'-'2,028').
com/tin/etbaf/rpu/GRPU.java:2012:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:2013:	Found 'DD'-anomaly for variable 'LinePos' (lines '2,013'-'2,017').
com/tin/etbaf/rpu/GRPU.java:2015:	Found 'DU'-anomaly for variable 'i' (lines '2,015'-'2,028').
com/tin/etbaf/rpu/GRPU.java:2016:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:2017:	Found 'DD'-anomaly for variable 'LinePos' (lines '2,017'-'2,017').
com/tin/etbaf/rpu/GRPU.java:2022:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2024:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2025:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:2030:	Parameter 'RowPos' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:2030:	Parameter 'excelRow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:2030:	The method 'returnXLRows' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:2030:	The method 'returnXLRows' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:2030:	The method 'returnXLRows' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:2030:	Variables should start with a lowercase character, 'RowPos' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2030:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:2031:	Found 'DD'-anomaly for variable 'subStr1_Line' (lines '2,031'-'2,044').
com/tin/etbaf/rpu/GRPU.java:2031:	Found 'DU'-anomaly for variable 'subStr1_Line' (lines '2,031'-'2,077').
com/tin/etbaf/rpu/GRPU.java:2031:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'subStr1_Line' is not final.
com/tin/etbaf/rpu/GRPU.java:2032:	Found 'DD'-anomaly for variable 'subStr2_Line' (lines '2,032'-'2,045').
com/tin/etbaf/rpu/GRPU.java:2032:	Found 'DU'-anomaly for variable 'subStr2_Line' (lines '2,032'-'2,077').
com/tin/etbaf/rpu/GRPU.java:2032:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'subStr2_Line' is not final.
com/tin/etbaf/rpu/GRPU.java:2033:	Found 'DU'-anomaly for variable 'emptyStr_Line' (lines '2,033'-'2,077').
com/tin/etbaf/rpu/GRPU.java:2033:	Local variable 'emptyStr_Line' could be declared final
com/tin/etbaf/rpu/GRPU.java:2033:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'emptyStr_Line' is not final.
com/tin/etbaf/rpu/GRPU.java:2034:	Variables should start with a lowercase character, 'ExcelStr' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2035:	Found 'DD'-anomaly for variable 'New_XL_Str' (lines '2,035'-'2,063').
com/tin/etbaf/rpu/GRPU.java:2035:	Found 'DD'-anomaly for variable 'New_XL_Str' (lines '2,035'-'2,067').
com/tin/etbaf/rpu/GRPU.java:2035:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'New_XL_Str' is not final.
com/tin/etbaf/rpu/GRPU.java:2035:	Variables should start with a lowercase character, 'New_XL_Str' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2038:	Found 'DD'-anomaly for variable 'tabPos' (lines '2,038'-'2,062').
com/tin/etbaf/rpu/GRPU.java:2038:	Found 'DU'-anomaly for variable 'tabPos' (lines '2,038'-'2,077').
com/tin/etbaf/rpu/GRPU.java:2041:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2044:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2044:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2045:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2045:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2046:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2051:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:2051:	Local variable 'a' could be declared final
com/tin/etbaf/rpu/GRPU.java:2052:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:2052:	Local variable 'xlRows' could be declared final
com/tin/etbaf/rpu/GRPU.java:2052:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:2053:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2056:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2057:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2057:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2057:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2057:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2060:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2061:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:2061:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2061:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2062:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2062:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2063:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:2064:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2064:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2067:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2068:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2071:	Local variable 'last_Slash_n_Pos' could be declared final
com/tin/etbaf/rpu/GRPU.java:2071:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'last_Slash_n_Pos' is not final.
com/tin/etbaf/rpu/GRPU.java:2071:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2071:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:2072:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2072:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2073:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:2074:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:2079:	Avoid reassigning parameters such as 'tabArr'
com/tin/etbaf/rpu/GRPU.java:2079:	Avoid reassigning parameters such as 'tabArr'
com/tin/etbaf/rpu/GRPU.java:2079:	Parameter 'excelStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:2079:	The method 'returnXLStr' has a Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GRPU.java:2079:	The method 'returnXLStr' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:2079:	The method 'returnXLStr' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:2079:	The method returnXLStr() has an NPath complexity of 601
com/tin/etbaf/rpu/GRPU.java:2079:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:2080:	Found 'DD'-anomaly for variable 'subStr1' (lines '2,080'-'2,104').
com/tin/etbaf/rpu/GRPU.java:2080:	Found 'DD'-anomaly for variable 'subStr1' (lines '2,080'-'2,114').
com/tin/etbaf/rpu/GRPU.java:2080:	Found 'DD'-anomaly for variable 'subStr1' (lines '2,080'-'2,124').
com/tin/etbaf/rpu/GRPU.java:2080:	Found 'DU'-anomaly for variable 'subStr1' (lines '2,080'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2081:	Found 'DD'-anomaly for variable 'subStr2' (lines '2,081'-'2,105').
com/tin/etbaf/rpu/GRPU.java:2081:	Found 'DD'-anomaly for variable 'subStr2' (lines '2,081'-'2,115').
com/tin/etbaf/rpu/GRPU.java:2081:	Found 'DD'-anomaly for variable 'subStr2' (lines '2,081'-'2,125').
com/tin/etbaf/rpu/GRPU.java:2081:	Found 'DU'-anomaly for variable 'subStr2' (lines '2,081'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2082:	Found 'DU'-anomaly for variable 'emptyStr' (lines '2,082'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2082:	Local variable 'emptyStr' could be declared final
com/tin/etbaf/rpu/GRPU.java:2083:	Variables should start with a lowercase character, 'ExcelStr' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2084:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:2084:	Found 'DU'-anomaly for variable 'i' (lines '2,084'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2086:	Local variable 'chkCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:2087:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2087:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2088:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2090:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:2090:	Local variable 'k' could be declared final
com/tin/etbaf/rpu/GRPU.java:2091:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2095:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2097:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2097:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2097:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2097:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2097:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2099:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2101:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2104:	Found 'DU'-anomaly for variable 'subStr1' (lines '2,104'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2105:	Found 'DU'-anomaly for variable 'subStr2' (lines '2,105'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2106:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2110:	Found 'DU'-anomaly for variable 'i' (lines '2,110'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2119:	Found 'DU'-anomaly for variable 'i' (lines '2,119'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2124:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2125:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2126:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2130:	Found 'DU'-anomaly for variable 'i' (lines '2,130'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2135:	Found 'DU'-anomaly for variable 'i' (lines '2,135'-'2,143').
com/tin/etbaf/rpu/GRPU.java:2138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2139:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:2140:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:2145:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:2145:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:2145:	The method 'pasteXL' has a Cyclomatic Complexity of 1326.
com/tin/etbaf/rpu/GRPU.java:2145:	The method 'pasteXL' has a Modified Cyclomatic Complexity of 712.
com/tin/etbaf/rpu/GRPU.java:2145:	The method 'pasteXL' has a Standard Cyclomatic Complexity of 712.
com/tin/etbaf/rpu/GRPU.java:2145:	The method pasteXL() has an NCSS line count of 1666
com/tin/etbaf/rpu/GRPU.java:2145:	The method pasteXL() has an NPath complexity of 1359816019
com/tin/etbaf/rpu/GRPU.java:2149:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:2150:	Found 'DD'-anomaly for variable 'Row_Pselect' (lines '2,150'-'2,191').
com/tin/etbaf/rpu/GRPU.java:2150:	Found 'DU'-anomaly for variable 'Row_Pselect' (lines '2,150'-'8,029').
com/tin/etbaf/rpu/GRPU.java:2150:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Row_Pselect' is not final.
com/tin/etbaf/rpu/GRPU.java:2150:	Variables should start with a lowercase character, 'Row_Pselect' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2151:	Found 'DD'-anomaly for variable 'Col_Pselect' (lines '2,151'-'2,192').
com/tin/etbaf/rpu/GRPU.java:2151:	Found 'DU'-anomaly for variable 'Col_Pselect' (lines '2,151'-'8,029').
com/tin/etbaf/rpu/GRPU.java:2151:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Col_Pselect' is not final.
com/tin/etbaf/rpu/GRPU.java:2151:	Variables should start with a lowercase character, 'Col_Pselect' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:2154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2154:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2154:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:2156:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2156:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:2158:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2163:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:2163:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:2163:	Found 'DU'-anomaly for variable 'rowsList' (lines '2,163'-'8,029').
com/tin/etbaf/rpu/GRPU.java:2163:	Local variable 'rowsList' could be declared final
com/tin/etbaf/rpu/GRPU.java:2163:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:2166:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2175:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2181:	Local variable 'rows' could be declared final
com/tin/etbaf/rpu/GRPU.java:2185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2188:	The String literal "Not enough no of rows to paste... " appears 4 times in this file; the first occurrence is on line 2,188
com/tin/etbaf/rpu/GRPU.java:2189:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2197:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2197:	The String literal "Anne1" appears 53 times in this file; the first occurrence is on line 2,197
com/tin/etbaf/rpu/GRPU.java:2201:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:2203:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:2208:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2208:	The String literal "Anne2" appears 143 times in this file; the first occurrence is on line 2,208
com/tin/etbaf/rpu/GRPU.java:2221:	Local variable 'sep' could be declared final
com/tin/etbaf/rpu/GRPU.java:2222:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:2222:	Local variable 'cols' could be declared final
com/tin/etbaf/rpu/GRPU.java:2225:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:2225:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:2225:	Local variable 'currRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:2225:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:2230:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2231:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2234:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2237:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2240:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2240:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2243:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2243:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2243:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2250:	Found 'DD'-anomaly for variable 'prevToken' (lines '2,250'-'2,220').
com/tin/etbaf/rpu/GRPU.java:2264:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2264:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2265:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2265:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2268:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2268:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2272:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:2272:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:2273:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:2273:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:2273:	The String literal "0.00" appears 133 times in this file; the first occurrence is on line 2,273
com/tin/etbaf/rpu/GRPU.java:2277:	Found 'DD'-anomaly for variable 'count' (lines '2,277'-'2,307').
com/tin/etbaf/rpu/GRPU.java:2278:	Found 'DD'-anomaly for variable 'countCh' (lines '2,278'-'2,308').
com/tin/etbaf/rpu/GRPU.java:2280:	Found 'DD'-anomaly for variable 'count2' (lines '2,280'-'2,309').
com/tin/etbaf/rpu/GRPU.java:2286:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:2292:	Found 'DD'-anomaly for variable 'col7annex1' (lines '2,292'-'2,310').
com/tin/etbaf/rpu/GRPU.java:2293:	Found 'DD'-anomaly for variable 'intrstannex1' (lines '2,293'-'3,297').
com/tin/etbaf/rpu/GRPU.java:2294:	Found 'DD'-anomaly for variable 'othersannex1' (lines '2,294'-'3,302').
com/tin/etbaf/rpu/GRPU.java:2295:	Found 'DD'-anomaly for variable 'chTds' (lines '2,295'-'3,282').
com/tin/etbaf/rpu/GRPU.java:2296:	Found 'DD'-anomaly for variable 'chSur' (lines '2,296'-'3,287').
com/tin/etbaf/rpu/GRPU.java:2297:	Found 'DD'-anomaly for variable 'chCess' (lines '2,297'-'3,292').
com/tin/etbaf/rpu/GRPU.java:2298:	Found 'DD'-anomaly for variable 'bsrCode' (lines '2,298'-'3,309').
com/tin/etbaf/rpu/GRPU.java:2299:	Found 'DD'-anomaly for variable 'chDateTaxDpsted' (lines '2,299'-'3,316').
com/tin/etbaf/rpu/GRPU.java:2300:	Found 'DD'-anomaly for variable 'chDdoSrNo' (lines '2,300'-'3,322').
com/tin/etbaf/rpu/GRPU.java:2304:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:2304:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:2304:	Local variable 'currTDRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:2305:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2306:	Found 'DD'-anomaly for variable 'totalSemcol10' (lines '2,306'-'3,131').
com/tin/etbaf/rpu/GRPU.java:2306:	Found 'DD'-anomaly for variable 'totalSemcol10' (lines '2,306'-'3,155').
com/tin/etbaf/rpu/GRPU.java:2306:	Found 'DD'-anomaly for variable 'totalSemcol10' (lines '2,306'-'3,176').
com/tin/etbaf/rpu/GRPU.java:2307:	Found 'DD'-anomaly for variable 'count' (lines '2,307'-'3,114').
com/tin/etbaf/rpu/GRPU.java:2308:	Found 'DD'-anomaly for variable 'countCh' (lines '2,308'-'2,557').
com/tin/etbaf/rpu/GRPU.java:2310:	Found 'DD'-anomaly for variable 'col7annex1' (lines '2,310'-'3,325').
com/tin/etbaf/rpu/GRPU.java:2311:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2320:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:2332:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2332:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2332:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2332:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:2334:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2339:	Found 'DD'-anomaly for variable 'mode' (lines '2,339'-'2,343').
com/tin/etbaf/rpu/GRPU.java:2340:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:2342:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2343:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2344:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2348:	The String literal "ADD" appears 27 times in this file; the first occurrence is on line 2,348
com/tin/etbaf/rpu/GRPU.java:2349:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2369:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2376:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2377:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2381:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2382:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2382:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2382:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2385:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2387:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2393:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2394:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2415:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2423:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2424:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2430:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2438:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2469:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2475:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2476:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2480:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2481:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2481:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2484:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2484:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2484:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2485:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2485:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2486:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2486:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2492:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2493:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2515:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2522:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2536:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2541:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2553:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2558:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2580:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2587:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2587:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2592:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2593:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2593:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2596:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2596:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2596:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2599:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2599:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2605:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2606:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2629:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2636:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2637:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2643:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2651:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2663:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2671:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2676:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2711:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2730:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2738:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2739:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2745:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2746:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2746:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2746:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2749:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2749:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2749:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2751:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2752:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2757:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2758:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2780:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2786:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2786:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2800:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2806:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2814:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2819:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2834:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2839:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2852:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2860:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2861:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2864:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2864:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2864:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2867:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2867:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2867:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2872:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2873:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2886:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2887:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2892:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2899:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2904:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2907:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2913:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2929:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2930:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2930:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2930:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2932:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2934:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2934:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2935:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2935:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2935:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2940:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2941:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2954:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2955:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2958:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2965:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2977:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:2978:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2978:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:2984:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:2988:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2993:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:2994:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:2994:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2994:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:2994:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:2996:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3001:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3007:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3008:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3008:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3008:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3010:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3010:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3010:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3011:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3011:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3012:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3012:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3012:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3016:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3017:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3030:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3035:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3035:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3035:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3035:	The String literal "Yes" appears 101 times in this file; the first occurrence is on line 3,035
com/tin/etbaf/rpu/GRPU.java:3037:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3037:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3037:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3039:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3039:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3039:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3041:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3045:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3045:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3045:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3045:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3046:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3046:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3046:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3056:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3058:	Found 'DD'-anomaly for variable 'tdsEntry' (lines '3,058'-'3,062').
com/tin/etbaf/rpu/GRPU.java:3059:	Local variable 'tdsEntryObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:3061:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3062:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3064:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3065:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3065:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3068:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3068:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3068:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3070:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3070:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3070:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3072:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3072:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3072:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3073:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3074:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3078:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3078:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3088:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3089:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3089:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3102:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3108:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3139:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3169:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3169:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3169:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3171:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3177:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3187:	Avoid unused local variables such as 'y1'.
com/tin/etbaf/rpu/GRPU.java:3187:	Avoid variables with short names like y1
com/tin/etbaf/rpu/GRPU.java:3187:	Local variable 'y1' could be declared final
com/tin/etbaf/rpu/GRPU.java:3188:	Avoid variables with short names like y2
com/tin/etbaf/rpu/GRPU.java:3188:	Local variable 'y2' could be declared final
com/tin/etbaf/rpu/GRPU.java:3190:	Avoid unused local variables such as 'row2'.
com/tin/etbaf/rpu/GRPU.java:3190:	Local variable 'row2' could be declared final
com/tin/etbaf/rpu/GRPU.java:3193:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3193:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3193:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3194:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3197:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3197:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3197:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3202:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3206:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3214:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3218:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3219:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3230:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3231:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3247:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3247:	The String literal "Central Government" appears 11 times in this file; the first occurrence is on line 3,247
com/tin/etbaf/rpu/GRPU.java:3248:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3248:	The String literal "State Government" appears 11 times in this file; the first occurrence is on line 3,248
com/tin/etbaf/rpu/GRPU.java:3249:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3250:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3251:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3252:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3253:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3253:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3258:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3259:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3260:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3261:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3262:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3263:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3264:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3264:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3277:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:3277:	Found 'DD'-anomaly for variable 'p' (lines '3,277'-'3,329').
com/tin/etbaf/rpu/GRPU.java:3278:	Found 'DD'-anomaly for variable 'col10Annex1' (lines '3,278'-'3,327').
com/tin/etbaf/rpu/GRPU.java:3280:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3285:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3290:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3295:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3300:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3307:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3309:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3314:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3316:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3320:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3322:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3332:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3334:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3334:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3334:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3336:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3340:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3344:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3345:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:3345:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3349:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3352:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3361:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3375:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3381:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3384:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:3385:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:3387:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3389:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3391:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3391:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3391:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3391:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3391:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3391:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3391:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3391:	The String literal "PAN UPDATE" appears 21 times in this file; the first occurrence is on line 3,391
com/tin/etbaf/rpu/GRPU.java:3391:	The String literal "UPDATE" appears 27 times in this file; the first occurrence is on line 3,391
com/tin/etbaf/rpu/GRPU.java:3391:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3393:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3398:	Found 'DD'-anomaly for variable 'mode' (lines '3,398'-'3,401').
com/tin/etbaf/rpu/GRPU.java:3399:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:3400:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3401:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3402:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3404:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3408:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:3410:	Found 'DD'-anomaly for variable 'remarks' (lines '3,410'-'3,414').
com/tin/etbaf/rpu/GRPU.java:3411:	Local variable 'remarks_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:3411:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'remarks_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:3413:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3414:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3416:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3423:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3425:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3426:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3429:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3430:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3430:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3430:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3432:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3438:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3444:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:3445:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3458:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3459:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3459:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3460:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3460:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3460:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3462:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3468:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3469:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3470:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3471:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3472:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3473:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3474:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3475:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3489:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3489:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3489:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3491:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3491:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3492:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3492:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3493:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3493:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3493:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3498:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3499:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3513:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3514:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3515:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3516:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3517:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3520:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3524:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3526:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3533:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3534:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3539:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3540:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3540:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3540:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3542:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3547:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3550:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3550:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3560:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3561:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3564:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3564:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3564:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3569:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3569:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3569:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3569:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3569:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3569:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:3569:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3581:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3581:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3581:	The String literal "26Q" appears 110 times in this file; the first occurrence is on line 3,581
com/tin/etbaf/rpu/GRPU.java:3582:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3582:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3583:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3587:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3587:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3589:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3589:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3590:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3590:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3590:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3590:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3590:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3590:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3590:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3590:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3591:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3591:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3591:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3593:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3600:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3602:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3603:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3604:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3609:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3610:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3615:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3616:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3616:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3616:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3616:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3616:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3616:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3616:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3617:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3617:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3617:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3619:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3624:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3626:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3626:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3630:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3630:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3630:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3630:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3630:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3630:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3630:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3631:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3631:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3631:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3633:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3644:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3644:	The String literal "27Q" appears 117 times in this file; the first occurrence is on line 3,644
com/tin/etbaf/rpu/GRPU.java:3647:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3650:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3656:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3658:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3658:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3658:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3658:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3658:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3659:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3659:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3661:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3669:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3670:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3670:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3671:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3671:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3671:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3671:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3671:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3671:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3671:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3672:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3672:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3672:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3674:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3679:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3680:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3680:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3680:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3680:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3680:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3680:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3680:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3681:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3681:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3681:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3683:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3688:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3690:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3690:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3698:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3704:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3712:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3712:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3713:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3713:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3713:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3713:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3714:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3714:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3714:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3716:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3716:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3716:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3717:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3724:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3732:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3732:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3733:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3733:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3733:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3733:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3735:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3742:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3750:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3750:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3751:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3758:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3766:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3766:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3767:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3767:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3767:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3767:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3767:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3769:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3776:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:3781:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3784:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3789:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3792:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3797:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3798:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3798:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3798:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3798:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3798:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3798:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3798:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3799:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3799:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3799:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3799:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3800:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3800:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3802:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3807:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3810:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3821:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3825:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3825:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3826:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3826:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:3828:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3867:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3890:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:3890:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:3890:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:3897:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3900:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3900:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3900:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3902:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3902:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3907:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3920:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3921:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3924:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3927:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3928:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3931:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:3932:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3932:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3934:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3940:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:3948:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3949:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3950:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3951:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3952:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3953:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3956:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3957:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:3962:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3962:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3962:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3965:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3965:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3965:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3966:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3966:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3967:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3967:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:3967:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3972:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3973:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3987:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:3989:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:3995:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:3996:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4000:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4003:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4006:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4007:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4011:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4011:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4014:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4019:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4019:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4028:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4028:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4028:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4028:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4041:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4042:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4043:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4045:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4051:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4055:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4056:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4063:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4064:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4064:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4064:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4064:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4065:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4065:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4065:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4067:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4067:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4067:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4069:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4076:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4081:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4082:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4082:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4090:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4096:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4097:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4097:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4105:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4105:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4105:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4106:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4108:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4116:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4117:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4121:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4121:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4121:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4123:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4128:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4132:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4137:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4141:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4141:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4141:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4143:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4151:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4155:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4155:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4156:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4156:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4157:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4157:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4158:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4174:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4175:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4176:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4177:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4178:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4179:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4180:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4181:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4182:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4185:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4194:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4197:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4197:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4197:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4198:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4198:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4199:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4199:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4203:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4204:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4218:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4219:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4219:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4219:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4227:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4228:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4228:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4228:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4228:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4232:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4232:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4232:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4232:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4232:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4232:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4234:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4234:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4237:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4237:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4237:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4237:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:4237:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4237:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4239:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4239:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4243:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4243:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4243:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4243:	The String literal "PANINVALID" appears 4 times in this file; the first occurrence is on line 4,243
com/tin/etbaf/rpu/GRPU.java:4244:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4244:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4244:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4244:	The String literal "PANAPPLIED" appears 4 times in this file; the first occurrence is on line 4,244
com/tin/etbaf/rpu/GRPU.java:4245:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4245:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4245:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4245:	The String literal "PANNOTAVBL" appears 4 times in this file; the first occurrence is on line 4,245
com/tin/etbaf/rpu/GRPU.java:4247:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4247:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4257:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4258:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4259:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4260:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4261:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4263:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4270:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4271:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4286:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4288:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4289:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4291:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4292:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4293:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4298:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4299:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4305:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4306:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4306:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4306:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4306:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4306:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4307:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4307:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4309:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4314:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4315:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4315:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4315:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4315:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4315:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4315:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4316:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4316:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4316:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4319:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4324:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4325:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4325:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4325:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4325:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4325:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4325:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4326:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4326:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4326:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4329:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4340:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4342:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4345:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4350:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4351:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4351:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4353:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4358:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4359:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4359:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4359:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4359:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4359:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4359:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4359:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4360:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4360:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4360:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4363:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4368:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4369:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4369:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4369:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4369:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4369:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4369:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4369:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4369:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4370:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4370:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4370:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4373:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4384:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4385:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4385:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4385:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4385:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4385:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4385:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4385:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4386:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4386:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4386:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4389:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4394:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4395:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4395:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4395:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4395:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4396:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4396:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4396:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4398:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4399:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4399:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4399:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4399:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4399:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4400:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4400:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4403:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4405:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4405:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4405:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4405:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4405:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4405:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4405:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4405:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4406:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4406:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4406:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4409:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4414:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4419:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4422:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4427:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4430:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4436:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4437:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4437:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4437:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4437:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4437:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4437:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4438:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4438:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4438:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4438:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4438:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4439:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4439:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4439:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4442:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4447:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4449:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4449:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4449:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4449:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4449:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4449:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4450:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4450:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4450:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4453:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4458:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4460:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4468:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4469:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4469:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4469:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4469:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4469:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4469:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4469:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4470:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4470:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4470:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4473:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4477:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4478:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4478:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4478:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4478:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4478:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4478:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4478:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4479:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4479:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4479:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4482:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4489:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4525:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4547:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:4547:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:4547:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:4553:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4553:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4553:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4553:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4555:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4560:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4582:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4582:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4583:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4590:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4591:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4594:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4594:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4594:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4602:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4603:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4603:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4603:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4603:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4603:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4603:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4610:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4613:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4621:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4624:	Local variable 'remarks_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:4624:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'remarks_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:4626:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4627:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4628:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4629:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4630:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4631:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4634:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4635:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4638:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4639:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4639:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4639:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4639:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4641:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4647:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4654:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4658:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4658:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4658:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4658:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4658:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4658:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4659:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4659:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4659:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4659:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4659:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4660:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4660:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4660:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4663:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4668:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4670:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4676:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4683:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4684:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4684:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4685:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4685:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4685:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4685:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4687:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4695:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4697:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4698:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4698:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4699:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4699:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4699:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4699:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4700:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4700:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4700:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4702:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4702:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4702:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4704:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4711:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4712:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4712:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4713:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4713:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4713:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4713:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4715:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4722:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4723:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4723:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4724:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4724:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4724:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4724:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4724:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4726:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4734:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4738:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4740:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4747:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:4759:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4759:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4759:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4760:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4774:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4775:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4776:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4777:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4778:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4779:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4780:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4781:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4792:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4795:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4795:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4798:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4798:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4798:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4799:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4800:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4800:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4805:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4806:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4820:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4821:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4822:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4823:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4824:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4827:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4828:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4831:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4836:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4839:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:4850:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4851:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4855:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4858:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:4859:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4862:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4862:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4866:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4866:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4874:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4875:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4875:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4875:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4875:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4875:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:4875:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4885:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:4908:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4909:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4910:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4912:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4914:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4915:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4916:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4923:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4924:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4930:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4931:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4934:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4937:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4938:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4940:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4941:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4942:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4942:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4944:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4953:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4955:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4964:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4964:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4964:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4964:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4964:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4964:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4964:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4965:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4965:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4965:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4965:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4965:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4965:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4966:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4966:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4966:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4969:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4975:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4976:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4990:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:4992:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4992:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:4993:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4993:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4993:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:4993:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4993:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4993:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4993:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4993:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:4994:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:4994:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:4994:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:4997:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5003:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5008:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5011:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5016:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5019:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5025:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5026:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5026:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5026:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5026:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5026:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5027:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5027:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5027:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5030:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5034:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5036:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5037:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5037:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5037:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5037:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5037:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5037:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5037:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5037:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5038:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5038:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5038:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5041:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5047:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5048:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5050:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5055:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5058:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5058:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5058:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5058:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5058:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5059:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5059:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5059:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5061:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5063:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5072:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5131:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:5131:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:5131:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:5136:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5139:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5142:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5142:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5144:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5149:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5154:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:5173:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5174:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5175:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5176:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5176:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5178:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5184:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5190:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5191:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5192:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5192:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5192:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5192:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5192:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5192:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5192:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5193:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5193:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5193:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5196:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5202:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5208:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5209:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5212:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5213:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5213:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5214:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5214:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5214:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5214:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5214:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5214:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5214:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5214:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5216:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5216:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5216:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5218:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5226:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5227:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5227:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5228:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5228:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5228:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5230:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5238:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5239:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5239:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5240:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5240:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5240:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5240:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5240:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5241:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5252:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5256:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5258:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5265:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5276:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5277:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5278:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5279:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5280:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5281:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5282:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5283:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5284:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5298:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5301:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5301:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5302:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5302:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5303:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5303:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5303:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5309:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5310:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5324:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5325:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5325:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5333:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5334:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5334:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5334:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5334:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5334:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5334:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5338:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5338:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5338:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5338:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5338:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5338:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5338:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5338:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5338:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5340:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5340:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5343:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5343:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5343:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5343:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5343:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5343:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5343:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:5343:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5343:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5345:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5345:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5349:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5349:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5349:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5350:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5350:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5350:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5351:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5351:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5351:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5353:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5353:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5363:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5364:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5365:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5366:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5367:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5369:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5376:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5377:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5383:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5384:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5385:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5386:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5388:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5389:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5390:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5395:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5396:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5401:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5402:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5404:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5413:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5414:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5414:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5416:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5425:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5427:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5428:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5428:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5428:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5428:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5428:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5428:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5428:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5428:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5429:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5429:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5429:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5432:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5437:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5442:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5443:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5444:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5447:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5451:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5453:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5464:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5501:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5523:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:5523:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:5523:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:5529:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5529:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5529:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5529:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5531:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5531:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5536:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5548:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5548:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5550:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5551:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5554:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5555:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5558:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5560:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5566:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5571:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:5584:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5585:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5586:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5587:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5588:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5589:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5592:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5593:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5598:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5598:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5601:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5601:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5601:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5602:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5602:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5603:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5603:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5603:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5609:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5610:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5624:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5626:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5633:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5634:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5638:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5639:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:5680:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5683:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5684:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5687:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5687:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5691:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5691:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5700:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5700:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5700:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5700:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5700:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5700:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5710:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:5735:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5736:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5738:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5740:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5746:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5750:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:5752:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5752:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5752:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5752:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5752:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5752:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5753:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5753:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5753:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5755:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5755:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5762:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5764:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5771:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5782:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5782:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5782:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5783:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5788:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5789:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5803:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5803:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5803:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5804:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5814:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5851:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5873:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:5873:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:5873:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:5880:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5883:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5883:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5883:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5885:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5885:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5890:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5901:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5901:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5902:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5902:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5903:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5913:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5913:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5914:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5914:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5915:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5925:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5925:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:5926:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:5930:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5934:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:5943:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5943:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5945:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5948:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:5949:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:5952:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5952:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5952:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5957:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5957:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5957:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:5957:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5957:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:5957:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:5957:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:5963:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5967:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:5989:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6016:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6017:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6037:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6037:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6037:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6043:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6043:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6043:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6043:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6044:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6044:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6049:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6057:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:6059:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6059:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6060:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6060:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6060:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6060:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6061:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6061:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6064:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6064:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6064:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6064:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6064:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6066:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6072:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:6073:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6075:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6075:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6075:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6075:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6075:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6075:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6076:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6079:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6081:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6081:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6081:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6081:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6081:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6081:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6082:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6084:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6086:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6086:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6086:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6086:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6086:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6087:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6088:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6091:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:6092:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6094:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6094:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6094:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6094:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6094:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6094:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6095:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6098:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6100:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6100:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6103:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6105:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6106:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6111:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:6113:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6138:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:6145:	Avoid excessively long variable names like incmChargbleHeadSal
com/tin/etbaf/rpu/GRPU.java:6145:	Avoid unused local variables such as 'incmChargbleHeadSal'.
com/tin/etbaf/rpu/GRPU.java:6145:	Local variable 'incmChargbleHeadSal' could be declared final
com/tin/etbaf/rpu/GRPU.java:6157:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:6160:	Avoid excessively long variable names like totAmtExceptionSec10
com/tin/etbaf/rpu/GRPU.java:6161:	Avoid excessively long variable names like totGrossRecFrmCurEmployer
com/tin/etbaf/rpu/GRPU.java:6162:	Avoid excessively long variable names like flagtotGrossRecFrmCurEmployer
com/tin/etbaf/rpu/GRPU.java:6163:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:6163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6165:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6173:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6178:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:6180:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6181:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6183:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:6190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6190:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6190:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6190:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6192:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6194:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6194:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6194:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6194:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6194:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6194:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6194:	The String literal "DELETE" appears 8 times in this file; the first occurrence is on line 6,194
com/tin/etbaf/rpu/GRPU.java:6194:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6196:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6200:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:6214:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6214:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6216:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6217:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6217:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6217:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6225:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6226:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6226:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6226:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6226:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6226:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:6226:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6232:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:6236:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:6244:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6246:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6247:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6247:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6247:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6247:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6247:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:6247:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6256:	Local variable 'bl1' could be declared final
com/tin/etbaf/rpu/GRPU.java:6261:	Local variable 'bl2' could be declared final
com/tin/etbaf/rpu/GRPU.java:6265:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6277:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:6285:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6293:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6326:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6347:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6347:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6347:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6352:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6352:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6352:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6352:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6354:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6354:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6359:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6390:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6390:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6416:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6422:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6422:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6447:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6447:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6447:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6462:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6462:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6462:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6462:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6464:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6464:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6469:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6484:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6491:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:6547:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6547:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6572:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6586:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6586:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:6608:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6608:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6608:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6627:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6627:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6627:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6627:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6629:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6629:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6634:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6672:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6693:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6693:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6693:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6699:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6699:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6699:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPU.java:6699:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6701:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPU.java:6731:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:6757:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6758:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6759:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6760:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6796:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:6796:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:6796:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:6802:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6803:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6804:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6805:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6805:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6815:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6888:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6904:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6906:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:6924:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:6932:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:6977:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:6997:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7010:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7012:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:7019:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:7052:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7060:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7070:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:7078:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:7122:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:7123:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:7142:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7152:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:7152:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:7178:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7179:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7180:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7204:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7205:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7206:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7233:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7234:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7235:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7256:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7263:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7263:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7267:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7267:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7272:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7278:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7294:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7316:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7323:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7323:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7327:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:7327:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7335:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7391:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:7391:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:7391:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:7401:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7401:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:7418:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:7452:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:7452:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:7452:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:7459:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7459:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:7484:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7498:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7505:	Avoid excessively long variable names like houspePropertycol15
com/tin/etbaf/rpu/GRPU.java:7508:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'diff16_21' is not final.
com/tin/etbaf/rpu/GRPU.java:7511:	Avoid unused local variables such as 'grossTotalcol16'.
com/tin/etbaf/rpu/GRPU.java:7511:	Local variable 'grossTotalcol16' could be declared final
com/tin/etbaf/rpu/GRPU.java:7511:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:7527:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7561:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:7622:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7640:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7642:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7642:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:7679:	Avoid excessively long variable names like houspePropertycol15
com/tin/etbaf/rpu/GRPU.java:7682:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'diff16_21' is not final.
com/tin/etbaf/rpu/GRPU.java:7685:	Avoid unused local variables such as 'grossTotalcol16'.
com/tin/etbaf/rpu/GRPU.java:7685:	Local variable 'grossTotalcol16' could be declared final
com/tin/etbaf/rpu/GRPU.java:7685:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:7758:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:7758:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:7765:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:7788:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'diff16_21' is not final.
com/tin/etbaf/rpu/GRPU.java:7921:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:8002:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:8004:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:8005:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:8006:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:8010:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8010:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8013:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8013:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8016:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8016:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8023:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8023:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8033:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:8033:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Col_Pselect' is not final.
com/tin/etbaf/rpu/GRPU.java:8033:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Row_Pselect' is not final.
com/tin/etbaf/rpu/GRPU.java:8033:	Parameter 'Col_Pselect' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8033:	Parameter 'Row_Pselect' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8033:	Parameter 'element' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8033:	The method 'pasteXLAnnex1' has a Cyclomatic Complexity of 77.
com/tin/etbaf/rpu/GRPU.java:8033:	The method 'pasteXLAnnex1' has a Modified Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:8033:	The method 'pasteXLAnnex1' has a Standard Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:8033:	Variables should start with a lowercase character, 'Col_Pselect' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:8033:	Variables should start with a lowercase character, 'Row_Pselect' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:8033:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8034:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8034:	Avoid variables with short names like j
com/tin/etbaf/rpu/GRPU.java:8034:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:8034:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:8034:	Parameter 'i' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8034:	Parameter 'j' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8034:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8034:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8034:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8045:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:8048:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8049:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8050:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8053:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8054:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8055:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8058:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8061:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8062:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8062:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8062:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8062:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8066:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8066:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8066:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8066:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8071:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8071:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8071:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8071:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8073:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8076:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8076:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8076:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8076:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8079:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8083:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8084:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8084:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8084:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8086:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8086:	The String literal "row " appears 4 times in this file; the first occurrence is on line 8,086
com/tin/etbaf/rpu/GRPU.java:8091:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8094:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8095:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8095:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8095:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8096:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8096:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8096:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8096:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:8098:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8101:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8103:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8106:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8108:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8112:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8113:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8114:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8115:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8116:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8117:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8122:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8125:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8126:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8138:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8161:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8161:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8165:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8165:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8165:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8165:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8167:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8167:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8170:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8170:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:8170:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8170:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8172:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8172:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8176:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8177:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8178:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8180:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:8180:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8190:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8196:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8205:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:8205:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:8205:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:8205:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8206:	Found 'DD'-anomaly for variable 'Length' (lines '8,206'-'8,211').
com/tin/etbaf/rpu/GRPU.java:8206:	Found 'DU'-anomaly for variable 'Length' (lines '8,206'-'8,220').
com/tin/etbaf/rpu/GRPU.java:8206:	Variables should start with a lowercase character, 'Length' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:8208:	Local variable 'excel' could be declared final
com/tin/etbaf/rpu/GRPU.java:8209:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPU.java:8209:	Local variable 's' could be declared final
com/tin/etbaf/rpu/GRPU.java:8210:	Avoid unused local variables such as 'v'.
com/tin/etbaf/rpu/GRPU.java:8210:	Avoid variables with short names like v
com/tin/etbaf/rpu/GRPU.java:8210:	Found 'DU'-anomaly for variable 'v' (lines '8,210'-'8,220').
com/tin/etbaf/rpu/GRPU.java:8210:	Local variable 'v' could be declared final
com/tin/etbaf/rpu/GRPU.java:8222:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:8222:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:8222:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8222:	The method 'fileitemopen_actionPerformed' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:8222:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8223:	Avoid unused local variables such as 'str'.
com/tin/etbaf/rpu/GRPU.java:8223:	Found 'DU'-anomaly for variable 'str' (lines '8,223'-'8,263').
com/tin/etbaf/rpu/GRPU.java:8223:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/GRPU.java:8224:	Avoid unused local variables such as 'caretCount'.
com/tin/etbaf/rpu/GRPU.java:8224:	Found 'DU'-anomaly for variable 'caretCount' (lines '8,224'-'8,263').
com/tin/etbaf/rpu/GRPU.java:8224:	Local variable 'caretCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:8225:	Avoid unused local variables such as 'caretPos'.
com/tin/etbaf/rpu/GRPU.java:8225:	Found 'DU'-anomaly for variable 'caretPos' (lines '8,225'-'8,263').
com/tin/etbaf/rpu/GRPU.java:8225:	Local variable 'caretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:8226:	Avoid unused local variables such as 'nxtCaretPos'.
com/tin/etbaf/rpu/GRPU.java:8226:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '8,226'-'8,263').
com/tin/etbaf/rpu/GRPU.java:8226:	Local variable 'nxtCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:8227:	Avoid unused local variables such as 'lastCaretPos'.
com/tin/etbaf/rpu/GRPU.java:8227:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:8228:	Avoid unused local variables such as 'typOfHeader'.
com/tin/etbaf/rpu/GRPU.java:8228:	Local variable 'typOfHeader' could be declared final
com/tin/etbaf/rpu/GRPU.java:8230:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8233:	Avoid unused local variables such as 'aPreFile'.
com/tin/etbaf/rpu/GRPU.java:8233:	Found 'DU'-anomaly for variable 'aPreFile' (lines '8,233'-'8,263').
com/tin/etbaf/rpu/GRPU.java:8233:	Local variable 'aPreFile' could be declared final
com/tin/etbaf/rpu/GRPU.java:8235:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8236:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8242:	The String literal ".tds" appears 10 times in this file; the first occurrence is on line 8,242
com/tin/etbaf/rpu/GRPU.java:8243:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8243:	The String literal "Import" appears 4 times in this file; the first occurrence is on line 8,243
com/tin/etbaf/rpu/GRPU.java:8245:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8259:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:8260:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:8266:	Parameter 'nameOfTheFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8266:	The method 'checkFileName' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:8266:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8267:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8268:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8280:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:8287:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:8287:	Avoid unused private methods such as 'fileitemprint_actionPerformed1(ActionEvent)'.
com/tin/etbaf/rpu/GRPU.java:8287:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:8287:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:8287:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8288:	Local variable 'job' could be declared final
com/tin/etbaf/rpu/GRPU.java:8294:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8298:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPU.java:8312:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:8312:	Avoid unused private methods such as 'fileitemprint_actionPerformed(ActionEvent)'.
com/tin/etbaf/rpu/GRPU.java:8312:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:8312:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:8312:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8314:	Local variable 'job' could be declared final
com/tin/etbaf/rpu/GRPU.java:8322:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:8327:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPU.java:8339:	Avoid variables with short names like gx
com/tin/etbaf/rpu/GRPU.java:8339:	Avoid variables with short names like pf
com/tin/etbaf/rpu/GRPU.java:8339:	Parameter 'gx' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8339:	Parameter 'page' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8339:	Parameter 'pf' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8339:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8342:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:8345:	Avoid variables with short names like g
com/tin/etbaf/rpu/GRPU.java:8345:	Local variable 'g' could be declared final
com/tin/etbaf/rpu/GRPU.java:8352:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:8352:	Avoid unused local variables such as 'temp'.
com/tin/etbaf/rpu/GRPU.java:8352:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:8365:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:8365:	Avoid unused method parameters such as 'ab'.
com/tin/etbaf/rpu/GRPU.java:8365:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:8365:	Avoid variables with short names like ab
com/tin/etbaf/rpu/GRPU.java:8365:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:8365:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:8365:	Method names should not start with capital letters
com/tin/etbaf/rpu/GRPU.java:8365:	Parameter 'ab' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8365:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8365:	The method 'TabGRPU_stateChanged' has a Cyclomatic Complexity of 345.
com/tin/etbaf/rpu/GRPU.java:8365:	The method 'TabGRPU_stateChanged' has a Modified Cyclomatic Complexity of 218.
com/tin/etbaf/rpu/GRPU.java:8365:	The method 'TabGRPU_stateChanged' has a Standard Cyclomatic Complexity of 218.
com/tin/etbaf/rpu/GRPU.java:8365:	The method TabGRPU_stateChanged() has an NCSS line count of 801
com/tin/etbaf/rpu/GRPU.java:8367:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8369:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8370:	Avoid unused local variables such as 'DDOCount'.
com/tin/etbaf/rpu/GRPU.java:8370:	Local variable 'DDOCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:8370:	Variables should start with a lowercase character, 'DDOCount' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:8371:	Avoid variables with short names like o
com/tin/etbaf/rpu/GRPU.java:8371:	Local variable 'o' could be declared final
com/tin/etbaf/rpu/GRPU.java:8376:	Avoid unused local variables such as 'filledRws'.
com/tin/etbaf/rpu/GRPU.java:8376:	Local variable 'filledRws' could be declared final
com/tin/etbaf/rpu/GRPU.java:8394:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8394:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8407:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8411:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8426:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8430:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:8431:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8446:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8449:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8458:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8472:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:8493:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:8493:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:8494:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:8494:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:8496:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8504:	The String literal "terminateEditOnFocusLost" appears 4 times in this file; the first occurrence is on line 8,504
com/tin/etbaf/rpu/GRPU.java:8519:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8520:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8521:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8526:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8527:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8528:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8533:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8534:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8535:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8541:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8542:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:8543:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8543:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:8546:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8550:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8551:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8553:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8553:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:8564:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:8566:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8567:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:8571:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPU.java:8572:	Local variable 'surcharge' could be declared final
com/tin/etbaf/rpu/GRPU.java:8573:	Local variable 'educess' could be declared final
com/tin/etbaf/rpu/GRPU.java:8574:	Local variable 'intrst' could be declared final
com/tin/etbaf/rpu/GRPU.java:8575:	Local variable 'others' could be declared final
com/tin/etbaf/rpu/GRPU.java:8577:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8578:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8580:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8581:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8586:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8587:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8589:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8590:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8591:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8594:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8595:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8596:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8599:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8692:	Avoid unused local variables such as 'comboBox1'.
com/tin/etbaf/rpu/GRPU.java:8692:	Local variable 'comboBox1' could be declared final
com/tin/etbaf/rpu/GRPU.java:8720:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8728:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:8728:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8728:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8732:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:8732:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:8732:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:8742:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8742:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8743:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8744:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8744:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:8759:	Avoid unused local variables such as 'rows_able'.
com/tin/etbaf/rpu/GRPU.java:8759:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rows_able' is not final.
com/tin/etbaf/rpu/GRPU.java:8761:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:8781:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8799:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8813:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8834:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8836:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:8869:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:8908:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8922:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8923:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8945:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:8974:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9054:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9108:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9111:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:9114:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9125:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9154:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9155:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9161:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9168:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:9169:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9176:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9197:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:9209:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9228:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:9228:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:9254:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:9283:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9284:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:9293:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9300:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9305:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9313:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9324:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9325:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:9336:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9343:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9343:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9344:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9348:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9348:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9349:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9352:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9352:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9353:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9356:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9357:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9358:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:9361:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9362:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9365:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9366:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9370:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9374:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9388:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:9391:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9391:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9396:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9403:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9403:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9404:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9409:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9409:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9410:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9414:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9414:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9415:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9419:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9420:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9423:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9424:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9427:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9428:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9438:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:9441:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9441:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9446:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9460:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9464:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9481:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9487:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9487:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9487:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9488:	The String literal "92A" appears 8 times in this file; the first occurrence is on line 9,488
com/tin/etbaf/rpu/GRPU.java:9488:	The String literal "92B" appears 8 times in this file; the first occurrence is on line 9,488
com/tin/etbaf/rpu/GRPU.java:9488:	The String literal "92C" appears 4 times in this file; the first occurrence is on line 9,488
com/tin/etbaf/rpu/GRPU.java:9489:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9493:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9493:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9494:	The String literal "193" appears 17 times in this file; the first occurrence is on line 9,494
com/tin/etbaf/rpu/GRPU.java:9494:	The String literal "194" appears 17 times in this file; the first occurrence is on line 9,494
com/tin/etbaf/rpu/GRPU.java:9494:	The String literal "94A" appears 17 times in this file; the first occurrence is on line 9,494
com/tin/etbaf/rpu/GRPU.java:9495:	The String literal "4BB" appears 17 times in this file; the first occurrence is on line 9,495
com/tin/etbaf/rpu/GRPU.java:9495:	The String literal "4EE" appears 17 times in this file; the first occurrence is on line 9,495
com/tin/etbaf/rpu/GRPU.java:9495:	The String literal "94B" appears 17 times in this file; the first occurrence is on line 9,495
com/tin/etbaf/rpu/GRPU.java:9495:	The String literal "94C" appears 17 times in this file; the first occurrence is on line 9,495
com/tin/etbaf/rpu/GRPU.java:9495:	The String literal "94D" appears 17 times in this file; the first occurrence is on line 9,495
com/tin/etbaf/rpu/GRPU.java:9496:	The String literal "94F" appears 17 times in this file; the first occurrence is on line 9,496
com/tin/etbaf/rpu/GRPU.java:9496:	The String literal "94G" appears 17 times in this file; the first occurrence is on line 9,496
com/tin/etbaf/rpu/GRPU.java:9496:	The String literal "94H" appears 17 times in this file; the first occurrence is on line 9,496
com/tin/etbaf/rpu/GRPU.java:9496:	The String literal "94J" appears 13 times in this file; the first occurrence is on line 9,496
com/tin/etbaf/rpu/GRPU.java:9496:	The String literal "94L" appears 17 times in this file; the first occurrence is on line 9,496
com/tin/etbaf/rpu/GRPU.java:9497:	The String literal "4IA" appears 12 times in this file; the first occurrence is on line 9,497
com/tin/etbaf/rpu/GRPU.java:9497:	The String literal "4IB" appears 12 times in this file; the first occurrence is on line 9,497
com/tin/etbaf/rpu/GRPU.java:9497:	The String literal "9IA" appears 11 times in this file; the first occurrence is on line 9,497
com/tin/etbaf/rpu/GRPU.java:9501:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9502:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:9507:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9507:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9512:	The String literal "4BA" appears 17 times in this file; the first occurrence is on line 9,512
com/tin/etbaf/rpu/GRPU.java:9512:	The String literal "4DA" appears 10 times in this file; the first occurrence is on line 9,512
com/tin/etbaf/rpu/GRPU.java:9514:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9517:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9517:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9522:	The String literal "2AA" appears 15 times in this file; the first occurrence is on line 9,522
com/tin/etbaf/rpu/GRPU.java:9523:	The String literal "LBB" appears 19 times in this file; the first occurrence is on line 9,523
com/tin/etbaf/rpu/GRPU.java:9523:	The String literal "LBC" appears 12 times in this file; the first occurrence is on line 9,523
com/tin/etbaf/rpu/GRPU.java:9525:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9525:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9526:	The String literal "194IC" appears 8 times in this file; the first occurrence is on line 9,526
com/tin/etbaf/rpu/GRPU.java:9532:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9533:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9533:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9534:	The String literal "94N" appears 25 times in this file; the first occurrence is on line 9,534
com/tin/etbaf/rpu/GRPU.java:9542:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9544:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9544:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9548:	The String literal "4JA" appears 6 times in this file; the first occurrence is on line 9,548
com/tin/etbaf/rpu/GRPU.java:9548:	The String literal "4JB" appears 6 times in this file; the first occurrence is on line 9,548
com/tin/etbaf/rpu/GRPU.java:9549:	The String literal "94K" appears 6 times in this file; the first occurrence is on line 9,549
com/tin/etbaf/rpu/GRPU.java:9550:	The String literal "BA1" appears 7 times in this file; the first occurrence is on line 9,550
com/tin/etbaf/rpu/GRPU.java:9550:	The String literal "BA2" appears 7 times in this file; the first occurrence is on line 9,550
com/tin/etbaf/rpu/GRPU.java:9553:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9554:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9554:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9560:	The String literal "4NF" appears 30 times in this file; the first occurrence is on line 9,560
com/tin/etbaf/rpu/GRPU.java:9562:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9565:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9565:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9574:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9574:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9574:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9586:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9586:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9598:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9599:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:9599:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:9606:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9613:	Local variable 'date' could be declared final
com/tin/etbaf/rpu/GRPU.java:9614:	Local variable 'sdf' could be declared final
com/tin/etbaf/rpu/GRPU.java:9629:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:9641:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9641:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9642:	The String literal "195" appears 22 times in this file; the first occurrence is on line 9,642
com/tin/etbaf/rpu/GRPU.java:9642:	The String literal "94E" appears 22 times in this file; the first occurrence is on line 9,642
com/tin/etbaf/rpu/GRPU.java:9643:	The String literal "96A" appears 22 times in this file; the first occurrence is on line 9,643
com/tin/etbaf/rpu/GRPU.java:9643:	The String literal "96B" appears 22 times in this file; the first occurrence is on line 9,643
com/tin/etbaf/rpu/GRPU.java:9643:	The String literal "96C" appears 22 times in this file; the first occurrence is on line 9,643
com/tin/etbaf/rpu/GRPU.java:9643:	The String literal "96D" appears 22 times in this file; the first occurrence is on line 9,643
com/tin/etbaf/rpu/GRPU.java:9644:	The String literal "4LB" appears 19 times in this file; the first occurrence is on line 9,644
com/tin/etbaf/rpu/GRPU.java:9644:	The String literal "4LC" appears 16 times in this file; the first occurrence is on line 9,644
com/tin/etbaf/rpu/GRPU.java:9644:	The String literal "4LD" appears 11 times in this file; the first occurrence is on line 9,644
com/tin/etbaf/rpu/GRPU.java:9645:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9650:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9654:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9654:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9654:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9662:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9662:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9662:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9669:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9670:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9670:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9670:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9676:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9677:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9677:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9677:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9684:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9684:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9684:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9691:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9692:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9692:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9692:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9698:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9698:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9698:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9710:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9710:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9722:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9727:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:9728:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9728:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9742:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9742:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9747:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9749:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:9750:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9750:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9750:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9755:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:9755:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9755:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9763:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:9763:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:9787:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:9787:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9787:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9805:	Avoid excessively long variable names like challan_serial_number
com/tin/etbaf/rpu/GRPU.java:9805:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_serial_number' is not final.
com/tin/etbaf/rpu/GRPU.java:9832:	Avoid excessively long variable names like challanSerialNumberCombo
com/tin/etbaf/rpu/GRPU.java:9840:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9841:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:9841:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9857:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9858:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9867:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9868:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9877:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9878:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9878:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9882:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9883:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9883:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9900:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9901:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9910:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9911:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9911:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9915:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9916:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9916:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9928:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:9937:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9938:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9947:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9948:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9948:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9952:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9953:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9953:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9970:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9971:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9980:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9981:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9981:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:9985:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:9986:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:9986:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10004:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10005:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10014:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10015:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10015:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10019:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10020:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10020:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10032:	Avoid excessively long variable names like grossingUpIndCombo
com/tin/etbaf/rpu/GRPU.java:10039:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10040:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10049:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10050:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10050:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10054:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10055:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10055:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10068:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:10075:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10075:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10082:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10083:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10083:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10087:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10088:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10088:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10104:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10104:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10111:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10111:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10111:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10115:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10115:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10125:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10127:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:10128:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10130:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10133:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10156:	Avoid excessively long variable names like dedIsPermanentResidentCombo
com/tin/etbaf/rpu/GRPU.java:10160:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10167:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10168:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10168:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10172:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10173:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10173:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10183:	Avoid excessively long variable names like dedIsPermanentResidentEstCombo
com/tin/etbaf/rpu/GRPU.java:10187:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10187:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10194:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10195:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10195:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10199:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10200:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10200:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10208:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10210:	Avoid excessively long variable names like WhetherpymntisliableCombo
com/tin/etbaf/rpu/GRPU.java:10214:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10221:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10222:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10222:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10226:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:10227:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:10227:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:10251:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10251:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10252:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10253:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10253:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10267:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:10268:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10269:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:10271:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:10277:	Local variable 'selYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:10279:	Local variable 'next_year' could be declared final
com/tin/etbaf/rpu/GRPU.java:10279:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year' is not final.
com/tin/etbaf/rpu/GRPU.java:10284:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10284:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:10284:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:10285:	The String literal "Others" appears 8 times in this file; the first occurrence is on line 10,285
com/tin/etbaf/rpu/GRPU.java:10287:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:10287:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:10297:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10298:	Variables should start with a lowercase character, 'Amnt80CCG' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:10300:	Avoid excessively long variable names like totalAmntChpVIA_new
com/tin/etbaf/rpu/GRPU.java:10300:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntChpVIA_new' is not final.
com/tin/etbaf/rpu/GRPU.java:10301:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:10301:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:10301:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:10301:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:10305:	Local variable 'Amnt80CCG_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10305:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Amnt80CCG_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10305:	Variables should start with a lowercase character, 'Amnt80CCG_obj' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:10315:	Avoid excessively long variable names like totalAmntChpVIA_obj
com/tin/etbaf/rpu/GRPU.java:10315:	Local variable 'totalAmntChpVIA_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10315:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntChpVIA_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10340:	Variables should start with a lowercase character, 'Amnt80CCF' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:10342:	Avoid excessively long variable names like totalAmntChpVIA_new
com/tin/etbaf/rpu/GRPU.java:10342:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntChpVIA_new' is not final.
com/tin/etbaf/rpu/GRPU.java:10343:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:10343:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:10344:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:10344:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:10348:	Local variable 'Amnt80CCF_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10348:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Amnt80CCF_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10348:	Variables should start with a lowercase character, 'Amnt80CCF_obj' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:10358:	Avoid excessively long variable names like totalAmntChpVIA_obj
com/tin/etbaf/rpu/GRPU.java:10358:	Local variable 'totalAmntChpVIA_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10358:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntChpVIA_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10381:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:10381:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:10382:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:10408:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10408:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:10457:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10459:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:10459:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:10459:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:10459:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:10475:	Avoid excessively long variable names like totalAmntCurrEmp_obj
com/tin/etbaf/rpu/GRPU.java:10475:	Local variable 'totalAmntCurrEmp_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10475:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntCurrEmp_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10489:	Avoid excessively long variable names like totalAmntPrevEmp_obj
com/tin/etbaf/rpu/GRPU.java:10489:	Local variable 'totalAmntPrevEmp_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:10489:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'totalAmntPrevEmp_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:10535:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10536:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:10542:	Local variable 'Income_chargable' could be declared final
com/tin/etbaf/rpu/GRPU.java:10542:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Income_chargable' is not final.
com/tin/etbaf/rpu/GRPU.java:10542:	Variables should start with a lowercase character, 'Income_chargable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:10565:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:10565:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:10566:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:10567:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10569:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:10571:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10572:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:10587:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:10619:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:10620:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:11252:	Avoid excessively long variable names like dedcuteeTypeComboAnnx2
com/tin/etbaf/rpu/GRPU.java:11256:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11263:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11263:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11263:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11267:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11267:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11267:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11294:	Avoid excessively long variable names like whetherTaxDedHigherRateAnnx2
com/tin/etbaf/rpu/GRPU.java:11298:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11298:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11303:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11303:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11303:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11307:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11307:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11307:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11316:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11317:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11348:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:11348:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11348:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11353:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11353:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11356:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11357:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11363:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11368:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:11372:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11375:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:11375:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:11375:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:11375:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:11375:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11375:	The method 'jButton_addRow_actionPerformed' has a Cyclomatic Complexity of 40.
com/tin/etbaf/rpu/GRPU.java:11375:	The method 'jButton_addRow_actionPerformed' has a Modified Cyclomatic Complexity of 34.
com/tin/etbaf/rpu/GRPU.java:11375:	The method 'jButton_addRow_actionPerformed' has a Standard Cyclomatic Complexity of 34.
com/tin/etbaf/rpu/GRPU.java:11375:	The method jButton_addRow_actionPerformed() has an NPath complexity of 1364
com/tin/etbaf/rpu/GRPU.java:11377:	Avoid variables with short names like ia
com/tin/etbaf/rpu/GRPU.java:11377:	Avoid variables with short names like ja
com/tin/etbaf/rpu/GRPU.java:11377:	Avoid variables with short names like ka
com/tin/etbaf/rpu/GRPU.java:11377:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:11391:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11391:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11394:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:11394:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11397:	Avoid idempotent operations (like assigning a variable to itself).
com/tin/etbaf/rpu/GRPU.java:11406:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11416:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11418:	Avoid idempotent operations (like assigning a variable to itself).
com/tin/etbaf/rpu/GRPU.java:11418:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11421:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11421:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11427:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11439:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:11439:	Avoid unused local variables such as 'message'.
com/tin/etbaf/rpu/GRPU.java:11439:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:11444:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:11445:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:11445:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:11449:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11450:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:11452:	Local variable 'text1' could be declared final
com/tin/etbaf/rpu/GRPU.java:11453:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:11454:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11456:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11458:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11458:	The String literal "Please enter a value greater than 0" appears 4 times in this file; the first occurrence is on line 11,458
com/tin/etbaf/rpu/GRPU.java:11471:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11471:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:11472:	Local variable 'currRowCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:11474:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11479:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11492:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11497:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11501:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11518:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11541:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11541:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:11549:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11553:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11553:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:11558:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11559:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11563:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11563:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11570:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11576:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11587:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:11588:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:11593:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/rpu/GRPU.java:11593:	Parameter 'exist_rows' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11593:	Parameter 'rowCount' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11593:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11596:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:11606:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11618:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11633:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11657:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:11657:	Avoid variables with short names like j
com/tin/etbaf/rpu/GRPU.java:11657:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:11657:	Parameter 'annex_insert' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11657:	Parameter 'j' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11657:	Parameter 'rowCount' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11657:	The method 'addBlankRows1' has a Cyclomatic Complexity of 43.
com/tin/etbaf/rpu/GRPU.java:11657:	The method 'addBlankRows1' has a Modified Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:11657:	The method 'addBlankRows1' has a Standard Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:11657:	The method addBlankRows1() has an NPath complexity of 9968641
com/tin/etbaf/rpu/GRPU.java:11657:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11658:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/rpu/GRPU.java:11658:	Parameter 'exist_rows' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11662:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:11664:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11675:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11675:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11690:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11693:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11702:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11705:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11713:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11716:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11724:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:11727:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11733:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11746:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11760:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11761:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:11770:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11770:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11771:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:11774:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11779:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11779:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11780:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11781:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:11802:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11805:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11817:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11830:	Avoid unused local variables such as 'getRowCnt1'.
com/tin/etbaf/rpu/GRPU.java:11830:	Local variable 'getRowCnt1' could be declared final
com/tin/etbaf/rpu/GRPU.java:11838:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_flag' is not final.
com/tin/etbaf/rpu/GRPU.java:11838:	Parameter 'exist_flag' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11838:	Parameter 'rowCount' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11838:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11841:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:11842:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:11842:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11876:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:11884:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:11885:	The String literal "Add" appears 13 times in this file; the first occurrence is on line 11,885
com/tin/etbaf/rpu/GRPU.java:11890:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:11904:	Avoid unused local variables such as 'getRowCnt2'.
com/tin/etbaf/rpu/GRPU.java:11904:	Local variable 'getRowCnt2' could be declared final
com/tin/etbaf/rpu/GRPU.java:11908:	Avoid unused private methods such as 'addKeySelectionToDropDown()'.
com/tin/etbaf/rpu/GRPU.java:11908:	The method 'addKeySelectionToDropDown' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:11908:	The method 'addKeySelectionToDropDown' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:11908:	The method 'addKeySelectionToDropDown' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:11914:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11921:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11921:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11921:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11925:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11925:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11925:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11934:	Avoid excessively long variable names like natureOfDedDropDown
com/tin/etbaf/rpu/GRPU.java:11941:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11941:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11948:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11948:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11948:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11952:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11952:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11952:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11960:	Avoid excessively long variable names like ddoMappingDropDown
com/tin/etbaf/rpu/GRPU.java:11967:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11967:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11974:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11974:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11974:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11978:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:11978:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11978:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11987:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:11987:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:11987:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:11987:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:11990:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:11990:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:11992:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:11998:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:12007:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12007:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12007:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12011:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12015:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12020:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12020:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12032:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:12032:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12032:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12036:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12036:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12049:	Local variable 'rightRenderer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12059:	Local variable 'tableContainer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12077:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12077:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12077:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12091:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12091:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'chalnn_getRowCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:12091:	Parameter 'chalnn_getRowCnt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12092:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'model_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:12092:	Parameter 'model_insert' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12095:	Local variable 'getRowCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:12096:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:12100:	Avoid unused local variables such as 'r'.
com/tin/etbaf/rpu/GRPU.java:12100:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12100:	Local variable 'r' could be declared final
com/tin/etbaf/rpu/GRPU.java:12103:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12103:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:12115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12118:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:12119:	Local variable 'pnl' could be declared final
com/tin/etbaf/rpu/GRPU.java:12123:	Avoid unused local variables such as 'text'.
com/tin/etbaf/rpu/GRPU.java:12123:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:12130:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:12130:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:12130:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12130:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12130:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12130:	The method 'jButton_delRow_actionPerformed' has a Cyclomatic Complexity of 84.
com/tin/etbaf/rpu/GRPU.java:12130:	The method 'jButton_delRow_actionPerformed' has a Modified Cyclomatic Complexity of 59.
com/tin/etbaf/rpu/GRPU.java:12130:	The method 'jButton_delRow_actionPerformed' has a Standard Cyclomatic Complexity of 59.
com/tin/etbaf/rpu/GRPU.java:12130:	The method jButton_delRow_actionPerformed() has an NCSS line count of 194
com/tin/etbaf/rpu/GRPU.java:12130:	The method jButton_delRow_actionPerformed() has an NPath complexity of 40022
com/tin/etbaf/rpu/GRPU.java:12133:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'record_annI' is not final.
com/tin/etbaf/rpu/GRPU.java:12133:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:12134:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_no' is not final.
com/tin/etbaf/rpu/GRPU.java:12139:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12144:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12147:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12149:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12153:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:12159:	Local variable 'pnl' could be declared final
com/tin/etbaf/rpu/GRPU.java:12164:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:12167:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:12168:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:12169:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:12176:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:12177:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:12178:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12182:	Local variable 'text1' could be declared final
com/tin/etbaf/rpu/GRPU.java:12196:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12203:	Variables should start with a lowercase character, 'ChallanSrNo' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:12204:	Local variable 'ChallanSrNoObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:12204:	Variables should start with a lowercase character, 'ChallanSrNoObj' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:12206:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12255:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:12256:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:12260:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:12261:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:12263:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12269:	Local variable 'text1' could be declared final
com/tin/etbaf/rpu/GRPU.java:12271:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:12271:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12287:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12288:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12297:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12297:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12298:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12300:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12304:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:12306:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12306:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:12320:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12327:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12344:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:12345:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:12351:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:12352:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:12353:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12360:	Local variable 'text1' could be declared final
com/tin/etbaf/rpu/GRPU.java:12373:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12374:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12386:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12386:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12387:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:12389:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12395:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12410:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:12419:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12426:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12428:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12428:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:12444:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12446:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12448:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12448:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:12460:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12460:	Avoid variables with short names like r1
com/tin/etbaf/rpu/GRPU.java:12460:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:12461:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12461:	Avoid variables with short names like p1
com/tin/etbaf/rpu/GRPU.java:12461:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:12463:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:12472:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12485:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12485:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12485:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12485:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:12503:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12509:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12511:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12511:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:12523:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12523:	Avoid variables with short names like r1
com/tin/etbaf/rpu/GRPU.java:12523:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:12524:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPU.java:12527:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:12529:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:12551:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12554:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:12554:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:12555:	Avoid variables with short names like p1
com/tin/etbaf/rpu/GRPU.java:12555:	Local variable 'p1' could be declared final
com/tin/etbaf/rpu/GRPU.java:12575:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:12576:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:12578:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:12580:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:12583:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:12584:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:12590:	Local variable 'reply' could be declared final
com/tin/etbaf/rpu/GRPU.java:12600:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:12616:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12618:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12620:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12630:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:12630:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:12630:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12630:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12630:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12630:	The method 'jButton_back_actionPerformed' has a Cyclomatic Complexity of 88.
com/tin/etbaf/rpu/GRPU.java:12630:	The method 'jButton_back_actionPerformed' has a Modified Cyclomatic Complexity of 60.
com/tin/etbaf/rpu/GRPU.java:12630:	The method 'jButton_back_actionPerformed' has a Standard Cyclomatic Complexity of 60.
com/tin/etbaf/rpu/GRPU.java:12630:	The method jButton_back_actionPerformed() has an NCSS line count of 187
com/tin/etbaf/rpu/GRPU.java:12630:	The method jButton_back_actionPerformed() has an NPath complexity of 536
com/tin/etbaf/rpu/GRPU.java:12633:	Local variable 'rowFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:12634:	Local variable 'colFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:12635:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12643:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12644:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12648:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12658:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12658:	The String literal "Do you want to save the changes you made to " appears 36 times in this file; the first occurrence is on line 12,658
com/tin/etbaf/rpu/GRPU.java:12661:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12663:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12666:	Local variable 'dataAdd' could be declared final
com/tin/etbaf/rpu/GRPU.java:12682:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12682:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12687:	The String literal "Do you want to save the changes you made?" appears 4 times in this file; the first occurrence is on line 12,687
com/tin/etbaf/rpu/GRPU.java:12688:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12691:	Local variable 'fileNameToSave' could be declared final
com/tin/etbaf/rpu/GRPU.java:12692:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12693:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12695:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12695:	The String literal "Invalid File Name" appears 4 times in this file; the first occurrence is on line 12,695
com/tin/etbaf/rpu/GRPU.java:12696:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12696:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12698:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12700:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12701:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12703:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12705:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12705:	The String literal "Invalid length of filename. \nFilename cannot be more than " appears 6 times in this file; the first occurrence is on line 12,705
com/tin/etbaf/rpu/GRPU.java:12707:	The String literal " characters" appears 6 times in this file; the first occurrence is on line 12,707
com/tin/etbaf/rpu/GRPU.java:12708:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:12711:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12714:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12715:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12715:	The String literal "Invalid File Name.\n  :  /  ?  >  <  *  \"  |  \\  ^  _ or Space, not allowed in File Name." appears 4 times in this file; the first occurrence is on line 12,715
com/tin/etbaf/rpu/GRPU.java:12717:	Local variable 'msg' could be declared final
com/tin/etbaf/rpu/GRPU.java:12719:	Local variable 'userResponse' could be declared final
com/tin/etbaf/rpu/GRPU.java:12723:	Local variable 'data' could be declared final
com/tin/etbaf/rpu/GRPU.java:12740:	Local variable 'data' could be declared final
com/tin/etbaf/rpu/GRPU.java:12756:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12756:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12762:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12763:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12767:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12770:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12772:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12775:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:12790:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12790:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12794:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12797:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12800:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12802:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12805:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:12820:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12820:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12825:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12828:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12830:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12833:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:12847:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12847:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12849:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12853:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12856:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12860:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12863:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12865:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12868:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:12886:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12886:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12889:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12891:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12895:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12898:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12900:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:12903:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:12920:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12920:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12923:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:12925:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:12928:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:12930:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:12933:	Avoid unnecessary return statements
com/tin/etbaf/rpu/GRPU.java:12939:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:12939:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12939:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12939:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12941:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12943:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12944:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12948:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12950:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12951:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12957:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12957:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12957:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12957:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:12958:	Avoid variables with short names like gu
com/tin/etbaf/rpu/GRPU.java:12958:	Local variable 'gu' could be declared final
com/tin/etbaf/rpu/GRPU.java:12959:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:12961:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:12962:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12966:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12968:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12969:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:12978:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:12978:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:12978:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:12978:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:12978:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:12978:	The method 'jButton_crtFile_actionPerformed' has a Cyclomatic Complexity of 878.
com/tin/etbaf/rpu/GRPU.java:12978:	The method 'jButton_crtFile_actionPerformed' has a Modified Cyclomatic Complexity of 352.
com/tin/etbaf/rpu/GRPU.java:12978:	The method 'jButton_crtFile_actionPerformed' has a Standard Cyclomatic Complexity of 352.
com/tin/etbaf/rpu/GRPU.java:12978:	The method jButton_crtFile_actionPerformed() has an NCSS line count of 1181
com/tin/etbaf/rpu/GRPU.java:12984:	Local variable 'pattern' could be declared final
com/tin/etbaf/rpu/GRPU.java:12987:	Avoid variables with short names like r
com/tin/etbaf/rpu/GRPU.java:12987:	Local variable 'r' could be declared final
com/tin/etbaf/rpu/GRPU.java:12992:	Local variable 'pattern2' could be declared final
com/tin/etbaf/rpu/GRPU.java:12995:	Avoid variables with short names like r2
com/tin/etbaf/rpu/GRPU.java:12995:	Local variable 'r2' could be declared final
com/tin/etbaf/rpu/GRPU.java:13000:	Avoid unused local variables such as 'check'.
com/tin/etbaf/rpu/GRPU.java:13000:	Local variable 'check' could be declared final
com/tin/etbaf/rpu/GRPU.java:13003:	Local variable 'corrval' could be declared final
com/tin/etbaf/rpu/GRPU.java:13009:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13011:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13021:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13023:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13034:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13036:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13036:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13045:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13047:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13047:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13057:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:13058:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13059:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13059:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13068:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13070:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13070:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13079:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13081:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13081:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13094:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13096:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13096:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13104:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13106:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13106:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13114:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13116:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13116:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13126:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13126:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13134:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13136:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13136:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13146:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13148:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13148:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13156:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13158:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13158:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13166:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13168:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13168:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13176:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13178:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13178:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13186:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13188:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:13188:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:13205:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13206:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13214:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13216:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13217:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13229:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13237:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13239:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13240:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13265:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13282:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13292:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13311:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13320:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13329:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13360:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13378:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:13388:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:13389:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:13400:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13409:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13418:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13443:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:13443:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13460:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:13463:	Local variable 'filledrowNo' could be declared final
com/tin/etbaf/rpu/GRPU.java:13468:	Local variable 'valfile' could be declared final
com/tin/etbaf/rpu/GRPU.java:13469:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:13479:	Local variable 'cdRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:13484:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:13489:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13491:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:13491:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13492:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:13550:	The String literal "YES" appears 6 times in this file; the first occurrence is on line 13,550
com/tin/etbaf/rpu/GRPU.java:13579:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:13597:	Local variable 'ddRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:13603:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13618:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13795:	The String literal "Not a Valid Date" appears 6 times in this file; the first occurrence is on line 13,795
com/tin/etbaf/rpu/GRPU.java:13800:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13850:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:13850:	Avoid unused local variables such as 'ActualTotalTax'.
com/tin/etbaf/rpu/GRPU.java:13850:	Local variable 'ActualTotalTax' could be declared final
com/tin/etbaf/rpu/GRPU.java:13850:	Variables should start with a lowercase character, 'ActualTotalTax' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:13852:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:13854:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:13871:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13872:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13882:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:13930:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13937:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13941:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13952:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:13955:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13961:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13967:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:13978:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:13981:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13982:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13992:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:13993:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:13995:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:13997:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:14007:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14010:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14011:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14019:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:14021:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:14022:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14024:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14026:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:14039:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14081:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14081:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14083:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14105:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:14106:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14114:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:14115:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14126:	The String literal "Rate of tax deducted is invalid" appears 6 times in this file; the first occurrence is on line 14,126
com/tin/etbaf/rpu/GRPU.java:14141:	Avoid variables with short names like d
com/tin/etbaf/rpu/GRPU.java:14142:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:14142:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14144:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14158:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14245:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14248:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14250:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14258:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14261:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14263:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14271:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14274:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14276:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:14288:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14288:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14316:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14317:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14319:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14336:	Avoid variables with short names like d
com/tin/etbaf/rpu/GRPU.java:14337:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:14337:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14339:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14371:	Local variable 'PanValid' could be declared final
com/tin/etbaf/rpu/GRPU.java:14371:	Variables should start with a lowercase character, 'PanValid' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:14372:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:14375:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:14378:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14380:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14386:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14392:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14398:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14417:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:14418:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:14418:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:14418:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:14429:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:14429:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:14431:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15135:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15162:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15255:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15255:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15257:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15307:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15307:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15309:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15310:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:15467:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15467:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15469:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15470:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:15532:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15532:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15534:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15588:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15588:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15590:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15691:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15691:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15693:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15724:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15724:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15726:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15862:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:15862:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:15864:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15896:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15896:	Method call on object which may be null
com/tin/etbaf/rpu/GRPU.java:15898:	The String literal "--SELECT--" appears 17 times in this file; the first occurrence is on line 15,898
com/tin/etbaf/rpu/GRPU.java:15898:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:15914:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15919:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:15930:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15931:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15934:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15943:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15944:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15947:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15949:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:15960:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15961:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15964:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15975:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15976:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15979:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15981:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:15992:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:15993:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:15996:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16007:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16008:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16011:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16013:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16024:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16024:	Method call on object which may be null
com/tin/etbaf/rpu/GRPU.java:16026:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16042:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16045:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16056:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16057:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16060:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16069:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16070:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16073:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16075:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16086:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16087:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16090:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16101:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16102:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16105:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16107:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16119:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16122:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16134:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16137:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16139:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16153:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:16153:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:16156:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16182:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16196:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16221:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:16221:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:16223:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16308:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:16308:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:16310:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16311:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16313:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16360:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16362:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16420:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16422:	Avoid variables with short names like cr
com/tin/etbaf/rpu/GRPU.java:16422:	Local variable 'cr' could be declared final
com/tin/etbaf/rpu/GRPU.java:16431:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:16433:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:16434:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:16440:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16440:	Parameter 'jcomp' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16440:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16449:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16449:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16449:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16449:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16455:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16455:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16455:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16455:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16463:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16463:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16463:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16463:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16463:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16464:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:16464:	The String literal " and col : " appears 5 times in this file; the first occurrence is on line 16,464
com/tin/etbaf/rpu/GRPU.java:16464:	The String literal " at row : " appears 5 times in this file; the first occurrence is on line 16,464
com/tin/etbaf/rpu/GRPU.java:16471:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16471:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16471:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16471:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16471:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16472:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:16479:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16479:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16479:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16479:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16479:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16480:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:16487:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPU.java:16487:	Parameter 's' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16487:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16488:	Avoid variables with short names like p
com/tin/etbaf/rpu/GRPU.java:16488:	Local variable 'p' could be declared final
com/tin/etbaf/rpu/GRPU.java:16489:	Avoid variables with short names like m
com/tin/etbaf/rpu/GRPU.java:16489:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/GRPU.java:16490:	Avoid variables with short names like b
com/tin/etbaf/rpu/GRPU.java:16490:	Local variable 'b' could be declared final
com/tin/etbaf/rpu/GRPU.java:16491:	Consider simply returning the value vs storing it in local variable 'b'
com/tin/etbaf/rpu/GRPU.java:16494:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16494:	Parameter 'fileSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16494:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16496:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:16497:	Local variable 'index_of_txt' could be declared final
com/tin/etbaf/rpu/GRPU.java:16497:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'index_of_txt' is not final.
com/tin/etbaf/rpu/GRPU.java:16498:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:16498:	Local variable 'index_of_grpu' could be declared final
com/tin/etbaf/rpu/GRPU.java:16498:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'index_of_grpu' is not final.
com/tin/etbaf/rpu/GRPU.java:16505:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16507:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16512:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16519:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16519:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16519:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16524:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16529:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16529:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16529:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16535:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16539:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16539:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16539:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16547:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16548:	Avoid variables with short names like t
com/tin/etbaf/rpu/GRPU.java:16548:	Local variable 't' could be declared final
com/tin/etbaf/rpu/GRPU.java:16552:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:16554:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16554:	Consider simply returning the value vs storing it in local variable 'text'
com/tin/etbaf/rpu/GRPU.java:16557:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:16559:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:16564:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:16564:	Parameter 'filledrowNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16564:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16566:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16567:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16574:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:16574:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:16574:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:16574:	Parameter 'filledrowNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:16574:	The method 'funValidate_challan' has a Cyclomatic Complexity of 130.
com/tin/etbaf/rpu/GRPU.java:16574:	The method 'funValidate_challan' has a Modified Cyclomatic Complexity of 98.
com/tin/etbaf/rpu/GRPU.java:16574:	The method 'funValidate_challan' has a Standard Cyclomatic Complexity of 98.
com/tin/etbaf/rpu/GRPU.java:16574:	The method funValidate_challan() has an NCSS line count of 340
com/tin/etbaf/rpu/GRPU.java:16574:	The method funValidate_challan() has an NPath complexity of 686829713
com/tin/etbaf/rpu/GRPU.java:16574:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:16583:	Local variable 'typStmt' could be declared final
com/tin/etbaf/rpu/GRPU.java:16584:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:16585:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16586:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16587:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:16590:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16592:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16593:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16595:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16596:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16597:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16598:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16601:	Local variable 'sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:16602:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16605:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:16609:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16612:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16618:	Local variable 'tabval' could be declared final
com/tin/etbaf/rpu/GRPU.java:16620:	Local variable 'year1' could be declared final
com/tin/etbaf/rpu/GRPU.java:16622:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16623:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16625:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16639:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16640:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16641:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16668:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16669:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16670:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16702:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16704:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16705:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16738:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16740:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16741:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16773:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16775:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16776:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16808:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16809:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16810:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16812:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16813:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16847:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:16849:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16849:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16851:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16852:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16890:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16891:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tds_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16892:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sur_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16893:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cess_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16894:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16895:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fee_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16896:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'others_c' is not final.
com/tin/etbaf/rpu/GRPU.java:16897:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_sum_depostd' is not final.
com/tin/etbaf/rpu/GRPU.java:16898:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:16899:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16900:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16907:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16914:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16921:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16928:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16935:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:16945:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:16976:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:16978:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:16978:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16980:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:16981:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17008:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17010:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:17011:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17038:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17040:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17040:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:17042:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17043:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17044:	Local variable 'sep1' could be declared final
com/tin/etbaf/rpu/GRPU.java:17045:	Local variable 'sep2' could be declared final
com/tin/etbaf/rpu/GRPU.java:17046:	Local variable 'day' could be declared final
com/tin/etbaf/rpu/GRPU.java:17048:	Local variable 'month' could be declared final
com/tin/etbaf/rpu/GRPU.java:17050:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:17053:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17062:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17104:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17106:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17107:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17108:	Local variable 'sep1' could be declared final
com/tin/etbaf/rpu/GRPU.java:17109:	Local variable 'sep2' could be declared final
com/tin/etbaf/rpu/GRPU.java:17110:	Local variable 'day' could be declared final
com/tin/etbaf/rpu/GRPU.java:17111:	Local variable 'month' could be declared final
com/tin/etbaf/rpu/GRPU.java:17113:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:17116:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17125:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17166:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17168:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17168:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:17170:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:17171:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17203:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17205:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17206:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17239:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17241:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17242:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17283:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17287:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17288:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17294:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17305:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17306:	Avoid catching NullPointerException; consider removing the cause of the NPE.
com/tin/etbaf/rpu/GRPU.java:17306:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:17307:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:17313:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17313:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17313:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17313:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:17321:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:17323:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:17327:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:17332:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPU.java:17332:	Avoid unused private methods such as 'jButton_import_actionPerformed(ActionEvent)'.
com/tin/etbaf/rpu/GRPU.java:17332:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:17332:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:17332:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17335:	Avoid unused local variables such as 'gChk'.
com/tin/etbaf/rpu/GRPU.java:17335:	Local variable 'gChk' could be declared final
com/tin/etbaf/rpu/GRPU.java:17336:	Avoid unused local variables such as 'gHashChk'.
com/tin/etbaf/rpu/GRPU.java:17336:	Local variable 'gHashChk' could be declared final
com/tin/etbaf/rpu/GRPU.java:17341:	Local variable 'selFile' could be declared final
com/tin/etbaf/rpu/GRPU.java:17345:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17346:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:17348:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17349:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17356:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:17357:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:17363:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:17364:	Avoid variables with short names like fc
com/tin/etbaf/rpu/GRPU.java:17364:	Local variable 'fc' could be declared final
com/tin/etbaf/rpu/GRPU.java:17373:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:17374:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17374:	Avoid unused local variables such as 'filename'.
com/tin/etbaf/rpu/GRPU.java:17374:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:17375:	Avoid variables with short names like fc
com/tin/etbaf/rpu/GRPU.java:17375:	Local variable 'fc' could be declared final
com/tin/etbaf/rpu/GRPU.java:17379:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPU.java:17381:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17383:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17385:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17387:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:17390:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17401:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17406:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17410:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17412:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17417:	Parameter 'theFileChooser' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17417:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:17418:	Local variable 'aResult' could be declared final
com/tin/etbaf/rpu/GRPU.java:17420:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17420:	Avoid unused local variables such as 'isFirst'.
com/tin/etbaf/rpu/GRPU.java:17420:	Local variable 'isFirst' could be declared final
com/tin/etbaf/rpu/GRPU.java:17421:	The default label should be the last label in a switch statement
com/tin/etbaf/rpu/GRPU.java:17426:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17435:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17439:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17446:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:17447:	Avoid variables with short names like fc
com/tin/etbaf/rpu/GRPU.java:17447:	Local variable 'fc' could be declared final
com/tin/etbaf/rpu/GRPU.java:17451:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPU.java:17452:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:17458:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17462:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:17468:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:17468:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:17468:	Parameter 'method1' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17468:	Parameter 'selFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17468:	Parameter 'typeOfFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:17468:	The method 'import_or_open_file' has a Cyclomatic Complexity of 317.
com/tin/etbaf/rpu/GRPU.java:17468:	The method 'import_or_open_file' has a Modified Cyclomatic Complexity of 215.
com/tin/etbaf/rpu/GRPU.java:17468:	The method 'import_or_open_file' has a Standard Cyclomatic Complexity of 215.
com/tin/etbaf/rpu/GRPU.java:17468:	The method import_or_open_file() has an NCSS line count of 766
com/tin/etbaf/rpu/GRPU.java:17468:	The method import_or_open_file() has an NPath complexity of 1193495265
com/tin/etbaf/rpu/GRPU.java:17472:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17472:	Avoid unused local variables such as 'caretCount'.
com/tin/etbaf/rpu/GRPU.java:17472:	Local variable 'caretCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:17475:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17475:	Avoid unused local variables such as 'lastCaretPos'.
com/tin/etbaf/rpu/GRPU.java:17475:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GRPU.java:17478:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17478:	Avoid unused local variables such as 'gTemp'.
com/tin/etbaf/rpu/GRPU.java:17478:	Local variable 'gTemp' could be declared final
com/tin/etbaf/rpu/GRPU.java:17485:	Variables should start with a lowercase character, 'RegFH' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17486:	Variables should start with a lowercase character, 'BatchHeader' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17487:	Variables should start with a lowercase character, 'TrsnDetails' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17488:	Variables should start with a lowercase character, 'ChllnDetails' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17489:	Variables should start with a lowercase character, 'AnnIIDetails' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17490:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:17490:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:17491:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:17491:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:17493:	Avoid variables with short names like in
com/tin/etbaf/rpu/GRPU.java:17494:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17494:	Avoid unused local variables such as 'rowNum'.
com/tin/etbaf/rpu/GRPU.java:17494:	Local variable 'rowNum' could be declared final
com/tin/etbaf/rpu/GRPU.java:17495:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17495:	Avoid unused local variables such as 'DtlforRow'.
com/tin/etbaf/rpu/GRPU.java:17495:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:17495:	Local variable 'DtlforRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:17495:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:17495:	Variables should start with a lowercase character, 'DtlforRow' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17496:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17496:	Avoid unused local variables such as 'stateCentrName'.
com/tin/etbaf/rpu/GRPU.java:17496:	Local variable 'stateCentrName' could be declared final
com/tin/etbaf/rpu/GRPU.java:17497:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17497:	Avoid excessively long variable names like LaststateCentrName
com/tin/etbaf/rpu/GRPU.java:17497:	Avoid unused local variables such as 'LaststateCentrName'.
com/tin/etbaf/rpu/GRPU.java:17497:	Local variable 'LaststateCentrName' could be declared final
com/tin/etbaf/rpu/GRPU.java:17497:	Variables should start with a lowercase character, 'LaststateCentrName' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17498:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17498:	Avoid unused local variables such as 'stateName'.
com/tin/etbaf/rpu/GRPU.java:17498:	Local variable 'stateName' could be declared final
com/tin/etbaf/rpu/GRPU.java:17499:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17499:	Avoid unused local variables such as 'hashFromFile'.
com/tin/etbaf/rpu/GRPU.java:17499:	Local variable 'hashFromFile' could be declared final
com/tin/etbaf/rpu/GRPU.java:17500:	Variables should start with a lowercase character, 'AbsoluteFilePath' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17501:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17501:	Avoid unused local variables such as 'TypDed'.
com/tin/etbaf/rpu/GRPU.java:17501:	Local variable 'TypDed' could be declared final
com/tin/etbaf/rpu/GRPU.java:17501:	Variables should start with a lowercase character, 'TypDed' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17502:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17502:	Avoid unused local variables such as 'LastTypDed'.
com/tin/etbaf/rpu/GRPU.java:17502:	Local variable 'LastTypDed' could be declared final
com/tin/etbaf/rpu/GRPU.java:17502:	Variables should start with a lowercase character, 'LastTypDed' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17504:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17504:	Avoid unused local variables such as 'indexForarray'.
com/tin/etbaf/rpu/GRPU.java:17504:	Local variable 'indexForarray' could be declared final
com/tin/etbaf/rpu/GRPU.java:17507:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17507:	Avoid unused local variables such as 'key'.
com/tin/etbaf/rpu/GRPU.java:17507:	Local variable 'key' could be declared final
com/tin/etbaf/rpu/GRPU.java:17518:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17518:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:17521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17522:	Local variable 'isFileValidated' could be declared final
com/tin/etbaf/rpu/GRPU.java:17526:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17529:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17534:	Local variable 'errCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:17536:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:17542:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17551:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17564:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17577:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17578:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17578:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:17578:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:17586:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17586:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17588:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17588:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:17617:	Avoid variables with short names like ia
com/tin/etbaf/rpu/GRPU.java:17617:	Avoid variables with short names like ja
com/tin/etbaf/rpu/GRPU.java:17617:	Avoid variables with short names like ka
com/tin/etbaf/rpu/GRPU.java:17617:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:17619:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:17626:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:17638:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:17643:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17645:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17645:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17654:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17655:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17655:	Avoid unused local variables such as 'NumOfCaret'.
com/tin/etbaf/rpu/GRPU.java:17655:	Local variable 'NumOfCaret' could be declared final
com/tin/etbaf/rpu/GRPU.java:17655:	Variables should start with a lowercase character, 'NumOfCaret' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:17662:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17663:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17666:	The String literal "Imported file is not a regular file." appears 4 times in this file; the first occurrence is on line 17,666
com/tin/etbaf/rpu/GRPU.java:17668:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17669:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17671:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17672:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17682:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17684:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17686:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17687:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:17697:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17700:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17711:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:17712:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:17714:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17719:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17719:	Avoid returning from a finally block
com/tin/etbaf/rpu/GRPU.java:17724:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17726:	Local variable 'grpumain' could be declared final
com/tin/etbaf/rpu/GRPU.java:17735:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:17735:	Local variable 'formno' could be declared final
com/tin/etbaf/rpu/GRPU.java:17736:	Local variable 'dist' could be declared final
com/tin/etbaf/rpu/GRPU.java:17738:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17739:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17740:	The String literal "CONS" appears 4 times in this file; the first occurrence is on line 17,740
com/tin/etbaf/rpu/GRPU.java:17746:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17747:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17748:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17754:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17757:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17766:	The String literal "Select File related to Form " appears 8 times in this file; the first occurrence is on line 17,766
com/tin/etbaf/rpu/GRPU.java:17770:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17772:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17773:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17775:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17787:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17789:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17790:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17793:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17805:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17807:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17808:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17810:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17822:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17824:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17825:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:17830:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17835:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:17836:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:17850:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17850:	The String literal "LineHash" appears 20 times in this file; the first occurrence is on line 17,850
com/tin/etbaf/rpu/GRPU.java:17857:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:17860:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17868:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17874:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17886:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17891:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17967:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:17968:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17975:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:17975:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17986:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:17991:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18001:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18007:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18020:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18024:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18032:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18036:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18039:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18051:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18056:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18061:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:18063:	Local variable 'rowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:18072:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18075:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:18078:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18079:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18079:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18081:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18083:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18091:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:18095:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18104:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18109:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18111:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:18111:	Local variable 'st_DD' could be declared final
com/tin/etbaf/rpu/GRPU.java:18111:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'st_DD' is not final.
com/tin/etbaf/rpu/GRPU.java:18114:	Local variable 'val' could be declared final
com/tin/etbaf/rpu/GRPU.java:18115:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18121:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18122:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:18133:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18145:	Local variable 'rowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:18154:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18161:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18161:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:18169:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18174:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18181:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18182:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18182:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18182:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18183:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18189:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18190:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18202:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18203:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18206:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18212:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:18214:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18215:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18222:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18223:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18228:	The String literal "GOVERNMENT" appears 10 times in this file; the first occurrence is on line 18,228
com/tin/etbaf/rpu/GRPU.java:18230:	The String literal "NONRESDENT" appears 10 times in this file; the first occurrence is on line 18,230
com/tin/etbaf/rpu/GRPU.java:18232:	The String literal "OTHERVALUE" appears 10 times in this file; the first occurrence is on line 18,232
com/tin/etbaf/rpu/GRPU.java:18241:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18243:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18282:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18283:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18283:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18286:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18286:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18289:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18293:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18297:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18308:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18308:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:18311:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18312:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18330:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18330:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18333:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18360:	Avoid variables with short names like ia
com/tin/etbaf/rpu/GRPU.java:18360:	Avoid variables with short names like ja
com/tin/etbaf/rpu/GRPU.java:18360:	Avoid variables with short names like ka
com/tin/etbaf/rpu/GRPU.java:18360:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:18368:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:18371:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18373:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18373:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18380:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18381:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:18381:	Avoid unused local variables such as 'NumOfCaret'.
com/tin/etbaf/rpu/GRPU.java:18381:	Local variable 'NumOfCaret' could be declared final
com/tin/etbaf/rpu/GRPU.java:18381:	Variables should start with a lowercase character, 'NumOfCaret' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:18388:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18389:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18390:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18390:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18394:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18395:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18397:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18398:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18404:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18404:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18408:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18410:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18412:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18413:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:18419:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18419:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18423:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18427:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18429:	Local variable 'grpumain' could be declared final
com/tin/etbaf/rpu/GRPU.java:18434:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:18434:	Local variable 'formno' could be declared final
com/tin/etbaf/rpu/GRPU.java:18437:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18438:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18439:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18441:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18441:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18447:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18448:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18450:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18450:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18456:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18459:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18464:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18464:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18471:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18473:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18478:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18478:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18485:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18487:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18492:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18492:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18499:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18501:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18506:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18506:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18513:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18518:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18525:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18532:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18534:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18540:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18543:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18559:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18560:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18574:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18577:	Avoid unused local variables such as 'k'.
com/tin/etbaf/rpu/GRPU.java:18577:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:18577:	Local variable 'k' could be declared final
com/tin/etbaf/rpu/GRPU.java:18584:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18590:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18591:	Local variable 'S16' could be declared final
com/tin/etbaf/rpu/GRPU.java:18591:	Variables should start with a lowercase character, 'S16' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:18603:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18604:	Local variable 'C6A' could be declared final
com/tin/etbaf/rpu/GRPU.java:18604:	Variables should start with a lowercase character, 'C6A' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:18605:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18670:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18671:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:18675:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18679:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18683:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18687:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18691:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18695:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18699:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18706:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18710:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18714:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18718:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18722:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18726:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18730:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18734:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18738:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18743:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18747:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18751:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18755:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18759:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18763:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18767:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18771:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18775:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18779:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18783:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18787:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18791:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18795:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:18811:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18811:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18814:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:18815:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18830:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_str' is not final.
com/tin/etbaf/rpu/GRPU.java:18833:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:18833:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18833:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18835:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:18835:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18835:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18838:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:18838:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18838:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18842:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:18843:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:18843:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18843:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18847:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:18847:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18847:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18850:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18850:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18855:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18855:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18860:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18860:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18863:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18865:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:18866:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:18871:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:18880:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:18880:	Parameter 'annIIDetails' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:18880:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:18880:	The method 'setAnnIIValues' has a Cyclomatic Complexity of 55.
com/tin/etbaf/rpu/GRPU.java:18880:	The method 'setAnnIIValues' has a Modified Cyclomatic Complexity of 52.
com/tin/etbaf/rpu/GRPU.java:18880:	The method 'setAnnIIValues' has a Standard Cyclomatic Complexity of 52.
com/tin/etbaf/rpu/GRPU.java:18880:	The method setAnnIIValues() has an NCSS line count of 222
com/tin/etbaf/rpu/GRPU.java:18882:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:18888:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:18891:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:18891:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:18891:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:18891:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:18898:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18900:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18908:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18910:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18941:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18942:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18947:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18953:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18954:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18956:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18956:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18956:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18958:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18959:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18961:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18961:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18961:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18963:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18964:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18966:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18966:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18966:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18968:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18969:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18971:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18971:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18971:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18973:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18974:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18976:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18976:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18976:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18978:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18979:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18981:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18981:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18981:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18983:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18984:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18986:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18986:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18986:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18988:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18989:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18991:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:18991:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:18991:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:18998:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:18999:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19001:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19001:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19001:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19004:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19005:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19012:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19019:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19022:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19024:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19031:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19034:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19036:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19093:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19096:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19098:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19151:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19154:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19156:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19163:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19164:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19166:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19166:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19166:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19169:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19170:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19172:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19172:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19172:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19174:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19175:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19177:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19177:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19177:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19220:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:19220:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19220:	Parameter 'trsnDetails' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19220:	The method 'setAnnIValues' has a Cyclomatic Complexity of 43.
com/tin/etbaf/rpu/GRPU.java:19220:	The method 'setAnnIValues' has a Modified Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:19220:	The method 'setAnnIValues' has a Standard Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:19220:	The method setAnnIValues() has an NCSS line count of 155
com/tin/etbaf/rpu/GRPU.java:19220:	The method setAnnIValues() has an NPath complexity of 34320
com/tin/etbaf/rpu/GRPU.java:19223:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19227:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19228:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19234:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:19234:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19234:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19236:	Local variable 'year1' could be declared final
com/tin/etbaf/rpu/GRPU.java:19237:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19237:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19253:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19255:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19287:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19290:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19292:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:19294:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19294:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19294:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19297:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19301:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19301:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19301:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19305:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19306:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19317:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19320:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19322:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19326:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19331:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19332:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19339:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19341:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19346:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19348:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19356:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19358:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19366:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19368:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19370:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19393:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19396:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19398:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19401:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19401:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19401:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19406:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19407:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19417:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19418:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19424:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19425:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19434:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19435:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19441:	Parameter 'obj' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19441:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19447:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPU.java:19449:	Avoid variables with short names like d
com/tin/etbaf/rpu/GRPU.java:19449:	Local variable 'd' could be declared final
com/tin/etbaf/rpu/GRPU.java:19450:	No need to call String.valueOf to append to a string.
com/tin/etbaf/rpu/GRPU.java:19456:	Parameter 'obj' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19456:	The method removeLeadingZeros() has an NPath complexity of 240
com/tin/etbaf/rpu/GRPU.java:19456:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19458:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19460:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:19461:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19462:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19464:	Local variable 'chars' could be declared final
com/tin/etbaf/rpu/GRPU.java:19473:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19474:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19481:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19481:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19481:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19481:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19482:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19484:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19484:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19488:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19488:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:19490:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19490:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19493:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19493:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:19493:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19502:	Parameter 'chllnDetails' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19502:	Parameter 'rownumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19503:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:19503:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:19504:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:19504:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:19550:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19550:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19551:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19553:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19557:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19559:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19564:	Parameter 'object' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19567:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19571:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19573:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19577:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:19578:	Parameter 'string' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19578:	The method 'changeDate' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:19578:	The method 'changeDate' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:19579:	Local variable 'date' could be declared final
com/tin/etbaf/rpu/GRPU.java:19580:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPU.java:19582:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19585:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19588:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19590:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19592:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19594:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19596:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19598:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19600:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19603:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19606:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19609:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19615:	Avoid unused private methods such as 'saveTdDetailsArray(Object,String)'.
com/tin/etbaf/rpu/GRPU.java:19615:	The method 'saveTdDetailsArray' has a Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GRPU.java:19615:	The method saveTdDetailsArray() has an NPath complexity of 730
com/tin/etbaf/rpu/GRPU.java:19615:	Variables should start with a lowercase character, 'TrsnDetailsNew' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19616:	Parameter 'fileExtsn' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19617:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19619:	Local variable 'lastTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:19620:	Avoid excessively long variable names like remiitedAmountLast
com/tin/etbaf/rpu/GRPU.java:19620:	Local variable 'remiitedAmountLast' could be declared final
com/tin/etbaf/rpu/GRPU.java:19621:	Local variable 'ddoReg' could be declared final
com/tin/etbaf/rpu/GRPU.java:19622:	Local variable 'ddoCodeLast' could be declared final
com/tin/etbaf/rpu/GRPU.java:19623:	Local variable 'totalTaxLast' could be declared final
com/tin/etbaf/rpu/GRPU.java:19624:	Local variable 'natOfDedLast' could be declared final
com/tin/etbaf/rpu/GRPU.java:19626:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:19626:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19655:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19665:	Parameter 'natureOfDed' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19668:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19668:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19671:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19674:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19679:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19682:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19690:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19710:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:19711:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:19715:	Avoid reassigning parameters such as 'errType'
com/tin/etbaf/rpu/GRPU.java:19715:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19720:	Avoid unused private methods such as 'getCaretLine(Vector)'.
com/tin/etbaf/rpu/GRPU.java:19720:	Avoid using implementation types like 'Vector'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:19720:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:19720:	Parameter 'getVector' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19722:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19722:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:19728:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19730:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/GRPU.java:19732:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:19737:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19744:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19748:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:19749:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:19754:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19758:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:19759:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:19764:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:19776:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19776:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19776:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19776:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19776:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19776:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19777:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19779:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19780:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19792:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19792:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19792:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19792:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19792:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19792:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19793:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19797:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19798:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:19798:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19798:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19810:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19810:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19810:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19810:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19810:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19810:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19811:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19812:	Avoid unused local variables such as 'tan'.
com/tin/etbaf/rpu/GRPU.java:19814:	Local variable 'gStatusTAN' could be declared final
com/tin/etbaf/rpu/GRPU.java:19818:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19822:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19834:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19843:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19843:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19847:	Local variable 'val1' could be declared final
com/tin/etbaf/rpu/GRPU.java:19850:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19857:	Avoid reassigning parameters such as 'tan'
com/tin/etbaf/rpu/GRPU.java:19857:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19857:	The method 'checkTan' has a Cyclomatic Complexity of 48.
com/tin/etbaf/rpu/GRPU.java:19857:	The method 'checkTan' has a Modified Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:19857:	The method 'checkTan' has a Standard Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:19857:	The method checkTan() has an NPath complexity of 1006632960
com/tin/etbaf/rpu/GRPU.java:19857:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19859:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:19861:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:19864:	Local variable 'tranObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:19866:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:19867:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:19868:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19868:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19868:	The String literal "TANINVALID" appears 7 times in this file; the first occurrence is on line 19,868
com/tin/etbaf/rpu/GRPU.java:19868:	The String literal "TANNOTAVBL" appears 7 times in this file; the first occurrence is on line 19,868
com/tin/etbaf/rpu/GRPU.java:19868:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:19869:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19869:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19869:	The String literal "TANAPPLIED" appears 7 times in this file; the first occurrence is on line 19,869
com/tin/etbaf/rpu/GRPU.java:19870:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19870:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19870:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19872:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19875:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19875:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19875:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19876:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:19877:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19879:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19879:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19880:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19881:	Local variable 'subtan' could be declared final
com/tin/etbaf/rpu/GRPU.java:19882:	Local variable 'midSubtan' could be declared final
com/tin/etbaf/rpu/GRPU.java:19883:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:19883:	Local variable 'endSubtan' could be declared final
com/tin/etbaf/rpu/GRPU.java:19886:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19889:	Avoid using a branching statement as the last in a loop.
com/tin/etbaf/rpu/GRPU.java:19892:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19893:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19895:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19896:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19897:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19899:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19900:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19901:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19903:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19904:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19905:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19906:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19908:	Local variable 'checkBit' could be declared final
com/tin/etbaf/rpu/GRPU.java:19911:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19912:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19913:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19914:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19915:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19916:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19917:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19918:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19919:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19920:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19921:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19922:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19923:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:19923:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19924:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19930:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19930:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19930:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19930:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19930:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19930:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19931:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19932:	Variables should start with a lowercase character, 'Name' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19933:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19940:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19942:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19947:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19954:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19954:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19954:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19954:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19954:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19954:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19955:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19956:	Variables should start with a lowercase character, 'Addr1' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19957:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:19963:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19965:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:19970:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19977:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19977:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19977:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19977:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19977:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19977:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19978:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19980:	Local variable 'Addr2' could be declared final
com/tin/etbaf/rpu/GRPU.java:19980:	Variables should start with a lowercase character, 'Addr2' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19986:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:19993:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:19993:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19993:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19993:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19993:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:19993:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:19994:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:19996:	Local variable 'Addr3' could be declared final
com/tin/etbaf/rpu/GRPU.java:19996:	Variables should start with a lowercase character, 'Addr3' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20002:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20009:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20009:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20009:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20009:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20009:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20009:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20010:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20012:	Local variable 'Addr4' could be declared final
com/tin/etbaf/rpu/GRPU.java:20012:	Variables should start with a lowercase character, 'Addr4' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20018:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20025:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20025:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20025:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20025:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20025:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20025:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20026:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20030:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20033:	Local variable 'City' could be declared final
com/tin/etbaf/rpu/GRPU.java:20033:	Variables should start with a lowercase character, 'City' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20034:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20039:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20046:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20053:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20053:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20053:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20053:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20053:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20053:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20054:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20055:	Variables should start with a lowercase character, 'StateStr' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20056:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20056:	Avoid unused local variables such as 'chkState'.
com/tin/etbaf/rpu/GRPU.java:20056:	Local variable 'chkState' could be declared final
com/tin/etbaf/rpu/GRPU.java:20059:	Local variable 'stCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:20065:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20074:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20081:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20081:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20081:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20081:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20081:	The method 'validate_PinTD' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:20081:	The method 'validate_PinTD' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:20081:	The method 'validate_PinTD' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:20081:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20081:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20082:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20083:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20091:	The String literal "PIN Code must be provided" appears 4 times in this file; the first occurrence is on line 20,091
com/tin/etbaf/rpu/GRPU.java:20093:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20094:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:20097:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20110:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20112:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20135:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20135:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20135:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20135:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20135:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20135:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20136:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20140:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20155:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20157:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20164:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:20169:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20176:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20176:	Parameter 'Typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20176:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20176:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20176:	The method 'validate_MthYrTD' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:20176:	Variables should start with a lowercase character, 'Typ' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20176:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20177:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20178:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20178:	Variables should start with a lowercase character, 'MthYrArray' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20179:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20179:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:20180:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20180:	Variables should start with a lowercase character, 'MthYrStr' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20187:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20189:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:20191:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:20191:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20192:	Local variable 'parser' could be declared final
com/tin/etbaf/rpu/GRPU.java:20198:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20200:	The String literal " Column  : " appears 4 times in this file; the first occurrence is on line 20,200
com/tin/etbaf/rpu/GRPU.java:20202:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20209:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20215:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20217:	Local variable 'tanMonthYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:20227:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20231:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20237:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20237:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20237:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20237:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20238:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20245:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20245:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20245:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20245:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20246:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20253:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:20253:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20253:	Method names should not start with capital letters
com/tin/etbaf/rpu/GRPU.java:20253:	The method 'BH_nullCheck' has a Cyclomatic Complexity of 61.
com/tin/etbaf/rpu/GRPU.java:20253:	The method 'BH_nullCheck' has a Modified Cyclomatic Complexity of 45.
com/tin/etbaf/rpu/GRPU.java:20253:	The method 'BH_nullCheck' has a Standard Cyclomatic Complexity of 45.
com/tin/etbaf/rpu/GRPU.java:20253:	The method BH_nullCheck() has an NCSS line count of 221
com/tin/etbaf/rpu/GRPU.java:20253:	The method BH_nullCheck() has an NPath complexity of 693731328
com/tin/etbaf/rpu/GRPU.java:20253:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20254:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20254:	Avoid unused local variables such as 'gBH'.
com/tin/etbaf/rpu/GRPU.java:20254:	Local variable 'gBH' could be declared final
com/tin/etbaf/rpu/GRPU.java:20256:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20256:	The String literal "Please enter " appears 8 times in this file; the first occurrence is on line 20,256
com/tin/etbaf/rpu/GRPU.java:20261:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20266:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20266:	The String literal "Please select " appears 5 times in this file; the first occurrence is on line 20,266
com/tin/etbaf/rpu/GRPU.java:20271:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20276:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20281:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20285:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20291:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20294:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20300:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20304:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20304:	The String literal "Please enter AO " appears 4 times in this file; the first occurrence is on line 20,304
com/tin/etbaf/rpu/GRPU.java:20310:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20313:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20313:	The String literal "Special Characters not Allowed in " appears 5 times in this file; the first occurrence is on line 20,313
com/tin/etbaf/rpu/GRPU.java:20319:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20323:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20324:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20330:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20335:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20336:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20342:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20347:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20348:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20354:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20359:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20365:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20371:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20376:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20379:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20384:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20387:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20390:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20393:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20398:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20402:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20405:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20411:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20416:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20418:	The String literal "State Govt." appears 4 times in this file; the first occurrence is on line 20,418
com/tin/etbaf/rpu/GRPU.java:20421:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20424:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20431:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20434:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20441:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20444:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20450:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20454:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20460:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20464:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20468:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20477:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20480:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20489:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20493:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20502:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20504:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20513:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20518:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20522:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20524:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20533:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20537:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20538:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20547:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20552:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20553:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20562:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20567:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20568:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20577:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20585:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20588:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20593:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20596:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20599:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20602:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20605:	Local variable 'rpSTD' could be declared final
com/tin/etbaf/rpu/GRPU.java:20606:	Local variable 'rpPhone' could be declared final
com/tin/etbaf/rpu/GRPU.java:20607:	Local variable 'rpMobile' could be declared final
com/tin/etbaf/rpu/GRPU.java:20609:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20609:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20609:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20614:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20616:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20616:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20620:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20623:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20623:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20627:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20631:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:20634:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20641:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20643:	Local variable 'lenghtOfString' could be declared final
com/tin/etbaf/rpu/GRPU.java:20645:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20648:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20649:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20650:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20657:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20657:	The method 'checkOneAlpah' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:20659:	Local variable 'lenghtOfString' could be declared final
com/tin/etbaf/rpu/GRPU.java:20661:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20664:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20665:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20665:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20665:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:20667:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20674:	Parameter 'margin' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20674:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20674:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20674:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20675:	Avoid unused local variables such as 'model'.
com/tin/etbaf/rpu/GRPU.java:20675:	Local variable 'model' could be declared final
com/tin/etbaf/rpu/GRPU.java:20676:	Local variable 'colModel' could be declared final
com/tin/etbaf/rpu/GRPU.java:20678:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:20681:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20699:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:20699:	Parameter 'margin' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20699:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20699:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20699:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20700:	Avoid unused local variables such as 'model'.
com/tin/etbaf/rpu/GRPU.java:20700:	Local variable 'model' could be declared final
com/tin/etbaf/rpu/GRPU.java:20701:	Local variable 'colModel' could be declared final
com/tin/etbaf/rpu/GRPU.java:20703:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:20706:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20724:	Parameter 'margin' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20724:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20724:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20724:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20726:	Avoid unused local variables such as 'model'.
com/tin/etbaf/rpu/GRPU.java:20726:	Local variable 'model' could be declared final
com/tin/etbaf/rpu/GRPU.java:20727:	Local variable 'colModel' could be declared final
com/tin/etbaf/rpu/GRPU.java:20728:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:20731:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20748:	Parameter 'margin' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20748:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20748:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20748:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20749:	Avoid unused local variables such as 'model'.
com/tin/etbaf/rpu/GRPU.java:20749:	Local variable 'model' could be declared final
com/tin/etbaf/rpu/GRPU.java:20750:	Local variable 'colModel' could be declared final
com/tin/etbaf/rpu/GRPU.java:20752:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:20756:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20772:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20772:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20773:	Avoid variables with short names like ss
com/tin/etbaf/rpu/GRPU.java:20773:	Local variable 'ss' could be declared final
com/tin/etbaf/rpu/GRPU.java:20777:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:20777:	Parameter 'MthYrArray' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20777:	Parameter 'rowN' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20777:	The method 'chkMthYrClipboard' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:20777:	The method 'chkMthYrClipboard' has a Modified Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:20777:	The method 'chkMthYrClipboard' has a Standard Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:20777:	The method chkMthYrClipboard() has an NPath complexity of 4032
com/tin/etbaf/rpu/GRPU.java:20777:	Variables should start with a lowercase character, 'MthYrArray' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20777:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20779:	Local variable 'monthVal' could be declared final
com/tin/etbaf/rpu/GRPU.java:20780:	Local variable 'YearVal' could be declared final
com/tin/etbaf/rpu/GRPU.java:20780:	Variables should start with a lowercase character, 'YearVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20781:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20781:	Local variable 'getQ' could be declared final
com/tin/etbaf/rpu/GRPU.java:20782:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20782:	Local variable 'QtrAOForm' could be declared final
com/tin/etbaf/rpu/GRPU.java:20782:	Variables should start with a lowercase character, 'QtrAOForm' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20783:	Local variable 'FinYrAOForm' could be declared final
com/tin/etbaf/rpu/GRPU.java:20783:	Variables should start with a lowercase character, 'FinYrAOForm' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20786:	Variables should start with a lowercase character, 'NxtYrStr' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20787:	Local variable 'comboValYr' could be declared final
com/tin/etbaf/rpu/GRPU.java:20790:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20790:	Local variable 'comboValQ' could be declared final
com/tin/etbaf/rpu/GRPU.java:20800:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:20801:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:20802:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:20804:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:20805:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20808:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20810:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:20810:	Local variable 'chkYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:20810:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20810:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20811:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20811:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20812:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20812:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:20814:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20816:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20821:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20825:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20835:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20837:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:20840:	The String literal "Month does'nt match the 'Quarter' selected by you in " appears 4 times in this file; the first occurrence is on line 20,840
com/tin/etbaf/rpu/GRPU.java:20847:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20857:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20868:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20877:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20879:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:20890:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20911:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20917:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20917:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20917:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20919:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20919:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20921:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20924:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20924:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20924:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20926:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20926:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20928:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20932:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20932:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20932:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20934:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20934:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20936:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20939:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20939:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20939:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20941:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20941:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20943:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20946:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20946:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20946:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20948:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20948:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20950:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20956:	Parameter 'ColVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:20956:	Variables should start with a lowercase character, 'ColVal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20956:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:20958:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:20958:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20960:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:20971:	The method 'deleteCell' has a Cyclomatic Complexity of 28.
com/tin/etbaf/rpu/GRPU.java:20971:	The method 'deleteCell' has a Modified Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:20971:	The method 'deleteCell' has a Standard Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:20971:	The method deleteCell() has an NPath complexity of 220
com/tin/etbaf/rpu/GRPU.java:20972:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:20975:	Avoid unused local variables such as 'D_Row'.
com/tin/etbaf/rpu/GRPU.java:20975:	Local variable 'D_Row' could be declared final
com/tin/etbaf/rpu/GRPU.java:20975:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'D_Row' is not final.
com/tin/etbaf/rpu/GRPU.java:20975:	Variables should start with a lowercase character, 'D_Row' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20976:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:20978:	Local variable 'rowDeleted' could be declared final
com/tin/etbaf/rpu/GRPU.java:20979:	Local variable 'ColDeleted' could be declared final
com/tin/etbaf/rpu/GRPU.java:20979:	Variables should start with a lowercase character, 'ColDeleted' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:20980:	Local variable 'selCol' could be declared final
com/tin/etbaf/rpu/GRPU.java:20984:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:20985:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:20998:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21011:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:21014:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:21014:	The String literal " Tan Value" appears 4 times in this file; the first occurrence is on line 21,014
com/tin/etbaf/rpu/GRPU.java:21018:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21021:	Local variable 'revValue' could be declared final
com/tin/etbaf/rpu/GRPU.java:21024:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21030:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21037:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21049:	Avoid catching NullPointerException; consider removing the cause of the NPE.
com/tin/etbaf/rpu/GRPU.java:21049:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:21049:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPU.java:21049:	Avoid excessively long variable names like nullpointerexception
com/tin/etbaf/rpu/GRPU.java:21050:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:21050:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPU.java:21054:	Avoid reassigning parameters such as 'cutFlag'
com/tin/etbaf/rpu/GRPU.java:21055:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:21055:	The String literal "Copy" appears 4 times in this file; the first occurrence is on line 21,055
com/tin/etbaf/rpu/GRPU.java:21073:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21074:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21075:	Local variable 'selRowIndex' could be declared final
com/tin/etbaf/rpu/GRPU.java:21077:	Local variable 'revValue' could be declared final
com/tin/etbaf/rpu/GRPU.java:21079:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:21080:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21082:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21084:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21096:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21106:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:21106:	The method 'paste' has a Cyclomatic Complexity of 54.
com/tin/etbaf/rpu/GRPU.java:21106:	The method 'paste' has a Modified Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:21106:	The method 'paste' has a Standard Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:21106:	The method paste() has an NPath complexity of 66540
com/tin/etbaf/rpu/GRPU.java:21106:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21107:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:21115:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21129:	Local variable 'sRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:21130:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21131:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21133:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21135:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21136:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21137:	Local variable 'revModevalue' could be declared final
com/tin/etbaf/rpu/GRPU.java:21140:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21141:	The String literal "Data cannot be pasted in non-editable rows or columns" appears 4 times in this file; the first occurrence is on line 21,141
com/tin/etbaf/rpu/GRPU.java:21142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21164:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21165:	Local variable 'rowNumber' could be declared final
com/tin/etbaf/rpu/GRPU.java:21167:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:21172:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21174:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21176:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21185:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:21185:	Local variable 'sRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:21186:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:21186:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21187:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:21187:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21188:	Local variable 'sCol' could be declared final
com/tin/etbaf/rpu/GRPU.java:21192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21196:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21197:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21198:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21198:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21203:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21205:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21212:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21213:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:21215:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21216:	Local variable 'revModevalue' could be declared final
com/tin/etbaf/rpu/GRPU.java:21220:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21239:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21255:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21255:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21259:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21263:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21265:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21274:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:21274:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:21274:	Method names should not start with capital letters
com/tin/etbaf/rpu/GRPU.java:21274:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21278:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:21278:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:21278:	Method names should not start with capital letters
com/tin/etbaf/rpu/GRPU.java:21278:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21400:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21496:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21531:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21579:	Avoid using a branching statement as the last in a loop.
com/tin/etbaf/rpu/GRPU.java:21585:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21589:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21590:	Local variable 'size' could be declared final
com/tin/etbaf/rpu/GRPU.java:21595:	Avoid reassigning parameters such as 'tabval'
com/tin/etbaf/rpu/GRPU.java:21595:	Parameter 'dedTyp' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21595:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21595:	The method 'validateDDORegNo' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:21595:	The method validateDDORegNo() has an NPath complexity of 300
com/tin/etbaf/rpu/GRPU.java:21595:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21596:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21602:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21605:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:21607:	Local variable 'first3' could be declared final
com/tin/etbaf/rpu/GRPU.java:21609:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21610:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21611:	The String literal "Invalid DDO Registration number" appears 5 times in this file; the first occurrence is on line 21,611
com/tin/etbaf/rpu/GRPU.java:21613:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21615:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21616:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21616:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:21619:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21623:	Local variable 'fourthChar' could be declared final
com/tin/etbaf/rpu/GRPU.java:21624:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:21624:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:21628:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21631:	Local variable 'numeric' could be declared final
com/tin/etbaf/rpu/GRPU.java:21635:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:21636:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:21640:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21645:	Local variable 'mod' could be declared final
com/tin/etbaf/rpu/GRPU.java:21647:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:21650:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21657:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21657:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21657:	Parameter 'typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21657:	The method 'validateDDOCode' has a Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:21657:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21658:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21663:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21668:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:21676:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21677:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21685:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21692:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21692:	Parameter 'typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21692:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21693:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21693:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21700:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21704:	An empty statement (semicolon) not part of a loop
com/tin/etbaf/rpu/GRPU.java:21706:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21714:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21721:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21721:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21721:	Parameter 'typ' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21721:	The method 'validateEmail' has a Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:21721:	The method 'validateEmail' has a Modified Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:21721:	The method 'validateEmail' has a Standard Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:21721:	The method validateEmail() has an NPath complexity of 29160
com/tin/etbaf/rpu/GRPU.java:21721:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:21722:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21727:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21730:	Local variable 'data' could be declared final
com/tin/etbaf/rpu/GRPU.java:21731:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:21731:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GRPU.java:21734:	The String literal "Invalid E-mail ID  " appears 9 times in this file; the first occurrence is on line 21,734
com/tin/etbaf/rpu/GRPU.java:21736:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21739:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GRPU.java:21742:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21744:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21745:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21748:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21754:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21761:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21764:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:21766:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21767:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21769:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21772:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21774:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:21774:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21777:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21784:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21786:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21787:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:21792:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:21800:	Avoid unused private methods such as 'countDistinctDDO(int)'.
com/tin/etbaf/rpu/GRPU.java:21800:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:21800:	Parameter 'filledrowNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21802:	Local variable 'ddoTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21804:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:21805:	Local variable 'crTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21806:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21808:	Local variable 'currTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21809:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21809:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21810:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21810:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21816:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21819:	Avoid unused private methods such as 'countDistinctDDONew(int)'.
com/tin/etbaf/rpu/GRPU.java:21819:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:21819:	Parameter 'filledrowNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21819:	The method 'countDistinctDDONew' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:21821:	Local variable 'ddoTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21823:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:21824:	Local variable 'crTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21825:	Local variable 'revMode' could be declared final
com/tin/etbaf/rpu/GRPU.java:21827:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21828:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21829:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21830:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21832:	Local variable 'currTan' could be declared final
com/tin/etbaf/rpu/GRPU.java:21833:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:21833:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21834:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21834:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21841:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21844:	Parameter 'formType' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21844:	Parameter 'previoustax' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21844:	The method 'taxCalculationInUpdation' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:21844:	The method 'taxCalculationInUpdation' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:21844:	The method 'taxCalculationInUpdation' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:21845:	Parameter 'taxType' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21846:	Local variable 'formatter' could be declared final
com/tin/etbaf/rpu/GRPU.java:21847:	Avoid excessively long variable names like previousAmountOfField
com/tin/etbaf/rpu/GRPU.java:21848:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:21853:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21854:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21854:	The String literal "Control" appears 8 times in this file; the first occurrence is on line 21,854
com/tin/etbaf/rpu/GRPU.java:21859:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21865:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21870:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21871:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21875:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21880:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21885:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21886:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21890:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21895:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21900:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21901:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21905:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21910:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21919:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:21919:	Avoid unused private methods such as 'calculateStats(int)'.
com/tin/etbaf/rpu/GRPU.java:21919:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPU.java:21919:	Parameter 'filledrowNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:21919:	The method 'calculateStats' has a Cyclomatic Complexity of 92.
com/tin/etbaf/rpu/GRPU.java:21919:	The method 'calculateStats' has a Modified Cyclomatic Complexity of 71.
com/tin/etbaf/rpu/GRPU.java:21919:	The method 'calculateStats' has a Standard Cyclomatic Complexity of 71.
com/tin/etbaf/rpu/GRPU.java:21919:	The method calculateStats() has an NCSS line count of 284
com/tin/etbaf/rpu/GRPU.java:21919:	The method calculateStats() has an NPath complexity of 1344043
com/tin/etbaf/rpu/GRPU.java:21921:	Local variable 'formatter' could be declared final
com/tin/etbaf/rpu/GRPU.java:21926:	Use opposite operator instead of the logic complement operator.
com/tin/etbaf/rpu/GRPU.java:21938:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:21939:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21939:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:21940:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21945:	Local variable 'natureDed' could be declared final
com/tin/etbaf/rpu/GRPU.java:21947:	Local variable 'DDOmapping' could be declared final
com/tin/etbaf/rpu/GRPU.java:21947:	Variables should start with a lowercase character, 'DDOmapping' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:21951:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:21953:	Local variable 'countddo' could be declared final
com/tin/etbaf/rpu/GRPU.java:21955:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21957:	Local variable 'countddo' could be declared final
com/tin/etbaf/rpu/GRPU.java:21959:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21961:	Local variable 'countddo' could be declared final
com/tin/etbaf/rpu/GRPU.java:21963:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21971:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:21973:	Avoid excessively long variable names like previousControlTax
com/tin/etbaf/rpu/GRPU.java:21977:	Local variable 'tranObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:22008:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22013:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22018:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22023:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22045:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22048:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22049:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22051:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22054:	The String literal "Total" appears 4 times in this file; the first occurrence is on line 22,054
com/tin/etbaf/rpu/GRPU.java:22057:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22061:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:22062:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22066:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22067:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22069:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:22073:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22078:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22085:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22087:	Avoid excessively long variable names like previousControlTax
com/tin/etbaf/rpu/GRPU.java:22091:	Local variable 'tranObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:22119:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22124:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22127:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22132:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22153:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22156:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22157:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22159:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22165:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22171:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22174:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22175:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22178:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22183:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22191:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22194:	Avoid excessively long variable names like previousControlTax
com/tin/etbaf/rpu/GRPU.java:22198:	Local variable 'tranObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:22226:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22231:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22234:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22239:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22260:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22263:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22264:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22266:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22271:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22277:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22280:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22281:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22284:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22289:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22296:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22298:	Avoid excessively long variable names like previousControlTax
com/tin/etbaf/rpu/GRPU.java:22302:	Local variable 'tranObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:22330:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22335:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22338:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22343:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22363:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22366:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22367:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22369:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22375:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22381:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22384:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22385:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22388:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22393:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22401:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:22404:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:22453:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:22453:	The method 'checkMaxNoOfEntriesForEachTan' has a Cyclomatic Complexity of 50.
com/tin/etbaf/rpu/GRPU.java:22453:	The method 'checkMaxNoOfEntriesForEachTan' has a Modified Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:22453:	The method 'checkMaxNoOfEntriesForEachTan' has a Standard Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:22453:	The method checkMaxNoOfEntriesForEachTan() has an NCSS line count of 150
com/tin/etbaf/rpu/GRPU.java:22453:	The method checkMaxNoOfEntriesForEachTan() has an NPath complexity of 1879310336
com/tin/etbaf/rpu/GRPU.java:22453:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22455:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPU.java:22455:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22456:	Found 'DU'-anomaly for variable 'tan' (lines '22,456'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22456:	Found 'DU'-anomaly for variable 'tan' (lines '22,456'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22456:	Found 'DU'-anomaly for variable 'tan' (lines '22,456'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22456:	To avoid mistakes add a comment at the beginning of the tan field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22456:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22456:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22457:	Avoid using redundant field initializer for 'count24q'
com/tin/etbaf/rpu/GRPU.java:22457:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22457:	To avoid mistakes add a comment at the beginning of the count24q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22457:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22457:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22458:	Avoid using redundant field initializer for 'count26q'
com/tin/etbaf/rpu/GRPU.java:22458:	Found 'DU'-anomaly for variable 'count26q' (lines '22,458'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22458:	Found 'DU'-anomaly for variable 'count26q' (lines '22,458'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22458:	Found 'DU'-anomaly for variable 'count26q' (lines '22,458'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22458:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22458:	To avoid mistakes add a comment at the beginning of the count26q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22458:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22458:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22459:	Avoid using redundant field initializer for 'count27q'
com/tin/etbaf/rpu/GRPU.java:22459:	Found 'DU'-anomaly for variable 'count27q' (lines '22,459'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22459:	Found 'DU'-anomaly for variable 'count27q' (lines '22,459'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22459:	Found 'DU'-anomaly for variable 'count27q' (lines '22,459'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22459:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22459:	To avoid mistakes add a comment at the beginning of the count27q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22459:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22459:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22460:	Avoid using redundant field initializer for 'count27eq'
com/tin/etbaf/rpu/GRPU.java:22460:	Found 'DU'-anomaly for variable 'count27eq' (lines '22,460'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22460:	Found 'DU'-anomaly for variable 'count27eq' (lines '22,460'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22460:	Found 'DU'-anomaly for variable 'count27eq' (lines '22,460'-'22,699').
com/tin/etbaf/rpu/GRPU.java:22460:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22460:	To avoid mistakes add a comment at the beginning of the count27eq field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22460:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22460:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22462:	To avoid mistakes add a comment at the beginning of the isValid method if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22462:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22463:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22463:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22464:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22465:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22465:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22466:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22467:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22467:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22468:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22469:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:22469:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22469:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22470:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22471:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22476:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPU.java:22476:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22477:	To avoid mistakes add a comment at the beginning of the ddoCode field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22477:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22477:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22478:	Avoid using redundant field initializer for 'count24q'
com/tin/etbaf/rpu/GRPU.java:22478:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22478:	To avoid mistakes add a comment at the beginning of the count24q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22478:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22478:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22479:	Avoid using redundant field initializer for 'count26q'
com/tin/etbaf/rpu/GRPU.java:22479:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22479:	To avoid mistakes add a comment at the beginning of the count26q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22479:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22479:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22480:	Avoid using redundant field initializer for 'count27q'
com/tin/etbaf/rpu/GRPU.java:22480:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22480:	To avoid mistakes add a comment at the beginning of the count27q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22480:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22480:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22481:	Avoid using redundant field initializer for 'count27eq'
com/tin/etbaf/rpu/GRPU.java:22481:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22481:	To avoid mistakes add a comment at the beginning of the count27eq field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22481:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22481:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22483:	To avoid mistakes add a comment at the beginning of the isValid method if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22483:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22484:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22484:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22485:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22486:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22486:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22487:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22488:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22488:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22489:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22490:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:22490:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22490:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22491:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22492:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22496:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPU.java:22496:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22497:	To avoid mistakes add a comment at the beginning of the ddoReg field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22497:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22497:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22498:	Avoid using redundant field initializer for 'count24q'
com/tin/etbaf/rpu/GRPU.java:22498:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22498:	To avoid mistakes add a comment at the beginning of the count24q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22498:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22498:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22499:	Avoid using redundant field initializer for 'count26q'
com/tin/etbaf/rpu/GRPU.java:22499:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22499:	To avoid mistakes add a comment at the beginning of the count26q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22499:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22499:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22500:	Avoid using redundant field initializer for 'count27q'
com/tin/etbaf/rpu/GRPU.java:22500:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22500:	To avoid mistakes add a comment at the beginning of the count27q field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22500:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22500:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22501:	Avoid using redundant field initializer for 'count27eq'
com/tin/etbaf/rpu/GRPU.java:22501:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPU.java:22501:	To avoid mistakes add a comment at the beginning of the count27eq field if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22501:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22501:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:22503:	To avoid mistakes add a comment at the beginning of the isValid method if you want a default access modifier
com/tin/etbaf/rpu/GRPU.java:22503:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPU.java:22504:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22504:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22505:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22506:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22506:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22507:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22508:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22508:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22509:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22510:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:22510:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22510:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22511:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22512:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22516:	Local variable 'tans' could be declared final
com/tin/etbaf/rpu/GRPU.java:22517:	Local variable 'ddoCodes' could be declared final
com/tin/etbaf/rpu/GRPU.java:22518:	Local variable 'ddoRegs' could be declared final
com/tin/etbaf/rpu/GRPU.java:22520:	Local variable 'rowsFilled' could be declared final
com/tin/etbaf/rpu/GRPU.java:22523:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22526:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22531:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22532:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22543:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22547:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22551:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22565:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22565:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22565:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22571:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:22578:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:22582:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:22587:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:22590:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:22594:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:22599:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPU.java:22604:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22606:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22608:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22611:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22613:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22615:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22618:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22620:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22622:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22625:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22627:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22629:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22638:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22646:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22654:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22664:	Local variable 'tanC' could be declared final
com/tin/etbaf/rpu/GRPU.java:22669:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22677:	Local variable 'ddoCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:22682:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22689:	Local variable 'ddoReg' could be declared final
com/tin/etbaf/rpu/GRPU.java:22694:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22701:	Avoid unused private methods such as 'tanFlagCheck()'.
com/tin/etbaf/rpu/GRPU.java:22701:	The method 'tanFlagCheck' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPU.java:22701:	The method 'tanFlagCheck' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:22701:	The method 'tanFlagCheck' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:22701:	The method tanFlagCheck() has an NPath complexity of 321
com/tin/etbaf/rpu/GRPU.java:22704:	Local variable 'rowsFilled' could be declared final
com/tin/etbaf/rpu/GRPU.java:22706:	Local variable 'tanFlags' could be declared final
com/tin/etbaf/rpu/GRPU.java:22709:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22712:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22713:	Found 'DD'-anomaly for variable 'revModeText' (lines '22,713'-'22,714').
com/tin/etbaf/rpu/GRPU.java:22717:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22718:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22724:	Local variable 'tan' could be declared final
com/tin/etbaf/rpu/GRPU.java:22725:	Found 'DU'-anomaly for variable 'ddoMap' (lines '22,725'-'22,773').
com/tin/etbaf/rpu/GRPU.java:22725:	Local variable 'ddoMap' could be declared final
com/tin/etbaf/rpu/GRPU.java:22727:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22727:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22727:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22728:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22732:	Local variable 'entry' could be declared final
com/tin/etbaf/rpu/GRPU.java:22744:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22746:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22751:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22753:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22758:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22766:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22776:	Local variable 'numRows' could be declared final
com/tin/etbaf/rpu/GRPU.java:22777:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22782:	Avoid unused private methods such as 'changeFormatOfFinYear(String)'.
com/tin/etbaf/rpu/GRPU.java:22782:	Parameter 'finYear' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:22783:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:22783:	Local variable 'startDigits' could be declared final
com/tin/etbaf/rpu/GRPU.java:22784:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:22784:	Local variable 'endDigits' could be declared final
com/tin/etbaf/rpu/GRPU.java:22785:	Local variable 'sFinYr' could be declared final
com/tin/etbaf/rpu/GRPU.java:22786:	Consider simply returning the value vs storing it in local variable 'sFinYr'
com/tin/etbaf/rpu/GRPU.java:22791:	Avoid unused private methods such as 'changeFormatAssmntYear(String)'.
com/tin/etbaf/rpu/GRPU.java:22791:	Parameter 'assmntYear' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:22792:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:22793:	Found 'DD'-anomaly for variable 'temp' (lines '22,793'-'22,794').
com/tin/etbaf/rpu/GRPU.java:22794:	Found 'DD'-anomaly for variable 'temp' (lines '22,794'-'22,795').
com/tin/etbaf/rpu/GRPU.java:22795:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GRPU.java:22806:	Local variable 'typeOfCorrection' could be declared final
com/tin/etbaf/rpu/GRPU.java:22808:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:22809:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22810:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:22815:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22819:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:22824:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22827:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPU.java:22832:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:22839:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22863:	The method 'enableDisableBottomButton' has a Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:22863:	The method 'enableDisableBottomButton' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:22863:	The method 'enableDisableBottomButton' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:22864:	Avoid unused local variables such as 'typeOfCorrection'.
com/tin/etbaf/rpu/GRPU.java:22864:	Found 'DU'-anomaly for variable 'typeOfCorrection' (lines '22,864'-'22,952').
com/tin/etbaf/rpu/GRPU.java:22864:	Local variable 'typeOfCorrection' could be declared final
com/tin/etbaf/rpu/GRPU.java:22867:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:22877:	Found 'DD'-anomaly for variable 'finyear' (lines '22,877'-'22,881').
com/tin/etbaf/rpu/GRPU.java:22878:	Found 'DD'-anomaly for variable 'dedtype' (lines '22,878'-'22,883').
com/tin/etbaf/rpu/GRPU.java:22879:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:22879:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22888:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22890:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:22956:	Avoid variables with short names like o
com/tin/etbaf/rpu/GRPU.java:22956:	Local variable 'o' could be declared final
com/tin/etbaf/rpu/GRPU.java:22957:	Local variable 'typeOfStmt' could be declared final
com/tin/etbaf/rpu/GRPU.java:22960:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:22961:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23022:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23026:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23030:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23034:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23077:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:23077:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23077:	The method 'columnNumberEditableForcolour' has a Cyclomatic Complexity of 219.
com/tin/etbaf/rpu/GRPU.java:23077:	The method 'columnNumberEditableForcolour' has a Modified Cyclomatic Complexity of 59.
com/tin/etbaf/rpu/GRPU.java:23077:	The method 'columnNumberEditableForcolour' has a Standard Cyclomatic Complexity of 59.
com/tin/etbaf/rpu/GRPU.java:23077:	The method columnNumberEditableForcolour() has an NCSS line count of 146
com/tin/etbaf/rpu/GRPU.java:23077:	The method columnNumberEditableForcolour() has an NPath complexity of 1569434192
com/tin/etbaf/rpu/GRPU.java:23077:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:23078:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:23078:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_no' is not final.
com/tin/etbaf/rpu/GRPU.java:23078:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:23078:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23078:	Parameter 'row_no' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23078:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23078:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23079:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23085:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23088:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:23091:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23091:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23092:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23094:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23095:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23095:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23096:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23098:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23100:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23103:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23105:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23107:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23109:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23109:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23110:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23112:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23112:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23114:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23114:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23115:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23115:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23117:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23122:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23135:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23136:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23137:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23137:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23139:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23140:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23143:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23143:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23145:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23148:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23148:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23149:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23151:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23158:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23158:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23161:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23165:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23168:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23168:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23169:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23175:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23180:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23180:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23182:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23182:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23185:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23185:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23194:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23196:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23196:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23197:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23197:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23198:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23199:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23202:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23203:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23204:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23205:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23206:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23209:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23210:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23215:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23217:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23218:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23219:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23222:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23226:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23227:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23230:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23234:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23237:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23239:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23240:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23243:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23245:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23246:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23247:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23249:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23252:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23253:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23255:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:23256:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23259:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23260:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23263:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23266:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23270:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23273:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23273:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23283:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23286:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23287:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23289:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:23290:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23302:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23305:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23306:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23309:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23312:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23312:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23314:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23316:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23316:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23317:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23318:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23319:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23323:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23323:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23324:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23328:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23337:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:23338:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23340:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23342:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23347:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23381:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23383:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23385:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23389:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23389:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23390:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23395:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23396:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23398:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23407:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23411:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23412:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23412:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23414:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23414:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23421:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23424:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23424:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23429:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23433:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23433:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23433:	The method 'columnNumberEditable' has a Cyclomatic Complexity of 44.
com/tin/etbaf/rpu/GRPU.java:23433:	The method 'columnNumberEditable' has a Modified Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:23433:	The method 'columnNumberEditable' has a Standard Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:23433:	The method columnNumberEditable() has an NPath complexity of 292
com/tin/etbaf/rpu/GRPU.java:23433:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:23434:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_no' is not final.
com/tin/etbaf/rpu/GRPU.java:23434:	Parameter 'row_no' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23436:	Avoid variables with short names like gr
com/tin/etbaf/rpu/GRPU.java:23436:	Found 'DU'-anomaly for variable 'gr' (lines '23,436'-'23,510').
com/tin/etbaf/rpu/GRPU.java:23436:	Local variable 'gr' could be declared final
com/tin/etbaf/rpu/GRPU.java:23442:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23445:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23449:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23451:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23459:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23463:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23463:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23464:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23464:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23465:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23471:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23476:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23478:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23483:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23483:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23484:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23484:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23485:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23491:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23494:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23499:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23499:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23502:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23502:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23508:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23512:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23512:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:23516:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:23518:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:23525:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23525:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:23530:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:23530:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23530:	The method 'initializeAnneTab' has a Cyclomatic Complexity of 1429.
com/tin/etbaf/rpu/GRPU.java:23530:	The method 'initializeAnneTab' has a Modified Cyclomatic Complexity of 601.
com/tin/etbaf/rpu/GRPU.java:23530:	The method 'initializeAnneTab' has a Standard Cyclomatic Complexity of 601.
com/tin/etbaf/rpu/GRPU.java:23530:	The method initializeAnneTab() has an NCSS line count of 580
com/tin/etbaf/rpu/GRPU.java:23532:	Avoid using final local variables, turn them into fields
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23532:	Found 'DU'-anomaly for variable 'tabname' (lines '23,532'-'28,205').
com/tin/etbaf/rpu/GRPU.java:23535:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:23535:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23535:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:23535:	The method 'isCellEditable' has a Cyclomatic Complexity of 1100.
com/tin/etbaf/rpu/GRPU.java:23535:	The method 'isCellEditable' has a Modified Cyclomatic Complexity of 346.
com/tin/etbaf/rpu/GRPU.java:23535:	The method 'isCellEditable' has a Standard Cyclomatic Complexity of 346.
com/tin/etbaf/rpu/GRPU.java:23537:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23538:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23538:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23538:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23544:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23557:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23564:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:23564:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:23568:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:23568:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:23577:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23577:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23577:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23584:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23585:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23588:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23589:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23589:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23597:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23598:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23601:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23602:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23602:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23607:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23607:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23610:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23611:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23614:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23617:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23618:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23621:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23628:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23629:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23641:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23641:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23648:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23648:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23648:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23648:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23649:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23649:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23656:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23657:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23657:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23658:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23658:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23658:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23665:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Found 'DD'-anomaly for variable 'ChallanSrno' (lines '23,669'-'23,673').
com/tin/etbaf/rpu/GRPU.java:23669:	Variables should start with a lowercase character, 'ChallanSrno' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:23670:	Local variable 'ChallanSrnoObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:23670:	Variables should start with a lowercase character, 'ChallanSrnoObj' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:23672:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23675:	Found 'DD'-anomaly for variable 'modeSecChallan' (lines '23,675'-'23,679').
com/tin/etbaf/rpu/GRPU.java:23676:	Local variable 'modeSecChallanObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:23678:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23682:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23690:	Found 'DD'-anomaly for variable 'modeSecAnnex' (lines '23,690'-'23,694').
com/tin/etbaf/rpu/GRPU.java:23691:	Local variable 'modeSecAnnexObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:23693:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23696:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23705:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23705:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23707:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23707:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23708:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23723:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23723:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23723:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23723:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23724:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23727:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23727:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23727:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23728:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23732:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23732:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23737:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23737:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23742:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23752:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23752:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23759:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23759:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23764:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23765:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:23768:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23776:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23780:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23788:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23789:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:23792:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23800:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23800:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23801:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23801:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23812:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23813:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23813:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23820:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23828:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23836:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23836:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23842:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23843:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23844:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23846:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23858:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:23858:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23859:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23859:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23860:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23868:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23876:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23877:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:23881:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Found 'DD'-anomaly for variable 'ded_per_res' (lines '23,882'-'23,886').
com/tin/etbaf/rpu/GRPU.java:23882:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_per_res' is not final.
com/tin/etbaf/rpu/GRPU.java:23883:	Avoid excessively long variable names like ded_hav_per_res_est
com/tin/etbaf/rpu/GRPU.java:23883:	Local variable 'ded_hav_per_res_est' could be declared final
com/tin/etbaf/rpu/GRPU.java:23883:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_hav_per_res_est' is not final.
com/tin/etbaf/rpu/GRPU.java:23885:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23888:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:23888:	The String literal "the mode is " appears 9 times in this file; the first occurrence is on line 23,888
com/tin/etbaf/rpu/GRPU.java:23890:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23891:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23905:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23916:	Avoid excessively long variable names like whether_pymnt_isLiable
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Found 'DD'-anomaly for variable 'whether_pymnt_isLiable' (lines '23,916'-'23,920').
com/tin/etbaf/rpu/GRPU.java:23916:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'whether_pymnt_isLiable' is not final.
com/tin/etbaf/rpu/GRPU.java:23917:	Avoid excessively long variable names like Whethr_pyment_is_liable
com/tin/etbaf/rpu/GRPU.java:23917:	Local variable 'Whethr_pyment_is_liable' could be declared final
com/tin/etbaf/rpu/GRPU.java:23917:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Whethr_pyment_is_liable' is not final.
com/tin/etbaf/rpu/GRPU.java:23917:	Variables should start with a lowercase character, 'Whethr_pyment_is_liable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:23919:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23922:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:23924:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23925:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23946:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:23947:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:23955:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23962:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23969:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:23972:	Local variable 'sectioncodeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:23974:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23977:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:23981:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23997:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:23998:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:23998:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:24002:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:24002:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:24013:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24015:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24017:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:24019:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:24019:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24030:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24030:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24033:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24033:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24044:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24044:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24045:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24045:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24047:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24047:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24049:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24049:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24066:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24070:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24071:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24071:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24071:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24073:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24073:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24075:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24075:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24077:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24077:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24085:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24085:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24087:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24087:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24089:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24089:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24091:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24091:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24098:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24098:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24100:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24100:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24102:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24102:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24102:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24107:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24109:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24109:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24109:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24111:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24111:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24121:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24128:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24129:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24129:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24129:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24137:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:24174:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24174:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24177:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24177:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24181:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24181:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:24181:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24182:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24186:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24200:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:24203:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24207:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24215:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24215:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24216:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24237:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24237:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24241:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24241:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24242:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24272:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24272:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24276:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24276:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24280:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24312:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24312:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24316:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24316:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24317:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24345:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24345:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24351:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:24355:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24358:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24367:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24367:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24368:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24392:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24392:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24397:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24397:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24398:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24426:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24426:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24430:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24430:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24434:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24466:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24466:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24470:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24470:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24471:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24499:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24499:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24504:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24504:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24504:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24504:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24504:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24504:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24505:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:24506:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:24511:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:24512:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24512:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24514:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24514:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24514:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24514:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24514:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24514:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24514:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24530:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24532:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24533:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24533:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24533:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24533:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24533:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24534:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24534:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24538:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24538:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24538:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24538:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24539:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24539:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24542:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24542:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24543:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24543:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24543:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24546:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24547:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24547:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24547:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24557:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24560:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24561:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24561:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24561:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24570:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:24596:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:24602:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:24603:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24607:	Avoid unused local variables such as 'remarks'.
com/tin/etbaf/rpu/GRPU.java:24608:	Local variable 'remarks_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:24608:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'remarks_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:24610:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24631:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:24632:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24635:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24642:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24642:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24645:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24645:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24649:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24649:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24650:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24650:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24651:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24651:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24651:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24693:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:24701:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24722:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24723:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24729:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24731:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24747:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24747:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24787:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24820:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24821:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24822:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24824:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24830:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24831:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24834:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24834:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24836:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24836:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24841:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24850:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24850:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:24902:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24904:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24921:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24923:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24944:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24945:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24948:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24948:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24950:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:24955:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24959:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24960:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:24961:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:24963:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24963:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24965:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:24965:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:24977:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:24977:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25019:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25038:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25040:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25050:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25051:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_per_res' is not final.
com/tin/etbaf/rpu/GRPU.java:25052:	Avoid excessively long variable names like ded_hav_per_res_est
com/tin/etbaf/rpu/GRPU.java:25052:	Local variable 'ded_hav_per_res_est' could be declared final
com/tin/etbaf/rpu/GRPU.java:25052:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_hav_per_res_est' is not final.
com/tin/etbaf/rpu/GRPU.java:25054:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25057:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25059:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25060:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25070:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25072:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25074:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25078:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25080:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25085:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25085:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25100:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:25103:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25104:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25105:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25106:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25113:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25113:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25116:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25116:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25120:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25120:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25135:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25151:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25153:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25169:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25169:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25184:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25207:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25209:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25215:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25217:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25218:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25223:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25231:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25235:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25237:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25238:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25241:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25244:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25248:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25250:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25252:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25253:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25256:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25262:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25269:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25270:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25272:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25283:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25283:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25298:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25303:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25323:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25325:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25338:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25339:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25340:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25342:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25348:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25352:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25353:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25354:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25356:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25362:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25366:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25367:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25368:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25370:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:25376:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25387:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25393:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25394:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25396:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25406:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25406:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25421:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25425:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25445:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25447:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25462:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25463:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_per_res' is not final.
com/tin/etbaf/rpu/GRPU.java:25464:	Avoid excessively long variable names like ded_hav_per_res_est
com/tin/etbaf/rpu/GRPU.java:25464:	Local variable 'ded_hav_per_res_est' could be declared final
com/tin/etbaf/rpu/GRPU.java:25464:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_hav_per_res_est' is not final.
com/tin/etbaf/rpu/GRPU.java:25466:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25469:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25471:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25472:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25480:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25491:	Avoid excessively long variable names like whether_pymnt_isLiable
com/tin/etbaf/rpu/GRPU.java:25491:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'whether_pymnt_isLiable' is not final.
com/tin/etbaf/rpu/GRPU.java:25492:	Avoid excessively long variable names like Whethr_pyment_is_liable
com/tin/etbaf/rpu/GRPU.java:25492:	Local variable 'Whethr_pyment_is_liable' could be declared final
com/tin/etbaf/rpu/GRPU.java:25492:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Whethr_pyment_is_liable' is not final.
com/tin/etbaf/rpu/GRPU.java:25492:	Variables should start with a lowercase character, 'Whethr_pyment_is_liable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:25494:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25497:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25499:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25500:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25513:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25515:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25520:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25523:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25535:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:25537:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25550:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25550:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25552:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25553:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25557:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25559:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25559:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25560:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25561:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25565:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25568:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25568:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25569:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25570:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25574:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25578:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25578:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25580:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25581:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25591:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25591:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25591:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25591:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25591:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25591:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25592:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:25593:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:25598:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:25598:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25599:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25599:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25600:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25600:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25601:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25601:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25601:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25632:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25633:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25634:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25635:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25637:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25643:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25643:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25669:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25674:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25675:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25676:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25677:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25679:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25682:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25684:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25685:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25691:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25693:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25694:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25695:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25695:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25695:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GRPU.java:25700:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25702:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25703:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25704:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25704:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25704:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GRPU.java:25706:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25715:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25715:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25741:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25748:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25750:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25755:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25765:	Avoid excessively long variable names like whether_pymnt_isLiable
com/tin/etbaf/rpu/GRPU.java:25765:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'whether_pymnt_isLiable' is not final.
com/tin/etbaf/rpu/GRPU.java:25766:	Avoid excessively long variable names like Whethr_pyment_is_liable
com/tin/etbaf/rpu/GRPU.java:25766:	Local variable 'Whethr_pyment_is_liable' could be declared final
com/tin/etbaf/rpu/GRPU.java:25766:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Whethr_pyment_is_liable' is not final.
com/tin/etbaf/rpu/GRPU.java:25766:	Variables should start with a lowercase character, 'Whethr_pyment_is_liable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:25768:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25771:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25773:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25774:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25782:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25782:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25790:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:25791:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25791:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25806:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25812:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25814:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25819:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25819:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25834:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25840:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25842:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25845:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25847:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25848:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25849:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25849:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25854:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25856:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25857:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25858:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25858:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25858:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GRPU.java:25860:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25863:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25865:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25866:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25867:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25867:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25867:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:25867:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GRPU.java:25872:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25873:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25875:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25879:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:25879:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25894:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25901:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25903:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25909:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25910:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_per_res' is not final.
com/tin/etbaf/rpu/GRPU.java:25911:	Avoid excessively long variable names like ded_hav_per_res_est
com/tin/etbaf/rpu/GRPU.java:25911:	Local variable 'ded_hav_per_res_est' could be declared final
com/tin/etbaf/rpu/GRPU.java:25911:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ded_hav_per_res_est' is not final.
com/tin/etbaf/rpu/GRPU.java:25913:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25916:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25918:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25919:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25929:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25931:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25936:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:25946:	Avoid excessively long variable names like whether_pymnt_isLiable
com/tin/etbaf/rpu/GRPU.java:25946:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'whether_pymnt_isLiable' is not final.
com/tin/etbaf/rpu/GRPU.java:25947:	Avoid excessively long variable names like Whethr_pyment_is_liable
com/tin/etbaf/rpu/GRPU.java:25947:	Local variable 'Whethr_pyment_is_liable' could be declared final
com/tin/etbaf/rpu/GRPU.java:25947:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Whethr_pyment_is_liable' is not final.
com/tin/etbaf/rpu/GRPU.java:25947:	Variables should start with a lowercase character, 'Whethr_pyment_is_liable' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:25949:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25952:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:25954:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:25955:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25968:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:25969:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25971:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:25996:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:25996:	Parameter 'renderer' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:25996:	The method 'prepareRenderer' has a Cyclomatic Complexity of 116.
com/tin/etbaf/rpu/GRPU.java:25996:	The method 'prepareRenderer' has a Modified Cyclomatic Complexity of 113.
com/tin/etbaf/rpu/GRPU.java:25996:	The method 'prepareRenderer' has a Standard Cyclomatic Complexity of 113.
com/tin/etbaf/rpu/GRPU.java:25997:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:25997:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:25999:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPU.java:25999:	Local variable 'c' could be declared final
com/tin/etbaf/rpu/GRPU.java:26001:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:26001:	Avoid unused local variables such as 'prevColor'.
com/tin/etbaf/rpu/GRPU.java:26001:	Local variable 'prevColor' could be declared final
com/tin/etbaf/rpu/GRPU.java:26003:	Avoid variables with short names like jc
com/tin/etbaf/rpu/GRPU.java:26003:	Local variable 'jc' could be declared final
com/tin/etbaf/rpu/GRPU.java:26004:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:26011:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26015:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26067:	The String literal "94I" appears 7 times in this file; the first occurrence is on line 26,067
com/tin/etbaf/rpu/GRPU.java:26141:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26142:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26142:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26145:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26146:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26146:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26245:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:26249:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:26258:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26269:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26328:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26357:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:26399:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:26404:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:26408:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:26411:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:26424:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:26427:	Local variable 'jScrollPane7' could be declared final
com/tin/etbaf/rpu/GRPU.java:26449:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:26458:	Avoid excessively long variable names like jHeaderTransacDetails1
com/tin/etbaf/rpu/GRPU.java:26458:	Local variable 'jHeaderTransacDetails1' could be declared final
com/tin/etbaf/rpu/GRPU.java:26465:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26468:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:26469:	System.err.println is used
com/tin/etbaf/rpu/GRPU.java:26470:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:26483:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26485:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26487:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26489:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26489:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26490:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26491:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26493:	The String literal "'  height='12' width='10'  > </img></center></html>" appears 26 times in this file; the first occurrence is on line 26,493
com/tin/etbaf/rpu/GRPU.java:26495:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26506:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26507:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26508:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26508:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26509:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26510:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26510:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26513:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26514:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26515:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26515:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26516:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26517:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26517:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26520:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26522:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26522:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26523:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26524:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26524:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26527:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26528:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26529:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26529:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26530:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26531:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26531:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26534:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26536:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26538:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26539:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26540:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26544:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26547:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26548:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26551:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26557:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26558:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26562:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26566:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26567:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26571:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26577:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26578:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26579:	The String literal "'  height='12' width='10'> </img></center></html>" appears 5 times in this file; the first occurrence is on line 26,579
com/tin/etbaf/rpu/GRPU.java:26581:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26586:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26587:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26590:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26594:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26595:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26602:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26604:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26604:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26605:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26606:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26607:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26608:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26608:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26610:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26611:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26612:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26612:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26613:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26614:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26614:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26617:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:26620:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26620:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26621:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26622:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26622:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26626:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26626:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26627:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26628:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26628:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26631:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26631:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26632:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26633:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26633:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26636:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26637:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26639:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:26639:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26641:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26657:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26658:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:26668:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26668:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26710:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26710:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26710:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26716:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26723:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26729:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26729:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26736:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26741:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26762:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:26762:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:26762:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:26764:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26765:	The String literal "<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>" appears 61 times in this file; the first occurrence is on line 26,765
com/tin/etbaf/rpu/GRPU.java:26767:	The String literal "<html><tr><td align='center'></td></tr></html>" appears 8 times in this file; the first occurrence is on line 26,767
com/tin/etbaf/rpu/GRPU.java:26771:	The String literal "<html></html>" appears 45 times in this file; the first occurrence is on line 26,771
com/tin/etbaf/rpu/GRPU.java:26796:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:26807:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26847:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26898:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:26916:	The String literal "<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(671)</html>" appears 4 times in this file; the first occurrence is on line 26,916
com/tin/etbaf/rpu/GRPU.java:26947:	Avoid unused local variables such as 'fct'.
com/tin/etbaf/rpu/GRPU.java:26947:	Local variable 'fct' could be declared final
com/tin/etbaf/rpu/GRPU.java:26952:	Avoid excessively long variable names like selYear_ann1_colour
com/tin/etbaf/rpu/GRPU.java:26952:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_ann1_colour' is not final.
com/tin/etbaf/rpu/GRPU.java:26953:	Avoid excessively long variable names like next_year_ann1_colour
com/tin/etbaf/rpu/GRPU.java:26953:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_ann1_colour' is not final.
com/tin/etbaf/rpu/GRPU.java:26960:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27152:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27161:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27161:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27186:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27187:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27188:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27200:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27208:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27296:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27299:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27304:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27322:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27356:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27375:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27401:	Local variable 'myAct' could be declared final
com/tin/etbaf/rpu/GRPU.java:27405:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:27405:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:27405:	The method 'actionPerformed' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:27412:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:27416:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:27429:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27431:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:27431:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27442:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:27442:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:27459:	The String literal "none" appears 6 times in this file; the first occurrence is on line 27,459
com/tin/etbaf/rpu/GRPU.java:27477:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27477:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27478:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27478:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27479:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27479:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27480:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27480:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27481:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:27498:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27498:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27506:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:27539:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:27551:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27551:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27552:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27552:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27556:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27556:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27562:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27563:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27563:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27567:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27567:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27665:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27665:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27673:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27681:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:27715:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27724:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27724:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27733:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:27734:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27734:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27739:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27739:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27743:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27745:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27745:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27748:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27748:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27750:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:27754:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27754:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27759:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:27759:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:27760:	Avoid unused local variables such as 'vColIndex1'.
com/tin/etbaf/rpu/GRPU.java:27760:	Local variable 'vColIndex1' could be declared final
com/tin/etbaf/rpu/GRPU.java:27763:	Local variable 'vColIndex5' could be declared final
com/tin/etbaf/rpu/GRPU.java:27772:	Local variable 'testAction' could be declared final
com/tin/etbaf/rpu/GRPU.java:27772:	The String literal "testAction" appears 9 times in this file; the first occurrence is on line 27,772
com/tin/etbaf/rpu/GRPU.java:27773:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:27774:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27775:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27776:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27779:	Avoid variables with short names like ks
com/tin/etbaf/rpu/GRPU.java:27779:	Local variable 'ks' could be declared final
com/tin/etbaf/rpu/GRPU.java:27787:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:27787:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:27788:	Avoid unused local variables such as 'col_Sel'.
com/tin/etbaf/rpu/GRPU.java:27788:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:27788:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:27790:	Avoid unused local variables such as 'row_Sel'.
com/tin/etbaf/rpu/GRPU.java:27790:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:27790:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:27793:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:27793:	The method 'mouseReleased' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:27793:	The method 'mouseReleased' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:27793:	The method 'mouseReleased' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:27793:	The method mouseReleased() has an NPath complexity of 805
com/tin/etbaf/rpu/GRPU.java:27793:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:27806:	Local variable 'sel_rowCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:27806:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_rowCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:27807:	Local variable 'sel_colCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:27807:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_colCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:27808:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:27808:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:27810:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:27810:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:27816:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:27819:	Avoid using a branching statement as the last in a loop.
com/tin/etbaf/rpu/GRPU.java:27825:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:27829:	Avoid unused local variables such as 'tan'.
com/tin/etbaf/rpu/GRPU.java:27829:	Local variable 'tan' could be declared final
com/tin/etbaf/rpu/GRPU.java:27831:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27832:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27832:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:27835:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27838:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:27844:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27861:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:27863:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:27872:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:27872:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:27872:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:27872:	The method 'mouseClicked' has a Cyclomatic Complexity of 90.
com/tin/etbaf/rpu/GRPU.java:27872:	The method 'mouseClicked' has a Modified Cyclomatic Complexity of 49.
com/tin/etbaf/rpu/GRPU.java:27872:	The method 'mouseClicked' has a Standard Cyclomatic Complexity of 49.
com/tin/etbaf/rpu/GRPU.java:27872:	The method mouseClicked() has an NPath complexity of 104091086
com/tin/etbaf/rpu/GRPU.java:27872:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:27873:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27874:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:27880:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:27881:	Local variable 'column' could be declared final
com/tin/etbaf/rpu/GRPU.java:27882:	Local variable 'mode' could be declared final
com/tin/etbaf/rpu/GRPU.java:27884:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27902:	The String literal "<html>For tax deducted/collected at higher rate, update is not allowed <br>for TDS, Surcharge, Education Cess and Remarks.</html>" appears 4 times in this file; the first occurrence is on line 27,902
com/tin/etbaf/rpu/GRPU.java:27958:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:27985:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:27997:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:27999:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28000:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28004:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28008:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28012:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28016:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28020:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28026:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28028:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28028:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28037:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28040:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28041:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28041:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28041:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28047:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28048:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28048:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28050:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28053:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28060:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28060:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28060:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28069:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28071:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28072:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28072:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28081:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28082:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28086:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28090:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28094:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28098:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28102:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28109:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28111:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:28114:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28114:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28114:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28115:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28116:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28117:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28118:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28125:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28126:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:28133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28133:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28134:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:28144:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28157:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:28157:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:28157:	The method 'keyPressed' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:28157:	The method 'keyPressed' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:28157:	The method 'keyPressed' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:28159:	Avoid unused local variables such as 'col'.
com/tin/etbaf/rpu/GRPU.java:28159:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:28160:	Avoid unused local variables such as 'row'.
com/tin/etbaf/rpu/GRPU.java:28160:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:28166:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28173:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28174:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28174:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28175:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28176:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28177:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28178:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28178:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28179:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28180:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28180:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28181:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28182:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28185:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28186:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28187:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28189:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28192:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28192:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28193:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28207:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:28207:	Parameter 'model12' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:28207:	The method addStaticAnnIRows() has an NCSS line count of 219
com/tin/etbaf/rpu/GRPU.java:28207:	The method addStaticAnnIRows() has an NPath complexity of 256
com/tin/etbaf/rpu/GRPU.java:28209:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:28209:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:28209:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:28211:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28236:	The String literal "<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</html>" appears 6 times in this file; the first occurrence is on line 28,236
com/tin/etbaf/rpu/GRPU.java:28261:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28316:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28382:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28438:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28445:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:28445:	Local variable 'row1' could be declared final
com/tin/etbaf/rpu/GRPU.java:28445:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:28474:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28474:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28475:	The String literal "<html>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;27</html>" appears 4 times in this file; the first occurrence is on line 28,475
com/tin/etbaf/rpu/GRPU.java:28477:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28489:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28512:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28519:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28528:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28535:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:28535:	The method 'initializeAnne2Tab' has a Cyclomatic Complexity of 543.
com/tin/etbaf/rpu/GRPU.java:28535:	The method 'initializeAnne2Tab' has a Modified Cyclomatic Complexity of 161.
com/tin/etbaf/rpu/GRPU.java:28535:	The method 'initializeAnne2Tab' has a Standard Cyclomatic Complexity of 161.
com/tin/etbaf/rpu/GRPU.java:28535:	The method initializeAnne2Tab() has an NCSS line count of 467
com/tin/etbaf/rpu/GRPU.java:28536:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:28538:	Avoid using final local variables, turn them into fields
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28538:	Found 'DU'-anomaly for variable 'tabname' (lines '28,538'-'31,237').
com/tin/etbaf/rpu/GRPU.java:28541:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:28541:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:28541:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:28541:	The method 'isCellEditable' has a Cyclomatic Complexity of 375.
com/tin/etbaf/rpu/GRPU.java:28541:	The method 'isCellEditable' has a Modified Cyclomatic Complexity of 89.
com/tin/etbaf/rpu/GRPU.java:28541:	The method 'isCellEditable' has a Standard Cyclomatic Complexity of 89.
com/tin/etbaf/rpu/GRPU.java:28543:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28545:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28545:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28545:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:28554:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28555:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28555:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28555:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28560:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:28560:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:28564:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:28564:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:28569:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28569:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28575:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28575:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28578:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28578:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28584:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28584:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28591:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28591:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28601:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28622:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28623:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28633:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28633:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28636:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28638:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28647:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28649:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28650:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28652:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28655:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28655:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28658:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28660:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28669:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28671:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28672:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28674:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28680:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28680:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28683:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28685:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28695:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28698:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28699:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28701:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28710:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28714:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:28722:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28759:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28764:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28764:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Found 'DD'-anomaly for variable 'mode_annex2' (lines '28,796'-'28,799').
com/tin/etbaf/rpu/GRPU.java:28796:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mode_annex2' is not final.
com/tin/etbaf/rpu/GRPU.java:28797:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:28798:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28806:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28807:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:28811:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28814:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:28814:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28814:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28828:	Local variable 'finYr_AnnxII' could be declared final
com/tin/etbaf/rpu/GRPU.java:28828:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'finYr_AnnxII' is not final.
com/tin/etbaf/rpu/GRPU.java:28829:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28830:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28832:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:28837:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28840:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28843:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28845:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28846:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28848:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28852:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28855:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28858:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28863:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:28868:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:28868:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:28873:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:28873:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:28879:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28879:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28886:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28886:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28891:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28891:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28899:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28899:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28908:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28908:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28919:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28942:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28943:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28954:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28955:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28972:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:28977:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:28978:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28980:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28983:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:28984:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29001:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29006:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29007:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29009:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29016:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29017:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29032:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29037:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29038:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29040:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29053:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29053:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29121:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:29121:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:29121:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29128:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:29133:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29136:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29139:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:29141:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29142:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29144:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29148:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29151:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29154:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:29159:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:29164:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:29164:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:29168:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:29168:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:29173:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29173:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29180:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29180:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29184:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29184:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29191:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29191:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29199:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29199:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29209:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29231:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29232:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29242:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29242:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29254:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29256:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29257:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29259:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29262:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29262:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29275:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29277:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29278:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29280:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29286:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29286:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29297:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29298:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:29299:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29301:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:29336:	Parameter 'renderer' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:29336:	The method 'prepareRenderer' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:29336:	The method 'prepareRenderer' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:29336:	The method 'prepareRenderer' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:29337:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:29337:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:29339:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPU.java:29339:	Local variable 'c' could be declared final
com/tin/etbaf/rpu/GRPU.java:29341:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:29341:	Avoid unused local variables such as 'prevColor'.
com/tin/etbaf/rpu/GRPU.java:29341:	Local variable 'prevColor' could be declared final
com/tin/etbaf/rpu/GRPU.java:29343:	Avoid variables with short names like jc
com/tin/etbaf/rpu/GRPU.java:29343:	Local variable 'jc' could be declared final
com/tin/etbaf/rpu/GRPU.java:29354:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29367:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29367:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:29379:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:29391:	Local variable 'jScrollPane7' could be declared final
com/tin/etbaf/rpu/GRPU.java:29413:	Avoid excessively long variable names like jHeaderTransacDetails2
com/tin/etbaf/rpu/GRPU.java:29413:	Local variable 'jHeaderTransacDetails2' could be declared final
com/tin/etbaf/rpu/GRPU.java:29424:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:29426:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:29430:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:29431:	System.err.println is used
com/tin/etbaf/rpu/GRPU.java:29433:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:29458:	The String literal "'  height='12' width='10' ></center></html>" appears 52 times in this file; the first occurrence is on line 29,458
com/tin/etbaf/rpu/GRPU.java:29479:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:29764:	Avoid unused local variables such as 'fct'.
com/tin/etbaf/rpu/GRPU.java:29764:	Local variable 'fct' could be declared final
com/tin/etbaf/rpu/GRPU.java:29768:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_colur' is not final.
com/tin/etbaf/rpu/GRPU.java:29769:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_colour' is not final.
com/tin/etbaf/rpu/GRPU.java:29827:	Avoid excessively long variable names like gRPUTableCellEditorTaxableAmount
com/tin/etbaf/rpu/GRPU.java:29827:	Avoid unused local variables such as 'gRPUTableCellEditorTaxableAmount'.
com/tin/etbaf/rpu/GRPU.java:29827:	Local variable 'gRPUTableCellEditorTaxableAmount' could be declared final
com/tin/etbaf/rpu/GRPU.java:30712:	Local variable 'myAct' could be declared final
com/tin/etbaf/rpu/GRPU.java:30714:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:30714:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:30714:	The method 'actionPerformed' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:30721:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:30725:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:30739:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30741:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:30741:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30752:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:30752:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:30787:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30787:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30788:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30788:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30789:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30789:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30790:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30790:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30791:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:30804:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:30817:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30817:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30819:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30819:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30821:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30821:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30825:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:30825:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30827:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:30828:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:30829:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:30831:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:30841:	Local variable 'vColIndex2' could be declared final
com/tin/etbaf/rpu/GRPU.java:30844:	Local variable 'vColIndex6' could be declared final
com/tin/etbaf/rpu/GRPU.java:30847:	Local variable 'vColIndex1' could be declared final
com/tin/etbaf/rpu/GRPU.java:30858:	Local variable 'testAction' could be declared final
com/tin/etbaf/rpu/GRPU.java:30859:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:30860:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:30861:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:30862:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30865:	Avoid variables with short names like ks
com/tin/etbaf/rpu/GRPU.java:30865:	Local variable 'ks' could be declared final
com/tin/etbaf/rpu/GRPU.java:30874:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:30874:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:30875:	Avoid unused local variables such as 'col_Sel'.
com/tin/etbaf/rpu/GRPU.java:30875:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:30875:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:30877:	Avoid unused local variables such as 'row_Sel'.
com/tin/etbaf/rpu/GRPU.java:30877:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:30877:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:30880:	Avoid unused local variables such as 'clickRow'.
com/tin/etbaf/rpu/GRPU.java:30880:	Local variable 'clickRow' could be declared final
com/tin/etbaf/rpu/GRPU.java:30881:	Local variable 'clickCol' could be declared final
com/tin/etbaf/rpu/GRPU.java:30898:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:30898:	The method 'mouseReleased' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:30898:	The method 'mouseReleased' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:30898:	The method 'mouseReleased' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:30898:	The method mouseReleased() has an NPath complexity of 805
com/tin/etbaf/rpu/GRPU.java:30898:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:30911:	Local variable 'sel_rowCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:30911:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_rowCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:30913:	Local variable 'sel_colCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:30913:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_colCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:30915:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:30915:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:30917:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:30917:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:30924:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:30927:	Avoid using a branching statement as the last in a loop.
com/tin/etbaf/rpu/GRPU.java:30933:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:30938:	Avoid unused local variables such as 'tan'.
com/tin/etbaf/rpu/GRPU.java:30938:	Local variable 'tan' could be declared final
com/tin/etbaf/rpu/GRPU.java:30940:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30941:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30941:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:30944:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:30947:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:30953:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30970:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:30972:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:30980:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:30980:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:30980:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:30980:	The method 'mouseClicked' has a Cyclomatic Complexity of 92.
com/tin/etbaf/rpu/GRPU.java:30980:	The method 'mouseClicked' has a Modified Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:30980:	The method 'mouseClicked' has a Standard Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:30980:	The method mouseClicked() has an NPath complexity of 32731777
com/tin/etbaf/rpu/GRPU.java:30980:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:30981:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:30982:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:30987:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:30988:	Local variable 'column' could be declared final
com/tin/etbaf/rpu/GRPU.java:30989:	Local variable 'mode' could be declared final
com/tin/etbaf/rpu/GRPU.java:30990:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:30991:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:30993:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:30993:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:30996:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31006:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:31008:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31008:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31010:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31018:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:31018:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31019:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31020:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31020:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31020:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31029:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:31032:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31032:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31032:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31042:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31042:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31042:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31054:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:31054:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:31058:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:31058:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:31066:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31066:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31076:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31139:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:31193:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:31193:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31193:	The method 'keyPressed' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:31193:	The method 'keyPressed' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:31193:	The method 'keyPressed' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:31195:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:31196:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:31197:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31198:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPU.java:31201:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31209:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31210:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:31210:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31211:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31212:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31213:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31214:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:31214:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31215:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31216:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:31216:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31217:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31219:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31222:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31223:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31224:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31227:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:31229:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31229:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31230:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:31239:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:31239:	Parameter 'model22' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31239:	The method addStaticAnnIIRows() has an NCSS line count of 191
com/tin/etbaf/rpu/GRPU.java:31241:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:31241:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:31241:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:31244:	The String literal "<html><center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</center></html>" appears 30 times in this file; the first occurrence is on line 31,244
com/tin/etbaf/rpu/GRPU.java:31258:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:31281:	The String literal "<html><center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(345)</center></html>" appears 6 times in this file; the first occurrence is on line 31,281
com/tin/etbaf/rpu/GRPU.java:31293:	The String literal "<html><center>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;(353)</center></html>" appears 9 times in this file; the first occurrence is on line 31,293
com/tin/etbaf/rpu/GRPU.java:31361:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:31361:	Local variable 'row1' could be declared final
com/tin/etbaf/rpu/GRPU.java:31361:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:31481:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:31481:	The method 'initializeDDOTab' has a Cyclomatic Complexity of 404.
com/tin/etbaf/rpu/GRPU.java:31481:	The method 'initializeDDOTab' has a Modified Cyclomatic Complexity of 220.
com/tin/etbaf/rpu/GRPU.java:31481:	The method 'initializeDDOTab' has a Standard Cyclomatic Complexity of 220.
com/tin/etbaf/rpu/GRPU.java:31481:	The method initializeDDOTab() has an NCSS line count of 212
com/tin/etbaf/rpu/GRPU.java:31481:	The method initializeDDOTab() has an NPath complexity of 1638020352
com/tin/etbaf/rpu/GRPU.java:31484:	Avoid using final local variables, turn them into fields
com/tin/etbaf/rpu/GRPU.java:31484:	Found 'DU'-anomaly for variable 'tabname' (lines '31,484'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31484:	Found 'DU'-anomaly for variable 'tabname' (lines '31,484'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31484:	Found 'DU'-anomaly for variable 'tabname' (lines '31,484'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31484:	Found 'DU'-anomaly for variable 'tabname' (lines '31,484'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31487:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:31487:	Parameter 'mColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31487:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31487:	The method 'isCellEditable' has a Cyclomatic Complexity of 227.
com/tin/etbaf/rpu/GRPU.java:31487:	The method 'isCellEditable' has a Modified Cyclomatic Complexity of 106.
com/tin/etbaf/rpu/GRPU.java:31487:	The method 'isCellEditable' has a Standard Cyclomatic Complexity of 106.
com/tin/etbaf/rpu/GRPU.java:31487:	The method isCellEditable() has an NPath complexity of 1233578695
com/tin/etbaf/rpu/GRPU.java:31495:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31496:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31496:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31496:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31500:	Local variable 'selYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:31504:	Local variable 'next_year' could be declared final
com/tin/etbaf/rpu/GRPU.java:31504:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year' is not final.
com/tin/etbaf/rpu/GRPU.java:31508:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31508:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31509:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31511:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31511:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31515:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31515:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31521:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31530:	Found 'DD'-anomaly for variable 'mode_depoist' (lines '31,530'-'31,534').
com/tin/etbaf/rpu/GRPU.java:31530:	Found 'DD'-anomaly for variable 'mode_depoist' (lines '31,530'-'31,534').
com/tin/etbaf/rpu/GRPU.java:31530:	Found 'DD'-anomaly for variable 'mode_depoist' (lines '31,530'-'31,534').
com/tin/etbaf/rpu/GRPU.java:31530:	Found 'DD'-anomaly for variable 'mode_depoist' (lines '31,530'-'31,534').
com/tin/etbaf/rpu/GRPU.java:31530:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mode_depoist' is not final.
com/tin/etbaf/rpu/GRPU.java:31531:	Local variable 'modeDepositObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:31533:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31536:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:31538:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31539:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31554:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31555:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31555:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31555:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31558:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31559:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31559:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31567:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31568:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31568:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31573:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31573:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31581:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31582:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31582:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31586:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31588:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31589:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31589:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31589:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31595:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31595:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31595:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31603:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31611:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31611:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31615:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31615:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31620:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31621:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31621:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31628:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31628:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31628:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31633:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31633:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31634:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31634:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31635:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31635:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31637:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31640:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31640:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31660:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31661:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31661:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31666:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31666:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31675:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31675:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31675:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31683:	Avoid excessively long variable names like scetionCodeDropDown
com/tin/etbaf/rpu/GRPU.java:31693:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:31694:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:31698:	Found 'DU'-anomaly for variable 'row_naya' (lines '31,698'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31698:	Found 'DU'-anomaly for variable 'row_naya' (lines '31,698'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31698:	Found 'DU'-anomaly for variable 'row_naya' (lines '31,698'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31698:	Found 'DU'-anomaly for variable 'row_naya' (lines '31,698'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31703:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:31704:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:31704:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31705:	Found 'DU'-anomaly for variable 'challanSecCode' (lines '31,705'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31705:	Found 'DU'-anomaly for variable 'challanSecCode' (lines '31,705'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31705:	Found 'DU'-anomaly for variable 'challanSecCode' (lines '31,705'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31705:	Found 'DU'-anomaly for variable 'challanSecCode' (lines '31,705'-'33,156').
com/tin/etbaf/rpu/GRPU.java:31705:	Local variable 'challanSecCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:31747:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31750:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31753:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31754:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31757:	Local variable 'modeObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:31758:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31761:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31768:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31777:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31778:	Local variable 'selYear_challan' could be declared final
com/tin/etbaf/rpu/GRPU.java:31778:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_challan' is not final.
com/tin/etbaf/rpu/GRPU.java:31782:	Local variable 'next_year_challan' could be declared final
com/tin/etbaf/rpu/GRPU.java:31782:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_challan' is not final.
com/tin/etbaf/rpu/GRPU.java:31793:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31794:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31794:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31794:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31796:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31797:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31797:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31805:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31806:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31806:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31811:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31811:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31820:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31821:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31821:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31821:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31823:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31824:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31824:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31832:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:31841:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31841:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31847:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31847:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31852:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31852:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31852:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31857:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31857:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31858:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31858:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31860:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31860:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:31863:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31866:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31866:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31887:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:31888:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31888:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31893:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31893:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31901:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:31901:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:31901:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:31911:	Avoid excessively long variable names like scetionCodeDropDown
com/tin/etbaf/rpu/GRPU.java:31920:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:31922:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:31938:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:31939:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:31939:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:31940:	Local variable 'challanSecCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:31978:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:31980:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32006:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mode_depoist' is not final.
com/tin/etbaf/rpu/GRPU.java:32007:	Local variable 'modeDepositObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:32009:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32014:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32015:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32024:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32030:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32035:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32036:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32045:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32046:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32046:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32063:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32065:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32070:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32083:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32089:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32089:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32089:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32094:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32094:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32094:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32099:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32099:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32099:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32111:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mode_depoist' is not final.
com/tin/etbaf/rpu/GRPU.java:32112:	Local variable 'modeDepositObj' could be declared final
com/tin/etbaf/rpu/GRPU.java:32114:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32119:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32120:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32128:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32134:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32134:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32134:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32137:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32143:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32143:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32143:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32146:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32155:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32155:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32155:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32160:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32161:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32161:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32193:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:32193:	Parameter 'renderer' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32193:	The method 'prepareRenderer' has a Cyclomatic Complexity of 57.
com/tin/etbaf/rpu/GRPU.java:32193:	The method 'prepareRenderer' has a Modified Cyclomatic Complexity of 56.
com/tin/etbaf/rpu/GRPU.java:32193:	The method 'prepareRenderer' has a Standard Cyclomatic Complexity of 56.
com/tin/etbaf/rpu/GRPU.java:32193:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:32194:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32194:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32196:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPU.java:32196:	Local variable 'c' could be declared final
com/tin/etbaf/rpu/GRPU.java:32198:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:32198:	Avoid unused local variables such as 'prevColor'.
com/tin/etbaf/rpu/GRPU.java:32198:	Local variable 'prevColor' could be declared final
com/tin/etbaf/rpu/GRPU.java:32200:	Avoid variables with short names like jc
com/tin/etbaf/rpu/GRPU.java:32200:	Local variable 'jc' could be declared final
com/tin/etbaf/rpu/GRPU.java:32205:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32444:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:32448:	Local variable 'toolTipval' could be declared final
com/tin/etbaf/rpu/GRPU.java:32458:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:32461:	Local variable 'jScrollPane7' could be declared final
com/tin/etbaf/rpu/GRPU.java:32482:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:32492:	Avoid excessively long variable names like jHeaderTransacDetails
com/tin/etbaf/rpu/GRPU.java:32492:	Local variable 'jHeaderTransacDetails' could be declared final
com/tin/etbaf/rpu/GRPU.java:32500:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32504:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:32505:	System.err.println is used
com/tin/etbaf/rpu/GRPU.java:32506:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:32518:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:32519:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32522:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32593:	Avoid unused local variables such as 'fct'.
com/tin/etbaf/rpu/GRPU.java:32593:	Local variable 'fct' could be declared final
com/tin/etbaf/rpu/GRPU.java:32596:	Avoid excessively long variable names like selYear_chaln_colour
com/tin/etbaf/rpu/GRPU.java:32596:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_chaln_colour' is not final.
com/tin/etbaf/rpu/GRPU.java:32597:	Avoid excessively long variable names like next_year_chaln_colour
com/tin/etbaf/rpu/GRPU.java:32597:	Avoid unused local variables such as 'next_year_chaln_colour'.
com/tin/etbaf/rpu/GRPU.java:32597:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_chaln_colour' is not final.
com/tin/etbaf/rpu/GRPU.java:32605:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32609:	Local variable 'updtModeChln' could be declared final
com/tin/etbaf/rpu/GRPU.java:32617:	Local variable 'sectionCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:32624:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPU.java:32628:	Local variable 'surCharge' could be declared final
com/tin/etbaf/rpu/GRPU.java:32633:	Local variable 'educationCess' could be declared final
com/tin/etbaf/rpu/GRPU.java:32638:	Local variable 'interset' could be declared final
com/tin/etbaf/rpu/GRPU.java:32643:	Local variable 'fee' could be declared final
com/tin/etbaf/rpu/GRPU.java:32647:	Local variable 'others' could be declared final
com/tin/etbaf/rpu/GRPU.java:32651:	Local variable 'lastTaxDeposited' could be declared final
com/tin/etbaf/rpu/GRPU.java:32657:	Local variable 'totalTaxDeposited' could be declared final
com/tin/etbaf/rpu/GRPU.java:32665:	Local variable 'ddNo' could be declared final
com/tin/etbaf/rpu/GRPU.java:32671:	Local variable 'lastBsrCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:32678:	Local variable 'bsdrCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:32683:	Local variable 'lastDateTaxDeptd' could be declared final
com/tin/etbaf/rpu/GRPU.java:32690:	Local variable 'dateTaxDeptd' could be declared final
com/tin/etbaf/rpu/GRPU.java:32695:	Local variable 'lastTransVoucher' could be declared final
com/tin/etbaf/rpu/GRPU.java:32702:	Local variable 'transVoucher' could be declared final
com/tin/etbaf/rpu/GRPU.java:32708:	Local variable 'bookEntry' could be declared final
com/tin/etbaf/rpu/GRPU.java:32713:	Local variable 'interestAllocated' could be declared final
com/tin/etbaf/rpu/GRPU.java:32720:	Local variable 'othersChallanB' could be declared final
com/tin/etbaf/rpu/GRPU.java:32727:	Local variable 'minorHeadChallan' could be declared final
com/tin/etbaf/rpu/GRPU.java:32732:	Avoid excessively long variable names like ChallanConsolidated
com/tin/etbaf/rpu/GRPU.java:32732:	Local variable 'ChallanConsolidated' could be declared final
com/tin/etbaf/rpu/GRPU.java:32732:	Variables should start with a lowercase character, 'ChallanConsolidated' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:32745:	Local variable 'myAct' could be declared final
com/tin/etbaf/rpu/GRPU.java:32747:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:32747:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32747:	The method 'actionPerformed' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:32752:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32755:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32759:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32774:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32774:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32785:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:32785:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32821:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32821:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32822:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32822:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32823:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32823:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32824:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32824:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32826:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32826:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32830:	The String literal "Lakshwadeep" appears 4 times in this file; the first occurrence is on line 32,830
com/tin/etbaf/rpu/GRPU.java:32836:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32836:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32838:	Local variable 'vColIndex' could be declared final
com/tin/etbaf/rpu/GRPU.java:32840:	Local variable 'vColIndex1' could be declared final
com/tin/etbaf/rpu/GRPU.java:32842:	Local variable 'vColIndex2' could be declared final
com/tin/etbaf/rpu/GRPU.java:32850:	Local variable 'testAction' could be declared final
com/tin/etbaf/rpu/GRPU.java:32851:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32851:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:32852:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32853:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32854:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:32858:	Avoid variables with short names like ks
com/tin/etbaf/rpu/GRPU.java:32858:	Local variable 'ks' could be declared final
com/tin/etbaf/rpu/GRPU.java:32869:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32869:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:32870:	Avoid unused local variables such as 'col_Sel'.
com/tin/etbaf/rpu/GRPU.java:32870:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:32870:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:32871:	Avoid unused local variables such as 'row_Sel'.
com/tin/etbaf/rpu/GRPU.java:32871:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:32871:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:32874:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32874:	The method 'mouseReleased' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:32874:	The method 'mouseReleased' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:32874:	The method 'mouseReleased' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:32874:	The method mouseReleased() has an NPath complexity of 805
com/tin/etbaf/rpu/GRPU.java:32874:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:32879:	Local variable 'sel_rowCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:32879:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_rowCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:32880:	Local variable 'sel_colCnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:32880:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sel_colCnt' is not final.
com/tin/etbaf/rpu/GRPU.java:32881:	Local variable 'col_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:32881:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'col_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:32882:	Local variable 'row_Sel' could be declared final
com/tin/etbaf/rpu/GRPU.java:32882:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_Sel' is not final.
com/tin/etbaf/rpu/GRPU.java:32888:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32891:	Avoid using a branching statement as the last in a loop.
com/tin/etbaf/rpu/GRPU.java:32897:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32902:	Avoid unused local variables such as 'tan'.
com/tin/etbaf/rpu/GRPU.java:32902:	Local variable 'tan' could be declared final
com/tin/etbaf/rpu/GRPU.java:32904:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:32905:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:32905:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GRPU.java:32908:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32911:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:32917:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:32934:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:32937:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:32947:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:32947:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:32947:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:32947:	The method 'mouseClicked' has a Cyclomatic Complexity of 70.
com/tin/etbaf/rpu/GRPU.java:32947:	The method 'mouseClicked' has a Modified Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:32947:	The method 'mouseClicked' has a Standard Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:32947:	The method mouseClicked() has an NPath complexity of 610
com/tin/etbaf/rpu/GRPU.java:32947:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:32948:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32949:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:32952:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32954:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:32955:	Local variable 'column' could be declared final
com/tin/etbaf/rpu/GRPU.java:32956:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:32956:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:32956:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:32959:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:32960:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32961:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32962:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32963:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:32966:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32968:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:32978:	The String literal "<html>For Matched / Overbooked Challan / Transfer Voucher, update is <br/> allowed only on fields Section Code, Interest to be allocated / apportioned (Col No. 20) <br/> and Others (Col No. 21)</html>" appears 4 times in this file; the first occurrence is on line 32,978
com/tin/etbaf/rpu/GRPU.java:32982:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:32998:	The String literal "<html>For Matched / Overbooked Challan / Transfer Voucher, update is <br/> allowed only on fields Interest to be allocated / apportioned (Col No. 20) <br/> and Others (Col No. 21)</html>" appears 5 times in this file; the first occurrence is on line 32,998
com/tin/etbaf/rpu/GRPU.java:33001:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33007:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33015:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33017:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33031:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33049:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33057:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33072:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33074:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33076:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33076:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:33091:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:33108:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:33108:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33108:	The method 'keyPressed' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:33108:	The method 'keyPressed' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:33108:	The method 'keyPressed' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:33108:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:33110:	Avoid unused local variables such as 'col'.
com/tin/etbaf/rpu/GRPU.java:33110:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:33111:	Avoid unused local variables such as 'row'.
com/tin/etbaf/rpu/GRPU.java:33111:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:33113:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:33121:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33125:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:33129:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33130:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:33130:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33131:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33132:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:33136:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:33136:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33137:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33138:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:33138:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33139:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33140:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33143:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33144:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33145:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33147:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:33149:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33149:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:33150:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:33159:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:33159:	Avoid unused method parameters such as 'model3'.
com/tin/etbaf/rpu/GRPU.java:33159:	Parameter 'model3' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33159:	The method addStaticRows() has an NCSS line count of 199
com/tin/etbaf/rpu/GRPU.java:33161:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:33161:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:33161:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:33163:	Consider replacing this Vector with the newer java.util.List
com/tin/etbaf/rpu/GRPU.java:33163:	Local variable 'row1' could be declared final
com/tin/etbaf/rpu/GRPU.java:33163:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:33389:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:33391:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	Found 'UR'-anomaly for variable 's' (lines '33,391'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33391:	The method 'initializeBHTab' has a Cyclomatic Complexity of 271.
com/tin/etbaf/rpu/GRPU.java:33391:	The method 'initializeBHTab' has a Modified Cyclomatic Complexity of 254.
com/tin/etbaf/rpu/GRPU.java:33391:	The method 'initializeBHTab' has a Standard Cyclomatic Complexity of 254.
com/tin/etbaf/rpu/GRPU.java:33391:	The method initializeBHTab() has an NCSS line count of 821
com/tin/etbaf/rpu/GRPU.java:33432:	Avoid excessively long variable names like jComboBox_Quarter_Data
com/tin/etbaf/rpu/GRPU.java:33432:	Local variable 'jComboBox_Quarter_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:33432:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Quarter_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:33473:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:33520:	Avoid excessively long variable names like JComboBox_Form_Sub1_Update_deductor_Data
com/tin/etbaf/rpu/GRPU.java:33520:	Local variable 'JComboBox_Form_Sub1_Update_deductor_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:33520:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_Update_deductor_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:33520:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_Update_deductor_Data' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:33521:	The String literal "Other Deductor Details" appears 4 times in this file; the first occurrence is on line 33,521
com/tin/etbaf/rpu/GRPU.java:33527:	Avoid unused local variables such as 'finyear'.
com/tin/etbaf/rpu/GRPU.java:33527:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33528:	Found 'DD'-anomaly for variable 'lt1' (lines '33,528'-'33,529').
com/tin/etbaf/rpu/GRPU.java:33530:	Local variable 'lt11' could be declared final
com/tin/etbaf/rpu/GRPU.java:33531:	Avoid excessively long variable names like JComboBox_Form_Sub1_finYear_Data
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,531'-'33,532').
com/tin/etbaf/rpu/GRPU.java:33531:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_finYear_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:33531:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_finYear_Data' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33532:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,532'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33534:	Local variable 's' could be declared final
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33535:	Found 'DD'-anomaly for variable 'JComboBox_Form_Sub1_finYear_Data' (lines '33,535'-'33,535').
com/tin/etbaf/rpu/GRPU.java:33543:	Avoid excessively long variable names like JComboBox_Form_Sub1_Type_of_Deductor_Data
com/tin/etbaf/rpu/GRPU.java:33543:	Local variable 'JComboBox_Form_Sub1_Type_of_Deductor_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:33543:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub1_Type_of_Deductor_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:33543:	Variables should start with a lowercase character, 'JComboBox_Form_Sub1_Type_of_Deductor_Data' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:33577:	The String literal "PIN Code *" appears 4 times in this file; the first occurrence is on line 33,577
com/tin/etbaf/rpu/GRPU.java:33614:	Avoid excessively long variable names like JComboBox_Form_Sub2_MinistryName_Data
com/tin/etbaf/rpu/GRPU.java:33614:	Local variable 'JComboBox_Form_Sub2_MinistryName_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:33614:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'JComboBox_Form_Sub2_MinistryName_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:33614:	Variables should start with a lowercase character, 'JComboBox_Form_Sub2_MinistryName_Data' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:33734:	The String literal "Alphanumeric Field. Special characters are not allowed. Max Length = 20" appears 4 times in this file; the first occurrence is on line 33,734
com/tin/etbaf/rpu/GRPU.java:33791:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:33791:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33791:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:33827:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33827:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:33831:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:33844:	The String literal "AlphaNumeric" appears 6 times in this file; the first occurrence is on line 33,844
com/tin/etbaf/rpu/GRPU.java:33862:	The String literal "Alpha" appears 15 times in this file; the first occurrence is on line 33,862
com/tin/etbaf/rpu/GRPU.java:33867:	The String literal "Numeric" appears 14 times in this file; the first occurrence is on line 33,867
com/tin/etbaf/rpu/GRPU.java:33875:	The String literal "Email" appears 4 times in this file; the first occurrence is on line 33,875
com/tin/etbaf/rpu/GRPU.java:33902:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:33906:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:33906:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33907:	Local variable 'strName' could be declared final
com/tin/etbaf/rpu/GRPU.java:33908:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:33909:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:33911:	Local variable 'firstChar' could be declared final
com/tin/etbaf/rpu/GRPU.java:33912:	Local variable 'lastChar' could be declared final
com/tin/etbaf/rpu/GRPU.java:33926:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:33936:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:33944:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:33944:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33944:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:33950:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:33970:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:33970:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:33971:	Local variable 'strName' could be declared final
com/tin/etbaf/rpu/GRPU.java:33972:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:33973:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:33975:	Local variable 'firstChar' could be declared final
com/tin/etbaf/rpu/GRPU.java:33976:	Local variable 'lastChar' could be declared final
com/tin/etbaf/rpu/GRPU.java:33990:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:34000:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:34008:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:34008:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:34008:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:34013:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:34036:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:34046:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:34049:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:34050:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:34052:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:34097:	The String literal "Enter only Telephone No. without using any special character like '+' or '-'. This field is applicable from 2013-14 onwards." appears 4 times in this file; the first occurrence is on line 34,097
com/tin/etbaf/rpu/GRPU.java:34105:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:34108:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:34257:	Avoid using final local variables, turn them into fields
com/tin/etbaf/rpu/GRPU.java:34260:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPU.java:34261:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:34261:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:34261:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:34262:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:34311:	Avoid excessively long variable names like jComboBox_AOStateName
com/tin/etbaf/rpu/GRPU.java:34311:	Local variable 'jComboBox_AOStateName' could be declared final
com/tin/etbaf/rpu/GRPU.java:34311:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_AOStateName' is not final.
com/tin/etbaf/rpu/GRPU.java:34322:	Local variable 'jComboBox_DedCat' could be declared final
com/tin/etbaf/rpu/GRPU.java:34322:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_DedCat' is not final.
com/tin/etbaf/rpu/GRPU.java:34324:	Local variable 'jComboBox_State' could be declared final
com/tin/etbaf/rpu/GRPU.java:34324:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_State' is not final.
com/tin/etbaf/rpu/GRPU.java:34333:	Avoid excessively long variable names like jComboBox_Month_Data
com/tin/etbaf/rpu/GRPU.java:34333:	Local variable 'jComboBox_Month_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:34333:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Month_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:34342:	Avoid excessively long variable names like jComboBox_AddressChange
com/tin/etbaf/rpu/GRPU.java:34342:	Local variable 'jComboBox_AddressChange' could be declared final
com/tin/etbaf/rpu/GRPU.java:34342:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_AddressChange' is not final.
com/tin/etbaf/rpu/GRPU.java:34347:	Avoid excessively long variable names like jComboBox_transctnType
com/tin/etbaf/rpu/GRPU.java:34347:	Local variable 'jComboBox_transctnType' could be declared final
com/tin/etbaf/rpu/GRPU.java:34347:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_transctnType' is not final.
com/tin/etbaf/rpu/GRPU.java:34348:	Avoid excessively long variable names like jComboBox_TypeOfStmt
com/tin/etbaf/rpu/GRPU.java:34348:	Local variable 'jComboBox_TypeOfStmt' could be declared final
com/tin/etbaf/rpu/GRPU.java:34348:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_TypeOfStmt' is not final.
com/tin/etbaf/rpu/GRPU.java:34350:	Avoid excessively long variable names like jComboBox_TypeOfCorrectionArray
com/tin/etbaf/rpu/GRPU.java:34350:	Local variable 'jComboBox_TypeOfCorrectionArray' could be declared final
com/tin/etbaf/rpu/GRPU.java:34350:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_TypeOfCorrectionArray' is not final.
com/tin/etbaf/rpu/GRPU.java:34354:	Local variable 'jComboBox_FinYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:34354:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_FinYear' is not final.
com/tin/etbaf/rpu/GRPU.java:34356:	Avoid excessively long variable names like jComboBox_Last_FinYear
com/tin/etbaf/rpu/GRPU.java:34356:	Local variable 'jComboBox_Last_FinYear' could be declared final
com/tin/etbaf/rpu/GRPU.java:34356:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Last_FinYear' is not final.
com/tin/etbaf/rpu/GRPU.java:34359:	Avoid excessively long variable names like jComboBox_Last_NtrOfDedtn
com/tin/etbaf/rpu/GRPU.java:34359:	Local variable 'jComboBox_Last_NtrOfDedtn' could be declared final
com/tin/etbaf/rpu/GRPU.java:34359:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Last_NtrOfDedtn' is not final.
com/tin/etbaf/rpu/GRPU.java:34361:	Avoid excessively long variable names like jComboBox_Last_Month_Data
com/tin/etbaf/rpu/GRPU.java:34361:	Local variable 'jComboBox_Last_Month_Data' could be declared final
com/tin/etbaf/rpu/GRPU.java:34361:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Last_Month_Data' is not final.
com/tin/etbaf/rpu/GRPU.java:34364:	Avoid excessively long variable names like jComboBox_Last_DedCat
com/tin/etbaf/rpu/GRPU.java:34364:	Local variable 'jComboBox_Last_DedCat' could be declared final
com/tin/etbaf/rpu/GRPU.java:34364:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Last_DedCat' is not final.
com/tin/etbaf/rpu/GRPU.java:34368:	Avoid excessively long variable names like jComboBox_MinistryData
com/tin/etbaf/rpu/GRPU.java:34368:	Local variable 'jComboBox_MinistryData' could be declared final
com/tin/etbaf/rpu/GRPU.java:34368:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_MinistryData' is not final.
com/tin/etbaf/rpu/GRPU.java:34370:	Avoid excessively long variable names like jComboBox_SubMinistryData
com/tin/etbaf/rpu/GRPU.java:34370:	Local variable 'jComboBox_SubMinistryData' could be declared final
com/tin/etbaf/rpu/GRPU.java:34370:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_SubMinistryData' is not final.
com/tin/etbaf/rpu/GRPU.java:34595:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:34616:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:34622:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:34622:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:34622:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:34623:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:34624:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:34649:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:34979:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:34989:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:34989:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:34990:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:34992:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:34999:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35000:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35020:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:35020:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35020:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35021:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35024:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35056:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35059:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35121:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35220:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:35238:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35238:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35240:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35242:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35243:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35244:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35245:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35246:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35248:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35248:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35249:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35257:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35257:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35257:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35259:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35261:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35262:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35263:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35265:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35266:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35267:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35268:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35279:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:35279:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35279:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35279:	The method 'actionPerformed' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:35279:	The method 'actionPerformed' has a Modified Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:35279:	The method 'actionPerformed' has a Standard Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:35279:	The method actionPerformed() has an NPath complexity of 271
com/tin/etbaf/rpu/GRPU.java:35279:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35280:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:35281:	Avoid unused local variables such as 'year'.
com/tin/etbaf/rpu/GRPU.java:35281:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:35283:	Avoid unused local variables such as 'yearselected'.
com/tin/etbaf/rpu/GRPU.java:35283:	Local variable 'yearselected' could be declared final
com/tin/etbaf/rpu/GRPU.java:35285:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:35294:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:35294:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:35294:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:35295:	Local variable 'req_quarter' could be declared final
com/tin/etbaf/rpu/GRPU.java:35295:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'req_quarter' is not final.
com/tin/etbaf/rpu/GRPU.java:35299:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:35299:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35305:	Local variable 'req' could be declared final
com/tin/etbaf/rpu/GRPU.java:35307:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35326:	Local variable 'req_quarter' could be declared final
com/tin/etbaf/rpu/GRPU.java:35326:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'req_quarter' is not final.
com/tin/etbaf/rpu/GRPU.java:35330:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:35330:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35336:	Local variable 'req' could be declared final
com/tin/etbaf/rpu/GRPU.java:35338:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35361:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:35362:	Local variable 'ddRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:35363:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35374:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:35374:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:35378:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:35378:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:35384:	Local variable 'ddRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:35385:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35406:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35406:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35412:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35412:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35432:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35432:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35432:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35432:	The method 'actionPerformed' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:35432:	The method 'actionPerformed' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:35432:	The method 'actionPerformed' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:35432:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35436:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35441:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35441:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35442:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:35444:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:35451:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:35452:	Local variable 'selYear_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:35452:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:35456:	Local variable 'next_year_anne2' could be declared final
com/tin/etbaf/rpu/GRPU.java:35456:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPU.java:35464:	Local variable 'sdRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:35465:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35508:	Local variable 'sdRowCount' could be declared final
com/tin/etbaf/rpu/GRPU.java:35509:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35542:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35542:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35542:	The method 'itemStateChanged' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPU.java:35542:	The method 'itemStateChanged' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:35542:	The method 'itemStateChanged' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:35547:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35551:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35559:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35559:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35572:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:35572:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:35575:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35577:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:35585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35586:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:35595:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35595:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35600:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35601:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35605:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35622:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:35644:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:35644:	Parameter 'focusevent1' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35644:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35647:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:35647:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35647:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35648:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35650:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:35650:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35653:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35661:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35661:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35662:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35667:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35669:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35672:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35672:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35673:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35686:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35686:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35687:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35692:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35694:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35697:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35697:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35698:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35711:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35711:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35712:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35717:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35719:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35722:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35722:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35723:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35736:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35736:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35737:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35742:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35744:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35747:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35747:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35748:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35761:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35761:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35762:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35767:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35769:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35772:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35772:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35773:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35786:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35786:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35787:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35792:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35794:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35797:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35797:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35798:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35811:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35811:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35812:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35817:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35819:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35822:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35822:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35823:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35836:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35836:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35837:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35842:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35844:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35847:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35847:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35848:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35861:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35861:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35862:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35867:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35869:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35872:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35872:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35873:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35886:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35886:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35887:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35892:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35894:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35897:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35897:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35898:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35911:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35911:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35912:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35917:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35919:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35922:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35922:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35923:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35936:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35936:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35937:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35942:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35944:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35947:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35947:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35948:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35962:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35962:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35963:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35968:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35970:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35973:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35973:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35974:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35987:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35987:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35988:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:35993:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35995:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:35998:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:35998:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:35999:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36013:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36013:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36014:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36019:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36021:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36024:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36024:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36025:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36039:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36039:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36040:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36045:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36047:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36050:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36050:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36051:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36065:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36065:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36066:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36071:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36073:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36076:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36076:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36077:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36091:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36091:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36092:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36097:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36099:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36102:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36102:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36103:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36117:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36117:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36118:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36123:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36125:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36128:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36128:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36129:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36143:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36143:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36144:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36149:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36151:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36154:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36154:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36155:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36169:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36169:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36170:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36175:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36177:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36180:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36180:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36181:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36195:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36195:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36196:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36201:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36203:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36206:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36206:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36207:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36222:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36222:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36223:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36228:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36231:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36234:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36234:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36235:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36250:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36250:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36251:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36256:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36258:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36261:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36261:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36262:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36276:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36276:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36277:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36282:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36284:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36287:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36287:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36288:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36302:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36302:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36303:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36303:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36307:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36309:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36312:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36312:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36313:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36313:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36329:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:36329:	The method 'initializeBottomMenu' has a Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:36329:	The method 'initializeBottomMenu' has a Modified Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:36329:	The method 'initializeBottomMenu' has a Standard Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:36329:	The method initializeBottomMenu() has an NPath complexity of 1248
com/tin/etbaf/rpu/GRPU.java:36344:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36345:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36363:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:36380:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:36392:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36393:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36407:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36407:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36407:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36408:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36415:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36415:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36415:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36423:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36423:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36423:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36431:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36431:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36431:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36432:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36440:	Avoid variables with short names like ia
com/tin/etbaf/rpu/GRPU.java:36441:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:36442:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36442:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:36444:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36447:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36448:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36448:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:36452:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36459:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36460:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36461:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36498:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36498:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36498:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36499:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36505:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36505:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36505:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36508:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36518:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36518:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36518:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36521:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36530:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36530:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36530:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36540:	Avoid variables with short names like ae
com/tin/etbaf/rpu/GRPU.java:36540:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36540:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36545:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:36552:	Avoid variables with short names like ae
com/tin/etbaf/rpu/GRPU.java:36552:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36552:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36553:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:36559:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36560:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:36561:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36561:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36566:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36579:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36579:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36579:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36580:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36581:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36592:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36593:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPU.java:36599:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:36607:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:36609:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:36621:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:36621:	The method 'initializeMenus' has a Cyclomatic Complexity of 208.
com/tin/etbaf/rpu/GRPU.java:36621:	The method 'initializeMenus' has a Modified Cyclomatic Complexity of 156.
com/tin/etbaf/rpu/GRPU.java:36621:	The method 'initializeMenus' has a Standard Cyclomatic Complexity of 156.
com/tin/etbaf/rpu/GRPU.java:36621:	The method initializeMenus() has an NCSS line count of 141
com/tin/etbaf/rpu/GRPU.java:36621:	The method initializeMenus() has an NPath complexity of 1343225856
com/tin/etbaf/rpu/GRPU.java:36660:	Local variable 'fileitemopen' could be declared final
com/tin/etbaf/rpu/GRPU.java:36661:	Local variable 'fileitemsave' could be declared final
com/tin/etbaf/rpu/GRPU.java:36662:	Avoid unused local variables such as 'fileitemsaveas'.
com/tin/etbaf/rpu/GRPU.java:36662:	Local variable 'fileitemsaveas' could be declared final
com/tin/etbaf/rpu/GRPU.java:36664:	Local variable 'fileitemprint' could be declared final
com/tin/etbaf/rpu/GRPU.java:36666:	Local variable 'fileitemexit' could be declared final
com/tin/etbaf/rpu/GRPU.java:36667:	Local variable 'cutmenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36668:	Local variable 'copymenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36669:	Local variable 'pastemenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36670:	Local variable 'deletemenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36671:	Local variable 'findmenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36672:	Local variable 'replacemenu' could be declared final
com/tin/etbaf/rpu/GRPU.java:36673:	Local variable 'pastefromexcel' could be declared final
com/tin/etbaf/rpu/GRPU.java:36674:	Local variable 'pastecolfromexcel' could be declared final
com/tin/etbaf/rpu/GRPU.java:36676:	Local variable 'helpItem' could be declared final
com/tin/etbaf/rpu/GRPU.java:36678:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36719:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:36733:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:36737:	Local variable 'textitem1' could be declared final
com/tin/etbaf/rpu/GRPU.java:36738:	Local variable 'textitem2' could be declared final
com/tin/etbaf/rpu/GRPU.java:36739:	Local variable 'textitem3' could be declared final
com/tin/etbaf/rpu/GRPU.java:36750:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:36751:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36752:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:36753:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36754:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:36755:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36756:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPU.java:36757:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36759:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36785:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36785:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36785:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36786:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36786:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36787:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36788:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36789:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36795:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36795:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36795:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36796:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36796:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36797:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36798:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36799:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36805:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36805:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36805:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36806:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36806:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36808:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36809:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36815:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36815:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36815:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36817:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36817:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36820:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36820:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36822:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36823:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36831:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36831:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36831:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36832:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36838:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36838:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36838:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36841:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:36844:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36847:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36850:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36855:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36859:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36862:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36865:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36872:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36879:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36879:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36879:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36886:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36889:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36892:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36897:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36903:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36906:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36909:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36914:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36921:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36921:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36921:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36922:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36929:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:36929:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:36929:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:36929:	The method 'actionPerformed' has a Cyclomatic Complexity of 72.
com/tin/etbaf/rpu/GRPU.java:36929:	The method 'actionPerformed' has a Modified Cyclomatic Complexity of 48.
com/tin/etbaf/rpu/GRPU.java:36929:	The method 'actionPerformed' has a Standard Cyclomatic Complexity of 48.
com/tin/etbaf/rpu/GRPU.java:36929:	The method actionPerformed() has an NPath complexity of 700
com/tin/etbaf/rpu/GRPU.java:36929:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:36930:	Local variable 'rowFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:36931:	Local variable 'colFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:36932:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36941:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36944:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:36949:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36954:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36958:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36959:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36959:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36960:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36962:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36962:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:36964:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:36965:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36965:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36967:	Local variable 'dataAdd' could be declared final
com/tin/etbaf/rpu/GRPU.java:36969:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36976:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36984:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36987:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:36989:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:36993:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36994:	Local variable 'userOption' could be declared final
com/tin/etbaf/rpu/GRPU.java:36995:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:36995:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37003:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37006:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37011:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37019:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37020:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37022:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37023:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37023:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37024:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37026:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37026:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37028:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37029:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37029:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37031:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37033:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37044:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37046:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37048:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37053:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37055:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37056:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37056:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37057:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37059:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37059:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37061:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37062:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37062:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37064:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37066:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37077:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37079:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37081:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37086:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37087:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37087:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37088:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37090:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37090:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37092:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37093:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37093:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37095:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37097:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37108:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37110:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37112:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37114:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37118:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37123:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37126:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37127:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37127:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37128:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37130:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37130:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37133:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37134:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37134:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37136:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37140:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37147:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37156:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37159:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37161:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37164:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37168:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37172:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37173:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37173:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37174:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37176:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37176:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37179:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37180:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37180:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37182:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37186:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37193:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37202:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37205:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37207:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37210:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:37211:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:37218:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:37218:	Avoid variables with short names like w
com/tin/etbaf/rpu/GRPU.java:37218:	Parameter 'w' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37218:	The method 'windowClosing' has a Cyclomatic Complexity of 88.
com/tin/etbaf/rpu/GRPU.java:37218:	The method 'windowClosing' has a Modified Cyclomatic Complexity of 60.
com/tin/etbaf/rpu/GRPU.java:37218:	The method 'windowClosing' has a Standard Cyclomatic Complexity of 60.
com/tin/etbaf/rpu/GRPU.java:37218:	The method windowClosing() has an NPath complexity of 536
com/tin/etbaf/rpu/GRPU.java:37218:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37228:	Local variable 'rowFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:37229:	Local variable 'colFocused' could be declared final
com/tin/etbaf/rpu/GRPU.java:37230:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37239:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37240:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37246:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37251:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37256:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37257:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37257:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37258:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37260:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37260:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37263:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37264:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37264:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37266:	Local variable 'dataAdd' could be declared final
com/tin/etbaf/rpu/GRPU.java:37270:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37277:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37286:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37289:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37291:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37295:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37296:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37297:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37298:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37298:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37300:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37300:	Local variable 'fileNameToSave' could be declared final
com/tin/etbaf/rpu/GRPU.java:37301:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37302:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37304:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37305:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37305:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37307:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37309:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37310:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37312:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37314:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37317:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37320:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37323:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37325:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37328:	Local variable 'msg' could be declared final
com/tin/etbaf/rpu/GRPU.java:37330:	Local variable 'userResponse' could be declared final
com/tin/etbaf/rpu/GRPU.java:37332:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37334:	Local variable 'data' could be declared final
com/tin/etbaf/rpu/GRPU.java:37338:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37350:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37352:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37356:	Local variable 'data' could be declared final
com/tin/etbaf/rpu/GRPU.java:37360:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37373:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37376:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37378:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37386:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37387:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37390:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37391:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37391:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37392:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37394:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37394:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37396:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37397:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37397:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37399:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37402:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37415:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37417:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37419:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37424:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37426:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37427:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37427:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37428:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37430:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37430:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37432:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37433:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37433:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37435:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37438:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37451:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37453:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37455:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37460:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37461:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37461:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37462:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37464:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37464:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37466:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37467:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37467:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37469:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37471:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37482:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37484:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37486:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37488:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37494:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37498:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37503:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37504:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37504:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37505:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37507:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37507:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37510:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37511:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37511:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37513:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37517:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37523:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37525:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37534:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37536:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37539:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37541:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37544:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37547:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37552:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37553:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37553:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37554:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37556:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37556:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37559:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPU.java:37560:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37560:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37562:	Local variable 'newdataAdded' could be declared final
com/tin/etbaf/rpu/GRPU.java:37566:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37572:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37574:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37583:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37585:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37588:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37590:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37593:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:37596:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37598:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:37600:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:37603:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPU.java:37605:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPU.java:37611:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37611:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37621:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:37651:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37651:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37658:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37658:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37658:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37668:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37668:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37668:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37683:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:37695:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37695:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37695:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37696:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37702:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37702:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37702:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37703:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37709:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37709:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37709:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37710:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37717:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37717:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37717:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37718:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37724:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37724:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37724:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37725:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37731:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37731:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37731:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37745:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:37745:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37745:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37746:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPU.java:37780:	Use ArrayList instead of Vector
com/tin/etbaf/rpu/GRPU.java:37789:	Avoid unused private methods such as 'isValidRrrNumber(String)'.
com/tin/etbaf/rpu/GRPU.java:37789:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'RRR_No' is not final.
com/tin/etbaf/rpu/GRPU.java:37789:	Parameter 'RRR_No' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37789:	Variables should start with a lowercase character, 'RRR_No' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:37792:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:37793:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37796:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37798:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'longRRR_No' is not final.
com/tin/etbaf/rpu/GRPU.java:37799:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'longRRR_No1' is not final.
com/tin/etbaf/rpu/GRPU.java:37800:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'intRRR_No1' is not final.
com/tin/etbaf/rpu/GRPU.java:37800:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'intRRR_No2' is not final.
com/tin/etbaf/rpu/GRPU.java:37800:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:37805:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GRPU.java:37806:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37812:	Parameter 'selFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37812:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37813:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPU.java:37813:	Local variable 's' could be declared final
com/tin/etbaf/rpu/GRPU.java:37815:	Local variable 'getFileName' could be declared final
com/tin/etbaf/rpu/GRPU.java:37817:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37817:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPU.java:37820:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37821:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:37821:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:37824:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37826:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:37827:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:37827:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37832:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37835:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:37837:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37837:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37838:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPU.java:37840:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37843:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:37853:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:37853:	Parameter 'batchHeader' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37853:	Parameter 'fileExtsn' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37853:	The method 'prepopulateData' has a Cyclomatic Complexity of 190.
com/tin/etbaf/rpu/GRPU.java:37853:	The method 'prepopulateData' has a Modified Cyclomatic Complexity of 185.
com/tin/etbaf/rpu/GRPU.java:37853:	The method 'prepopulateData' has a Standard Cyclomatic Complexity of 185.
com/tin/etbaf/rpu/GRPU.java:37853:	The method prepopulateData() has an NCSS line count of 737
com/tin/etbaf/rpu/GRPU.java:37853:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:37854:	Parameter 'statementtype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:37856:	Local variable 'stateCentrName' could be declared final
com/tin/etbaf/rpu/GRPU.java:37859:	Avoid variables with short names like y
com/tin/etbaf/rpu/GRPU.java:37860:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:37862:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37870:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37871:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37871:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:37871:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:37874:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37875:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37876:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37879:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37881:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37882:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37885:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37886:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37887:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37890:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37891:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37892:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37895:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37896:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37897:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37900:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37904:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37905:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37908:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37909:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37910:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37910:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:37910:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:37913:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37914:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37915:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37918:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37920:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37920:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37921:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37924:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37925:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37925:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37926:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37929:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37934:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37935:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37938:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37939:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37940:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37943:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37944:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37944:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:37949:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37950:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37951:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37954:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37955:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37956:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37959:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37960:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37961:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37964:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37965:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37966:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37969:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37970:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37971:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37974:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37975:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37976:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37979:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37981:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37982:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37985:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37986:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37987:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37990:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37991:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37992:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37995:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:37996:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:37997:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38000:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38001:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38001:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38002:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38005:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38006:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38007:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38010:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38011:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38012:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38015:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38016:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38016:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38021:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38022:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38023:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38026:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38027:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38028:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38031:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38032:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38033:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38036:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38037:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38038:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38041:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38042:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38043:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38046:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38047:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38048:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38051:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38052:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38053:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38056:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38057:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38057:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38058:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38061:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38062:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38062:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38063:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38066:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38069:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:38089:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:38090:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38091:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38094:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38095:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38096:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38099:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38100:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38101:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38104:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38105:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38106:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38109:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38110:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38111:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38114:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38115:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38116:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38119:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38120:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38121:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38124:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38125:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38126:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38129:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38130:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38131:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38134:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38135:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38136:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38139:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38140:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38141:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38144:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38145:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38146:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38149:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38150:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38151:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38154:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38155:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38156:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38159:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38160:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38161:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38164:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38165:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38165:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38166:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38169:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38170:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38171:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38174:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38175:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38175:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38176:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38179:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38182:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38190:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38203:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38203:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:38204:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38213:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38218:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38219:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38219:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:38219:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:38222:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38223:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38224:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38227:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38229:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38230:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38233:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38234:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38235:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38238:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38239:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38240:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38243:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38244:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38245:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38248:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38252:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38253:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38256:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38257:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38258:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38258:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:38258:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:38261:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38262:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38263:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38267:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38269:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38269:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38270:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38273:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38278:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38278:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38288:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38293:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38294:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38297:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38298:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38299:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38302:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38303:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38303:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38304:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38307:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38308:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38309:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38312:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38313:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38314:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38317:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38318:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38319:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38322:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38323:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38324:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38327:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38328:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38329:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38332:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38333:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38334:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38337:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38339:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38340:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38343:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38344:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38345:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38348:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38349:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38350:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38353:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38354:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38355:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38358:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38359:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38359:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38360:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38363:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38364:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38365:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38368:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38369:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38370:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38373:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38374:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38374:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38375:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38378:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38379:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38380:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38383:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38384:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38385:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38388:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38389:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38390:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38393:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38394:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38395:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38398:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38399:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38400:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38403:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38404:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38405:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38408:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38409:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38410:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38413:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38414:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38414:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38415:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38418:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38420:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38420:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38421:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38424:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38426:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:38446:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:38447:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38448:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38451:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38452:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38453:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38456:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38457:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38458:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38461:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38462:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38463:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38466:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38467:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38468:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38471:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38472:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38473:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38476:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38477:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38478:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38481:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38482:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38483:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38486:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38487:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38488:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38491:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38492:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38493:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38496:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38497:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38498:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38501:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38502:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38503:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38506:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38507:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38508:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38511:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38512:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38513:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38516:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38517:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38518:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38522:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38522:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38523:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38526:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38527:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38528:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38531:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38532:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38532:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38533:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38536:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38541:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38551:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38556:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38556:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38557:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38565:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38566:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38570:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38578:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38579:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38584:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38588:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38589:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38590:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38593:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38594:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38595:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38598:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38599:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38600:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38603:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38605:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38606:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38609:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38611:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38616:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38617:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38618:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38622:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38630:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38632:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38637:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38638:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38641:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38642:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38643:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38646:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38648:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38651:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38652:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:38652:	Local variable 'a' could be declared final
com/tin/etbaf/rpu/GRPU.java:38655:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38657:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38664:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38665:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38668:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38669:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38670:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38673:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38674:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38675:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38678:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38679:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38680:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38683:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38684:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38685:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38688:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38689:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38690:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38693:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38695:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38696:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38699:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38700:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38701:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38704:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38705:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38706:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38709:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38710:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38711:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38714:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38715:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:38720:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:38722:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38725:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:38728:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38732:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38733:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38736:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38737:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:38737:	Local variable 'a' could be declared final
com/tin/etbaf/rpu/GRPU.java:38740:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38742:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38744:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38751:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38754:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38755:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:38755:	Local variable 'a' could be declared final
com/tin/etbaf/rpu/GRPU.java:38759:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38761:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38768:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38769:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38772:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38773:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38774:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38777:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38779:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38780:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38783:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38784:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38785:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38786:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38789:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38790:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38791:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38794:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38795:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38796:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38799:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38803:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38804:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38804:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:38810:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38813:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38813:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:38820:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38821:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:38823:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38824:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38827:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38843:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:38863:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:38864:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38865:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38868:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38869:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38870:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38873:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38874:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38875:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38878:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38879:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38880:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38883:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38884:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38885:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38888:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38889:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38890:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38893:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38894:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38895:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38898:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38899:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38900:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38903:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38904:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38905:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38908:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38909:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38910:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38913:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38914:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38915:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38916:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38919:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38920:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38921:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38924:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38925:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38926:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38929:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38931:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38932:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38935:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38937:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:38938:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38939:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38942:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38952:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38955:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:38956:	Avoid variables with short names like a
com/tin/etbaf/rpu/GRPU.java:38956:	Local variable 'a' could be declared final
com/tin/etbaf/rpu/GRPU.java:38959:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38961:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:38982:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:38986:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:38986:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39091:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:39091:	The method 'enableDisableTypeOfDD' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPU.java:39091:	The method 'enableDisableTypeOfDD' has a Modified Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPU.java:39091:	The method 'enableDisableTypeOfDD' has a Standard Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPU.java:39091:	The method enableDisableTypeOfDD() has an NCSS line count of 206
com/tin/etbaf/rpu/GRPU.java:39091:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39093:	Local variable 'deductertype' could be declared final
com/tin/etbaf/rpu/GRPU.java:39291:	Parameter 'cmp' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39291:	Parameter 'type' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39291:	The method 'validateEmailOffFocus' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:39291:	The method 'validateEmailOffFocus' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:39291:	The method 'validateEmailOffFocus' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:39291:	The method validateEmailOffFocus() has an NPath complexity of 9720
com/tin/etbaf/rpu/GRPU.java:39291:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39292:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:39292:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GRPU.java:39293:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPU.java:39295:	The String literal "Please enter valid email." appears 9 times in this file; the first occurrence is on line 39,295
com/tin/etbaf/rpu/GRPU.java:39297:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39300:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GRPU.java:39303:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39305:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39306:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39310:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39316:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39322:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39325:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPU.java:39325:	Avoid unused local variables such as 'dotPos'.
com/tin/etbaf/rpu/GRPU.java:39326:	Avoid unused local variables such as 'ratePos'.
com/tin/etbaf/rpu/GRPU.java:39327:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39328:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39330:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39334:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39336:	Avoid assignments in operands
com/tin/etbaf/rpu/GRPU.java:39336:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39340:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39347:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39349:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39350:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39356:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:39365:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39370:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39370:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39372:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39373:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39376:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39379:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39381:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39412:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39428:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39432:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:39432:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39436:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39436:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39441:	Document empty method body
com/tin/etbaf/rpu/GRPU.java:39441:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39441:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39448:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39453:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:39453:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39453:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39454:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:39459:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:39459:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:39459:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39470:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:39470:	The method 'savefileReg' has a Cyclomatic Complexity of 23.
com/tin/etbaf/rpu/GRPU.java:39470:	The method 'savefileReg' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:39470:	The method 'savefileReg' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:39470:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39511:	The String literal "line.separator" appears 6 times in this file; the first occurrence is on line 39,511
com/tin/etbaf/rpu/GRPU.java:39523:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39524:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39531:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:39585:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:39587:	Local variable 'Filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:39587:	Variables should start with a lowercase character, 'Filename' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:39591:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:39595:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39597:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39599:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39603:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39603:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39603:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39604:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39605:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39605:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39606:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39607:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39608:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39609:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39616:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:39748:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:39748:	The method 'savefile' has a Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GRPU.java:39748:	The method 'savefile' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:39748:	The method 'savefile' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:39805:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:39811:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39812:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39829:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:39868:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39869:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39879:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:39880:	Local variable 'Filename' could be declared final
com/tin/etbaf/rpu/GRPU.java:39880:	Variables should start with a lowercase character, 'Filename' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:39884:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39886:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39888:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:39891:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:39893:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39893:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39893:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39897:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39897:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39900:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:39914:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:39924:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:39927:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:39948:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:39960:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:39976:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:39993:	Do not add empty strings
com/tin/etbaf/rpu/GRPU.java:40002:	The method 'retrievedChallanValues' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPU.java:40002:	The method 'retrievedChallanValues' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:40002:	The method 'retrievedChallanValues' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:40002:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40003:	Local variable 'filledrowNo' could be declared final
com/tin/etbaf/rpu/GRPU.java:40006:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPU.java:40007:	Local variable 'challan' could be declared final
com/tin/etbaf/rpu/GRPU.java:40007:	StringBuffer constructor is initialized with size 16, but has at least 17 characters appended.
com/tin/etbaf/rpu/GRPU.java:40008:	Avoid instantiating Integer objects. Call Integer.valueOf() instead.
com/tin/etbaf/rpu/GRPU.java:40008:	Avoid unnecessary temporaries when converting primitives to Strings
com/tin/etbaf/rpu/GRPU.java:40008:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40012:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40015:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40018:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/etbaf/rpu/GRPU.java:40021:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40022:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40022:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40025:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40032:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40036:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40037:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40037:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:40041:	The String literal "^LineHash" appears 4 times in this file; the first occurrence is on line 40,041
com/tin/etbaf/rpu/GRPU.java:40056:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:40056:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GRPU.java:40056:	The method 'retrievedAnnIValues' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GRPU.java:40056:	The method 'retrievedAnnIValues' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:40056:	The method 'retrievedAnnIValues' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:40056:	The method retrievedAnnIValues() has an NPath complexity of 1445
com/tin/etbaf/rpu/GRPU.java:40056:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40071:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:40080:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPU.java:40085:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GRPU.java:40085:	Local variable 'annI' could be declared final
com/tin/etbaf/rpu/GRPU.java:40085:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/etbaf/rpu/GRPU.java:40085:	StringBuffer constructor is initialized with size 16, but has at least 20 characters appended.
com/tin/etbaf/rpu/GRPU.java:40086:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40089:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40092:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/etbaf/rpu/GRPU.java:40093:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:40098:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40100:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40106:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40114:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etbaf/rpu/GRPU.java:40123:	Substitute calls to size() == 0 (or size() != 0, size() > 0, size() < 1) with calls to isEmpty()
com/tin/etbaf/rpu/GRPU.java:40124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40128:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40130:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etbaf/rpu/GRPU.java:40130:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40135:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40139:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40144:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etbaf/rpu/GRPU.java:40144:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40146:	StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
com/tin/etbaf/rpu/GRPU.java:40149:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:40151:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:40164:	The method 'retrievedAnnIIValues' has a Cyclomatic Complexity of 29.
com/tin/etbaf/rpu/GRPU.java:40164:	The method 'retrievedAnnIIValues' has a Modified Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:40164:	The method 'retrievedAnnIIValues' has a Standard Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:40164:	The method retrievedAnnIIValues() has an NPath complexity of 7058
com/tin/etbaf/rpu/GRPU.java:40164:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40165:	Local variable 'annII' could be declared final
com/tin/etbaf/rpu/GRPU.java:40167:	Local variable 'filledrowNo' could be declared final
com/tin/etbaf/rpu/GRPU.java:40171:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPU.java:40175:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40178:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40181:	StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
com/tin/etbaf/rpu/GRPU.java:40193:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40195:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40197:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40202:	Avoid idempotent operations (like assigning a variable to itself).
com/tin/etbaf/rpu/GRPU.java:40204:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40205:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40206:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40206:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40209:	Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
com/tin/etbaf/rpu/GRPU.java:40214:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40219:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etbaf/rpu/GRPU.java:40219:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40222:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40225:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40230:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40233:	Avoid appending characters as strings in StringBuffer.append.
com/tin/etbaf/rpu/GRPU.java:40233:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40235:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40235:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:40236:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:40251:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:40251:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40251:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40251:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40251:	The method 'setTotalTaxDepvalue' has a Cyclomatic Complexity of 151.
com/tin/etbaf/rpu/GRPU.java:40251:	The method 'setTotalTaxDepvalue' has a Modified Cyclomatic Complexity of 91.
com/tin/etbaf/rpu/GRPU.java:40251:	The method 'setTotalTaxDepvalue' has a Standard Cyclomatic Complexity of 91.
com/tin/etbaf/rpu/GRPU.java:40251:	The method setTotalTaxDepvalue() has an NCSS line count of 350
com/tin/etbaf/rpu/GRPU.java:40251:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40254:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:40254:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:40254:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:40254:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:40259:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:40260:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40260:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:40262:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:40262:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:40269:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:40270:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40270:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40271:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40277:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40278:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40283:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40285:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40286:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40291:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40293:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40294:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40299:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40301:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40302:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40307:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40309:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40310:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40315:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40321:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40323:	The String literal "Total length of Total Amount Deposited as per challan fiel can't exceed 15 digits" appears 12 times in this file; the first occurrence is on line 40,323
com/tin/etbaf/rpu/GRPU.java:40331:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40336:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40337:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40342:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40344:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40345:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40350:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40352:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40353:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40358:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40360:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40361:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40366:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40368:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40369:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40374:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40378:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40388:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40391:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40392:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40397:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40398:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40399:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40404:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40406:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40407:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40412:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40414:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40415:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40420:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40422:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40423:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40428:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40432:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40442:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40445:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40446:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40451:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40452:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40453:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40458:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40460:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40461:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40466:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40468:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40469:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40474:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40476:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40477:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40482:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40486:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40496:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40499:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40500:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40505:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40506:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40507:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40512:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40514:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40515:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40520:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40522:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40523:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40528:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40530:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40531:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40536:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40540:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40550:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40553:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40554:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40559:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40560:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40561:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40566:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40568:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40569:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40574:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40576:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40577:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40584:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40585:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40590:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40594:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40608:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40611:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40612:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40617:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40619:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40620:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40625:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40627:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40628:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40633:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40635:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40636:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40641:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40643:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40644:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40649:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40653:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40662:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40665:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40666:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40671:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40673:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40674:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40679:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40681:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40682:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40687:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40689:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40690:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40695:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40697:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40698:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40703:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40707:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40717:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40720:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40721:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40726:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40727:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40728:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40733:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40735:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40736:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40741:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40743:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40744:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40749:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40751:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40752:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40757:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40761:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40771:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40774:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40775:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40780:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40781:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40782:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40787:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40789:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40790:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40795:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40797:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40798:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40803:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40805:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40806:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40811:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40815:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40825:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40828:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40829:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40834:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40835:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40836:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40841:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40843:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40844:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40849:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40851:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40852:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40857:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40859:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40860:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40865:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40869:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40879:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40882:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40883:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40888:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40889:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40890:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40895:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40897:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40898:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40903:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40905:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40906:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40911:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40913:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40914:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:40919:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40923:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:40942:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40942:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40942:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40942:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40944:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40944:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40946:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:40946:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:40952:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40959:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40959:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40959:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40959:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40960:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:40960:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:40960:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:40960:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:40963:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40963:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40965:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:40965:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:40971:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40980:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40980:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40980:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40980:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:40981:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:40981:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:40981:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:40981:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:40984:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:40984:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:40986:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:40986:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:40992:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:40999:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40999:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40999:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:40999:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:41000:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41000:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41001:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41001:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41005:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41006:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41006:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41007:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41007:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41011:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41016:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41016:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41017:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41017:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41018:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41018:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41022:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41027:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:41027:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41027:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41027:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41027:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:41029:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41029:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41030:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41030:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41034:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41035:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41035:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41036:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41036:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41041:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41046:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41046:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41047:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41047:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41048:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41048:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41052:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41056:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:41056:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41056:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41056:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41056:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:41058:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41058:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41059:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41059:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41063:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41064:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41064:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41065:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41065:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41069:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41074:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41074:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41075:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41075:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41076:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41076:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41080:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41088:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:41088:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41088:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41088:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41088:	The method 'setTotalTaxDedcuted' has a Cyclomatic Complexity of 43.
com/tin/etbaf/rpu/GRPU.java:41088:	The method 'setTotalTaxDedcuted' has a Modified Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:41088:	The method 'setTotalTaxDedcuted' has a Standard Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:41088:	The method setTotalTaxDedcuted() has an NCSS line count of 119
com/tin/etbaf/rpu/GRPU.java:41088:	The method setTotalTaxDedcuted() has an NPath complexity of 54880
com/tin/etbaf/rpu/GRPU.java:41088:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:41093:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41093:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41094:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41094:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41098:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41099:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41099:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41101:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41101:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41110:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41111:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41111:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41112:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41118:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41119:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41124:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41126:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41127:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41132:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41139:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41148:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41152:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41153:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41158:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41160:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41161:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41166:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41172:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41174:	The String literal "Length of Total tax deducted  can't exceed 15 digits" appears 4 times in this file; the first occurrence is on line 41,174
com/tin/etbaf/rpu/GRPU.java:41182:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41186:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41187:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41192:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41194:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41195:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41200:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41205:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41219:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41225:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41226:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41231:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41233:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41234:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41239:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41245:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41254:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41258:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41259:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41264:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41266:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41267:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41272:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41278:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41288:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41292:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41293:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41298:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41300:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41301:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41306:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41311:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41335:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:41335:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41335:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41335:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41335:	The method 'setTotalAmountGrossSal' has a Cyclomatic Complexity of 20.
com/tin/etbaf/rpu/GRPU.java:41335:	The method 'setTotalAmountGrossSal' has a Modified Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:41335:	The method 'setTotalAmountGrossSal' has a Standard Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPU.java:41335:	The method setTotalAmountGrossSal() has an NPath complexity of 1009
com/tin/etbaf/rpu/GRPU.java:41337:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:41341:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41343:	Avoid excessively long variable names like grossSalaryAsPerSec17_1
com/tin/etbaf/rpu/GRPU.java:41343:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'grossSalaryAsPerSec17_1' is not final.
com/tin/etbaf/rpu/GRPU.java:41344:	Avoid excessively long variable names like valueOfPerquisiteAsPerSec17_2
com/tin/etbaf/rpu/GRPU.java:41344:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'valueOfPerquisiteAsPerSec17_2' is not final.
com/tin/etbaf/rpu/GRPU.java:41345:	Avoid excessively long variable names like profitsInLieuOfSalaryAsPerSec17_3
com/tin/etbaf/rpu/GRPU.java:41345:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'profitsInLieuOfSalaryAsPerSec17_3' is not final.
com/tin/etbaf/rpu/GRPU.java:41349:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41349:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41349:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41349:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41352:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41353:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41353:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41356:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41356:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41363:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41366:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41368:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41368:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41369:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41371:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41374:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41375:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41381:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41384:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41386:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41386:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41387:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41389:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41392:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41393:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41399:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41402:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41404:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41404:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41405:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41407:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41410:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41411:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41417:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41424:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41444:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:41444:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41444:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41444:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41444:	The method 'setTotalAmountOfExemption' has a Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:41444:	The method 'setTotalAmountOfExemption' has a Modified Cyclomatic Complexity of 25.
com/tin/etbaf/rpu/GRPU.java:41444:	The method 'setTotalAmountOfExemption' has a Standard Cyclomatic Complexity of 25.
com/tin/etbaf/rpu/GRPU.java:41444:	The method setTotalAmountOfExemption() has an NPath complexity of 125008
com/tin/etbaf/rpu/GRPU.java:41444:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:41446:	Avoid excessively long variable names like amountOfAnyOtherExemptionSec10
com/tin/etbaf/rpu/GRPU.java:41448:	Avoid excessively long variable names like deathCumRetirementGratuity
com/tin/etbaf/rpu/GRPU.java:41449:	Avoid excessively long variable names like commutedValueOfPension
com/tin/etbaf/rpu/GRPU.java:41450:	Avoid excessively long variable names like cashEquivalentOfLeaveSalary
com/tin/etbaf/rpu/GRPU.java:41455:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41455:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41455:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41455:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41458:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41459:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41459:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41462:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41462:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41469:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41473:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41475:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41475:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41476:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41478:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41481:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41482:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41488:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41491:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41493:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41493:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41494:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41496:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41499:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41500:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41506:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41509:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41511:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41511:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41512:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41514:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41517:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41518:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41524:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41527:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41529:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41529:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41530:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41532:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41535:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41536:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41542:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41545:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41547:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41547:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41548:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41550:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPU.java:41553:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41554:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41563:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41565:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41565:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41571:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41572:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41589:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41606:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:41606:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41606:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41606:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41606:	The method 'setTotalAmntDedChapVIA' has a Cyclomatic Complexity of 59.
com/tin/etbaf/rpu/GRPU.java:41606:	The method 'setTotalAmntDedChapVIA' has a Modified Cyclomatic Complexity of 46.
com/tin/etbaf/rpu/GRPU.java:41606:	The method 'setTotalAmntDedChapVIA' has a Standard Cyclomatic Complexity of 46.
com/tin/etbaf/rpu/GRPU.java:41606:	The method setTotalAmntDedChapVIA() has an NCSS line count of 161
com/tin/etbaf/rpu/GRPU.java:41606:	The method setTotalAmntDedChapVIA() has an NPath complexity of 1175690416
com/tin/etbaf/rpu/GRPU.java:41617:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'section80CCD_1' is not final.
com/tin/etbaf/rpu/GRPU.java:41618:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'section80CCD_1B' is not final.
com/tin/etbaf/rpu/GRPU.java:41619:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'section80CCD_2' is not final.
com/tin/etbaf/rpu/GRPU.java:41627:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41627:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41627:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41627:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41630:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41631:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41631:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41634:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:41634:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:41641:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41643:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41645:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41645:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41651:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41652:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41661:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41663:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41663:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41669:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41670:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41679:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41681:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41681:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41687:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41688:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41697:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41699:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41699:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41705:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41706:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41715:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41717:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41717:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41723:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41724:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41733:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPU.java:41735:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41735:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41741:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41742:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41753:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41753:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41759:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41760:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41771:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41771:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41777:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41778:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41789:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41789:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41795:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41796:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41807:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41807:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41813:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41814:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41825:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41825:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41831:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41832:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41843:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41843:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41849:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41850:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41861:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41861:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:41867:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41868:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:41897:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:41897:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41897:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41897:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:41897:	The method 'setIncmChargblHeadSal' has a Cyclomatic Complexity of 40.
com/tin/etbaf/rpu/GRPU.java:41897:	The method 'setIncmChargblHeadSal' has a Modified Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:41897:	The method 'setIncmChargblHeadSal' has a Standard Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPU.java:41897:	The method setIncmChargblHeadSal() has an NPath complexity of 124432
com/tin/etbaf/rpu/GRPU.java:41899:	Avoid unused local variables such as 'totalDed'.
com/tin/etbaf/rpu/GRPU.java:41899:	Local variable 'totalDed' could be declared final
com/tin/etbaf/rpu/GRPU.java:41905:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:41905:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:41905:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:41905:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:41932:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41940:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41948:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41956:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:41962:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:41974:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:41983:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:41984:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:41985:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:41989:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:41992:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:41999:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42008:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42017:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42027:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:42030:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42039:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:42065:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42065:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42065:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42065:	The method 'settotalTaxIncm' has a Cyclomatic Complexity of 36.
com/tin/etbaf/rpu/GRPU.java:42065:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42069:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42069:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42069:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42069:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42110:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42119:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42148:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42148:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42148:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42148:	The method 'setGrossTotalSA' has a Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:42148:	The method 'setGrossTotalSA' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:42148:	The method 'setGrossTotalSA' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPU.java:42148:	The method setGrossTotalSA() has an NPath complexity of 264
com/tin/etbaf/rpu/GRPU.java:42148:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42152:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42152:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42152:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42152:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42155:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:42158:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42163:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42163:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42170:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42198:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42206:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42222:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:42222:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42222:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42222:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42222:	The method 'setShortFallTaxDedctn' has a Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GRPU.java:42222:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42225:	Avoid excessively long variable names like totalamntWholeyear
com/tin/etbaf/rpu/GRPU.java:42227:	Avoid unused local variables such as 'wholeYrAmnt'.
com/tin/etbaf/rpu/GRPU.java:42227:	Local variable 'wholeYrAmnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:42228:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42228:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42228:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42228:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42242:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42251:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42277:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:42282:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:42599:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:42599:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42599:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42599:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42599:	The method 'setGrossTotalIncome' has a Cyclomatic Complexity of 29.
com/tin/etbaf/rpu/GRPU.java:42599:	The method 'setGrossTotalIncome' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:42599:	The method 'setGrossTotalIncome' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:42599:	The method setGrossTotalIncome() has an NPath complexity of 286
com/tin/etbaf/rpu/GRPU.java:42599:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42605:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42605:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42605:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42605:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42613:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42613:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42654:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42655:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42662:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42663:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42671:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42672:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42696:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:42723:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42723:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42723:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42724:	Local variable 'tabval' could be declared final
com/tin/etbaf/rpu/GRPU.java:42727:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPU.java:42738:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:42738:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42738:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42738:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42738:	The method 'setTotalAmountSalaryvalue' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPU.java:42738:	The method 'setTotalAmountSalaryvalue' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:42738:	The method 'setTotalAmountSalaryvalue' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPU.java:42738:	The method setTotalAmountSalaryvalue() has an NPath complexity of 872
com/tin/etbaf/rpu/GRPU.java:42738:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42740:	Avoid unused local variables such as 'TaxblAmnt'.
com/tin/etbaf/rpu/GRPU.java:42740:	Local variable 'TaxblAmnt' could be declared final
com/tin/etbaf/rpu/GRPU.java:42740:	Variables should start with a lowercase character, 'TaxblAmnt' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:42743:	Variables should start with a lowercase character, 'TotalSal' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:42748:	Local variable 'finyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:42751:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42751:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42751:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42751:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42755:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42756:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42756:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42758:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:42758:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:42768:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42773:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42773:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42785:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42785:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42800:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42807:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:42833:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:42955:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:42955:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42955:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42955:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:42955:	The method 'setNetTaxPaybl' has a Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:42955:	The method 'setNetTaxPaybl' has a Modified Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPU.java:42955:	The method 'setNetTaxPaybl' has a Standard Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPU.java:42955:	The method setNetTaxPaybl() has an NPath complexity of 25008
com/tin/etbaf/rpu/GRPU.java:42955:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:42961:	Avoid excessively long variable names like rebateUnderSection87A
com/tin/etbaf/rpu/GRPU.java:42967:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:42967:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:42967:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:42967:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:42970:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42971:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42971:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42974:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:42974:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:42981:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:42986:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42986:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:42992:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:42993:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43004:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43004:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43010:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43011:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43022:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43022:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43028:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43029:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43039:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43039:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43045:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43046:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43057:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43057:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43063:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43064:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43073:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43089:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:43096:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:43512:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:43512:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43512:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43512:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43512:	The method 'setTotalDeductionSec16value' has a Cyclomatic Complexity of 39.
com/tin/etbaf/rpu/GRPU.java:43512:	The method 'setTotalDeductionSec16value' has a Modified Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:43512:	The method 'setTotalDeductionSec16value' has a Standard Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:43512:	The method setTotalDeductionSec16value() has an NCSS line count of 101
com/tin/etbaf/rpu/GRPU.java:43512:	The method setTotalDeductionSec16value() has an NPath complexity of 13719
com/tin/etbaf/rpu/GRPU.java:43512:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:43514:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:43514:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:43514:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:43514:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:43517:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:43529:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43529:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43536:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43537:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43546:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43547:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43563:	The String literal "Length of Total Deductions Under Section 16 can't exceed 15 digits" appears 6 times in this file; the first occurrence is on line 43,563
com/tin/etbaf/rpu/GRPU.java:43574:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43575:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43588:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43589:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43619:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43620:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43627:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43628:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43658:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43659:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43668:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43669:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43695:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43696:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43709:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43710:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43737:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43738:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43745:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43746:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43778:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:43778:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43778:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43778:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:43778:	The method 'setTotalAmntDedSrcWholeYear' has a Cyclomatic Complexity of 43.
com/tin/etbaf/rpu/GRPU.java:43778:	The method 'setTotalAmntDedSrcWholeYear' has a Modified Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:43778:	The method 'setTotalAmntDedSrcWholeYear' has a Standard Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:43778:	The method setTotalAmntDedSrcWholeYear() has an NCSS line count of 113
com/tin/etbaf/rpu/GRPU.java:43778:	The method setTotalAmntDedSrcWholeYear() has an NPath complexity of 54880
com/tin/etbaf/rpu/GRPU.java:43778:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:43783:	Variables should start with a lowercase character, 'TotalDed' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:43792:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:43792:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:43792:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:43792:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:43795:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:43796:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43796:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:43798:	Local variable 'cur_val' could be declared final
com/tin/etbaf/rpu/GRPU.java:43798:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cur_val' is not final.
com/tin/etbaf/rpu/GRPU.java:43805:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:43806:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43806:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:43814:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43815:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43822:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43823:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43835:	The String literal "Length of Total Amount deducted for whole year column30  can't exceed 15 digits" appears 6 times in this file; the first occurrence is on line 43,835
com/tin/etbaf/rpu/GRPU.java:43846:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43847:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43854:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43855:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43886:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43887:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43894:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43895:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43924:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43925:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43932:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43933:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43956:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43957:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43964:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43965:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:43993:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:43994:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44001:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44002:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44037:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:44037:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:44037:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:44037:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44037:	The method 'jCombo_challanSerialNum_actionPerformed' has a Cyclomatic Complexity of 33.
com/tin/etbaf/rpu/GRPU.java:44037:	The method 'jCombo_challanSerialNum_actionPerformed' has a Modified Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:44037:	The method 'jCombo_challanSerialNum_actionPerformed' has a Standard Cyclomatic Complexity of 31.
com/tin/etbaf/rpu/GRPU.java:44037:	The method jCombo_challanSerialNum_actionPerformed() has an NCSS line count of 109
com/tin/etbaf/rpu/GRPU.java:44037:	The method jCombo_challanSerialNum_actionPerformed() has an NPath complexity of 17006115
com/tin/etbaf/rpu/GRPU.java:44037:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:44038:	Avoid excessively long variable names like challanSerialNumberCombo
com/tin/etbaf/rpu/GRPU.java:44038:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_insert' is not final.
com/tin/etbaf/rpu/GRPU.java:44038:	Parameter 'annex1_insert' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44038:	Parameter 'challanSerialNumberCombo' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44039:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_no' is not final.
com/tin/etbaf/rpu/GRPU.java:44039:	Parameter 'insert' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44039:	Parameter 'row_no' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44042:	Avoid excessively long variable names like challan_srl_num_annex1
com/tin/etbaf/rpu/GRPU.java:44042:	Avoid unused local variables such as 'challan_srl_num_annex1'.
com/tin/etbaf/rpu/GRPU.java:44042:	Local variable 'challan_srl_num_annex1' could be declared final
com/tin/etbaf/rpu/GRPU.java:44042:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_srl_num_annex1' is not final.
com/tin/etbaf/rpu/GRPU.java:44046:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sum_total' is not final.
com/tin/etbaf/rpu/GRPU.java:44047:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_interest' is not final.
com/tin/etbaf/rpu/GRPU.java:44048:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_others' is not final.
com/tin/etbaf/rpu/GRPU.java:44049:	Avoid excessively long variable names like annex1_total_tds_allocated
com/tin/etbaf/rpu/GRPU.java:44049:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_total_tds_allocated' is not final.
com/tin/etbaf/rpu/GRPU.java:44050:	Avoid unused local variables such as 'i'.
com/tin/etbaf/rpu/GRPU.java:44050:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:44050:	Local variable 'i' could be declared final
com/tin/etbaf/rpu/GRPU.java:44051:	Avoid unused local variables such as 'j'.
com/tin/etbaf/rpu/GRPU.java:44051:	Avoid variables with short names like j
com/tin/etbaf/rpu/GRPU.java:44051:	Local variable 'j' could be declared final
com/tin/etbaf/rpu/GRPU.java:44052:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPU.java:44052:	Local variable 'count' could be declared final
com/tin/etbaf/rpu/GRPU.java:44053:	Avoid unused local variables such as 'k'.
com/tin/etbaf/rpu/GRPU.java:44053:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:44053:	Local variable 'k' could be declared final
com/tin/etbaf/rpu/GRPU.java:44056:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selected_row' is not final.
com/tin/etbaf/rpu/GRPU.java:44060:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44078:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44085:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:44146:	Local variable 'challanBsrCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:44148:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44149:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44160:	Avoid excessively long variable names like challandateTaxDeposited
com/tin/etbaf/rpu/GRPU.java:44160:	Local variable 'challandateTaxDeposited' could be declared final
com/tin/etbaf/rpu/GRPU.java:44162:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44163:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44180:	Avoid excessively long variable names like selYear_chalnSerNo
com/tin/etbaf/rpu/GRPU.java:44180:	Local variable 'selYear_chalnSerNo' could be declared final
com/tin/etbaf/rpu/GRPU.java:44180:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_chalnSerNo' is not final.
com/tin/etbaf/rpu/GRPU.java:44185:	Avoid excessively long variable names like challandateSecionCode
com/tin/etbaf/rpu/GRPU.java:44185:	Local variable 'challandateSecionCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:44187:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44188:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44203:	Local variable 'challanDdoSerial' could be declared final
com/tin/etbaf/rpu/GRPU.java:44205:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44206:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44219:	Local variable 'challanTds_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44219:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanTds_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44221:	Local variable 'challanSur_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44221:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanSur_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44223:	Local variable 'challanCess_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44223:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanCess_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44225:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:44225:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:44225:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:44225:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:44228:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44228:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44238:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:44247:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44247:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44259:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44259:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44271:	Local variable 'challanInterest' could be declared final
com/tin/etbaf/rpu/GRPU.java:44275:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44276:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44290:	Local variable 'challanOthers' could be declared final
com/tin/etbaf/rpu/GRPU.java:44294:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44295:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44309:	Local variable 'total_allocated' could be declared final
com/tin/etbaf/rpu/GRPU.java:44309:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_allocated' is not final.
com/tin/etbaf/rpu/GRPU.java:44313:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44313:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44324:	Local variable 'annex1_intrst' could be declared final
com/tin/etbaf/rpu/GRPU.java:44324:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_intrst' is not final.
com/tin/etbaf/rpu/GRPU.java:44328:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44328:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44337:	Local variable 'annex1_oth' could be declared final
com/tin/etbaf/rpu/GRPU.java:44337:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_oth' is not final.
com/tin/etbaf/rpu/GRPU.java:44341:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44341:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44371:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:44371:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:44371:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_selected' is not final.
com/tin/etbaf/rpu/GRPU.java:44371:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44371:	Parameter 'row_selected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44371:	The method 'value_set_annexure1' has a Cyclomatic Complexity of 30.
com/tin/etbaf/rpu/GRPU.java:44371:	The method 'value_set_annexure1' has a Modified Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:44371:	The method 'value_set_annexure1' has a Standard Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:44371:	The method value_set_annexure1() has an NPath complexity of 3542940
com/tin/etbaf/rpu/GRPU.java:44371:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:44373:	Local variable 'selected_row' could be declared final
com/tin/etbaf/rpu/GRPU.java:44373:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selected_row' is not final.
com/tin/etbaf/rpu/GRPU.java:44377:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sum_total' is not final.
com/tin/etbaf/rpu/GRPU.java:44378:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_interest' is not final.
com/tin/etbaf/rpu/GRPU.java:44379:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_others' is not final.
com/tin/etbaf/rpu/GRPU.java:44380:	Avoid excessively long variable names like annex1_total_tds_allocated
com/tin/etbaf/rpu/GRPU.java:44380:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_total_tds_allocated' is not final.
com/tin/etbaf/rpu/GRPU.java:44381:	Avoid unused local variables such as 'i'.
com/tin/etbaf/rpu/GRPU.java:44381:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:44381:	Local variable 'i' could be declared final
com/tin/etbaf/rpu/GRPU.java:44382:	Avoid unused local variables such as 'j'.
com/tin/etbaf/rpu/GRPU.java:44382:	Avoid variables with short names like j
com/tin/etbaf/rpu/GRPU.java:44382:	Local variable 'j' could be declared final
com/tin/etbaf/rpu/GRPU.java:44383:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPU.java:44383:	Local variable 'count' could be declared final
com/tin/etbaf/rpu/GRPU.java:44384:	Avoid unused local variables such as 'k'.
com/tin/etbaf/rpu/GRPU.java:44384:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:44384:	Local variable 'k' could be declared final
com/tin/etbaf/rpu/GRPU.java:44386:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:44386:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:44386:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:44386:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:44390:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPU.java:44390:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:44390:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44392:	Local variable 'endyear' could be declared final
com/tin/etbaf/rpu/GRPU.java:44392:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPU.java:44392:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44394:	Local variable 'year1' could be declared final
com/tin/etbaf/rpu/GRPU.java:44395:	Local variable 'endyear1' could be declared final
com/tin/etbaf/rpu/GRPU.java:44397:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:44398:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:44401:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:44402:	Local variable 'challanBsrCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:44404:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44405:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44416:	Local variable 'challanSecCode' could be declared final
com/tin/etbaf/rpu/GRPU.java:44418:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44419:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44432:	Avoid excessively long variable names like challandateTaxDeposited
com/tin/etbaf/rpu/GRPU.java:44432:	Local variable 'challandateTaxDeposited' could be declared final
com/tin/etbaf/rpu/GRPU.java:44434:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44435:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44452:	Local variable 'challanDdoSerial' could be declared final
com/tin/etbaf/rpu/GRPU.java:44454:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44455:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44468:	Local variable 'challanTds_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44468:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanTds_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44470:	Local variable 'challanSur_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44470:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanSur_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44472:	Local variable 'challanCess_obj' could be declared final
com/tin/etbaf/rpu/GRPU.java:44472:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challanCess_obj' is not final.
com/tin/etbaf/rpu/GRPU.java:44476:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44476:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44485:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:44494:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44494:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44506:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44506:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44517:	Local variable 'challanInterest' could be declared final
com/tin/etbaf/rpu/GRPU.java:44520:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44521:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44535:	Local variable 'challanOthers' could be declared final
com/tin/etbaf/rpu/GRPU.java:44538:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44539:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44553:	Local variable 'total_allocated' could be declared final
com/tin/etbaf/rpu/GRPU.java:44553:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'total_allocated' is not final.
com/tin/etbaf/rpu/GRPU.java:44557:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44557:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44568:	Local variable 'annex1_intrst' could be declared final
com/tin/etbaf/rpu/GRPU.java:44568:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_intrst' is not final.
com/tin/etbaf/rpu/GRPU.java:44572:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44572:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44581:	Local variable 'annex1_oth' could be declared final
com/tin/etbaf/rpu/GRPU.java:44581:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'annex1_oth' is not final.
com/tin/etbaf/rpu/GRPU.java:44584:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44584:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid reassigning parameters such as 'val'
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid reassigning parameters such as 'val'
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid reassigning parameters such as 'val'
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid reassigning parameters such as 'val'
com/tin/etbaf/rpu/GRPU.java:44599:	Avoid reassigning parameters such as 'val'
com/tin/etbaf/rpu/GRPU.java:44599:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44599:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:44599:	The method 'populateAnnex1' has a Cyclomatic Complexity of 138.
com/tin/etbaf/rpu/GRPU.java:44599:	The method 'populateAnnex1' has a Modified Cyclomatic Complexity of 84.
com/tin/etbaf/rpu/GRPU.java:44599:	The method 'populateAnnex1' has a Standard Cyclomatic Complexity of 84.
com/tin/etbaf/rpu/GRPU.java:44599:	The method populateAnnex1() has an NCSS line count of 184
com/tin/etbaf/rpu/GRPU.java:44599:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:44600:	Avoid unused local variables such as 'eduCes'.
com/tin/etbaf/rpu/GRPU.java:44600:	Local variable 'eduCes' could be declared final
com/tin/etbaf/rpu/GRPU.java:44601:	Avoid unused local variables such as 'Sur'.
com/tin/etbaf/rpu/GRPU.java:44601:	Local variable 'Sur' could be declared final
com/tin/etbaf/rpu/GRPU.java:44601:	Variables should start with a lowercase character, 'Sur' starts with uppercase character.
com/tin/etbaf/rpu/GRPU.java:44608:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPU.java:44608:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPU.java:44609:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPU.java:44609:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPU.java:44611:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:44620:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44621:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44621:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44621:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44638:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44639:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44639:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44639:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44656:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44657:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44657:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44657:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44675:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44678:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44678:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44678:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44733:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44735:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:44806:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44811:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44811:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44811:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44866:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:44936:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:44940:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:44940:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:44940:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:44995:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:45065:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45069:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:45069:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:45069:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:45094:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:45137:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45141:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPU.java:45141:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:45141:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:45165:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPU.java:45204:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:45204:	Avoid reassigning parameters such as 'index'
com/tin/etbaf/rpu/GRPU.java:45204:	Parameter 'srSet' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45204:	The method 'sortMethod' has a Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPU.java:45204:	The method 'sortMethod' has a Modified Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPU.java:45204:	The method 'sortMethod' has a Standard Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPU.java:45204:	The method sortMethod() has an NPath complexity of 1488
com/tin/etbaf/rpu/GRPU.java:45204:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45205:	Avoid unused local variables such as 'i'.
com/tin/etbaf/rpu/GRPU.java:45205:	Avoid variables with short names like i
com/tin/etbaf/rpu/GRPU.java:45205:	Avoid variables with short names like j
com/tin/etbaf/rpu/GRPU.java:45205:	Avoid variables with short names like k
com/tin/etbaf/rpu/GRPU.java:45205:	Local variable 'i' could be declared final
com/tin/etbaf/rpu/GRPU.java:45205:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:45206:	An empty statement (semicolon) not part of a loop
com/tin/etbaf/rpu/GRPU.java:45208:	Avoid excessively long variable names like challan_srl_num_annex1
com/tin/etbaf/rpu/GRPU.java:45208:	Local variable 'challan_srl_num_annex1' could be declared final
com/tin/etbaf/rpu/GRPU.java:45208:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_srl_num_annex1' is not final.
com/tin/etbaf/rpu/GRPU.java:45209:	Avoid unused local variables such as 'naya'.
com/tin/etbaf/rpu/GRPU.java:45209:	Local variable 'naya' could be declared final
com/tin/etbaf/rpu/GRPU.java:45210:	Avoid excessively long variable names like challan_srl_unique
com/tin/etbaf/rpu/GRPU.java:45210:	Local variable 'challan_srl_unique' could be declared final
com/tin/etbaf/rpu/GRPU.java:45210:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'challan_srl_unique' is not final.
com/tin/etbaf/rpu/GRPU.java:45211:	Avoid unused local variables such as 'check'.
com/tin/etbaf/rpu/GRPU.java:45211:	Avoid unused local variables such as 'check1'.
com/tin/etbaf/rpu/GRPU.java:45211:	Local variable 'check1' could be declared final
com/tin/etbaf/rpu/GRPU.java:45211:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:45235:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:45253:	Local variable 'iter' could be declared final
com/tin/etbaf/rpu/GRPU.java:45255:	Avoid unused local variables such as 'indexVal'.
com/tin/etbaf/rpu/GRPU.java:45255:	Local variable 'indexVal' could be declared final
com/tin/etbaf/rpu/GRPU.java:45259:	Local variable 'shalin' could be declared final
com/tin/etbaf/rpu/GRPU.java:45262:	Avoid unused local variables such as 'temp1'.
com/tin/etbaf/rpu/GRPU.java:45262:	Local variable 'temp1' could be declared final
com/tin/etbaf/rpu/GRPU.java:45262:	Use one line for each declaration, it enhances code readability.
com/tin/etbaf/rpu/GRPU.java:45266:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45271:	Avoid unused local variables such as 'ya'.
com/tin/etbaf/rpu/GRPU.java:45271:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:45271:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:45276:	Avoid variables with short names like ya
com/tin/etbaf/rpu/GRPU.java:45276:	Local variable 'ya' could be declared final
com/tin/etbaf/rpu/GRPU.java:45302:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:45303:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:45309:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPU.java:45319:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:45323:	Avoid idempotent operations (like assigning a variable to itself).
com/tin/etbaf/rpu/GRPU.java:45349:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPU.java:45354:	Avoid excessively long variable names like dedcuteeTypeComboAnnx2
com/tin/etbaf/rpu/GRPU.java:45354:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPU.java:45354:	Parameter 'dedcuteeTypeComboAnnx2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45354:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45356:	Avoid unused local variables such as 'item'.
com/tin/etbaf/rpu/GRPU.java:45356:	Local variable 'item' could be declared final
com/tin/etbaf/rpu/GRPU.java:45366:	Parameter 'uri' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45372:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPU.java:45373:	Avoid empty if statements
com/tin/etbaf/rpu/GRPU.java:45380:	Parameter 'colTable' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45380:	Parameter 'rowTable' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45380:	Parameter 'string' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45380:	The method 'panCheckValidDedCode' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:45380:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45381:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPU.java:45382:	Avoid unused local variables such as 'row'.
com/tin/etbaf/rpu/GRPU.java:45382:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:45383:	Avoid unused local variables such as 'col'.
com/tin/etbaf/rpu/GRPU.java:45383:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:45386:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45386:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:45401:	Parameter 'colTable' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45401:	Parameter 'rowTable' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45401:	Parameter 'val' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45401:	The method 'totalTaxDepBookEntryFlag' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPU.java:45401:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45407:	Local variable 'row' could be declared final
com/tin/etbaf/rpu/GRPU.java:45408:	Avoid unused local variables such as 'col'.
com/tin/etbaf/rpu/GRPU.java:45408:	Local variable 'col' could be declared final
com/tin/etbaf/rpu/GRPU.java:45410:	Useless parentheses.
com/tin/etbaf/rpu/GRPU.java:45412:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPU.java:45431:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:45434:	Avoid really long methods.
com/tin/etbaf/rpu/GRPU.java:45434:	Parameter 'colTable' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45434:	Parameter 'roTble' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45434:	Parameter 'tds' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45434:	The method 'setDisablingValues' has a Cyclomatic Complexity of 56.
com/tin/etbaf/rpu/GRPU.java:45434:	The method 'setDisablingValues' has a Modified Cyclomatic Complexity of 30.
com/tin/etbaf/rpu/GRPU.java:45434:	The method 'setDisablingValues' has a Standard Cyclomatic Complexity of 30.
com/tin/etbaf/rpu/GRPU.java:45434:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45437:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:45438:	System.out.print is used
com/tin/etbaf/rpu/GRPU.java:45439:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPU.java:45442:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45483:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPU.java:45529:	System.out.println is used
com/tin/etbaf/rpu/GRPU.java:45580:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPU.java:45580:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPU.java:45580:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPU.java:45583:	Local variable 'desktop' could be declared final
com/tin/etbaf/rpu/GRPU.java:45585:	Local variable 'command' could be declared final
com/tin/etbaf/rpu/GRPU.java:45587:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPU.java:45587:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:8:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:12:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:12:	Parameter 'items' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:12:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'hasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:17:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUComboBoxRenderer.java:24:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUConstants.java:3:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:5:	Avoid excessively long variable names like DEFAULT_ROWS_COUNT
com/tin/etbaf/rpu/GRPUConstants.java:5:	Avoid using redundant field initializer for 'DEFAULT_ROWS_COUNT'
com/tin/etbaf/rpu/GRPUConstants.java:5:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'DEFAULT_ROWS_COUNT' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:5:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:5:	Variables should start with a lowercase character, 'DEFAULT_ROWS_COUNT' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:5:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:6:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'MAX_ROWADD_BLOCK' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:6:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:6:	Variables should start with a lowercase character, 'MAX_ROWADD_BLOCK' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:6:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:7:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'FILE_LEN_GRPU' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:7:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:7:	Variables should start with a lowercase character, 'FILE_LEN_GRPU' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:7:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:8:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'FILE_LEN_TXT' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:8:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:8:	Variables should start with a lowercase character, 'FILE_LEN_TXT' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:8:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:9:	Avoid excessively long variable names like FILE_EXTN_LEN_GRPU
com/tin/etbaf/rpu/GRPUConstants.java:9:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'FILE_EXTN_LEN_GRPU' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:9:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:9:	Variables should start with a lowercase character, 'FILE_EXTN_LEN_GRPU' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:9:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:10:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'FILE_EXTN_LEN_TXT' is not final.
com/tin/etbaf/rpu/GRPUConstants.java:10:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GRPUConstants.java:10:	Variables should start with a lowercase character, 'FILE_EXTN_LEN_TXT' starts with uppercase character.
com/tin/etbaf/rpu/GRPUConstants.java:10:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:11:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:21:	The String literal "Serial No." appears 7 times in this file; the first occurrence is on line 21
com/tin/etbaf/rpu/GRPUConstants.java:23:	The String literal "TDS" appears 5 times in this file; the first occurrence is on line 23
com/tin/etbaf/rpu/GRPUConstants.java:24:	The String literal "Surcharge" appears 7 times in this file; the first occurrence is on line 24
com/tin/etbaf/rpu/GRPUConstants.java:25:	The String literal "Education Cess" appears 6 times in this file; the first occurrence is on line 25
com/tin/etbaf/rpu/GRPUConstants.java:26:	The String literal "Interest" appears 6 times in this file; the first occurrence is on line 26
com/tin/etbaf/rpu/GRPUConstants.java:28:	The String literal "Others" appears 11 times in this file; the first occurrence is on line 28
com/tin/etbaf/rpu/GRPUConstants.java:29:	The String literal "Last Total Tax Deposited" appears 8 times in this file; the first occurrence is on line 29
com/tin/etbaf/rpu/GRPUConstants.java:43:	The String literal "Last Nature of deduction *" appears 4 times in this file; the first occurrence is on line 43
com/tin/etbaf/rpu/GRPUConstants.java:45:	The String literal "DD0/Transfer Voucher/Challan Serial No." appears 4 times in this file; the first occurrence is on line 45
com/tin/etbaf/rpu/GRPUConstants.java:46:	The String literal "Whether TDS Deposited by Book Entry?(Yes/No)" appears 4 times in this file; the first occurrence is on line 46
com/tin/etbaf/rpu/GRPUConstants.java:47:	The String literal "Interset" appears 4 times in this file; the first occurrence is on line 47
com/tin/etbaf/rpu/GRPUConstants.java:53:	Avoid excessively long variable names like CELL_TOOLTIP_TEXT1
com/tin/etbaf/rpu/GRPUConstants.java:53:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:56:	The String literal "BSR code of Branch Where Tax Deposited" appears 4 times in this file; the first occurrence is on line 56
com/tin/etbaf/rpu/GRPUConstants.java:57:	The String literal "Can not be a future date. Date should be in DD/MM/YYYY format only. e.g. 05-11-2015" appears 13 times in this file; the first occurrence is on line 57
com/tin/etbaf/rpu/GRPUConstants.java:58:	The String literal "Transfer Voucher/Challan Serial No" appears 4 times in this file; the first occurrence is on line 58
com/tin/etbaf/rpu/GRPUConstants.java:59:	The String literal "This Field is applicable only from F.Y. 2013-14 onwards." appears 11 times in this file; the first occurrence is on line 59
com/tin/etbaf/rpu/GRPUConstants.java:63:	The String literal "Total(7+8+9)" appears 4 times in this file; the first occurrence is on line 63
com/tin/etbaf/rpu/GRPUConstants.java:64:	The String literal "Sr.No" appears 4 times in this file; the first occurrence is on line 64
com/tin/etbaf/rpu/GRPUConstants.java:65:	The String literal "Dedcutee/Employee Refrence No.Provided By Deductor if available" appears 4 times in this file; the first occurrence is on line 65
com/tin/etbaf/rpu/GRPUConstants.java:66:	The String literal "Last PAN of Deductee/Employee" appears 4 times in this file; the first occurrence is on line 66
com/tin/etbaf/rpu/GRPUConstants.java:67:	The String literal "PAN of Deductee/Employee" appears 4 times in this file; the first occurrence is on line 67
com/tin/etbaf/rpu/GRPUConstants.java:68:	The String literal "Name of Deductee/Employee" appears 4 times in this file; the first occurrence is on line 68
com/tin/etbaf/rpu/GRPUConstants.java:70:	The String literal "Amount paid/Credited" appears 4 times in this file; the first occurrence is on line 70
com/tin/etbaf/rpu/GRPUConstants.java:79:	The String literal "Remarks(Reason for non-deduction/lower deduction/higher deduction" appears 4 times in this file; the first occurrence is on line 79
com/tin/etbaf/rpu/GRPUConstants.java:82:	The String literal "This Field is applicable only upto F.Y. 2012-13." appears 5 times in this file; the first occurrence is on line 82
com/tin/etbaf/rpu/GRPUConstants.java:84:	The String literal "This Field is applicable from F.Y. 2013-14 onwards." appears 10 times in this file; the first occurrence is on line 84
com/tin/etbaf/rpu/GRPUConstants.java:89:	The String literal "This Field is applicable from F.Y. 2016-17 onwards" appears 4 times in this file; the first occurrence is on line 89
com/tin/etbaf/rpu/GRPUConstants.java:97:	The String literal "This Field is applicable from F.Y. 2020-21 and Q2 onwards" appears 4 times in this file; the first occurrence is on line 97
com/tin/etbaf/rpu/GRPUConstants.java:110:	The String literal "This Field is applicable from F.Y. 2013-14 onwards" appears 4 times in this file; the first occurrence is on line 110
com/tin/etbaf/rpu/GRPUConstants.java:119:	Avoid excessively long variable names like CELL_TOOLTIP_TEXT24Q
com/tin/etbaf/rpu/GRPUConstants.java:119:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:150:	Avoid excessively long variable names like CELL_TOOLTIP_TEXT26Q
com/tin/etbaf/rpu/GRPUConstants.java:150:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:188:	Avoid excessively long variable names like CELL_TOOLTIP_TEXT27EQ
com/tin/etbaf/rpu/GRPUConstants.java:188:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:220:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUConstants.java:221:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUConstants.java:256:	Avoid excessively long variable names like CELL_TOOLTIP_TEXT2
com/tin/etbaf/rpu/GRPUConstants.java:256:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUConstants.java:289:	The String literal "Field is applicable only from F.Y. 2013-14 onwards" appears 10 times in this file; the first occurrence is on line 289
com/tin/etbaf/rpu/GRPUConstants.java:293:	The String literal "Field is applicable only from F.Y. 2016-17 onwards" appears 18 times in this file; the first occurrence is on line 293
com/tin/etbaf/rpu/GRPUConstants.java:315:	The String literal "This Field is applicable only from F.Y. 2018-19 Onwards" appears 34 times in this file; the first occurrence is on line 315
com/tin/etbaf/rpu/GRPUConstants.java:356:	Avoid excessively long variable names like COLUMN_HEADER_TOOLTIP_TEXT
com/tin/etbaf/rpu/GRPUConstants.java:388:	Avoid unnecessary constructors - the compiler will generate these for you
com/tin/etbaf/rpu/GRPUConstants.java:388:	Document empty constructor
com/tin/etbaf/rpu/GRPUConstants.java:388:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:6:	Avoid unused imports such as 'java.io.PrintStream'
com/tin/etbaf/rpu/GRPUHelp.java:8:	Avoid unused imports such as 'java.net.URL'
com/tin/etbaf/rpu/GRPUHelp.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUHelp.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUHelp.java:20:	To avoid mistakes add a comment at the beginning of the html field if you want a default access modifier
com/tin/etbaf/rpu/GRPUHelp.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUHelp.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUHelp.java:21:	To avoid mistakes add a comment at the beginning of the GRPULogo field if you want a default access modifier
com/tin/etbaf/rpu/GRPUHelp.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUHelp.java:21:	Variables should start with a lowercase character, 'GRPULogo' starts with uppercase character.
com/tin/etbaf/rpu/GRPUHelp.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUHelp.java:24:	Parameter 'formnum' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:28:	Overridable method 'createHyperLinkListener' called during object construction
com/tin/etbaf/rpu/GRPUHelp.java:31:	Parameter 'form' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:34:	Avoid unused local variables such as 'formnum'.
com/tin/etbaf/rpu/GRPUHelp.java:34:	Found 'DU'-anomaly for variable 'formnum' (lines '34'-'94').
com/tin/etbaf/rpu/GRPUHelp.java:34:	Local variable 'formnum' could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:40:	Found 'DD'-anomaly for variable 'url' (lines '40'-'55').
com/tin/etbaf/rpu/GRPUHelp.java:40:	Unnecessary use of fully qualified name 'java.net.URL' due to existing import 'java.net.URL'
com/tin/etbaf/rpu/GRPUHelp.java:41:	Found 'DD'-anomaly for variable 'path' (lines '41'-'45').
com/tin/etbaf/rpu/GRPUHelp.java:41:	Found 'DD'-anomaly for variable 'path' (lines '41'-'47').
com/tin/etbaf/rpu/GRPUHelp.java:41:	Found 'DD'-anomaly for variable 'path' (lines '41'-'49').
com/tin/etbaf/rpu/GRPUHelp.java:41:	Found 'DD'-anomaly for variable 'path' (lines '41'-'51').
com/tin/etbaf/rpu/GRPUHelp.java:41:	Found 'DD'-anomaly for variable 'path' (lines '41'-'53').
com/tin/etbaf/rpu/GRPUHelp.java:45:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:47:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:49:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:51:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:53:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:55:	Found 'DD'-anomaly for variable 'url' (lines '55'-'61').
com/tin/etbaf/rpu/GRPUHelp.java:55:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUHelp.java:58:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUHelp.java:60:	System.err.println is used
com/tin/etbaf/rpu/GRPUHelp.java:61:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPUHelp.java:68:	Local variable 'scroller' could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:69:	Avoid variables with short names like vp
com/tin/etbaf/rpu/GRPUHelp.java:69:	Local variable 'vp' could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:69:	Unnecessary use of fully qualified name 'javax.swing.JViewport' due to existing import 'javax.swing.*'
com/tin/etbaf/rpu/GRPUHelp.java:70:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUHelp.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUHelp.java:76:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUHelp.java:80:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUHelp.java:96:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:100:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUHelp.java:100:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUHelp.java:100:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUHelp.java:102:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:104:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUHelp.java:106:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUHelp.java:112:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPUMain.java:3:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:4:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:6:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:8:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:13:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/rpu/GRPUMain.java:13:	Possible God class (WMC=295, ATFD=575, TCC=0.014689265536723164)
com/tin/etbaf/rpu/GRPUMain.java:13:	This class has a bunch of public methods and attributes
com/tin/etbaf/rpu/GRPUMain.java:96:	Avoid really long classes.
com/tin/etbaf/rpu/GRPUMain.java:96:	The class 'GRPUMain' has a Cyclomatic Complexity of 7 (Highest = 41).
com/tin/etbaf/rpu/GRPUMain.java:96:	The class 'GRPUMain' has a Modified Cyclomatic Complexity of 6 (Highest = 41).
com/tin/etbaf/rpu/GRPUMain.java:96:	The class 'GRPUMain' has a Standard Cyclomatic Complexity of 6 (Highest = 41).
com/tin/etbaf/rpu/GRPUMain.java:96:	This class has too many methods, consider refactoring it.
com/tin/etbaf/rpu/GRPUMain.java:96:	Too many fields
com/tin/etbaf/rpu/GRPUMain.java:101:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:101:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:102:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:102:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:104:	It is somewhat confusing to have a field name matching the declaring class name
com/tin/etbaf/rpu/GRPUMain.java:104:	To avoid mistakes add a comment at the beginning of the grpumain field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:104:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:104:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:106:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:106:	To avoid mistakes add a comment at the beginning of the btnAdvLoc1 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:106:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:106:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:107:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:107:	To avoid mistakes add a comment at the beginning of the btnAdvLoc2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:107:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:107:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:108:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:108:	To avoid mistakes add a comment at the beginning of the btnAdvLoc3 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:108:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:108:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:110:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:110:	To avoid mistakes add a comment at the beginning of the btnAdvLoc4 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:110:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:110:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:111:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:111:	To avoid mistakes add a comment at the beginning of the btnAdvLoc5 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:111:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:111:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:112:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:112:	To avoid mistakes add a comment at the beginning of the btnAdvLoc6 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:112:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:112:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:115:	Avoid using redundant field initializer for 'tempfileflag'
com/tin/etbaf/rpu/GRPUMain.java:115:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:116:	Possible unsafe assignment to a non-final static field in a constructor.
com/tin/etbaf/rpu/GRPUMain.java:116:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:117:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:117:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:118:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:118:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:119:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:119:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:120:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:120:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:121:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:121:	Perhaps 'typeofStmtLabel' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:121:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:122:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:122:	Private field 'btnMainHelp' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:122:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:123:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:123:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:125:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:125:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jLabel_FormNumber' is not final.
com/tin/etbaf/rpu/GRPUMain.java:125:	Perhaps 'jLabel_FormNumber' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:125:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:126:	Avoid excessively long variable names like jComboBox_FormNumber
com/tin/etbaf/rpu/GRPUMain.java:126:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:126:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_FormNumber' is not final.
com/tin/etbaf/rpu/GRPUMain.java:126:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:127:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:127:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jText_FormNumber' is not final.
com/tin/etbaf/rpu/GRPUMain.java:127:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:128:	Avoid unused private fields such as 'marqueePanel'.
com/tin/etbaf/rpu/GRPUMain.java:128:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:131:	Avoid excessively long variable names like jHelpScrollTextPane
com/tin/etbaf/rpu/GRPUMain.java:131:	Avoid unused private fields such as 'jHelpScrollTextPane'.
com/tin/etbaf/rpu/GRPUMain.java:131:	Private field 'jHelpScrollTextPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:131:	Unnecessary use of fully qualified name 'javax.swing.JScrollPane' due to existing import 'javax.swing.JScrollPane'
com/tin/etbaf/rpu/GRPUMain.java:131:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:132:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:132:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:135:	The String literal "Arial" appears 17 times in this file; the first occurrence is on line 135
com/tin/etbaf/rpu/GRPUMain.java:135:	Variables that are final and static should be all capitals, 'fontName' is not all capitals.
com/tin/etbaf/rpu/GRPUMain.java:135:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:136:	Variables that are final and static should be all capitals, 'fontSize' is not all capitals.
com/tin/etbaf/rpu/GRPUMain.java:136:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:137:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:137:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:138:	Avoid unused private fields such as 'flag'.
com/tin/etbaf/rpu/GRPUMain.java:138:	Avoid using redundant field initializer for 'flag'
com/tin/etbaf/rpu/GRPUMain.java:138:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:138:	Perhaps 'flag' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:138:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:140:	Avoid using redundant field initializer for 'openflag'
com/tin/etbaf/rpu/GRPUMain.java:140:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:141:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:142:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:142:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:143:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:143:	Perhaps 'mainLabel' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:143:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:144:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:144:	Perhaps 'blinkLabel1' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:144:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:145:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:145:	Perhaps 'blinkLabel2' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:145:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:146:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:146:	Perhaps 'mainLabel2' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:146:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:148:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:148:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:149:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:149:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:150:	Avoid unused private fields such as 'regFilePath'.
com/tin/etbaf/rpu/GRPUMain.java:150:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:151:	Avoid unused private fields such as 'regFilePathgrpu'.
com/tin/etbaf/rpu/GRPUMain.java:151:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:152:	To avoid mistakes add a comment at the beginning of the focusList field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:152:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:152:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:154:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:154:	To avoid mistakes add a comment at the beginning of the JdialogFrame field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:154:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:154:	Variables should start with a lowercase character, 'JdialogFrame' starts with uppercase character.
com/tin/etbaf/rpu/GRPUMain.java:154:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:155:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:155:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:156:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:156:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:157:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:157:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:158:	Avoid excessively long variable names like typeofStmtRadioCorrection
com/tin/etbaf/rpu/GRPUMain.java:158:	Avoid excessively long variable names like typeofStmtRadioOriginal
com/tin/etbaf/rpu/GRPUMain.java:158:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:158:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:158:	To avoid mistakes add a comment at the beginning of the typeofStmtRadioOriginal field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:158:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:158:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:159:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:159:	To avoid mistakes add a comment at the beginning of the btGroup field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:159:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:159:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:160:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:160:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:161:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:161:	To avoid mistakes add a comment at the beginning of the raisedBevel field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:161:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:161:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:162:	To avoid mistakes add a comment at the beginning of the importTypeGrpu field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:162:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:162:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:163:	To avoid mistakes add a comment at the beginning of the btGroupForImport field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:163:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:163:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:165:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:165:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'import_fileFrame' is not final.
com/tin/etbaf/rpu/GRPUMain.java:165:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:166:	Avoid using redundant field initializer for 'selFile'
com/tin/etbaf/rpu/GRPUMain.java:166:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:166:	To avoid mistakes add a comment at the beginning of the selFile field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:166:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:166:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:168:	To avoid mistakes add a comment at the beginning of the jdialog field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:168:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:168:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:169:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:169:	To avoid mistakes add a comment at the beginning of the jframe field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:169:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:169:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:172:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:172:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jframe_create' is not final.
com/tin/etbaf/rpu/GRPUMain.java:172:	To avoid mistakes add a comment at the beginning of the jframe_create field if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:172:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUMain.java:172:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:173:	Avoid using redundant field initializer for 'jLabel'
com/tin/etbaf/rpu/GRPUMain.java:173:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:173:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:173:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:174:	Avoid using redundant field initializer for 'jLabel1'
com/tin/etbaf/rpu/GRPUMain.java:174:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:174:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:174:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:175:	Avoid using redundant field initializer for 'jLabelCIN'
com/tin/etbaf/rpu/GRPUMain.java:175:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:175:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:175:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:176:	Avoid using redundant field initializer for 'jLabelCons'
com/tin/etbaf/rpu/GRPUMain.java:176:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:176:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:176:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:177:	Avoid using redundant field initializer for 'txtInputFileName'
com/tin/etbaf/rpu/GRPUMain.java:177:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:177:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:177:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:178:	Avoid using redundant field initializer for 'txtCINFileName'
com/tin/etbaf/rpu/GRPUMain.java:178:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:178:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:178:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:179:	Avoid using redundant field initializer for 'txtErrorFilePath'
com/tin/etbaf/rpu/GRPUMain.java:179:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:179:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:180:	Avoid using redundant field initializer for 'consFileName'
com/tin/etbaf/rpu/GRPUMain.java:180:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:180:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:180:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:181:	Avoid using redundant field initializer for 'btnValidate'
com/tin/etbaf/rpu/GRPUMain.java:181:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:181:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:181:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:182:	Avoid using redundant field initializer for 'btnExit'
com/tin/etbaf/rpu/GRPUMain.java:182:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:182:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:182:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:183:	Avoid unused private fields such as 'btnHelp'.
com/tin/etbaf/rpu/GRPUMain.java:183:	Avoid using redundant field initializer for 'btnHelp'
com/tin/etbaf/rpu/GRPUMain.java:183:	Private field 'btnHelp' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:183:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:183:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:184:	Avoid using redundant field initializer for 'btnPdfHelp'
com/tin/etbaf/rpu/GRPUMain.java:184:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:184:	Private field 'btnPdfHelp' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:184:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:184:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:185:	Avoid excessively long variable names like btnbrowseInputFileName
com/tin/etbaf/rpu/GRPUMain.java:185:	Avoid using redundant field initializer for 'btnbrowseInputFileName'
com/tin/etbaf/rpu/GRPUMain.java:185:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:185:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:185:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:186:	Avoid excessively long variable names like btnbrowseTempFileName
com/tin/etbaf/rpu/GRPUMain.java:186:	Avoid using redundant field initializer for 'btnbrowseTempFileName'
com/tin/etbaf/rpu/GRPUMain.java:186:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:186:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:186:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:187:	Avoid excessively long variable names like btnbrowseErrorFilePath
com/tin/etbaf/rpu/GRPUMain.java:187:	Avoid using redundant field initializer for 'btnbrowseErrorFilePath'
com/tin/etbaf/rpu/GRPUMain.java:187:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:187:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:187:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:188:	Avoid using redundant field initializer for 'consTempFileName'
com/tin/etbaf/rpu/GRPUMain.java:188:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:188:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:188:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:189:	Avoid unused private fields such as 'jHelpTextPane'.
com/tin/etbaf/rpu/GRPUMain.java:189:	Avoid using redundant field initializer for 'jHelpTextPane'
com/tin/etbaf/rpu/GRPUMain.java:189:	Private field 'jHelpTextPane' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:189:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:190:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:190:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:191:	Avoid excessively long variable names like previousSorurceFileFolder
com/tin/etbaf/rpu/GRPUMain.java:191:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:191:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:192:	Avoid excessively long variable names like previousOutputFileFolder
com/tin/etbaf/rpu/GRPUMain.java:192:	Avoid unused private fields such as 'previousOutputFileFolder'.
com/tin/etbaf/rpu/GRPUMain.java:192:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:192:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:193:	Avoid excessively long variable names like fileContentToWrite
com/tin/etbaf/rpu/GRPUMain.java:193:	Avoid using redundant field initializer for 'fileContentToWrite'
com/tin/etbaf/rpu/GRPUMain.java:193:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:193:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:194:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:194:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:195:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:195:	Perhaps 'contactus' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUMain.java:195:	Private field 'contactus' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:195:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:197:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:197:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:200:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:200:	Private field 'validation' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUMain.java:200:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:202:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:202:	The constructor 'GRPUMain' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUMain.java:202:	The constructor 'GRPUMain' has a Modified Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUMain.java:202:	The constructor 'GRPUMain' has a Standard Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUMain.java:202:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:205:	Local variable 'mainPanel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:209:	Avoid unused local variables such as 'paneEdge'.
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Found 'DU'-anomaly for variable 'paneEdge' (lines '209'-'376').
com/tin/etbaf/rpu/GRPUMain.java:209:	Local variable 'paneEdge' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:224:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:236:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:238:	Local variable 'strAdv1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:239:	Avoid unused local variables such as 'strAdv2'.
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Found 'DU'-anomaly for variable 'strAdv2' (lines '239'-'376').
com/tin/etbaf/rpu/GRPUMain.java:239:	Local variable 'strAdv2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:247:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:251:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:251:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:255:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:255:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:260:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:260:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:265:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:265:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:293:	Local variable 'timer' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:296:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:296:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:296:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:297:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPUMain.java:301:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPUMain.java:301:	Useless parentheses.
com/tin/etbaf/rpu/GRPUMain.java:314:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:318:	Overridable method 'prerequisitesPopUp' called during object construction
com/tin/etbaf/rpu/GRPUMain.java:320:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:327:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:338:	Avoid excessively long variable names like marqueePanelTraces
com/tin/etbaf/rpu/GRPUMain.java:344:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:348:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:348:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:352:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:352:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:357:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:357:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:362:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:362:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:371:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GRPUMain.java:372:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:374:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:381:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:408:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:432:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:434:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:446:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:450:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:452:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:456:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:459:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:463:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:469:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUMain.java:469:	The method 'initAndAddComponents' has a Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/GRPUMain.java:469:	The method 'initAndAddComponents' has a Modified Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/GRPUMain.java:469:	The method 'initAndAddComponents' has a Standard Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/GRPUMain.java:469:	The method initAndAddComponents() has an NCSS line count of 111
com/tin/etbaf/rpu/GRPUMain.java:469:	The method initAndAddComponents() has an NPath complexity of 1679616
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:470:	Found 'DD'-anomaly for variable 'url' (lines '470'-'471').
com/tin/etbaf/rpu/GRPUMain.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:473:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:474:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:479:	Avoid unused local variables such as 'strBlink'.
com/tin/etbaf/rpu/GRPUMain.java:479:	Local variable 'strBlink' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:510:	Avoid excessively long variable names like jComboBox_Form_Data
com/tin/etbaf/rpu/GRPUMain.java:510:	Local variable 'jComboBox_Form_Data' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:510:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Form_Data' is not final.
com/tin/etbaf/rpu/GRPUMain.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:519:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:541:	The String literal "Regular" appears 4 times in this file; the first occurrence is on line 541
com/tin/etbaf/rpu/GRPUMain.java:549:	The String literal "Correction" appears 4 times in this file; the first occurrence is on line 549
com/tin/etbaf/rpu/GRPUMain.java:597:	Avoid variables with short names like w
com/tin/etbaf/rpu/GRPUMain.java:597:	Parameter 'w' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:597:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:598:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPUMain.java:603:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:603:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:603:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:604:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:610:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:610:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:610:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:611:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:618:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:618:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:618:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:619:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:625:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:625:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:625:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:626:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:633:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:633:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:633:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:635:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:643:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:643:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:643:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:645:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:648:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:657:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:657:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:657:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:658:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:664:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:664:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:664:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:665:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:672:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:672:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:673:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:681:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:686:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:688:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:690:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:698:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:698:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:699:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:704:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:708:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:710:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:712:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:718:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:718:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:719:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:724:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:728:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:730:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:732:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:739:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:739:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:740:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:745:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:749:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:751:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:753:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:760:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:760:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:761:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:766:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:770:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:772:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:774:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:780:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:780:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:781:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:786:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:790:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:792:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:794:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:800:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:800:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:801:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:804:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:808:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:812:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:814:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:816:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:824:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPUMain.java:824:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:824:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPUMain.java:824:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:846:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPUMain.java:846:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:846:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:847:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:848:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:849:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:852:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUMain.java:868:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUMain.java:887:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:888:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:889:	The String literal "Message" appears 4 times in this file; the first occurrence is on line 889
com/tin/etbaf/rpu/GRPUMain.java:891:	Local variable 'jlabel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:892:	Local variable 'button' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:893:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:897:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:899:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:899:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:904:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:904:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:908:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:908:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:909:	The String literal "Cancel" appears 10 times in this file; the first occurrence is on line 909
com/tin/etbaf/rpu/GRPUMain.java:911:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:911:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:911:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:918:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:918:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:919:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:930:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:931:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUMain.java:931:	The method 'prerequisitesPopUp' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPUMain.java:931:	The method 'prerequisitesPopUp' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPUMain.java:931:	The method 'prerequisitesPopUp' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPUMain.java:931:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:935:	Local variable 'jlabel6' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:954:	Local variable 'jlabel4' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:957:	Local variable 'button1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:958:	Local variable 'button2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:960:	Avoid unused local variables such as 'jlabel5'.
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Found 'DU'-anomaly for variable 'jlabel5' (lines '960'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:960:	Local variable 'jlabel5' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:961:	Local variable 'jlabel3' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:966:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:968:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:969:	Local variable 'jpanel1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:970:	Local variable 'jpanel2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:983:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:996:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:999:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPUMain.java:999:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1000:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1000:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1000:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1005:	Each class should declare at least one constructor
com/tin/etbaf/rpu/GRPUMain.java:1005:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1006:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1006:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1006:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Found 'DU'-anomaly for variable 'policy' (lines '1,015'-'1,074').
com/tin/etbaf/rpu/GRPUMain.java:1015:	Local variable 'policy' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1017:	Parameter 'aContainer' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1017:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1021:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:1022:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1024:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1024:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1027:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1027:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1027:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1031:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1031:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1034:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1034:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1034:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1041:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1041:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1042:	Avoid variables with short names like f1
com/tin/etbaf/rpu/GRPUMain.java:1042:	Local variable 'f1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1044:	Avoid unused local variables such as 'grpu_1'.
com/tin/etbaf/rpu/GRPUMain.java:1044:	Local variable 'grpu_1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1044:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'grpu_1' is not final.
com/tin/etbaf/rpu/GRPUMain.java:1045:	Avoid unused local variables such as 'in'.
com/tin/etbaf/rpu/GRPUMain.java:1045:	Avoid variables with short names like in
com/tin/etbaf/rpu/GRPUMain.java:1050:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1052:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1053:	Local variable 'answer' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1057:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1068:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1078:	Parameter 'method' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1083:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:1087:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUMain.java:1087:	Avoid unused local variables such as 'str'.
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Found 'DU'-anomaly for variable 'str' (lines '1,087'-'1,155').
com/tin/etbaf/rpu/GRPUMain.java:1087:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1088:	Local variable 'jlabel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1090:	Local variable 'okbtn' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1091:	Local variable 'cnlbtn' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1092:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1099:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1106:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1106:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1106:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1115:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1122:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1122:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1129:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1129:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1132:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1132:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1138:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1138:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1139:	The String literal "Please enter only numeric values" appears 4 times in this file; the first occurrence is on line 1,139
com/tin/etbaf/rpu/GRPUMain.java:1142:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1142:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1142:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1146:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1146:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1157:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:1158:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1161:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUMain.java:1161:	Avoid unused local variables such as 'str'.
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Found 'DU'-anomaly for variable 'str' (lines '1,161'-'1,226').
com/tin/etbaf/rpu/GRPUMain.java:1161:	Local variable 'str' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1162:	Local variable 'jlabel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1164:	Local variable 'okbtn' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1165:	Local variable 'cnlbtn' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1166:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1173:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1174:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1177:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1180:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1180:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1180:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1187:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1187:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1194:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1194:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1201:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1201:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1204:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1204:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1210:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1210:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1214:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1214:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1214:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1217:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1217:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1225:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1229:	Avoid reassigning parameters such as 'finyear'
com/tin/etbaf/rpu/GRPUMain.java:1229:	Avoid reassigning parameters such as 'flag'
com/tin/etbaf/rpu/GRPUMain.java:1229:	Avoid reassigning parameters such as 'flag'
com/tin/etbaf/rpu/GRPUMain.java:1229:	Parameter 'Filecontent' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1229:	Parameter 'Filename' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1229:	Parameter 'filetype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1229:	The method 'createCustomDialogNew' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUMain.java:1229:	Variables should start with a lowercase character, 'Filecontent' starts with uppercase character.
com/tin/etbaf/rpu/GRPUMain.java:1229:	Variables should start with a lowercase character, 'Filename' starts with uppercase character.
com/tin/etbaf/rpu/GRPUMain.java:1229:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1238:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1239:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1239:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1239:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1239:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1239:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUMain.java:1240:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1240:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1244:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1245:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1245:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1245:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1245:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1245:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUMain.java:1252:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1254:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1254:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1264:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1264:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1264:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1276:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1288:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUMain.java:1288:	Parameter 'filetype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1288:	Parameter 'jContentPane' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1288:	The method getJContentPane() has an NCSS line count of 137
com/tin/etbaf/rpu/GRPUMain.java:1291:	Avoid excessively long variable names like consGridBagConstraints14
com/tin/etbaf/rpu/GRPUMain.java:1291:	Local variable 'consGridBagConstraints14' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1292:	Avoid excessively long variable names like consGridBagConstraints15
com/tin/etbaf/rpu/GRPUMain.java:1292:	Local variable 'consGridBagConstraints15' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1293:	Avoid excessively long variable names like consGridBagConstraints16
com/tin/etbaf/rpu/GRPUMain.java:1293:	Local variable 'consGridBagConstraints16' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1294:	Avoid excessively long variable names like consGridBagConstraints12
com/tin/etbaf/rpu/GRPUMain.java:1294:	Local variable 'consGridBagConstraints12' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1295:	Avoid excessively long variable names like consGridBagConstraints17
com/tin/etbaf/rpu/GRPUMain.java:1295:	Local variable 'consGridBagConstraints17' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1296:	Avoid excessively long variable names like consGridBagConstraints38
com/tin/etbaf/rpu/GRPUMain.java:1296:	Local variable 'consGridBagConstraints38' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1297:	Avoid excessively long variable names like consGridBagConstraints18
com/tin/etbaf/rpu/GRPUMain.java:1297:	Local variable 'consGridBagConstraints18' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1298:	Avoid excessively long variable names like consGridBagConstraints39
com/tin/etbaf/rpu/GRPUMain.java:1298:	Local variable 'consGridBagConstraints39' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1299:	Avoid excessively long variable names like consGridBagConstraints40
com/tin/etbaf/rpu/GRPUMain.java:1299:	Local variable 'consGridBagConstraints40' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1300:	Avoid excessively long variable names like consGridBagConstraints41
com/tin/etbaf/rpu/GRPUMain.java:1300:	Local variable 'consGridBagConstraints41' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1301:	Avoid excessively long variable names like consGridBagConstraints42
com/tin/etbaf/rpu/GRPUMain.java:1301:	Local variable 'consGridBagConstraints42' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1302:	Avoid excessively long variable names like consGridBagConstraints43
com/tin/etbaf/rpu/GRPUMain.java:1302:	Local variable 'consGridBagConstraints43' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1303:	Avoid excessively long variable names like consGridBagConstraints45
com/tin/etbaf/rpu/GRPUMain.java:1303:	Local variable 'consGridBagConstraints45' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1304:	Avoid excessively long variable names like consGridBagConstraints44
com/tin/etbaf/rpu/GRPUMain.java:1304:	Local variable 'consGridBagConstraints44' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1305:	Avoid excessively long variable names like consGridBagConstraints46
com/tin/etbaf/rpu/GRPUMain.java:1305:	Local variable 'consGridBagConstraints46' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1306:	Avoid excessively long variable names like consGridBagConstraints47
com/tin/etbaf/rpu/GRPUMain.java:1306:	Local variable 'consGridBagConstraints47' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1307:	Avoid excessively long variable names like consGridBagConstraints48
com/tin/etbaf/rpu/GRPUMain.java:1307:	Local variable 'consGridBagConstraints48' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1308:	Avoid excessively long variable names like consGridBagConstraints49
com/tin/etbaf/rpu/GRPUMain.java:1308:	Local variable 'consGridBagConstraints49' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1309:	Avoid excessively long variable names like consGridBagConstraints50
com/tin/etbaf/rpu/GRPUMain.java:1309:	Local variable 'consGridBagConstraints50' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1310:	Avoid excessively long variable names like consGridBagConstraints51
com/tin/etbaf/rpu/GRPUMain.java:1310:	Local variable 'consGridBagConstraints51' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1311:	Avoid excessively long variable names like consGridBagConstraints1
com/tin/etbaf/rpu/GRPUMain.java:1311:	Local variable 'consGridBagConstraints1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1313:	Local variable 'gbc_viewPDFButton' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1313:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'gbc_viewPDFButton' is not final.
com/tin/etbaf/rpu/GRPUMain.java:1317:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1333:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1342:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1348:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1354:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1358:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1363:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1367:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1373:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1381:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1386:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1391:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1397:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1401:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1406:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1412:	Unnecessary use of fully qualified name 'java.awt.Insets' due to existing import 'java.awt.Insets'
com/tin/etbaf/rpu/GRPUMain.java:1440:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1440:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1443:	Local variable 'myFile' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1444:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1445:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPUMain.java:1458:	Avoid unused private methods such as 'getJLabel()'.
com/tin/etbaf/rpu/GRPUMain.java:1458:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1462:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1472:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1476:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1483:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1487:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1494:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1498:	Unnecessary use of fully qualified name 'javax.swing.JLabel' due to existing import 'javax.swing.JLabel'
com/tin/etbaf/rpu/GRPUMain.java:1509:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1513:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1514:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1518:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1518:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1519:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1521:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1521:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1523:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1523:	Local variable 'inputFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1523:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1524:	Local variable 'errorFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1524:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1525:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1525:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1527:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1539:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1543:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1544:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1547:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1547:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1548:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1550:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1550:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1552:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1552:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1552:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1552:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1553:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1553:	Local variable 'inputFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1553:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1554:	Local variable 'errorFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1554:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1555:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1555:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1556:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1556:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1558:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1567:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1571:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1572:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1575:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1575:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1576:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1578:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1578:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1580:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1580:	Local variable 'inputFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1580:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1581:	Local variable 'errorFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1581:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1582:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1582:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1584:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1593:	Parameter 'filetype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1593:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1597:	Unnecessary use of fully qualified name 'javax.swing.JTextField' due to existing import 'javax.swing.JTextField'
com/tin/etbaf/rpu/GRPUMain.java:1598:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1600:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1600:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1600:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1602:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1604:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1607:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1607:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1608:	Document empty method body
com/tin/etbaf/rpu/GRPUMain.java:1610:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1610:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1612:	Local variable 'inputFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1612:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1613:	Local variable 'errorFilePath' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1613:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1614:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1614:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1616:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1623:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1623:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1625:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1627:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1639:	Avoid unused private methods such as 'getBtnbrowseInputFileName()'.
com/tin/etbaf/rpu/GRPUMain.java:1639:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1643:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1644:	The String literal "Browse" appears 4 times in this file; the first occurrence is on line 1,644
com/tin/etbaf/rpu/GRPUMain.java:1646:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1649:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:1651:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1651:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:1651:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1653:	Avoid variables with short names like jf
com/tin/etbaf/rpu/GRPUMain.java:1653:	Local variable 'jf' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1655:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1655:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1657:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1657:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1657:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GRPUMain.java:1663:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1663:	Local variable 'currentFile' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1668:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1668:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1670:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1674:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1678:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1682:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:1684:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1684:	System.err.println is used
com/tin/etbaf/rpu/GRPUMain.java:1689:	The method 'getBtnbrowseCINFileName' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPUMain.java:1689:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1693:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1696:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1699:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:1701:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1701:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:1701:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1703:	Avoid variables with short names like jf
com/tin/etbaf/rpu/GRPUMain.java:1703:	Local variable 'jf' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1705:	Avoid variables with short names like f
com/tin/etbaf/rpu/GRPUMain.java:1705:	Found 'DD'-anomaly for variable 'f' (lines '1,705'-'1,708').
com/tin/etbaf/rpu/GRPUMain.java:1705:	Found 'DD'-anomaly for variable 'f' (lines '1,705'-'1,708').
com/tin/etbaf/rpu/GRPUMain.java:1711:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1717:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1717:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1717:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GRPUMain.java:1723:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1723:	Avoid unused local variables such as 'currentFile'.
com/tin/etbaf/rpu/GRPUMain.java:1723:	Found 'DU'-anomaly for variable 'currentFile' (lines '1,723'-'1,755').
com/tin/etbaf/rpu/GRPUMain.java:1723:	Found 'DU'-anomaly for variable 'currentFile' (lines '1,723'-'1,755').
com/tin/etbaf/rpu/GRPUMain.java:1723:	Local variable 'currentFile' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1727:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1729:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1733:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1738:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1739:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1740:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1740:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1741:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:1742:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1742:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1742:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1742:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1743:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1749:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:1751:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1751:	System.err.println is used
com/tin/etbaf/rpu/GRPUMain.java:1761:	The method 'getBtnbrowseErrorFilePath' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GRPUMain.java:1761:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1765:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1768:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1769:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:1771:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:1771:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1771:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:1771:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1773:	Avoid variables with short names like jf
com/tin/etbaf/rpu/GRPUMain.java:1773:	Local variable 'jf' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1774:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1774:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1774:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1775:	Avoid variables with short names like f
com/tin/etbaf/rpu/GRPUMain.java:1775:	Found 'DD'-anomaly for variable 'f' (lines '1,775'-'1,790').
com/tin/etbaf/rpu/GRPUMain.java:1775:	Found 'DD'-anomaly for variable 'f' (lines '1,775'-'1,790').
com/tin/etbaf/rpu/GRPUMain.java:1778:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1780:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1781:	Found 'DD'-anomaly for variable 'temp3' (lines '1,781'-'1,786').
com/tin/etbaf/rpu/GRPUMain.java:1781:	Found 'DD'-anomaly for variable 'temp3' (lines '1,781'-'1,786').
com/tin/etbaf/rpu/GRPUMain.java:1784:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1785:	Local variable 'temp2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1790:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1790:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1794:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1798:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1801:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:1802:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1804:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1808:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1813:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1813:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1814:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1814:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1815:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1815:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1815:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1816:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1824:	Parameter 'filetype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1824:	The method 'getBtnbrowseConsFileName' has a Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPUMain.java:1824:	The method 'getBtnbrowseConsFileName' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPUMain.java:1824:	The method 'getBtnbrowseConsFileName' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPUMain.java:1824:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1828:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:1831:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:1832:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1835:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1837:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1840:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:1842:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1842:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:1842:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1844:	Avoid variables with short names like jf
com/tin/etbaf/rpu/GRPUMain.java:1844:	Local variable 'jf' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1845:	Avoid variables with short names like f
com/tin/etbaf/rpu/GRPUMain.java:1845:	Found 'DD'-anomaly for variable 'f' (lines '1,845'-'1,849').
com/tin/etbaf/rpu/GRPUMain.java:1845:	Found 'DD'-anomaly for variable 'f' (lines '1,845'-'1,849').
com/tin/etbaf/rpu/GRPUMain.java:1848:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1852:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1858:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1858:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1858:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GRPUMain.java:1864:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1864:	Avoid unused local variables such as 'currentFile'.
com/tin/etbaf/rpu/GRPUMain.java:1864:	Found 'DU'-anomaly for variable 'currentFile' (lines '1,864'-'1,905').
com/tin/etbaf/rpu/GRPUMain.java:1864:	Found 'DU'-anomaly for variable 'currentFile' (lines '1,864'-'1,905').
com/tin/etbaf/rpu/GRPUMain.java:1864:	Local variable 'currentFile' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1868:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1868:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1870:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1874:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:1879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1879:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1881:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1881:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1882:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1882:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1882:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1882:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1883:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUMain.java:1890:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:1892:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:1892:	System.err.println is used
com/tin/etbaf/rpu/GRPUMain.java:1895:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1898:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1900:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1908:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUMain.java:1908:	Found 'UR'-anomaly for variable 'x' (lines '1,908'-'1,928').
com/tin/etbaf/rpu/GRPUMain.java:1908:	The method 'getBtnValidateMethod' has a Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GRPUMain.java:1908:	The method 'getBtnValidateMethod' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPUMain.java:1908:	The method 'getBtnValidateMethod' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GRPUMain.java:1908:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:1911:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1911:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1913:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1913:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1914:	Local variable 'temp2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1914:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1915:	Avoid unused local variables such as 'temp3'.
com/tin/etbaf/rpu/GRPUMain.java:1915:	Found 'DU'-anomaly for variable 'temp3' (lines '1,915'-'2,009').
com/tin/etbaf/rpu/GRPUMain.java:1915:	Local variable 'temp3' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1915:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1918:	Found 'DU'-anomaly for variable 'txtFileName' (lines '1,918'-'2,009').
com/tin/etbaf/rpu/GRPUMain.java:1918:	Local variable 'txtFileName' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1918:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1921:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUMain.java:1921:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1922:	Local variable 'res' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1922:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1922:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:1924:	Local variable 'file' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1925:	Local variable 'out' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1926:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1931:	Local variable 'errorFileName' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1931:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1932:	Local variable 'cinFileName' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1932:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1933:	Found 'DD'-anomaly for variable 'consoFile' (lines '1,933'-'1,935').
com/tin/etbaf/rpu/GRPUMain.java:1934:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1935:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1936:	Found 'DD'-anomaly for variable 'fvu_version' (lines '1,936'-'1,941').
com/tin/etbaf/rpu/GRPUMain.java:1936:	Found 'DD'-anomaly for variable 'fvu_version' (lines '1,936'-'1,946').
com/tin/etbaf/rpu/GRPUMain.java:1936:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fvu_version' is not final.
com/tin/etbaf/rpu/GRPUMain.java:1936:	The String literal "6.9" appears 4 times in this file; the first occurrence is on line 1,936
com/tin/etbaf/rpu/GRPUMain.java:1938:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1940:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1940:	The String literal "---LOWER---" appears 4 times in this file; the first occurrence is on line 1,940
com/tin/etbaf/rpu/GRPUMain.java:1945:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1945:	The String literal "---UPPER---" appears 4 times in this file; the first occurrence is on line 1,945
com/tin/etbaf/rpu/GRPUMain.java:1949:	Local variable 'args2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1949:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1950:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1951:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1954:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1959:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1962:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1968:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1970:	Local variable 'file' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1971:	Local variable 'out' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1972:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1977:	Local variable 'errorFileName' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1977:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1978:	Local variable 'cinFileName' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1978:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1980:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:1981:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1982:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fvu_version' is not final.
com/tin/etbaf/rpu/GRPUMain.java:1983:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1985:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1990:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1994:	Local variable 'args2' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:1994:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:1995:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:1996:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:1999:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2004:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2016:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:2020:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:2023:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:2024:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:2026:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2026:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:2026:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2033:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:2035:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2042:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:2046:	Unnecessary use of fully qualified name 'javax.swing.JButton' due to existing import 'javax.swing.JButton'
com/tin/etbaf/rpu/GRPUMain.java:2049:	Unnecessary use of fully qualified name 'java.awt.Dimension' due to existing import 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUMain.java:2050:	Unnecessary use of fully qualified name 'java.awt.event.ActionListener' due to existing import 'java.awt.event.ActionListener'
com/tin/etbaf/rpu/GRPUMain.java:2052:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2052:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2052:	Unnecessary use of fully qualified name 'java.awt.event.ActionEvent' due to existing import 'java.awt.event.ActionEvent'
com/tin/etbaf/rpu/GRPUMain.java:2052:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2062:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPUMain.java:2062:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2062:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2064:	Found 'DD'-anomaly for variable 'fileExtsn' (lines '2,064'-'2,072').
com/tin/etbaf/rpu/GRPUMain.java:2064:	Found 'DU'-anomaly for variable 'fileExtsn' (lines '2,064'-'2,087').
com/tin/etbaf/rpu/GRPUMain.java:2065:	Found 'DD'-anomaly for variable 'getFileName' (lines '2,065'-'2,071').
com/tin/etbaf/rpu/GRPUMain.java:2065:	Found 'DU'-anomaly for variable 'getFileName' (lines '2,065'-'2,087').
com/tin/etbaf/rpu/GRPUMain.java:2066:	Avoid unused local variables such as 'gChk'.
com/tin/etbaf/rpu/GRPUMain.java:2066:	Found 'DU'-anomaly for variable 'gChk' (lines '2,066'-'2,087').
com/tin/etbaf/rpu/GRPUMain.java:2066:	Local variable 'gChk' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2067:	Avoid unused local variables such as 'gHashChk'.
com/tin/etbaf/rpu/GRPUMain.java:2067:	Found 'DU'-anomaly for variable 'gHashChk' (lines '2,067'-'2,087').
com/tin/etbaf/rpu/GRPUMain.java:2067:	Local variable 'gHashChk' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2073:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUMain.java:2073:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2080:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUMain.java:2080:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUMain.java:2084:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:2085:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2090:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPUMain.java:2090:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2090:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2091:	Avoid unused local variables such as 'fileExtsn'.
com/tin/etbaf/rpu/GRPUMain.java:2091:	Found 'DD'-anomaly for variable 'fileExtsn' (lines '2,091'-'2,099').
com/tin/etbaf/rpu/GRPUMain.java:2091:	Found 'DU'-anomaly for variable 'fileExtsn' (lines '2,091'-'2,110').
com/tin/etbaf/rpu/GRPUMain.java:2092:	Found 'DD'-anomaly for variable 'getFileName' (lines '2,092'-'2,098').
com/tin/etbaf/rpu/GRPUMain.java:2092:	Found 'DU'-anomaly for variable 'getFileName' (lines '2,092'-'2,110').
com/tin/etbaf/rpu/GRPUMain.java:2093:	Avoid unused local variables such as 'gChk'.
com/tin/etbaf/rpu/GRPUMain.java:2093:	Found 'DU'-anomaly for variable 'gChk' (lines '2,093'-'2,110').
com/tin/etbaf/rpu/GRPUMain.java:2093:	Local variable 'gChk' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2094:	Avoid unused local variables such as 'gHashChk'.
com/tin/etbaf/rpu/GRPUMain.java:2094:	Found 'DU'-anomaly for variable 'gHashChk' (lines '2,094'-'2,110').
com/tin/etbaf/rpu/GRPUMain.java:2094:	Local variable 'gHashChk' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2099:	Found 'DU'-anomaly for variable 'fileExtsn' (lines '2,099'-'2,110').
com/tin/etbaf/rpu/GRPUMain.java:2099:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2099:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2099:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GRPUMain.java:2100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2103:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUMain.java:2103:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUMain.java:2107:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUMain.java:2108:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2113:	Parameter 'method' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2113:	Parameter 'typeOfFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2114:	Avoid unused local variables such as 'font'.
com/tin/etbaf/rpu/GRPUMain.java:2114:	Found 'DU'-anomaly for variable 'font' (lines '2,114'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2114:	Local variable 'font' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2115:	Local variable 'plainFont' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2117:	Local variable 'plainFontLabel' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2119:	Avoid excessively long variable names like typeOfStatementValue
com/tin/etbaf/rpu/GRPUMain.java:2119:	Found 'DD'-anomaly for variable 'typeOfStatementValue' (lines '2,119'-'2,126').
com/tin/etbaf/rpu/GRPUMain.java:2119:	Found 'DD'-anomaly for variable 'typeOfStatementValue' (lines '2,119'-'2,153').
com/tin/etbaf/rpu/GRPUMain.java:2119:	Found 'DD'-anomaly for variable 'typeOfStatementValue' (lines '2,119'-'2,156').
com/tin/etbaf/rpu/GRPUMain.java:2120:	Found 'DD'-anomaly for variable 'formNumber' (lines '2,120'-'2,127').
com/tin/etbaf/rpu/GRPUMain.java:2120:	Found 'DD'-anomaly for variable 'formNumber' (lines '2,120'-'2,150').
com/tin/etbaf/rpu/GRPUMain.java:2121:	Found 'DD'-anomaly for variable 'str' (lines '2,121'-'2,148').
com/tin/etbaf/rpu/GRPUMain.java:2121:	Found 'DU'-anomaly for variable 'str' (lines '2,121'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2123:	Avoid unused local variables such as 'grpu_1'.
com/tin/etbaf/rpu/GRPUMain.java:2123:	Found 'DD'-anomaly for variable 'grpu_1' (lines '2,123'-'2,130').
com/tin/etbaf/rpu/GRPUMain.java:2123:	Found 'DD'-anomaly for variable 'grpu_1' (lines '2,123'-'2,135').
com/tin/etbaf/rpu/GRPUMain.java:2123:	Found 'DD'-anomaly for variable 'grpu_1' (lines '2,123'-'2,139').
com/tin/etbaf/rpu/GRPUMain.java:2123:	Found 'DD'-anomaly for variable 'grpu_1' (lines '2,123'-'2,158').
com/tin/etbaf/rpu/GRPUMain.java:2123:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'grpu_1' is not final.
com/tin/etbaf/rpu/GRPUMain.java:2126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2127:	Found 'DU'-anomaly for variable 'formNumber' (lines '2,127'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2128:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:2129:	Useless parentheses.
com/tin/etbaf/rpu/GRPUMain.java:2130:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2130:	Found 'DU'-anomaly for variable 'grpu_1' (lines '2,130'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2133:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUMain.java:2134:	Useless parentheses.
com/tin/etbaf/rpu/GRPUMain.java:2135:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2135:	Found 'DU'-anomaly for variable 'grpu_1' (lines '2,135'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2139:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2139:	Found 'DU'-anomaly for variable 'grpu_1' (lines '2,139'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2145:	Avoid variables with short names like in
com/tin/etbaf/rpu/GRPUMain.java:2145:	Found 'DD'-anomaly for variable 'in' (lines '2,145'-'2,147').
com/tin/etbaf/rpu/GRPUMain.java:2149:	Local variable 'BatchHeader' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2149:	Variables should start with a lowercase character, 'BatchHeader' starts with uppercase character.
com/tin/etbaf/rpu/GRPUMain.java:2150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2150:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2151:	Local variable 'dist' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2151:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2158:	Found 'DU'-anomaly for variable 'grpu_1' (lines '2,158'-'2,173').
com/tin/etbaf/rpu/GRPUMain.java:2162:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2168:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2175:	Avoid unused method parameters such as 'e'.
com/tin/etbaf/rpu/GRPUMain.java:2175:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2175:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2180:	Parameter 'typeOfFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2180:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2181:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUMain.java:2181:	Avoid unused local variables such as 'filename'.
com/tin/etbaf/rpu/GRPUMain.java:2181:	Found 'DU'-anomaly for variable 'filename' (lines '2,181'-'2,219').
com/tin/etbaf/rpu/GRPUMain.java:2181:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2182:	Avoid variables with short names like fc
com/tin/etbaf/rpu/GRPUMain.java:2182:	Local variable 'fc' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2184:	Found 'DD'-anomaly for variable 'selFile' (lines '2,184'-'2,195').
com/tin/etbaf/rpu/GRPUMain.java:2184:	Found 'DD'-anomaly for variable 'selFile' (lines '2,184'-'2,205').
com/tin/etbaf/rpu/GRPUMain.java:2184:	Found 'DD'-anomaly for variable 'selFile' (lines '2,184'-'2,209').
com/tin/etbaf/rpu/GRPUMain.java:2186:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUMain.java:2191:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2192:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2193:	Switch statements should have a default label
com/tin/etbaf/rpu/GRPUMain.java:2196:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUMain.java:2196:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2205:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPUMain.java:2209:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPUMain.java:2213:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2215:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2217:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2222:	Parameter 'theFileChooser' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2223:	Local variable 'aResult' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2224:	Found 'DD'-anomaly for variable 'aFile' (lines '2,224'-'2,238').
com/tin/etbaf/rpu/GRPUMain.java:2224:	Found 'DD'-anomaly for variable 'aFile' (lines '2,224'-'2,241').
com/tin/etbaf/rpu/GRPUMain.java:2225:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUMain.java:2225:	Avoid unused local variables such as 'isFirst'.
com/tin/etbaf/rpu/GRPUMain.java:2225:	Found 'DU'-anomaly for variable 'isFirst' (lines '2,225'-'2,246').
com/tin/etbaf/rpu/GRPUMain.java:2225:	Local variable 'isFirst' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2226:	The default label should be the last label in a switch statement
com/tin/etbaf/rpu/GRPUMain.java:2230:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUMain.java:2230:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2238:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPUMain.java:2241:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GRPUMain.java:2244:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2248:	Parameter 'nameOfTheFile' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2248:	The method 'checkFileName' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GRPUMain.java:2249:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2250:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUMain.java:2261:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUMain.java:2265:	To avoid mistakes add a comment at the beginning of the MyFilterGRPU nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:2265:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2266:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2267:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2268:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2270:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2273:	Document empty constructor
com/tin/etbaf/rpu/GRPUMain.java:2273:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2276:	To avoid mistakes add a comment at the beginning of the MyFilterFVU nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:2276:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2277:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2277:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2278:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2281:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2284:	Document empty constructor
com/tin/etbaf/rpu/GRPUMain.java:2284:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2288:	To avoid mistakes add a comment at the beginning of the MyFilterCIN nested class if you want a default access modifier
com/tin/etbaf/rpu/GRPUMain.java:2288:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2289:	Parameter 'file' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2289:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2290:	Local variable 'filename' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2291:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUMain.java:2293:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2296:	Document empty constructor
com/tin/etbaf/rpu/GRPUMain.java:2296:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2302:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2303:	Found 'DD'-anomaly for variable 'rpuLogs' (lines '2,303'-'2,305').
com/tin/etbaf/rpu/GRPUMain.java:2310:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2315:	System.out.println is used
com/tin/etbaf/rpu/GRPUMain.java:2316:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2317:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/GRPUMain.java:2326:	Parameter 'uri' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2326:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2330:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2331:	Avoid empty catch blocks
com/tin/etbaf/rpu/GRPUMain.java:2332:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:2336:	Parameter 'message' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2336:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2340:	Parameter 'btnMarquee' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2340:	Parameter 'strBtnName' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2340:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2354:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2356:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2357:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2357:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2358:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2358:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2359:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPUMain.java:2359:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2359:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2360:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2360:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2360:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2361:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2361:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2363:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2363:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPUMain.java:2363:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2363:	Parameter 'n' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2363:	Parameter 's' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2363:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2367:	Avoid variables with short names like sb
com/tin/etbaf/rpu/GRPUMain.java:2367:	Local variable 'sb' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2373:	Local variable 'blackColor' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2380:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2384:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2388:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2388:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2388:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2395:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2395:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2395:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2397:	Local variable 'file' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2398:	Local variable 'out' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2403:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:2407:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2408:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2408:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2409:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2409:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2410:	Avoid variables with short names like s1
com/tin/etbaf/rpu/GRPUMain.java:2410:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2410:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2411:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2411:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2411:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2412:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2412:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2414:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2414:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2414:	Parameter 'n' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2414:	Parameter 'str1' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2414:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2418:	Local variable 'sb1' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2431:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2431:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2432:	Found 'DD'-anomaly for variable 'uri_btn' (lines '2,432'-'2,434').
com/tin/etbaf/rpu/GRPUMain.java:2432:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/GRPUMain.java:2434:	Found 'DU'-anomaly for variable 'uri_btn' (lines '2,434'-'2,449').
com/tin/etbaf/rpu/GRPUMain.java:2437:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2441:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUMain.java:2443:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUMain.java:2445:	Avoid empty if statements
com/tin/etbaf/rpu/GRPUMain.java:2451:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2455:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2459:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2459:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2459:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2467:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2467:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2467:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2469:	Local variable 'file' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2470:	Local variable 'out' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2478:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUMain.java:2483:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2484:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2484:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2485:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2485:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2486:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPUMain.java:2486:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2486:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2487:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2487:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2487:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2488:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUMain.java:2488:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2490:	Avoid variables with short names like n
com/tin/etbaf/rpu/GRPUMain.java:2490:	Avoid variables with short names like s
com/tin/etbaf/rpu/GRPUMain.java:2490:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUMain.java:2490:	Parameter 'n' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2490:	Parameter 's' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2490:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2494:	Avoid variables with short names like sb
com/tin/etbaf/rpu/GRPUMain.java:2494:	Local variable 'sb' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2500:	Avoid unused local variables such as 'blackColor'.
com/tin/etbaf/rpu/GRPUMain.java:2500:	Local variable 'blackColor' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2507:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2511:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2515:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUMain.java:2515:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2515:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2522:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2522:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2522:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUMain.java:2524:	Local variable 'file' could be declared final
com/tin/etbaf/rpu/GRPUMain.java:2525:	Local variable 'out' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:15:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:18:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:19:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:20:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:27:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:31:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:31:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:41:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:50:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:50:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:51:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:51:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:51:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:54:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:54:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:56:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:56:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:63:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:63:	Found 'DU'-anomaly for variable 'value' (lines '63'-'90').
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:63:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:64:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:65:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:67:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:68:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:75:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:76:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:77:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:79:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:82:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:82:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:85:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:92:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:92:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:94:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr1.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:68:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:68:	Found 'DU'-anomaly for variable 'value' (lines '68'-'99').
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:68:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:69:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:80:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:82:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:89:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:93:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:101:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:101:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:105:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr2.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:68:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:68:	Found 'DU'-anomaly for variable 'value' (lines '68'-'98').
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:68:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:69:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:79:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:81:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:88:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:92:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:100:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:100:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:104:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr3.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:68:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:68:	Found 'DU'-anomaly for variable 'value' (lines '68'-'98').
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:68:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:69:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:79:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:81:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:88:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:88:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:92:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:100:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:100:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:103:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:103:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAddr4.java:105:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:21:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:22:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:23:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:25:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:25:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:46:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:59:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:67:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:71:	Local variable 'valueOfDdoMapping' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:74:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:74:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:86:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:88:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:115:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:119:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorAmount.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:14:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:16:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:26:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:27:	To avoid mistakes add a comment at the beginning of the button field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:28:	To avoid mistakes add a comment at the beginning of the combox field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:30:	Avoid excessively long variable names like jComboBox_Book_Entry
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Book_Entry' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:32:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:32:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:33:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:33:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:33:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:35:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:40:	Avoid excessively long variable names like jComboBox_Book_Entry
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:40:	Local variable 'jComboBox_Book_Entry' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:40:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_Book_Entry' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:80:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:94:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:94:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:105:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:109:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:118:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:121:	System.out.println is used
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:125:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:125:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:129:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorBookEntry.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:9:	Avoid unused imports such as 'java.awt.event.KeyEvent'
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:14:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:16:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:17:	Avoid unused imports such as 'javax.swing.text.html.HTMLDocument.HTMLReader.IsindexAction'
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:19:	Avoid unused imports such as 'com.sun.org.apache.xpath.internal.FoundIndex'
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:24:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:28:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:55:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:82:	Local variable 'bsrCode' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:83:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:85:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:111:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:125:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:125:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:129:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorBsrCode.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:9:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:75:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:75:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:79:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorChallanConsolidated.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:8:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:15:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:19:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:20:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:21:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:29:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:34:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:34:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:44:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:57:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:57:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:59:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:71:	Local variable 'ddNo' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:72:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:73:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:80:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:108:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:108:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:112:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:113:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorChequeNo.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:68:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:68:	Found 'DU'-anomaly for variable 'value' (lines '68'-'101').
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:68:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:72:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:75:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:77:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:79:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:83:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:87:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:91:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:103:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:103:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:107:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorCity.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:18:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:19:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:20:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:55:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:55:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:72:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:76:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:83:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDDOCode.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:18:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:19:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:20:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:55:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:55:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:70:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:74:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:82:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:88:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:92:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:92:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:99:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDDOReg.java:100:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:3:	Avoid unused imports such as 'java.awt.BorderLayout'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:4:	Avoid unused imports such as 'java.awt.Color'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:6:	Avoid unused imports such as 'java.awt.Dimension'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:7:	Avoid unused imports such as 'java.awt.GridLayout'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:8:	Avoid unused imports such as 'java.awt.Image'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:16:	Avoid unused imports such as 'java.awt.event.MouseListener'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:17:	Avoid unused imports such as 'java.io.IOException'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:21:	Avoid unused imports such as 'javax.imageio.ImageIO'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:23:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:25:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:33:	The class 'GRPUTableCellEditorDateOfTaxDepstd' has a Cyclomatic Complexity of 7 (Highest = 18).
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:33:	The class 'GRPUTableCellEditorDateOfTaxDepstd' has a Modified Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:33:	The class 'GRPUTableCellEditorDateOfTaxDepstd' has a Standard Cyclomatic Complexity of 6 (Highest = 14).
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:33:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:36:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:36:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:37:	To avoid mistakes add a comment at the beginning of the panel field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:37:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:37:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:38:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:38:	To avoid mistakes add a comment at the beginning of the jtext field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:38:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:38:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:39:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:39:	To avoid mistakes add a comment at the beginning of the jbtn field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:39:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:39:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:40:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:40:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:40:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:40:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:41:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:41:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:41:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:41:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:42:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:42:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:44:	Avoid using redundant field initializer for 'flag4'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:44:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:45:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:46:	Avoid using redundant field initializer for 'cnt'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:46:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:47:	Avoid using redundant field initializer for 'cnt4'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:47:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:48:	Avoid using redundant field initializer for 'cnt9'
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:48:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:49:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:51:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:51:	Parameter 'grpumain' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:51:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:76:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:80:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:90:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:90:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:100:	JUnit 4 tests that execute tests should use the @Test annotation
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:100:	Method names should not contain underscores
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:100:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:103:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	The method 'getTableCellEditorComponent' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	The method 'getTableCellEditorComponent' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	The method 'getTableCellEditorComponent' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	The method getTableCellEditorComponent() has an NPath complexity of 576
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:110:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:111:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:111:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:111:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:119:	Found 'DD'-anomaly for variable 'url' (lines '119'-'121').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:119:	Found 'DD'-anomaly for variable 'url' (lines '119'-'121').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:119:	Found 'DD'-anomaly for variable 'url' (lines '119'-'121').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:123:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:125:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:127:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:128:	System.err.println is used
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:129:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:134:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:143:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:145:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:150:	Avoid variables with short names like e
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:150:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:150:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:151:	Local variable 'text' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:152:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:152:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:155:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:168:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:171:	Avoid variables with short names like ae
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:171:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:171:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:177:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:180:	Avoid variables with short names like d
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:180:	Local variable 'd' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:191:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:194:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:194:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:196:	Avoid variables with short names like d
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:196:	Local variable 'd' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:219:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:221:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:221:	Avoid unused local variables such as 'date'.
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:221:	Found 'DU'-anomaly for variable 'date' (lines '221'-'276').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:221:	Local variable 'date' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:223:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:225:	Local variable 'sep1' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:227:	Local variable 'sep2' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:229:	Found 'DU'-anomaly for variable 'day' (lines '229'-'276').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:229:	Local variable 'day' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:231:	Found 'DU'-anomaly for variable 'month' (lines '231'-'276').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:231:	Local variable 'month' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:233:	Found 'DU'-anomaly for variable 'year' (lines '233'-'276').
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:233:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:236:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:237:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:239:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:240:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:244:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:246:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:248:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:249:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:255:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:257:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:261:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:263:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:263:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:263:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:263:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:265:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:271:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:272:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:278:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:278:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:280:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:281:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorDateOfTaxDepstd.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:65:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 65
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:67:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:80:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:80:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:80:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:80:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:82:	Found 'DU'-anomaly for variable 'tds' (lines '82'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:82:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:83:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:83:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:83:	Found 'DU'-anomaly for variable 'dotcount' (lines '83'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:83:	Local variable 'dotcount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:84:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:84:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:84:	Found 'DU'-anomaly for variable 'dotpos' (lines '84'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:84:	Local variable 'dotpos' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:88:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:90:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:90:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:96:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:101:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:103:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:105:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:105:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:106:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:111:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:111:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:112:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:114:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:148:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:156:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:156:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:160:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEduCess.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:18:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:19:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:20:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:55:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:55:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:70:	Local variable 'email' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:72:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:75:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:91:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:91:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:98:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:99:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorEmail.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:2:	Avoid unused imports such as 'java.awt.Color'
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:11:	Avoid unused imports such as 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:22:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:26:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:52:	Document empty method body
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:61:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:68:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 68
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:81:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:83:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:83:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:83:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:85:	Found 'DU'-anomaly for variable 'fee' (lines '85'-'150').
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:85:	Local variable 'fee' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:89:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:100:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:102:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:102:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:108:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:108:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:111:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:112:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:114:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:152:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:152:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:156:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorFeeChallan.java:157:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:16:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:18:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:26:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:30:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:31:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:32:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:32:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:32:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:34:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:40:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:45:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:45:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:55:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:70:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 70
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:72:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:83:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:86:	Found 'DU'-anomaly for variable 'tds' (lines '86'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:86:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:87:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:87:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:87:	Found 'DU'-anomaly for variable 'dotcount' (lines '87'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:87:	Local variable 'dotcount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:88:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:88:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:88:	Found 'DU'-anomaly for variable 'dotpos' (lines '88'-'154').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:88:	Local variable 'dotpos' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:89:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:89:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:89:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:89:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:93:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:95:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:101:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:104:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:107:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:109:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:109:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:115:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:115:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:115:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:118:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:121:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:149:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:156:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:156:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:160:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstAllctdChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:14:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:16:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:24:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:28:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:29:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:30:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:38:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:38:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:43:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:43:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:53:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:68:	The String literal "0.00" appears 8 times in this file; the first occurrence is on line 68
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:81:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:84:	Found 'DU'-anomaly for variable 'tds' (lines '84'-'165').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:84:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:85:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:85:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:85:	Found 'DU'-anomaly for variable 'dotcount' (lines '85'-'165').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:85:	Local variable 'dotcount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:86:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:86:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:86:	Found 'DU'-anomaly for variable 'dotpos' (lines '86'-'165').
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:86:	Local variable 'dotpos' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:87:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:87:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:87:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:87:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:91:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:93:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:99:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:102:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:102:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:104:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:106:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:106:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:112:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:112:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:112:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:116:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:119:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:123:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:128:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:129:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:135:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:136:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:146:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:147:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:156:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:157:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:159:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:161:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:167:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:167:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:171:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:172:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorIntrstChallan.java:172:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:75:	Local variable 'lstBsrCode' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:77:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:79:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:86:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:91:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:106:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:112:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:112:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:116:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastBsrCode.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Avoid unused local variables such as 'date'.
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Found 'DU'-anomaly for variable 'date' (lines '75'-'123').
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Local variable 'date' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:77:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:79:	Local variable 'sep1' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:80:	Local variable 'sep2' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:81:	Found 'DU'-anomaly for variable 'day' (lines '81'-'123').
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:81:	Local variable 'day' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:82:	Found 'DU'-anomaly for variable 'month' (lines '82'-'123').
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:82:	Local variable 'month' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:83:	Found 'DU'-anomaly for variable 'year' (lines '83'-'123').
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:83:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:85:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:93:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:104:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:105:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:111:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:119:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:125:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:125:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:129:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastDateTaxDepstd.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:13:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:63:	The String literal "0.00" appears 4 times in this file; the first occurrence is on line 63
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:75:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:75:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:75:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:75:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:77:	Found 'DU'-anomaly for variable 'LastDeptax' (lines '77'-'136').
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:77:	Local variable 'LastDeptax' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:77:	Variables should start with a lowercase character, 'LastDeptax' starts with uppercase character.
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:81:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:85:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:87:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:90:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:90:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:92:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:92:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:98:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:102:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:104:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:105:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:111:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:113:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:122:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:138:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:138:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:142:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:143:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorLastTotalTaxDeposited.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:18:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:26:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:26:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:47:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:56:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:71:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:76:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:76:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:80:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorMinorHeadChallan.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:59:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:59:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:67:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:69:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:69:	Found 'DU'-anomaly for variable 'value' (lines '69'-'103').
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:69:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:70:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:71:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:73:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:75:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:79:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:81:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:85:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:87:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:89:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:90:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:93:	Local variable 'posCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:93:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:97:	Local variable 'strRmCaret' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:97:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:97:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:105:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:105:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:109:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:110:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorName.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:15:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	Avoid excessively long variable names like jComboBox_NtrOfDedtn
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'jComboBox_NtrOfDedtn' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	To avoid mistakes add a comment at the beginning of the jComboBox_NtrOfDedtn field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:26:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:26:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:32:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:37:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:37:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:47:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:47:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:58:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:58:	Parameter 'arg1' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:59:	Parameter 'arg2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:59:	Parameter 'arg3' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:59:	Parameter 'arg4' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:69:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:70:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:71:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorNatureOfDeduction.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:7:	Avoid unused imports such as 'java.awt.event.KeyEvent'
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:8:	Avoid unused imports such as 'java.awt.event.KeyListener'
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Avoid unused local variables such as 'tds'.
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Found 'DU'-anomaly for variable 'tds' (lines '76'-'78').
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:76:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:80:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:84:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:85:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorNoDeductee.java:85:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:65:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 65
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:67:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:80:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:80:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:80:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:80:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:82:	Found 'DU'-anomaly for variable 'others1' (lines '82'-'149').
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:82:	Local variable 'others1' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:86:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:90:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:94:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:94:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:96:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:98:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:98:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:104:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:104:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:105:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:108:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:111:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:116:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:117:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:124:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:125:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:144:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:145:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:151:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:151:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:155:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:156:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallan.java:156:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:10:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:20:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:64:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 64
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:66:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:77:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:80:	Found 'DU'-anomaly for variable 'tds' (lines '80'-'147').
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:80:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:81:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:81:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:81:	Found 'DU'-anomaly for variable 'dotcount' (lines '81'-'147').
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:81:	Local variable 'dotcount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:82:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:82:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:82:	Found 'DU'-anomaly for variable 'dotpos' (lines '82'-'147').
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:82:	Local variable 'dotpos' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:83:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:83:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:83:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:83:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:87:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:87:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:89:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:99:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:101:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:101:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:107:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:107:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:107:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:108:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:111:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:111:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:112:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:113:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:114:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:118:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:126:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:133:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:134:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:135:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:143:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:149:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:149:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:153:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:154:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorOthersChallanB.java:154:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:21:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:22:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:24:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:24:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:30:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:30:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:35:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:35:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:45:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:54:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:66:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:70:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:72:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:76:	The String literal "6 digit Valid PIN Code must be provided" appears 5 times in this file; the first occurrence is on line 76
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:77:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:78:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:80:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:82:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:83:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:86:	Local variable 'pinTD' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:87:	Found 'DD'-anomaly for variable 'pinVal' (lines '87'-'90').
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:90:	Found 'DU'-anomaly for variable 'pinVal' (lines '90'-'117').
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:95:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:97:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:99:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:102:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:103:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:106:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:108:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:110:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:111:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:119:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:119:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:123:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorPIN.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:7:	Avoid unused imports such as 'java.awt.event.MouseEvent'
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:15:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:22:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:23:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:24:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	Avoid excessively long variable names like grpuObjectReference
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	Avoid using redundant field initializer for 'grpuObjectReference'
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	To avoid mistakes add a comment at the beginning of the grpuObjectReference field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:26:	Perhaps 'correctionType' could be replaced by a local variable.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:31:	Parameter 'grpuObject' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:41:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:45:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:46:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:46:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:48:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:58:	Parameter 'listener' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:62:	Parameter 'listener' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:66:	protectedMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:68:	Local variable 'listeners' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:72:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:77:	protectedMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:79:	Local variable 'listeners' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:88:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:92:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:97:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:97:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:101:	Parameter 'event' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:101:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:104:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:110:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorRevisionMode.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:6:	Avoid unused imports such as 'java.awt.event.MouseEvent'
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:18:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:19:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:20:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:28:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:33:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:33:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:43:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:56:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:56:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:58:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:67:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:73:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSRN.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:11:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:13:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:25:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:26:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:27:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:29:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:35:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:40:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:40:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:65:	The String literal "0.00" appears 6 times in this file; the first occurrence is on line 65
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:67:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:69:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:81:	Found 'DU'-anomaly for variable 'tds' (lines '81'-'155').
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:81:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:81:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:82:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:82:	Avoid unused local variables such as 'dotcount'.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:82:	Found 'DU'-anomaly for variable 'dotcount' (lines '82'-'155').
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:82:	Local variable 'dotcount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:83:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:83:	Avoid unused local variables such as 'dotpos'.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:83:	Found 'DU'-anomaly for variable 'dotpos' (lines '83'-'155').
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:83:	Local variable 'dotpos' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:84:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:84:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:84:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:84:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:86:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:88:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:95:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:98:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:98:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:101:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:101:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:103:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:103:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:109:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:109:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:109:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:113:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:113:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:115:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:120:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:129:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:138:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:139:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:140:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:157:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:157:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:161:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorSurChargAmount.java:162:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:21:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:22:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:23:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:25:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:25:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:31:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:36:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:36:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:46:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:46:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:60:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:60:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:70:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:75:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:79:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:79:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:83:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:84:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTAN.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:1:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:7:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:8:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:21:	The class 'GRPUTableCellEditorTDSValue' has a Cyclomatic Complexity of 16 (Highest = 27).
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:21:	The class 'GRPUTableCellEditorTDSValue' has a Modified Cyclomatic Complexity of 10 (Highest = 16).
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:21:	The class 'GRPUTableCellEditorTDSValue' has a Standard Cyclomatic Complexity of 10 (Highest = 16).
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:23:	To avoid mistakes add a comment at the beginning of the focusBorder field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:24:	To avoid mistakes add a comment at the beginning of the emptyfocusBrd field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:25:	To avoid mistakes add a comment at the beginning of the lightYellow field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:26:	To avoid mistakes add a comment at the beginning of the tabname field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:27:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:27:	To avoid mistakes add a comment at the beginning of the selYear_anne2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:28:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:28:	To avoid mistakes add a comment at the beginning of the next_year_anne2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:29:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:30:	To avoid mistakes add a comment at the beginning of the changeColor field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'centerAlign' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'rightAlign' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'strChangecolor' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:41:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:43:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'hasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	The method 'getTableCellRendererComponent' has a Cyclomatic Complexity of 27.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	The method 'getTableCellRendererComponent' has a Modified Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	The method 'getTableCellRendererComponent' has a Standard Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	The method getTableCellRendererComponent() has an NPath complexity of 2688
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:47:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:50:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:50:	Avoid unused local variables such as 'c'.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:50:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:50:	Local variable 'c' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:52:	Useless parentheses.
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:54:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:55:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:60:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:61:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:67:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:68:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:77:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:98:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:99:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:120:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:122:	Local variable 'ctype' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:123:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorTDSValue.java:127:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:15:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:19:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:20:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:21:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:29:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:29:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:34:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:34:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:44:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:53:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:55:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:61:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:66:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:67:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:68:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:71:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTDState.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:5:	Avoid unused imports such as 'java.awt.event.KeyEvent'
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:6:	Avoid unused imports such as 'java.awt.event.KeyListener'
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:17:	Avoid unused imports such as 'com.tin.etbaf.validations.Validations'
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:23:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:27:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:31:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:31:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:37:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:42:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:42:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:52:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:52:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:61:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:68:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:68:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:68:	The String literal "0.00" appears 7 times in this file; the first occurrence is on line 68
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:70:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:70:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:72:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:81:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:84:	Avoid variables with short names like df
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:84:	Avoid variables with short names like sf
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:84:	Local variable 'df' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:84:	Local variable 'sf' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:86:	Found 'DU'-anomaly for variable 'tds' (lines '86'-'168').
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:86:	Local variable 'tds' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:88:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:88:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:91:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:91:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:96:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:97:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:99:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:104:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:106:	Position literals first in String comparisons
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:106:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:108:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:109:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:114:	Local variable 'tdamount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:114:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:115:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:120:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:121:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:123:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:127:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:129:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:131:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:132:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:133:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:134:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:140:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:141:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:142:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:143:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:144:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:150:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:151:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:162:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:163:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:164:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:170:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:170:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:174:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:175:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTdsAmount.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:13:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:15:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:20:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:24:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:25:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:26:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:28:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:34:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:34:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:39:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:39:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:49:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:58:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:62:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:62:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:64:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:73:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:126:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:133:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:137:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:137:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:141:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorTotalTaxDeposited.java:142:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:10:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:12:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:12:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:13:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:14:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:69:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:71:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:71:	Avoid unused local variables such as 'value'.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:71:	Found 'DU'-anomaly for variable 'value' (lines '71'-'76').
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:71:	Local variable 'value' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:78:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:82:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:83:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorUpdMode.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:12:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:14:	Avoid unused imports such as 'com.tin.etbaf.rpu.Chk_LengthOnly'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:14:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:15:	Avoid unused imports such as 'com.tin.etbaf.rpu.GRPU'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:15:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:16:	Avoid unused imports such as 'com.tin.etbaf.rpu.GrpuUtil'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:16:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:21:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:25:	Private field 'editor' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:26:	Private field 'masterValues' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:27:	Avoid using redundant field initializer for 'row_count_annex1'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:27:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'row_count_annex1' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:27:	Private field 'row_count_annex1' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:28:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:29:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:30:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'exist_rows' is not final.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:30:	To avoid mistakes add a comment at the beginning of the exist_rows field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:31:	Avoid using redundant field initializer for 'count'
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:31:	To avoid mistakes add a comment at the beginning of the count field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:33:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:33:	Parameter 'count' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:46:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:48:	Found 'DD'-anomaly for variable 'model1' (lines '48'-'52').
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:48:	Found 'DD'-anomaly for variable 'model1' (lines '48'-'58').
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:52:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:52:	Useless parentheses.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:58:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:58:	Useless parentheses.
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:71:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:77:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:77:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:81:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:82:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorUpdModeChallan.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:48:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:48:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:61:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:72:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:75:	Local variable 'lstTransVouch' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:75:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:78:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:84:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:87:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:88:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:89:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:93:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:94:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:100:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:102:	Comment is too large: Line too long
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:111:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:119:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:119:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:123:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditorlastTransVoucher.java:124:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:11:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:16:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:20:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:28:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:33:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:33:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:43:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:52:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:56:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:58:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:60:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:61:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:64:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:68:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:72:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:73:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditoroldSrlNo.java:73:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:12:	Avoid unused imports such as 'javax.swing.table.DefaultTableModel'
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:14:	Avoid unused imports such as 'javax.swing.text.JTextComponent'
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:19:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:23:	To avoid mistakes add a comment at the beginning of the component field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:23:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:24:	To avoid mistakes add a comment at the beginning of the rowTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:24:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:25:	To avoid mistakes add a comment at the beginning of the colTable field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:27:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:27:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:33:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:38:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:38:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:50:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	Parameter 'rowIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	Parameter 'vColIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:59:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:63:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:63:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:65:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:74:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:77:	Local variable 'transVoucher' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:78:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:80:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:82:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:86:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:87:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:93:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:93:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:100:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:101:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:109:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:115:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:119:	Local variable 'clickCount' could be declared final
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GRPUTableCellEditortransVoucher.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:14:	The class 'GRPUTableCellRenderer' has a Cyclomatic Complexity of 12 (Highest = 21).
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:14:	The class 'GRPUTableCellRenderer' has a Modified Cyclomatic Complexity of 7 (Highest = 11).
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:14:	The class 'GRPUTableCellRenderer' has a Standard Cyclomatic Complexity of 7 (Highest = 11).
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:14:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:17:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:17:	To avoid mistakes add a comment at the beginning of the focusBorder field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:17:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:17:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:18:	To avoid mistakes add a comment at the beginning of the emptyfocusBrd field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:19:	To avoid mistakes add a comment at the beginning of the lightYellow field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:20:	To avoid mistakes add a comment at the beginning of the tabname field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:22:	Parameter 'rightAlign' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:22:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:29:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'hasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	The method 'getTableCellRendererComponent' has a Cyclomatic Complexity of 21.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	The method 'getTableCellRendererComponent' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	The method 'getTableCellRendererComponent' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:42:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:42:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:42:	Found 'DU'-anomaly for variable 'count' (lines '42'-'108').
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:42:	Local variable 'count' could be declared final
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:44:	Useless parentheses.
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:46:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:47:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:51:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:54:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:55:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:63:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:78:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:84:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRenderer.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:8:	No need to import a type that lives in the same package
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:12:	The class 'GRPUTableCellRendererForColour' has a Cyclomatic Complexity of 21 (Highest = 38).
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:12:	The class 'GRPUTableCellRendererForColour' has a Modified Cyclomatic Complexity of 13 (Highest = 22).
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:12:	The class 'GRPUTableCellRendererForColour' has a Standard Cyclomatic Complexity of 13 (Highest = 22).
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:12:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:15:	To avoid mistakes add a comment at the beginning of the focusBorder field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:15:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:15:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:16:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:16:	To avoid mistakes add a comment at the beginning of the emptyfocusBrd field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:16:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:16:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:17:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:17:	To avoid mistakes add a comment at the beginning of the lightYellow field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:17:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:17:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:18:	To avoid mistakes add a comment at the beginning of the tabname field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:19:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:19:	To avoid mistakes add a comment at the beginning of the selYear_anne2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:20:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:20:	To avoid mistakes add a comment at the beginning of the next_year_anne2 field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:21:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:21:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:21:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:21:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:22:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:22:	To avoid mistakes add a comment at the beginning of the challantype field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:22:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:22:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'next_year_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'selYear_anne2' is not final.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'centerAlign' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'chalntype' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'next_year_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'rightAlign' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'selYear_anne2' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	Parameter 'tabname' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:33:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:35:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Avoid really long methods.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'hasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	The method 'getTableCellRendererComponent' has a Cyclomatic Complexity of 38.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	The method 'getTableCellRendererComponent' has a Modified Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	The method 'getTableCellRendererComponent' has a Standard Cyclomatic Complexity of 22.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	The method getTableCellRendererComponent() has an NPath complexity of 96768
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:42:	Avoid variables with short names like c
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:44:	Useless parentheses.
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:46:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:47:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:52:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:53:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:57:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:57:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:57:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:57:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:60:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:61:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:70:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:85:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:91:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:92:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:116:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:118:	Local variable 'ctype' could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:119:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:135:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:137:	Local variable 'ctype' could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:138:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:148:	These nested if statements could be combined
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:150:	Local variable 'ctype' could be declared final
com/tin/etbaf/rpu/GRPUTableCellRendererForColour.java:151:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:14:	The class 'GRPUTableRevisionCellRenderer' has a Cyclomatic Complexity of 10 (Highest = 17).
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:14:	headerCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:17:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:17:	To avoid mistakes add a comment at the beginning of the focusBorder field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:17:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:17:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:18:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:18:	To avoid mistakes add a comment at the beginning of the emptyfocusBrd field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:19:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:19:	To avoid mistakes add a comment at the beginning of the lightYellow field if you want a default access modifier
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:19:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:19:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:21:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:21:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'column' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'hasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'row' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'table' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	The method 'getTableCellRendererComponent' has a Cyclomatic Complexity of 17.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:28:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:32:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:32:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:32:	Found 'DU'-anomaly for variable 'count' (lines '32'-'78').
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:32:	Local variable 'count' could be declared final
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:36:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:37:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:43:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:58:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:64:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GRPUTableRevisionCellRenderer.java:65:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:1:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/rpu/GrpuUtil.java:1:	Possible God class (WMC=824, ATFD=71, TCC=0.0)
com/tin/etbaf/rpu/GrpuUtil.java:1:	This class has a bunch of public methods and attributes
com/tin/etbaf/rpu/GrpuUtil.java:5:	Avoid unused imports such as 'com.tin.etabf.excelupload.ExcelUpload'
com/tin/etbaf/rpu/GrpuUtil.java:15:	Avoid unused imports such as 'java.awt.Dialog.ModalityType'
com/tin/etbaf/rpu/GrpuUtil.java:19:	Avoid unused imports such as 'java.awt.Toolkit'
com/tin/etbaf/rpu/GrpuUtil.java:32:	Avoid unused imports such as 'java.util.StringTokenizer'
com/tin/etbaf/rpu/GrpuUtil.java:37:	Avoid unused imports such as 'javax.swing.JDialog'
com/tin/etbaf/rpu/GrpuUtil.java:49:	Avoid really long classes.
com/tin/etbaf/rpu/GrpuUtil.java:49:	The class 'GrpuUtil' has a Cyclomatic Complexity of 11 (Highest = 287).
com/tin/etbaf/rpu/GrpuUtil.java:49:	The class 'GrpuUtil' has a Modified Cyclomatic Complexity of 10 (Highest = 287).
com/tin/etbaf/rpu/GrpuUtil.java:49:	The class 'GrpuUtil' has a Standard Cyclomatic Complexity of 10 (Highest = 287).
com/tin/etbaf/rpu/GrpuUtil.java:49:	The type has an NCSS line count of 3137
com/tin/etbaf/rpu/GrpuUtil.java:49:	This class has too many methods, consider refactoring it.
com/tin/etbaf/rpu/GrpuUtil.java:49:	Too many fields
com/tin/etbaf/rpu/GrpuUtil.java:49:	headerCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:51:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:51:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:51:	To avoid mistakes add a comment at the beginning of the htStateCodeName field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:51:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:51:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:52:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:52:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:52:	To avoid mistakes add a comment at the beginning of the htAddressChange field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:52:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:52:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:53:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:53:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:53:	To avoid mistakes add a comment at the beginning of the htQuarter field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:53:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:53:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:54:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:54:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:54:	To avoid mistakes add a comment at the beginning of the htFinYear field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:54:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:54:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:55:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:55:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:55:	To avoid mistakes add a comment at the beginning of the htStateNameCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:55:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:55:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:56:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:56:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:56:	To avoid mistakes add a comment at the beginning of the ministryNameCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:56:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:56:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:57:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:57:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:57:	To avoid mistakes add a comment at the beginning of the ministryCodeName field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:57:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:57:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:58:	To avoid mistakes add a comment at the beginning of the GRPULogo field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:58:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:58:	Variables should start with a lowercase character, 'GRPULogo' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:58:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:59:	To avoid mistakes add a comment at the beginning of the LoadImg field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:59:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:59:	Variables should start with a lowercase character, 'LoadImg' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:59:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:60:	Avoid excessively long variable names like subMinistryNameCode
com/tin/etbaf/rpu/GrpuUtil.java:60:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:60:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:60:	To avoid mistakes add a comment at the beginning of the subMinistryNameCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:60:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:60:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:61:	Avoid excessively long variable names like subMinistryCodeName
com/tin/etbaf/rpu/GrpuUtil.java:61:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:61:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:61:	To avoid mistakes add a comment at the beginning of the subMinistryCodeName field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:61:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:61:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:62:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:62:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:62:	To avoid mistakes add a comment at the beginning of the employeeTypeCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:62:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:62:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:63:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:63:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:63:	To avoid mistakes add a comment at the beginning of the httypeOfDeductor field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:63:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:63:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:64:	Avoid excessively long variable names like httypeOfDeductorCode
com/tin/etbaf/rpu/GrpuUtil.java:64:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:64:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:64:	To avoid mistakes add a comment at the beginning of the httypeOfDeductorCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:64:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:64:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:65:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:65:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:65:	To avoid mistakes add a comment at the beginning of the htremittanceCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:65:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:65:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:66:	Avoid excessively long variable names like htremittanceCodeReverse
com/tin/etbaf/rpu/GrpuUtil.java:66:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:66:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:66:	To avoid mistakes add a comment at the beginning of the htremittanceCodeReverse field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:66:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:66:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:67:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:67:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:67:	To avoid mistakes add a comment at the beginning of the htDDtypeAnnII field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:67:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:67:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:68:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:68:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:68:	To avoid mistakes add a comment at the beginning of the htCountryCode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:68:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:68:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:69:	Avoid excessively long variable names like htCountryCodeReverse
com/tin/etbaf/rpu/GrpuUtil.java:69:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:69:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:69:	To avoid mistakes add a comment at the beginning of the htCountryCodeReverse field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:69:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:69:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:70:	Avoid using implementation types like 'Hashtable'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:70:	Consider replacing this Hashtable with the newer java.util.Map
com/tin/etbaf/rpu/GrpuUtil.java:70:	To avoid mistakes add a comment at the beginning of the updationmode field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:70:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:70:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:71:	To avoid mistakes add a comment at the beginning of the excelupload field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:71:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:71:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:72:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GRPU_TITLE' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:72:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GrpuUtil.java:72:	To avoid mistakes add a comment at the beginning of the GRPU_TITLE field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:72:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:72:	Variables should start with a lowercase character, 'GRPU_TITLE' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:72:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:73:	Variables should start with a lowercase character, 'JdialogFrame' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:73:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:74:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'TD_FIELD_LENGTH' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:74:	The field name indicates a constant but its modifiers do not
com/tin/etbaf/rpu/GrpuUtil.java:74:	To avoid mistakes add a comment at the beginning of the TD_FIELD_LENGTH field if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:74:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/GrpuUtil.java:74:	Variables should start with a lowercase character, 'TD_FIELD_LENGTH' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:74:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:77:	Avoid unused private fields such as 'iErrCode'.
com/tin/etbaf/rpu/GrpuUtil.java:77:	Avoid using redundant field initializer for 'iErrCode'
com/tin/etbaf/rpu/GrpuUtil.java:77:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:78:	Avoid unused private fields such as 'fhString'.
com/tin/etbaf/rpu/GrpuUtil.java:78:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:79:	Avoid unused private fields such as 'fhFieldCount'.
com/tin/etbaf/rpu/GrpuUtil.java:79:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:80:	Avoid unused private fields such as 'fhHC'.
com/tin/etbaf/rpu/GrpuUtil.java:80:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:81:	Avoid unused private fields such as 'fvuFLH'.
com/tin/etbaf/rpu/GrpuUtil.java:81:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:82:	Avoid unused private fields such as 'samFLH'.
com/tin/etbaf/rpu/GrpuUtil.java:82:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:83:	Avoid unused private fields such as 'scmFLH'.
com/tin/etbaf/rpu/GrpuUtil.java:83:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:84:	Avoid unused private fields such as 'fvuVersion'.
com/tin/etbaf/rpu/GrpuUtil.java:84:	Avoid using redundant field initializer for 'fvuVersion'
com/tin/etbaf/rpu/GrpuUtil.java:84:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:85:	Avoid unused private fields such as 'samVersion'.
com/tin/etbaf/rpu/GrpuUtil.java:85:	Avoid using redundant field initializer for 'samVersion'
com/tin/etbaf/rpu/GrpuUtil.java:85:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:86:	Avoid unused private fields such as 'scmVersion'.
com/tin/etbaf/rpu/GrpuUtil.java:86:	Avoid using redundant field initializer for 'scmVersion'
com/tin/etbaf/rpu/GrpuUtil.java:86:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:87:	Avoid unused private fields such as 'recStr'.
com/tin/etbaf/rpu/GrpuUtil.java:87:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:88:	Avoid unused private fields such as 'fileLevelHC'.
com/tin/etbaf/rpu/GrpuUtil.java:88:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:89:	Avoid unused private fields such as 'br'.
com/tin/etbaf/rpu/GrpuUtil.java:89:	Avoid using redundant field initializer for 'br'
com/tin/etbaf/rpu/GrpuUtil.java:89:	Avoid variables with short names like br
com/tin/etbaf/rpu/GrpuUtil.java:89:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:90:	Avoid unused private fields such as 'recNo'.
com/tin/etbaf/rpu/GrpuUtil.java:90:	Avoid using redundant field initializer for 'recNo'
com/tin/etbaf/rpu/GrpuUtil.java:90:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:93:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:96:	Document empty constructor
com/tin/etbaf/rpu/GrpuUtil.java:99:	Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
com/tin/etbaf/rpu/GrpuUtil.java:99:	fieldCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:102:	Parameter 'dataString' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:102:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:103:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:103:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:103:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:106:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:106:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:107:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:108:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:109:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:115:	Parameter 'finyr' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:115:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:116:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:116:	The String literal "--Select--" appears 23 times in this file; the first occurrence is on line 116
com/tin/etbaf/rpu/GrpuUtil.java:117:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:117:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:119:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:122:	Parameter 'AIN' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:122:	Variables should start with a lowercase character, 'AIN' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:122:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:123:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:124:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:125:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:130:	Parameter 'cityName' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:130:	The method 'isValidCityName' has a Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:130:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:131:	Local variable 'cName' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:132:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:132:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:133:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:133:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:133:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:134:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:134:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:135:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:136:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:137:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:137:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:138:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:138:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:139:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:144:	Avoid reassigning parameters such as 'monthName'
com/tin/etbaf/rpu/GrpuUtil.java:144:	The method 'getMonthCode' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:144:	The method 'getMonthCode' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:144:	The method 'getMonthCode' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:144:	The method getMonthCode() has an NPath complexity of 4096
com/tin/etbaf/rpu/GrpuUtil.java:144:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:145:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GrpuUtil.java:146:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:146:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:147:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:148:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:148:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:149:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:150:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:150:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:151:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:152:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:152:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:153:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:154:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:154:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:155:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:156:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:156:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:157:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:158:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:158:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:159:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:160:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:160:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:161:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:162:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:162:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:163:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:164:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:164:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:165:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:166:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:166:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:167:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:168:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:169:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:169:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:171:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:174:	Parameter 'MonthCode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:174:	The method 'getMonthName' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:174:	The method 'getMonthName' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:174:	The method 'getMonthName' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:174:	The method getMonthName() has an NPath complexity of 4096
com/tin/etbaf/rpu/GrpuUtil.java:174:	Variables should start with a lowercase character, 'MonthCode' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:174:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:175:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:175:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:176:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:177:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:177:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:178:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:179:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:179:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:180:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:181:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:181:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:182:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:183:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:183:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:184:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:185:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:185:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:186:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:187:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:187:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:188:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:189:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:189:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:190:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:191:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:191:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:193:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:193:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:194:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:195:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:195:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:196:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:197:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:198:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:198:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:200:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:204:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:204:	The method 'checkOneAlpahNum' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:204:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:206:	Local variable 'lenghtOfString' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:208:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:211:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:211:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:213:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:214:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:214:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:216:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:216:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:224:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:224:	The method 'checkOneAlpah' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:224:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:226:	Local variable 'lenghtOfString' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:227:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:228:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:239:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:247:	Parameter 'field' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:247:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:249:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:250:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:259:	Parameter 'field' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:259:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:261:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:261:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:261:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:264:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:271:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:277:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:279:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:287:	Parameter 'field' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:287:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:288:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:288:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:288:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:288:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:289:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:290:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:292:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:292:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:293:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:293:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:295:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:295:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:300:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:301:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:306:	Parameter 'field' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:306:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:307:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:307:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:307:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:307:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:308:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:309:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:311:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:311:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:311:	These nested if statements could be combined
com/tin/etbaf/rpu/GrpuUtil.java:312:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:317:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:318:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:324:	Parameter 'Precision' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:324:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:324:	The method 'isDecimal' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GrpuUtil.java:324:	The method 'isDecimal' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GrpuUtil.java:324:	The method 'isDecimal' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GrpuUtil.java:324:	The method isDecimal() has an NPath complexity of 6912
com/tin/etbaf/rpu/GrpuUtil.java:324:	Variables should start with a lowercase character, 'Precision' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:324:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:326:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:327:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:327:	Found 'DD'-anomaly for variable 'error' (lines '327'-'347').
com/tin/etbaf/rpu/GrpuUtil.java:327:	Found 'DU'-anomaly for variable 'error' (lines '327'-'392').
com/tin/etbaf/rpu/GrpuUtil.java:328:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:328:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:328:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:328:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:328:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:329:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:333:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:334:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:337:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:337:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:338:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:346:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:348:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:353:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:353:	Avoid unused local variables such as 'validDecimal'.
com/tin/etbaf/rpu/GrpuUtil.java:353:	Local variable 'validDecimal' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:355:	Local variable 'length' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:355:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:357:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:358:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:358:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:362:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:366:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:366:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:367:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:371:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:374:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:376:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:379:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:380:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:384:	Local variable 'tds_afterdot' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:384:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tds_afterdot' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:385:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:385:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:395:	Parameter 'Precision' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:395:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:395:	The method 'isDecimalAnne2' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GrpuUtil.java:395:	The method 'isDecimalAnne2' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GrpuUtil.java:395:	The method 'isDecimalAnne2' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/rpu/GrpuUtil.java:395:	The method isDecimalAnne2() has an NPath complexity of 6912
com/tin/etbaf/rpu/GrpuUtil.java:395:	Variables should start with a lowercase character, 'Precision' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:395:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:397:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:398:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:398:	Found 'DD'-anomaly for variable 'error' (lines '398'-'418').
com/tin/etbaf/rpu/GrpuUtil.java:398:	Found 'DU'-anomaly for variable 'error' (lines '398'-'463').
com/tin/etbaf/rpu/GrpuUtil.java:399:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:399:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:399:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:399:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:399:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:400:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:404:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:405:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:408:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:408:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:409:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:417:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:419:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:424:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:424:	Avoid unused local variables such as 'validDecimal'.
com/tin/etbaf/rpu/GrpuUtil.java:424:	Local variable 'validDecimal' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:426:	Local variable 'length' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:426:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:428:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:429:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:429:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:433:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:437:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:437:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:438:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:442:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:445:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:447:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:450:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:451:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:455:	Local variable 'tds_afterdot' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:455:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tds_afterdot' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:456:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:456:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:468:	Parameter 'Precision' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:468:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:468:	The method 'isDecimalCreateFile' has a Cyclomatic Complexity of 16.
com/tin/etbaf/rpu/GrpuUtil.java:468:	The method 'isDecimalCreateFile' has a Modified Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:468:	The method 'isDecimalCreateFile' has a Standard Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:468:	The method isDecimalCreateFile() has an NPath complexity of 3456
com/tin/etbaf/rpu/GrpuUtil.java:468:	Variables should start with a lowercase character, 'Precision' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:468:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:470:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:471:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:471:	Found 'DD'-anomaly for variable 'error' (lines '471'-'496').
com/tin/etbaf/rpu/GrpuUtil.java:471:	Found 'DU'-anomaly for variable 'error' (lines '471'-'532').
com/tin/etbaf/rpu/GrpuUtil.java:472:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:472:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:472:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:472:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:472:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:473:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:477:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:478:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:481:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:481:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:482:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:495:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:497:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:502:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:502:	Avoid unused local variables such as 'validDecimal'.
com/tin/etbaf/rpu/GrpuUtil.java:502:	Local variable 'validDecimal' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:504:	Local variable 'length' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:504:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:506:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:507:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:507:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:511:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:515:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:515:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:516:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:520:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:523:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:525:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:528:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:528:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:538:	Parameter 'Precision' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:538:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:538:	The method 'isDecimalNonZero' has a Cyclomatic Complexity of 14.
com/tin/etbaf/rpu/GrpuUtil.java:538:	The method 'isDecimalNonZero' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:538:	The method 'isDecimalNonZero' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:538:	The method isDecimalNonZero() has an NPath complexity of 1152
com/tin/etbaf/rpu/GrpuUtil.java:538:	Variables should start with a lowercase character, 'Precision' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:538:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:540:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:541:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:541:	Found 'DD'-anomaly for variable 'error' (lines '541'-'558').
com/tin/etbaf/rpu/GrpuUtil.java:541:	Found 'DU'-anomaly for variable 'error' (lines '541'-'594').
com/tin/etbaf/rpu/GrpuUtil.java:542:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:542:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:542:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:542:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:542:	Use equals() to compare strings instead of '==' or '!='
com/tin/etbaf/rpu/GrpuUtil.java:543:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:547:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:548:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:557:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:559:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:564:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:564:	Avoid unused local variables such as 'validDecimal'.
com/tin/etbaf/rpu/GrpuUtil.java:564:	Local variable 'validDecimal' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:566:	Local variable 'length' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:566:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:568:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:569:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:569:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:573:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:577:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:577:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:578:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:582:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:587:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:590:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:590:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:598:	Avoid variables with short names like dd
com/tin/etbaf/rpu/GrpuUtil.java:598:	Avoid variables with short names like mm
com/tin/etbaf/rpu/GrpuUtil.java:598:	Avoid variables with short names like yy
com/tin/etbaf/rpu/GrpuUtil.java:598:	Parameter 'dd' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:598:	Parameter 'mm' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:598:	Parameter 'yy' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:598:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:599:	Found 'DD'-anomaly for variable 'errorDate' (lines '599'-'604').
com/tin/etbaf/rpu/GrpuUtil.java:599:	Found 'DD'-anomaly for variable 'errorDate' (lines '599'-'606').
com/tin/etbaf/rpu/GrpuUtil.java:604:	Found 'DD'-anomaly for variable 'errorDate' (lines '604'-'609').
com/tin/etbaf/rpu/GrpuUtil.java:606:	Found 'DD'-anomaly for variable 'errorDate' (lines '606'-'609').
com/tin/etbaf/rpu/GrpuUtil.java:608:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:616:	Avoid variables with short names like dd
com/tin/etbaf/rpu/GrpuUtil.java:616:	Avoid variables with short names like mm
com/tin/etbaf/rpu/GrpuUtil.java:616:	Avoid variables with short names like yy
com/tin/etbaf/rpu/GrpuUtil.java:616:	Parameter 'dd' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:616:	Parameter 'mm' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:616:	Parameter 'yy' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:616:	Rather than using a lot of String arguments, consider using a container object for those values.
com/tin/etbaf/rpu/GrpuUtil.java:616:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:617:	Parameter 'typeOfStatement' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:618:	Found 'DD'-anomaly for variable 'errorDate' (lines '618'-'623').
com/tin/etbaf/rpu/GrpuUtil.java:618:	Found 'DD'-anomaly for variable 'errorDate' (lines '618'-'625').
com/tin/etbaf/rpu/GrpuUtil.java:623:	Found 'DD'-anomaly for variable 'errorDate' (lines '623'-'628').
com/tin/etbaf/rpu/GrpuUtil.java:625:	Found 'DD'-anomaly for variable 'errorDate' (lines '625'-'628').
com/tin/etbaf/rpu/GrpuUtil.java:627:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:635:	Parameter 'iDay' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:635:	Parameter 'iMonth' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:635:	Parameter 'iYear' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:635:	The method 'checkValidation' has a Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GrpuUtil.java:635:	The method checkValidation() has an NPath complexity of 1440
com/tin/etbaf/rpu/GrpuUtil.java:635:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:637:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:637:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:637:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:638:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:640:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:640:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:640:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:640:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:640:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:641:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:643:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:643:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:643:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:644:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:646:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:646:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:646:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:647:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:649:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:649:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:649:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:649:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:649:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:649:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:650:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:651:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:657:	Parameter 'year' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:657:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:658:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:665:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:665:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:667:	Found 'DD'-anomaly for variable 'caretCount' (lines '667'-'670').
com/tin/etbaf/rpu/GrpuUtil.java:668:	Local variable 'lastCaretPos' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:668:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:670:	Found 'DD'-anomaly for variable 'caretCount' (lines '670'-'670').
com/tin/etbaf/rpu/GrpuUtil.java:676:	Avoid reassigning parameters such as 'nameMth'
com/tin/etbaf/rpu/GrpuUtil.java:676:	The method 'getQtr' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:676:	The method getQtr() has an NPath complexity of 256
com/tin/etbaf/rpu/GrpuUtil.java:676:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:678:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:678:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:679:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:680:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:681:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:682:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:682:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:683:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:684:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:685:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:686:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:686:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:687:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:688:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:689:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:690:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:691:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:692:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:693:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:693:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:695:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:698:	Parameter 'state' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:698:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:699:	Found 'DD'-anomaly for variable 'code' (lines '699'-'700').
com/tin/etbaf/rpu/GrpuUtil.java:700:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GrpuUtil.java:702:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:702:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:704:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:707:	Parameter 'upcode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:707:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:708:	Found 'DD'-anomaly for variable 'code' (lines '708'-'709').
com/tin/etbaf/rpu/GrpuUtil.java:709:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GrpuUtil.java:711:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:711:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:713:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:716:	Parameter 'employee' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:716:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:717:	Found 'DD'-anomaly for variable 'ecode' (lines '717'-'718').
com/tin/etbaf/rpu/GrpuUtil.java:720:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:720:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:722:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:726:	Parameter 'ddtype' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:726:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:727:	Found 'DD'-anomaly for variable 'ecode' (lines '727'-'728').
com/tin/etbaf/rpu/GrpuUtil.java:730:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:730:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:732:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:737:	Parameter 'ministry' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:737:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:738:	Found 'DD'-anomaly for variable 'code' (lines '738'-'739').
com/tin/etbaf/rpu/GrpuUtil.java:741:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:741:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:743:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:746:	Parameter 'ministry' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:746:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:747:	Found 'DD'-anomaly for variable 'code' (lines '747'-'749').
com/tin/etbaf/rpu/GrpuUtil.java:751:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:751:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:753:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:757:	Parameter 'deductortype' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:757:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:758:	Found 'DD'-anomaly for variable 'code' (lines '758'-'760').
com/tin/etbaf/rpu/GrpuUtil.java:762:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:762:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:764:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:771:	Avoid really long methods.
com/tin/etbaf/rpu/GrpuUtil.java:771:	Parameter 'form' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:771:	Parameter 'sections' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:771:	The method 'getDropDownSection' has a Cyclomatic Complexity of 77.
com/tin/etbaf/rpu/GrpuUtil.java:771:	The method 'getDropDownSection' has a Modified Cyclomatic Complexity of 77.
com/tin/etbaf/rpu/GrpuUtil.java:771:	The method 'getDropDownSection' has a Standard Cyclomatic Complexity of 77.
com/tin/etbaf/rpu/GrpuUtil.java:771:	The method getDropDownSection() has an NCSS line count of 222
com/tin/etbaf/rpu/GrpuUtil.java:771:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:772:	The String literal "24Q" appears 4 times in this file; the first occurrence is on line 772
com/tin/etbaf/rpu/GrpuUtil.java:774:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:774:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:776:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:776:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:778:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:778:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:779:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:780:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:782:	The String literal "26Q" appears 4 times in this file; the first occurrence is on line 782
com/tin/etbaf/rpu/GrpuUtil.java:785:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:785:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:787:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:787:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:789:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:789:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:791:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:791:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:793:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:793:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:795:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:795:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:797:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:797:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:799:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:799:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:801:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:801:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:803:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:803:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:805:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:805:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:807:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:807:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:809:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:809:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:811:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:811:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:813:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:813:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:815:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:815:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:817:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:817:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:819:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:819:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:821:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:821:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:823:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:823:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:825:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:825:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:827:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:827:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:829:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:829:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:831:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:831:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:833:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:833:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:835:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:835:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:837:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:837:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:839:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:839:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:841:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:841:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:842:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:843:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:845:	The String literal "27Q" appears 4 times in this file; the first occurrence is on line 845
com/tin/etbaf/rpu/GrpuUtil.java:847:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:848:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:850:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:850:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:852:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:852:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:854:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:854:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:856:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:856:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:858:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:858:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:860:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:860:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:862:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:862:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:864:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:864:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:866:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:866:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:868:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:868:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:870:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:870:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:872:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:872:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:874:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:874:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:876:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:876:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:878:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:878:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:880:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:880:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:882:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:882:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:883:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:884:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:887:	The String literal "27EQ" appears 4 times in this file; the first occurrence is on line 887
com/tin/etbaf/rpu/GrpuUtil.java:889:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:889:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:891:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:891:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:893:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:893:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:895:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:895:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:897:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:897:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:899:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:899:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:901:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:901:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:903:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:903:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:905:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:905:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:907:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:907:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:909:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:909:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:912:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:912:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:914:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:914:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:916:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:916:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:918:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:918:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:920:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:920:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:922:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:922:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:924:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:924:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:926:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:927:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:927:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:929:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:929:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:939:	Avoid really long methods.
com/tin/etbaf/rpu/GrpuUtil.java:939:	Parameter 'country' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:939:	The method 'getDropDownCountry' has a Cyclomatic Complexity of 287.
com/tin/etbaf/rpu/GrpuUtil.java:939:	The method 'getDropDownCountry' has a Modified Cyclomatic Complexity of 287.
com/tin/etbaf/rpu/GrpuUtil.java:939:	The method 'getDropDownCountry' has a Standard Cyclomatic Complexity of 287.
com/tin/etbaf/rpu/GrpuUtil.java:939:	The method getDropDownCountry() has an NCSS line count of 860
com/tin/etbaf/rpu/GrpuUtil.java:939:	The method getDropDownCountry() has an NPath complexity of 287
com/tin/etbaf/rpu/GrpuUtil.java:939:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:941:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:941:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:943:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:945:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:947:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:949:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:951:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:953:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:955:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:957:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:959:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:961:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:963:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:965:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:967:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:969:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:971:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:973:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:982:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:984:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:986:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:988:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:990:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:992:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:994:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:996:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:998:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1000:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1002:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1004:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1006:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1008:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1010:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1012:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1014:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1016:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1018:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1020:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1022:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1024:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1026:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1028:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1030:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1032:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1034:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1036:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1038:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1040:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1042:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1044:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1046:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1048:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1050:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1052:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1054:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1056:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1058:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1060:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1062:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1064:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1066:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1068:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1070:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1072:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1074:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1076:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1078:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1080:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1082:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1084:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1086:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1088:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1090:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1092:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1094:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1096:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1098:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1100:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1102:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1104:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1108:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1110:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1112:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1114:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1116:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1118:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1120:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1122:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1124:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1126:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1128:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1130:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1132:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1134:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1136:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1138:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1140:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1144:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1146:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1148:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1150:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1152:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1154:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1156:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1158:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1160:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1164:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1166:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1168:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1170:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1172:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1174:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1176:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1178:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1180:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1182:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1184:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1186:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1188:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1190:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1194:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1196:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1198:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1200:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1202:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1204:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1206:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1208:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1210:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1212:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1214:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1216:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1218:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1220:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1222:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1224:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1226:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1228:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1230:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1232:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1234:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1236:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1238:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1240:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1242:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1244:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1246:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1248:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1250:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1252:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1254:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1256:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1260:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1262:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1264:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1266:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1268:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1270:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1272:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1274:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1276:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1278:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1280:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1284:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1286:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1288:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1290:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1292:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1294:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1296:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1298:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1300:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1302:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1304:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1306:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1308:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1310:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1312:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1314:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1316:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1318:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1320:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1322:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1324:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1326:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1328:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1330:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1332:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1334:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1336:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1338:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1340:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1342:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1344:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1346:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1348:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1350:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1352:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1354:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1356:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1358:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1360:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1362:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1364:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1366:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1368:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1370:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1372:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1374:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1376:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1378:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1380:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1382:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1384:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1386:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1388:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1390:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1392:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1394:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1396:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1398:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1400:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1402:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1404:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1406:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1408:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1410:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1412:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1414:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1416:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1418:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1420:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1422:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1424:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1426:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1428:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1430:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1432:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1434:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1436:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1438:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1440:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1442:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1444:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1446:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1448:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1450:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1452:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1454:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1456:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1458:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1460:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1462:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1464:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1466:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1468:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1470:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1472:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1474:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1476:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1478:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1480:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1482:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1484:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1486:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1488:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1490:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1492:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1494:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1496:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1498:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1500:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1502:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1504:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1506:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1508:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1510:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1512:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1514:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1516:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1518:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:1519:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1519:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1521:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1524:	Parameter 'rtcode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1524:	The method 'getDropDownRemittance' has a Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:1524:	The method 'getDropDownRemittance' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:1524:	The method 'getDropDownRemittance' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:1524:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1530:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1536:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:1539:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1541:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1543:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1545:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1547:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1549:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1551:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1552:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:1553:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1553:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1555:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1557:	Parameter 'remarks' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1557:	The method 'getDropDownRemarks' has a Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GrpuUtil.java:1557:	The method 'getDropDownRemarks' has a Modified Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GrpuUtil.java:1557:	The method 'getDropDownRemarks' has a Standard Cyclomatic Complexity of 19.
com/tin/etbaf/rpu/GrpuUtil.java:1557:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1559:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1559:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1561:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1561:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1563:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1563:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1565:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1565:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1567:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1567:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1569:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1569:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1571:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1571:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1573:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1573:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1576:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1576:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1579:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1579:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1583:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1583:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1585:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1585:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1587:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1587:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1589:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1589:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1591:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1591:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1593:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1593:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1595:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1595:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1596:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:1597:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1597:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1600:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1605:	Parameter 'remittancecode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1605:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1606:	Found 'DD'-anomaly for variable 'code' (lines '1,606'-'1,608').
com/tin/etbaf/rpu/GrpuUtil.java:1610:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1610:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1612:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1615:	Parameter 'remittance' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1615:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1616:	Found 'DD'-anomaly for variable 'code' (lines '1,616'-'1,618').
com/tin/etbaf/rpu/GrpuUtil.java:1620:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1620:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1622:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1628:	Parameter 'countrycode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1628:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1629:	Found 'DD'-anomaly for variable 'code' (lines '1,629'-'1,631').
com/tin/etbaf/rpu/GrpuUtil.java:1633:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1633:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1635:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1638:	Parameter 'country' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1638:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1639:	Found 'DD'-anomaly for variable 'code' (lines '1,639'-'1,641').
com/tin/etbaf/rpu/GrpuUtil.java:1643:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1643:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1645:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1651:	Parameter 'deductortype' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1651:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1652:	Found 'DD'-anomaly for variable 'code' (lines '1,652'-'1,654').
com/tin/etbaf/rpu/GrpuUtil.java:1656:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1656:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1658:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1663:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1663:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1664:	Found 'DD'-anomaly for variable 'code' (lines '1,664'-'1,665').
com/tin/etbaf/rpu/GrpuUtil.java:1667:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1667:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1669:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1672:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1672:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1673:	Found 'DD'-anomaly for variable 'code' (lines '1,673'-'1,674').
com/tin/etbaf/rpu/GrpuUtil.java:1676:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1676:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1678:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1681:	Parameter 'statecode' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1681:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1682:	Found 'DD'-anomaly for variable 'str' (lines '1,682'-'1,683').
com/tin/etbaf/rpu/GrpuUtil.java:1685:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1685:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1687:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1692:	Parameter 'option' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1692:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1694:	Found 'DD'-anomaly for variable 'str' (lines '1,694'-'1,695').
com/tin/etbaf/rpu/GrpuUtil.java:1697:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1697:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1699:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1705:	Parameter 'finYear' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1705:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1706:	Found 'DD'-anomaly for variable 'str' (lines '1,706'-'1,707').
com/tin/etbaf/rpu/GrpuUtil.java:1709:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1709:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1711:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1717:	Parameter 'quarter' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1717:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1718:	Found 'DD'-anomaly for variable 'str' (lines '1,718'-'1,719').
com/tin/etbaf/rpu/GrpuUtil.java:1720:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1720:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1721:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1721:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1723:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1728:	Avoid reassigning parameters such as 'getDedTyp'
com/tin/etbaf/rpu/GrpuUtil.java:1728:	Method names should not start with capital letters
com/tin/etbaf/rpu/GrpuUtil.java:1728:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1730:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1730:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1731:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1732:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1732:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1733:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1734:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1734:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1735:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1736:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1737:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1737:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1739:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1742:	Avoid reassigning parameters such as 'getDedTyp'
com/tin/etbaf/rpu/GrpuUtil.java:1742:	Method names should not contain underscores
com/tin/etbaf/rpu/GrpuUtil.java:1742:	Method names should not start with capital letters
com/tin/etbaf/rpu/GrpuUtil.java:1742:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1744:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1744:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1745:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1746:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1746:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1747:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1748:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1748:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1749:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1750:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:1751:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1751:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1753:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1756:	Parameter 'strBH' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1756:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1757:	Local variable 'bharray' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1758:	Avoid unused local variables such as 'i'.
com/tin/etbaf/rpu/GrpuUtil.java:1758:	Avoid variables with short names like i
com/tin/etbaf/rpu/GrpuUtil.java:1758:	Found 'DD'-anomaly for variable 'i' (lines '1,758'-'1,769').
com/tin/etbaf/rpu/GrpuUtil.java:1758:	Found 'DU'-anomaly for variable 'i' (lines '1,758'-'1,774').
com/tin/etbaf/rpu/GrpuUtil.java:1760:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,760'-'1,765').
com/tin/etbaf/rpu/GrpuUtil.java:1760:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,760'-'1,774').
com/tin/etbaf/rpu/GrpuUtil.java:1763:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:1767:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:1769:	Found 'DD'-anomaly for variable 'i' (lines '1,769'-'1,769').
com/tin/etbaf/rpu/GrpuUtil.java:1769:	Found 'DU'-anomaly for variable 'i' (lines '1,769'-'1,774').
com/tin/etbaf/rpu/GrpuUtil.java:1779:	Parameter 'strFH' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1779:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1780:	Local variable 'count' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1780:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:1781:	Found 'DD'-anomaly for variable 'FHReg' (lines '1,781'-'1,786').
com/tin/etbaf/rpu/GrpuUtil.java:1781:	Variables should start with a lowercase character, 'FHReg' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1782:	Avoid variables with short names like i
com/tin/etbaf/rpu/GrpuUtil.java:1784:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,784'-'1,788').
com/tin/etbaf/rpu/GrpuUtil.java:1784:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,784'-'1,796').
com/tin/etbaf/rpu/GrpuUtil.java:1786:	Found 'DD'-anomaly for variable 'FHReg' (lines '1,786'-'1,789').
com/tin/etbaf/rpu/GrpuUtil.java:1786:	Found 'DD'-anomaly for variable 'FHReg' (lines '1,786'-'1,794').
com/tin/etbaf/rpu/GrpuUtil.java:1787:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:1789:	Found 'DD'-anomaly for variable 'FHReg' (lines '1,789'-'1,789').
com/tin/etbaf/rpu/GrpuUtil.java:1789:	Found 'DD'-anomaly for variable 'FHReg' (lines '1,789'-'1,794').
com/tin/etbaf/rpu/GrpuUtil.java:1799:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1799:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1805:	Local variable 'strLen' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1808:	Avoid variables with short names like TD
com/tin/etbaf/rpu/GrpuUtil.java:1808:	Found 'DD'-anomaly for variable 'TD' (lines '1,808'-'1,815').
com/tin/etbaf/rpu/GrpuUtil.java:1808:	Found 'DD'-anomaly for variable 'TD' (lines '1,808'-'1,821').
com/tin/etbaf/rpu/GrpuUtil.java:1808:	Variables should start with a lowercase character, 'TD' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1809:	Avoid variables with short names like i
com/tin/etbaf/rpu/GrpuUtil.java:1811:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,811'-'1,814').
com/tin/etbaf/rpu/GrpuUtil.java:1811:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,811'-'1,823').
com/tin/etbaf/rpu/GrpuUtil.java:1813:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:1815:	Found 'DD'-anomaly for variable 'TD' (lines '1,815'-'1,815').
com/tin/etbaf/rpu/GrpuUtil.java:1815:	Found 'DD'-anomaly for variable 'TD' (lines '1,815'-'1,821').
com/tin/etbaf/rpu/GrpuUtil.java:1825:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1825:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1827:	Local variable 'strLen' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1830:	Avoid variables with short names like TD
com/tin/etbaf/rpu/GrpuUtil.java:1830:	Found 'DD'-anomaly for variable 'TD' (lines '1,830'-'1,837').
com/tin/etbaf/rpu/GrpuUtil.java:1830:	Found 'DD'-anomaly for variable 'TD' (lines '1,830'-'1,844').
com/tin/etbaf/rpu/GrpuUtil.java:1830:	Variables should start with a lowercase character, 'TD' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1831:	Avoid variables with short names like i
com/tin/etbaf/rpu/GrpuUtil.java:1833:	Found 'DD'-anomaly for variable 'nxtCaretPos' (lines '1,833'-'1,836').
com/tin/etbaf/rpu/GrpuUtil.java:1833:	Found 'DU'-anomaly for variable 'nxtCaretPos' (lines '1,833'-'1,847').
com/tin/etbaf/rpu/GrpuUtil.java:1835:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:1837:	Found 'DD'-anomaly for variable 'TD' (lines '1,837'-'1,837').
com/tin/etbaf/rpu/GrpuUtil.java:1837:	Found 'DD'-anomaly for variable 'TD' (lines '1,837'-'1,844').
com/tin/etbaf/rpu/GrpuUtil.java:1849:	Method names should not contain underscores
com/tin/etbaf/rpu/GrpuUtil.java:1849:	Parameter 'col' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1849:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1851:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1851:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1853:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1856:	Parameter 'TDtaxVal' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1856:	Variables should start with a lowercase character, 'TDtaxVal' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1856:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1857:	Found 'DD'-anomaly for variable 'Dec_TDtaxVal' (lines '1,857'-'1,867').
com/tin/etbaf/rpu/GrpuUtil.java:1857:	Found 'DU'-anomaly for variable 'Dec_TDtaxVal' (lines '1,857'-'1,873').
com/tin/etbaf/rpu/GrpuUtil.java:1857:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Dec_TDtaxVal' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:1857:	Variables should start with a lowercase character, 'Dec_TDtaxVal' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1858:	Found 'DU'-anomaly for variable 'decimalPlaces' (lines '1,858'-'1,873').
com/tin/etbaf/rpu/GrpuUtil.java:1858:	Local variable 'decimalPlaces' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1860:	Variables should start with a lowercase character, 'TDtaxAmount' starts with uppercase character.
com/tin/etbaf/rpu/GrpuUtil.java:1861:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GrpuUtil.java:1861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1861:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1862:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/GrpuUtil.java:1862:	Avoid using equals() to compare against null
com/tin/etbaf/rpu/GrpuUtil.java:1862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1862:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1863:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1863:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1865:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1865:	Found 'DD'-anomaly for variable 'TDtaxAmount' (lines '1,865'-'1,866').
com/tin/etbaf/rpu/GrpuUtil.java:1866:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1867:	Found 'DU'-anomaly for variable 'Dec_TDtaxVal' (lines '1,867'-'1,873').
com/tin/etbaf/rpu/GrpuUtil.java:1868:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:1869:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1870:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1875:	Method names should not start with capital letters
com/tin/etbaf/rpu/GrpuUtil.java:1875:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1875:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1876:	Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)
com/tin/etbaf/rpu/GrpuUtil.java:1876:	Found 'DD'-anomaly for variable 'totalTaxBH' (lines '1,876'-'1,887').
com/tin/etbaf/rpu/GrpuUtil.java:1876:	Found 'DD'-anomaly for variable 'totalTaxBH' (lines '1,876'-'1,890').
com/tin/etbaf/rpu/GrpuUtil.java:1877:	Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)
com/tin/etbaf/rpu/GrpuUtil.java:1877:	Found 'DD'-anomaly for variable 'bdTotalTaxTD' (lines '1,877'-'1,886').
com/tin/etbaf/rpu/GrpuUtil.java:1877:	Found 'DU'-anomaly for variable 'bdTotalTaxTD' (lines '1,877'-'1,898').
com/tin/etbaf/rpu/GrpuUtil.java:1878:	Found 'DD'-anomaly for variable 'strTotalTaxBH' (lines '1,878'-'1,891').
com/tin/etbaf/rpu/GrpuUtil.java:1879:	Local variable 'decimalPlaces' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1883:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1884:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1884:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1886:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:1886:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1886:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1887:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1890:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1893:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1894:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:1895:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1900:	Method names should not start with capital letters
com/tin/etbaf/rpu/GrpuUtil.java:1900:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1900:	The method 'TotalOfTaxDedCollNew' has a Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:1900:	The method 'TotalOfTaxDedCollNew' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:1900:	The method 'TotalOfTaxDedCollNew' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:1900:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1901:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/rpu/GrpuUtil.java:1901:	Parameter 'saveDDOArrayList' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1902:	Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)
com/tin/etbaf/rpu/GrpuUtil.java:1902:	Found 'DD'-anomaly for variable 'totalTaxBH' (lines '1,902'-'1,917').
com/tin/etbaf/rpu/GrpuUtil.java:1902:	Found 'DD'-anomaly for variable 'totalTaxBH' (lines '1,902'-'1,949').
com/tin/etbaf/rpu/GrpuUtil.java:1902:	Found 'DD'-anomaly for variable 'totalTaxBH' (lines '1,902'-'1,953').
com/tin/etbaf/rpu/GrpuUtil.java:1903:	Dont create instances of already existing BigInteger and BigDecimal (ZERO, ONE, TEN)
com/tin/etbaf/rpu/GrpuUtil.java:1903:	Found 'DD'-anomaly for variable 'bdTotalTaxTD' (lines '1,903'-'1,915').
com/tin/etbaf/rpu/GrpuUtil.java:1903:	Found 'DD'-anomaly for variable 'bdTotalTaxTD' (lines '1,903'-'1,948').
com/tin/etbaf/rpu/GrpuUtil.java:1903:	Found 'DU'-anomaly for variable 'bdTotalTaxTD' (lines '1,903'-'1,961').
com/tin/etbaf/rpu/GrpuUtil.java:1904:	Found 'DD'-anomaly for variable 'strTotalTaxBH' (lines '1,904'-'1,954').
com/tin/etbaf/rpu/GrpuUtil.java:1905:	Local variable 'decimalPlaces' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1908:	Found 'DD'-anomaly for variable 'strTotalTaxTD' (lines '1,908'-'1,908').
com/tin/etbaf/rpu/GrpuUtil.java:1908:	Found 'DU'-anomaly for variable 'strTotalTaxTD' (lines '1,908'-'1,961').
com/tin/etbaf/rpu/GrpuUtil.java:1909:	Local variable 'revMode' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1911:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:1911:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1912:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1913:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1913:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1913:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1915:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:1915:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1915:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1917:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1918:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/rpu/GrpuUtil.java:1918:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1919:	Local variable 'transObject' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1920:	Local variable 'lastAmount' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1920:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1921:	Avoid excessively long variable names like lastAmountInDouble
com/tin/etbaf/rpu/GrpuUtil.java:1921:	Found 'DD'-anomaly for variable 'lastAmountInDouble' (lines '1,921'-'1,924').
com/tin/etbaf/rpu/GrpuUtil.java:1922:	Found 'DD'-anomaly for variable 'strTotalDouble' (lines '1,922'-'1,933').
com/tin/etbaf/rpu/GrpuUtil.java:1924:	Found 'DD'-anomaly for variable 'lastAmountInDouble' (lines '1,924'-'1,928').
com/tin/etbaf/rpu/GrpuUtil.java:1926:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:1927:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1933:	Found 'DD'-anomaly for variable 'strTotalDouble' (lines '1,933'-'1,937').
com/tin/etbaf/rpu/GrpuUtil.java:1933:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1935:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:1936:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1940:	Local variable 'finalAmount' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1945:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:1946:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1946:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:1946:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1947:	Found 'DD'-anomaly for variable 'strTotalTaxTD' (lines '1,947'-'1,908').
com/tin/etbaf/rpu/GrpuUtil.java:1947:	Found 'DU'-anomaly for variable 'strTotalTaxTD' (lines '1,947'-'1,961').
com/tin/etbaf/rpu/GrpuUtil.java:1948:	Avoid creating BigDecimal with a decimal (float/double) literal. Use a String literal
com/tin/etbaf/rpu/GrpuUtil.java:1948:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:1949:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1953:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1956:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1957:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:1958:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:1963:	Parameter 'data' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1963:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:1964:	Local variable 'regEmail' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1965:	Local variable 'field' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:1966:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/rpu/GrpuUtil.java:1966:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:1967:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:1976:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:1988:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2011:	Avoid reassigning parameters such as 'pan'
com/tin/etbaf/rpu/GrpuUtil.java:2011:	The method 'checkPan' has a Cyclomatic Complexity of 26.
com/tin/etbaf/rpu/GrpuUtil.java:2011:	The method 'checkPan' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:2011:	The method 'checkPan' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:2011:	The method checkPan() has an NPath complexity of 4755
com/tin/etbaf/rpu/GrpuUtil.java:2011:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2012:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GrpuUtil.java:2013:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:2014:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:2015:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:2016:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2018:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2019:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2023:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2030:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2039:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2043:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2047:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2053:	Avoid reassigning parameters such as 'pan'
com/tin/etbaf/rpu/GrpuUtil.java:2053:	The method 'checkDedPan' has a Cyclomatic Complexity of 24.
com/tin/etbaf/rpu/GrpuUtil.java:2053:	The method 'checkDedPan' has a Modified Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:2053:	The method 'checkDedPan' has a Standard Cyclomatic Complexity of 10.
com/tin/etbaf/rpu/GrpuUtil.java:2053:	The method checkDedPan() has an NPath complexity of 4753
com/tin/etbaf/rpu/GrpuUtil.java:2053:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2054:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/rpu/GrpuUtil.java:2056:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2058:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2059:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2063:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2070:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2079:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2083:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2087:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2096:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2116:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2145:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2203:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2242:	Parameter 'includeCaret' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2242:	Parameter 'recStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2242:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2243:	Avoid variables with short names like hc
com/tin/etbaf/rpu/GrpuUtil.java:2244:	Avoid variables with short names like i
com/tin/etbaf/rpu/GrpuUtil.java:2246:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:2248:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/GrpuUtil.java:2248:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2249:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:2254:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2283:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2283:	The method 'getFilledRows' has a Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:2283:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2286:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GrpuUtil.java:2286:	Found 'DD'-anomaly for variable 'count' (lines '2,286'-'2,309').
com/tin/etbaf/rpu/GrpuUtil.java:2286:	Found 'DU'-anomaly for variable 'count' (lines '2,286'-'2,319').
com/tin/etbaf/rpu/GrpuUtil.java:2288:	Found 'DD'-anomaly for variable 'obj' (lines '2,288'-'2,294').
com/tin/etbaf/rpu/GrpuUtil.java:2288:	Found 'DU'-anomaly for variable 'obj' (lines '2,288'-'2,319').
com/tin/etbaf/rpu/GrpuUtil.java:2289:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2298:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:2298:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2298:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2298:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2298:	These nested if statements could be combined
com/tin/etbaf/rpu/GrpuUtil.java:2304:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2304:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2305:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2309:	Found 'DU'-anomaly for variable 'count' (lines '2,309'-'2,319').
com/tin/etbaf/rpu/GrpuUtil.java:2323:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2323:	The method 'getFilledRowsAnnI' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GrpuUtil.java:2323:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2324:	Parameter 'columncount' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2327:	Found 'DD'-anomaly for variable 'count' (lines '2,327'-'2,349').
com/tin/etbaf/rpu/GrpuUtil.java:2329:	Found 'DD'-anomaly for variable 'obj' (lines '2,329'-'2,335').
com/tin/etbaf/rpu/GrpuUtil.java:2329:	Found 'DU'-anomaly for variable 'obj' (lines '2,329'-'2,360').
com/tin/etbaf/rpu/GrpuUtil.java:2330:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2338:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2338:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2338:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2338:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2338:	These nested if statements could be combined
com/tin/etbaf/rpu/GrpuUtil.java:2344:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2344:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2345:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2357:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:2358:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:2364:	Parameter 'model' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2364:	The method 'getFilledRowsAnnII' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/GrpuUtil.java:2364:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2365:	Parameter 'columncount' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2367:	Found 'DD'-anomaly for variable 'arrayRow' (lines '2,367'-'2,369').
com/tin/etbaf/rpu/GrpuUtil.java:2370:	Avoid unused local variables such as 'count'.
com/tin/etbaf/rpu/GrpuUtil.java:2370:	Found 'DD'-anomaly for variable 'count' (lines '2,370'-'2,392').
com/tin/etbaf/rpu/GrpuUtil.java:2370:	Found 'DU'-anomaly for variable 'count' (lines '2,370'-'2,404').
com/tin/etbaf/rpu/GrpuUtil.java:2372:	Found 'DD'-anomaly for variable 'obj' (lines '2,372'-'2,378').
com/tin/etbaf/rpu/GrpuUtil.java:2372:	Found 'DU'-anomaly for variable 'obj' (lines '2,372'-'2,404').
com/tin/etbaf/rpu/GrpuUtil.java:2373:	Avoid using for statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2381:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2381:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2381:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2381:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2381:	These nested if statements could be combined
com/tin/etbaf/rpu/GrpuUtil.java:2387:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2387:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:2388:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:2392:	Found 'DU'-anomaly for variable 'count' (lines '2,392'-'2,404').
com/tin/etbaf/rpu/GrpuUtil.java:2406:	Method names should not contain underscores
com/tin/etbaf/rpu/GrpuUtil.java:2406:	Parameter 'lastDigit' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2406:	Parameter 'midDigit' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2406:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2407:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2407:	String.trim().length()==0 is an inefficient way to validate an empty String.
com/tin/etbaf/rpu/GrpuUtil.java:2408:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2410:	Local variable 'modSeven' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2412:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:2413:	These nested if statements could be combined
com/tin/etbaf/rpu/GrpuUtil.java:2414:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2421:	Parameter 'message' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2421:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2425:	Parameter 'baseStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2425:	Parameter 'subStrOfBaseStr' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2425:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:2426:	Parameter 'repalcement' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2427:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'subStr_begin' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:2428:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'subStr_middle' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:2429:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'subStr_end' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:2432:	Local variable 'pos' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2433:	Local variable 'last_pos' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:2433:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'last_pos' is not final.
com/tin/etbaf/rpu/GrpuUtil.java:2438:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:2616:	The String literal "Others" appears 4 times in this file; the first occurrence is on line 2,616
com/tin/etbaf/rpu/GrpuUtil.java:2700:	The String literal "2010-2011" appears 5 times in this file; the first occurrence is on line 2,700
com/tin/etbaf/rpu/GrpuUtil.java:2702:	The String literal "2012-2013" appears 8 times in this file; the first occurrence is on line 2,702
com/tin/etbaf/rpu/GrpuUtil.java:2788:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:2799:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:2880:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3207:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3211:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3221:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3237:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:3316:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3618:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:3625:	Parameter 'poaRegNo' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3625:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3627:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3627:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:3627:	Position literals first in String comparisons
com/tin/etbaf/rpu/GrpuUtil.java:3628:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3631:	Local variable 'first6Int' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3632:	Local variable 'lastDigit' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3633:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3634:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3635:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/GrpuUtil.java:3636:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3642:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:3720:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:3740:	Comment is too large: Too many lines
com/tin/etbaf/rpu/GrpuUtil.java:3808:	Avoid variables with short names like j
com/tin/etbaf/rpu/GrpuUtil.java:3808:	Parameter 'j' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3808:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3810:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3810:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:3813:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:3813:	Avoid unused local variables such as 'k'.
com/tin/etbaf/rpu/GrpuUtil.java:3813:	Avoid variables with short names like k
com/tin/etbaf/rpu/GrpuUtil.java:3813:	Local variable 'k' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3814:	Local variable 'nowDate' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3815:	Local variable 'toDate' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3816:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3817:	Local variable 'common' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3818:	Local variable 'fY2' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3819:	Local variable 'fY3' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3820:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:3820:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3822:	Local variable 'nik' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3823:	Local variable 'nikToBeAdded' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3825:	Local variable 'nikAdd' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3825:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3826:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:3827:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:3833:	Local variable 'nik' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3834:	Local variable 'nikToBeAdded' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3836:	Local variable 'nikAdd' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3836:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3837:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:3838:	Avoid instantiating new objects inside loops
com/tin/etbaf/rpu/GrpuUtil.java:3842:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3844:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:3855:	Parameter 'finyear' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3855:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3856:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3858:	Local variable 'nxtyear' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3861:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3862:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GrpuUtil.java:3864:	Local variable 'temp' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3865:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid reassigning parameters such as 's'
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Avoid variables with short names like s
com/tin/etbaf/rpu/GrpuUtil.java:3875:	Parameter 'precision' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3875:	The method 'validateDecimal' has a Cyclomatic Complexity of 13.
com/tin/etbaf/rpu/GrpuUtil.java:3875:	The method 'validateDecimal' has a Modified Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:3875:	The method 'validateDecimal' has a Standard Cyclomatic Complexity of 12.
com/tin/etbaf/rpu/GrpuUtil.java:3875:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3880:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3883:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:3887:	Local variable 'temps' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3887:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:3889:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3889:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3891:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3891:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3896:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3899:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:3903:	Local variable 'temps' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3903:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:3905:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3905:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3907:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3907:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3909:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3909:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3911:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3911:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3919:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GrpuUtil.java:3919:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:3923:	Avoid reassigning parameters such as 'string'
com/tin/etbaf/rpu/GrpuUtil.java:3923:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3924:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:3925:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:3937:	Local variable 'sdfrmt' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3945:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:3946:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3951:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:3952:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3955:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:3955:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3957:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3963:	Parameter 'rupee' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3963:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3967:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:3967:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GrpuUtil.java:3967:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:3969:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3972:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3974:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:3974:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GrpuUtil.java:3974:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:3976:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:3979:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:3990:	Parameter 'textField' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3990:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:3991:	Local variable 'menu' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3992:	Local variable 'cut' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:3997:	Local variable 'copy' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4002:	Local variable 'paste' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4007:	Local variable 'selectAll' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4012:	To avoid mistakes add a comment at the beginning of the SelectAll nested class if you want a default access modifier
com/tin/etbaf/rpu/GrpuUtil.java:4012:	headerCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4020:	Avoid variables with short names like e
com/tin/etbaf/rpu/GrpuUtil.java:4020:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4020:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4022:	Local variable 'component' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4023:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4024:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4029:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4029:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4031:	Found 'DD'-anomaly for variable 'filename' (lines '4,031'-'4,047').
com/tin/etbaf/rpu/GrpuUtil.java:4031:	Found 'DU'-anomaly for variable 'filename' (lines '4,031'-'4,079').
com/tin/etbaf/rpu/GrpuUtil.java:4032:	Found 'DD'-anomaly for variable 'filenamestr' (lines '4,032'-'4,048').
com/tin/etbaf/rpu/GrpuUtil.java:4032:	Found 'DU'-anomaly for variable 'filenamestr' (lines '4,032'-'4,079').
com/tin/etbaf/rpu/GrpuUtil.java:4033:	Avoid variables with short names like fc
com/tin/etbaf/rpu/GrpuUtil.java:4033:	Local variable 'fc' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4035:	Found 'DD'-anomaly for variable 'selFile' (lines '4,035'-'4,041').
com/tin/etbaf/rpu/GrpuUtil.java:4035:	Found 'DD'-anomaly for variable 'selFile' (lines '4,035'-'4,064').
com/tin/etbaf/rpu/GrpuUtil.java:4035:	Found 'DD'-anomaly for variable 'selFile' (lines '4,035'-'4,069').
com/tin/etbaf/rpu/GrpuUtil.java:4037:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4039:	Switch statements should have a default label
com/tin/etbaf/rpu/GrpuUtil.java:4042:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:4042:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4047:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4048:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4049:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:4050:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:4050:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4050:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4050:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Avoid empty if statements
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4053:	The String literal ".xls" appears 5 times in this file; the first occurrence is on line 4,053
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4055:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/GrpuUtil.java:4064:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GrpuUtil.java:4069:	Assigning an Object to null is a code smell.  Consider refactoring.
com/tin/etbaf/rpu/GrpuUtil.java:4073:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:4075:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:4082:	Parameter 'hide' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4082:	Parameter 'parent' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4083:	Avoid variables with short names like c
com/tin/etbaf/rpu/GrpuUtil.java:4083:	Local variable 'c' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4086:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4086:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4091:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:4091:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4091:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4091:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4093:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:4093:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4093:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4096:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4096:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4097:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4101:	Avoid variables with short names like c
com/tin/etbaf/rpu/GrpuUtil.java:4101:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4102:	Avoid variables with short names like s
com/tin/etbaf/rpu/GrpuUtil.java:4102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4103:	Local variable 'dot' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4103:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:4104:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/GrpuUtil.java:4105:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4112:	Parameter 'finyear' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4112:	Parameter 'form' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4112:	The method 'finyearselect' has a Cyclomatic Complexity of 23.
com/tin/etbaf/rpu/GrpuUtil.java:4112:	The method 'finyearselect' has a Modified Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GrpuUtil.java:4112:	The method 'finyearselect' has a Standard Cyclomatic Complexity of 18.
com/tin/etbaf/rpu/GrpuUtil.java:4112:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4113:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/GrpuUtil.java:4113:	Avoid unused local variables such as 'formname'.
com/tin/etbaf/rpu/GrpuUtil.java:4113:	Found 'DU'-anomaly for variable 'formname' (lines '4,113'-'4,153').
com/tin/etbaf/rpu/GrpuUtil.java:4113:	Local variable 'formname' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,118').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,120').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,122').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,124').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,128').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,130').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,132').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,136').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,138').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,140').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,144').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,146').
com/tin/etbaf/rpu/GrpuUtil.java:4114:	Found 'DD'-anomaly for variable 'finyr' (lines '4,114'-'4,148').
com/tin/etbaf/rpu/GrpuUtil.java:4115:	Found 'DU'-anomaly for variable 'year' (lines '4,115'-'4,153').
com/tin/etbaf/rpu/GrpuUtil.java:4115:	Local variable 'year' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4117:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4123:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4127:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4131:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4135:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4139:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4143:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4147:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/GrpuUtil.java:4158:	Comment is too large: Line too long
com/tin/etbaf/rpu/GrpuUtil.java:4159:	Parameter 'finyear' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4159:	Parameter 'form' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4159:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4160:	Avoid variables with short names like jf
com/tin/etbaf/rpu/GrpuUtil.java:4160:	Local variable 'jf' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4161:	Local variable 'finyrfile' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4164:	Avoid unused local variables such as 'result'.
com/tin/etbaf/rpu/GrpuUtil.java:4164:	Found 'DU'-anomaly for variable 'result' (lines '4,164'-'4,236').
com/tin/etbaf/rpu/GrpuUtil.java:4164:	Local variable 'result' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4165:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4167:	Avoid variables with short names like a
com/tin/etbaf/rpu/GrpuUtil.java:4167:	Found 'DD'-anomaly for variable 'a' (lines '4,167'-'4,171').
com/tin/etbaf/rpu/GrpuUtil.java:4168:	Found 'DD'-anomaly for variable 'path' (lines '4,168'-'4,170').
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4170:	This statement may have some unnecessary parentheses
com/tin/etbaf/rpu/GrpuUtil.java:4170:	Useless parentheses.
com/tin/etbaf/rpu/GrpuUtil.java:4171:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4171:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:4172:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4174:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4174:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/GrpuUtil.java:4175:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4179:	Found 'DD'-anomaly for variable 'inStream' (lines '4,179'-'4,199').
com/tin/etbaf/rpu/GrpuUtil.java:4179:	Found 'DU'-anomaly for variable 'inStream' (lines '4,179'-'4,236').
com/tin/etbaf/rpu/GrpuUtil.java:4180:	Found 'DD'-anomaly for variable 'outStream' (lines '4,180'-'4,200').
com/tin/etbaf/rpu/GrpuUtil.java:4180:	Found 'DU'-anomaly for variable 'outStream' (lines '4,180'-'4,236').
com/tin/etbaf/rpu/GrpuUtil.java:4182:	Local variable 'afile' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4183:	Found 'DU'-anomaly for variable 'bfile' (lines '4,183'-'4,236').
com/tin/etbaf/rpu/GrpuUtil.java:4186:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:4202:	Local variable 'buffer' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4206:	Avoid assignments in operands
com/tin/etbaf/rpu/GrpuUtil.java:4206:	Found 'DU'-anomaly for variable 'length' (lines '4,206'-'4,236').
com/tin/etbaf/rpu/GrpuUtil.java:4215:	System.out.println is used
com/tin/etbaf/rpu/GrpuUtil.java:4220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/GrpuUtil.java:4223:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:4230:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:4232:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/GrpuUtil.java:4239:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4239:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/GrpuUtil.java:4241:	Local variable 'name' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4242:	Local variable 'pt1' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4243:	Local variable 'mh1' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4243:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4244:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/rpu/GrpuUtil.java:4244:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/GrpuUtil.java:4245:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/GrpuUtil.java:4246:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/GrpuUtil.java:4248:	Avoid using if...else statements without curly braces
com/tin/etbaf/rpu/InitialFocusSetter.java:9:	headerCommentRequirement Required
com/tin/etbaf/rpu/InitialFocusSetter.java:10:	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/etbaf/rpu/InitialFocusSetter.java:11:	headerCommentRequirement Required
com/tin/etbaf/rpu/InitialFocusSetter.java:14:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitialFocusSetter.java:14:	To avoid mistakes add a comment at the beginning of the initComp field if you want a default access modifier
com/tin/etbaf/rpu/InitialFocusSetter.java:14:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitialFocusSetter.java:14:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitialFocusSetter.java:16:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitialFocusSetter.java:16:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitialFocusSetter.java:16:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitialFocusSetter.java:19:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitialFocusSetter.java:22:	Avoid variables with short names like c
com/tin/etbaf/rpu/InitialFocusSetter.java:22:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/InitialFocusSetter.java:22:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/InitialFocusSetter.java:29:	Document empty constructor
com/tin/etbaf/rpu/InitialFocusSetter.java:33:	Avoid variables with short names like c
com/tin/etbaf/rpu/InitialFocusSetter.java:33:	Avoid variables with short names like w
com/tin/etbaf/rpu/InitialFocusSetter.java:33:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/InitialFocusSetter.java:33:	Parameter 'w' is not assigned and could be declared final
com/tin/etbaf/rpu/InitialFocusSetter.java:33:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:1:	Comment is too large: Too many lines
com/tin/etbaf/rpu/InitializeUtilityTab.java:7:	Comment is too large: Line too long
com/tin/etbaf/rpu/InitializeUtilityTab.java:10:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/rpu/InitializeUtilityTab.java:10:	Possible God class (WMC=80, ATFD=179, TCC=0.1111111111111111)
com/tin/etbaf/rpu/InitializeUtilityTab.java:10:	This class has a bunch of public methods and attributes
com/tin/etbaf/rpu/InitializeUtilityTab.java:13:	Avoid unused imports such as 'java.awt.Cursor'
com/tin/etbaf/rpu/InitializeUtilityTab.java:36:	Avoid unused imports such as 'javax.swing.BorderFactory'
com/tin/etbaf/rpu/InitializeUtilityTab.java:44:	Avoid unused imports such as 'javax.swing.JScrollPane'
com/tin/etbaf/rpu/InitializeUtilityTab.java:47:	Avoid unused imports such as 'javax.swing.SwingConstants'
com/tin/etbaf/rpu/InitializeUtilityTab.java:49:	Avoid unused imports such as 'javax.swing.border.BevelBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:50:	Avoid unused imports such as 'javax.swing.border.Border'
com/tin/etbaf/rpu/InitializeUtilityTab.java:51:	Avoid unused imports such as 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:56:	Each class should declare at least one constructor
com/tin/etbaf/rpu/InitializeUtilityTab.java:56:	The class 'InitializeUtilityTab' has a Cyclomatic Complexity of 40 (Highest = 78).
com/tin/etbaf/rpu/InitializeUtilityTab.java:56:	The class 'InitializeUtilityTab' has a Modified Cyclomatic Complexity of 40 (Highest = 78).
com/tin/etbaf/rpu/InitializeUtilityTab.java:56:	The class 'InitializeUtilityTab' has a Standard Cyclomatic Complexity of 40 (Highest = 78).
com/tin/etbaf/rpu/InitializeUtilityTab.java:56:	Too many fields
com/tin/etbaf/rpu/InitializeUtilityTab.java:58:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:58:	To avoid mistakes add a comment at the beginning of the jSeparator1 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:58:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:58:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:59:	To avoid mistakes add a comment at the beginning of the jSeparator2 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:59:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:59:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:60:	To avoid mistakes add a comment at the beginning of the jSeparator3 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:60:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:60:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:61:	To avoid mistakes add a comment at the beginning of the jSeparator4 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:61:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:61:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:63:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:63:	To avoid mistakes add a comment at the beginning of the jSeparator5 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:63:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:63:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:64:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:64:	To avoid mistakes add a comment at the beginning of the jSeparator6 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:64:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:64:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:65:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:65:	To avoid mistakes add a comment at the beginning of the jSeparator7 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:65:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:65:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:66:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:66:	To avoid mistakes add a comment at the beginning of the jSeparator8 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:66:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:66:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:68:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:68:	To avoid mistakes add a comment at the beginning of the jSeparator9 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:68:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:68:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:70:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:70:	To avoid mistakes add a comment at the beginning of the lblImage1 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:70:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:70:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:71:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:71:	To avoid mistakes add a comment at the beginning of the lblImage2 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:71:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:71:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:72:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:72:	To avoid mistakes add a comment at the beginning of the lblImage3 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:72:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:72:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:73:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:73:	To avoid mistakes add a comment at the beginning of the lblImage4 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:73:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:73:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:74:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:74:	To avoid mistakes add a comment at the beginning of the lblImage5 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:74:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:74:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:75:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:75:	To avoid mistakes add a comment at the beginning of the lblImage6 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:75:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:75:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:76:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:76:	To avoid mistakes add a comment at the beginning of the lblImage7 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:76:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:76:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:77:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:77:	To avoid mistakes add a comment at the beginning of the lblImage8 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:77:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:77:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:78:	To avoid mistakes add a comment at the beginning of the lblImage9 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:78:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:78:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:79:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:79:	To avoid mistakes add a comment at the beginning of the lblImage10 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:79:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:79:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:81:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:81:	To avoid mistakes add a comment at the beginning of the mainPanel field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:81:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:81:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:82:	To avoid mistakes add a comment at the beginning of the mainPanel2 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:82:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:82:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:84:	To avoid mistakes add a comment at the beginning of the PanelLink1 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:84:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:84:	Variables should start with a lowercase character, 'PanelLink1' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:84:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:85:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:85:	To avoid mistakes add a comment at the beginning of the PanelLink2 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:85:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:85:	Variables should start with a lowercase character, 'PanelLink2' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:85:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:86:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:86:	To avoid mistakes add a comment at the beginning of the PanelLink3 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:86:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:86:	Variables should start with a lowercase character, 'PanelLink3' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:86:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:88:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:88:	To avoid mistakes add a comment at the beginning of the PanelLink4 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:88:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:88:	Variables should start with a lowercase character, 'PanelLink4' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:88:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:89:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:89:	To avoid mistakes add a comment at the beginning of the PanelLink5 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:89:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:89:	Variables should start with a lowercase character, 'PanelLink5' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:89:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:90:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:90:	To avoid mistakes add a comment at the beginning of the PanelLink6 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:90:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:90:	Variables should start with a lowercase character, 'PanelLink6' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:90:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:92:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:92:	To avoid mistakes add a comment at the beginning of the PanelLink7 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:92:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:92:	Variables should start with a lowercase character, 'PanelLink7' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:92:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:93:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:93:	To avoid mistakes add a comment at the beginning of the PanelLink8 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:93:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:93:	Variables should start with a lowercase character, 'PanelLink8' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:93:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:94:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:94:	To avoid mistakes add a comment at the beginning of the PanelLink9 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:94:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:94:	Variables should start with a lowercase character, 'PanelLink9' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:94:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:97:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:97:	To avoid mistakes add a comment at the beginning of the PanelLink10 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:97:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:97:	Variables should start with a lowercase character, 'PanelLink10' starts with uppercase character.
com/tin/etbaf/rpu/InitializeUtilityTab.java:97:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:99:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:99:	To avoid mistakes add a comment at the beginning of the labelLink1 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:99:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:99:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:100:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:100:	To avoid mistakes add a comment at the beginning of the labelLink2 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:100:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:100:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:101:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:101:	To avoid mistakes add a comment at the beginning of the labelLink3 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:101:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:101:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:103:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:103:	To avoid mistakes add a comment at the beginning of the labelLink4 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:103:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:103:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:104:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:104:	To avoid mistakes add a comment at the beginning of the labelLink5 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:104:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:104:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:105:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:105:	To avoid mistakes add a comment at the beginning of the labelLink6 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:105:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:105:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:107:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:107:	To avoid mistakes add a comment at the beginning of the labelLink7 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:107:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:107:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:108:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:108:	To avoid mistakes add a comment at the beginning of the labelLink8 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:108:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:108:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:109:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:109:	To avoid mistakes add a comment at the beginning of the labelLink9 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:109:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:109:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:112:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:112:	To avoid mistakes add a comment at the beginning of the labelLink10 field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:112:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:112:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:115:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:115:	To avoid mistakes add a comment at the beginning of the jframe field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:115:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:115:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:116:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/InitializeUtilityTab.java:116:	To avoid mistakes add a comment at the beginning of the isContinue field if you want a default access modifier
com/tin/etbaf/rpu/InitializeUtilityTab.java:116:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/InitializeUtilityTab.java:116:	fieldCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	Avoid really long methods.
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	Parameter 'grpu' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	The method 'initializeUtilityTab' has a Cyclomatic Complexity of 78.
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	The method 'initializeUtilityTab' has a Modified Cyclomatic Complexity of 78.
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	The method 'initializeUtilityTab' has a Standard Cyclomatic Complexity of 78.
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	The method initializeUtilityTab() has an NCSS line count of 181
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	The method initializeUtilityTab() has an NPath complexity of 100776960
com/tin/etbaf/rpu/InitializeUtilityTab.java:118:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:128:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:133:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:138:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:143:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:148:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:153:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:158:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:163:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:168:	Unnecessary use of fully qualified name 'javax.swing.border.LineBorder' due to existing import 'javax.swing.border.LineBorder'
com/tin/etbaf/rpu/InitializeUtilityTab.java:175:	Local variable 'brdrLeft1' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:179:	The String literal "Arial" appears 12 times in this file; the first occurrence is on line 179
com/tin/etbaf/rpu/InitializeUtilityTab.java:188:	Local variable 'brdrLeft2' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:201:	Local variable 'brdrLeft3' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:214:	Local variable 'brdrLeft4' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:227:	Local variable 'brdrLeft5' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:240:	Local variable 'brdrLeft6' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:253:	Local variable 'brdrLeft7' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:266:	Local variable 'brdrLeft8' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:279:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:293:	Local variable 'brdrLeft10' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:314:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/InitializeUtilityTab.java:319:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:319:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:319:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:320:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:325:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:329:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:331:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:333:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:338:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:338:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:338:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:338:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:342:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:342:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:342:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:343:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:348:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:348:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:348:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:349:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:356:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:356:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:356:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:357:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:360:	Comment is too large: Line too long
com/tin/etbaf/rpu/InitializeUtilityTab.java:363:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:367:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:369:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:371:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:376:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:376:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:376:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:376:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:380:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:380:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:380:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:381:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:386:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:386:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:386:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:387:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:394:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:394:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:394:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:395:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:400:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:404:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:406:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:408:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:413:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:413:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:413:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:413:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:417:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:417:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:417:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:418:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:423:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:423:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:423:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:424:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	The method 'mousePressed' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	The method 'mousePressed' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	The method 'mousePressed' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/InitializeUtilityTab.java:431:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:432:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:438:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:441:	Local variable 'img' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:441:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:444:	Local variable 'jlabel' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:452:	Local variable 'btnContinue' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:453:	Local variable 'btnCancel' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:454:	Local variable 'jpanel' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:459:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:460:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:461:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:464:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:464:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:464:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:471:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:471:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:477:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:477:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:489:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:489:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:492:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:492:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:501:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:503:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:505:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:514:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:514:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:514:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:514:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:518:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:518:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:518:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:519:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:524:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:524:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:524:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:525:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:532:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:532:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:532:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:533:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:538:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:542:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:544:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:546:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:551:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:551:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:551:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:551:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:555:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:555:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:555:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:556:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:561:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:561:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:561:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:562:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:569:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:569:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:569:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:570:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:575:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:579:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:581:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:583:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:588:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:588:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:588:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:588:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:592:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:592:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:592:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:593:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:598:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:598:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:598:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:599:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:606:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:606:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:606:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:607:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:612:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:616:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:618:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:620:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:625:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:625:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:625:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:625:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:629:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:629:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:629:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:630:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:635:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:635:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:635:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:636:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:643:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:643:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:643:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:644:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:649:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:653:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:655:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:657:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:662:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:662:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:662:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:662:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:666:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:666:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:666:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:667:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:672:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:672:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:672:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:673:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:680:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:680:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:680:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:681:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:686:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:690:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:692:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:694:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:699:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:699:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:699:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:699:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:703:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:703:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:703:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:704:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:709:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:709:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:709:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:710:	Local variable 'brdrLeft9' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:717:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:717:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:717:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:718:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'uri_btn' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:723:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:727:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:729:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:731:	Avoid empty if statements
com/tin/etbaf/rpu/InitializeUtilityTab.java:736:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:736:	Document empty method body
com/tin/etbaf/rpu/InitializeUtilityTab.java:736:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:736:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:740:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:740:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:740:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:741:	Local variable 'brdrLeft10' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:746:	Avoid variables with short names like e
com/tin/etbaf/rpu/InitializeUtilityTab.java:746:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:746:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/InitializeUtilityTab.java:747:	Local variable 'brdrLeft10' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:754:	Comment is too large: Line too long
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Avoid variables with short names like x
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Avoid variables with short names like y
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'url_link' is not final.
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'height' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'labelIcon' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'url_link' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'width' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'x' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:756:	Parameter 'y' is not assigned and could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:757:	Avoid unused local variables such as 'url'.
com/tin/etbaf/rpu/InitializeUtilityTab.java:757:	Found 'DD'-anomaly for variable 'url' (lines '757'-'758').
com/tin/etbaf/rpu/InitializeUtilityTab.java:758:	Found 'DU'-anomaly for variable 'url' (lines '758'-'772').
com/tin/etbaf/rpu/InitializeUtilityTab.java:758:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:759:	Found 'DD'-anomaly for variable 'originalImage' (lines '759'-'761').
com/tin/etbaf/rpu/InitializeUtilityTab.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:761:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/InitializeUtilityTab.java:763:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/InitializeUtilityTab.java:765:	Local variable 'resizedImage' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:766:	Avoid variables with short names like g
com/tin/etbaf/rpu/InitializeUtilityTab.java:766:	Local variable 'g' could be declared final
com/tin/etbaf/rpu/InitializeUtilityTab.java:767:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/InitializeUtilityTab.java:768:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/InitializeUtilityTab.java:773:	Comment is too large: Line too long
com/tin/etbaf/rpu/LowerFvu.java:7:	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/etbaf/rpu/LowerFvu.java:7:	headerCommentRequirement Required
com/tin/etbaf/rpu/LowerFvu.java:9:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/LowerFvu.java:9:	Parameter 'arg' is not assigned and could be declared final
com/tin/etbaf/rpu/LowerFvu.java:9:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:17:	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/etbaf/rpu/MarqueeDemo.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:19:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:19:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:21:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/MarqueeDemo.java:23:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:26:	Avoid empty catch blocks
com/tin/etbaf/rpu/MarqueeDemo.java:27:	Avoid empty catch blocks
com/tin/etbaf/rpu/MarqueeDemo.java:28:	Avoid empty catch blocks
com/tin/etbaf/rpu/MarqueeDemo.java:29:	Avoid empty catch blocks
com/tin/etbaf/rpu/MarqueeDemo.java:32:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:44:	headerCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:46:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MarqueeDemo.java:46:	Private field 'label' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/MarqueeDemo.java:46:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:47:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MarqueeDemo.java:47:	Private field 'label2' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/MarqueeDemo.java:47:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:48:	Avoid variables with short names like on
com/tin/etbaf/rpu/MarqueeDemo.java:48:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MarqueeDemo.java:48:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:50:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/MarqueeDemo.java:50:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:58:	Local variable 'timer' could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:60:	Avoid variables with short names like ae
com/tin/etbaf/rpu/MarqueeDemo.java:60:	Parameter 'ae' is not assigned and could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:60:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:61:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/MarqueeDemo.java:61:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/MarqueeDemo.java:71:	Avoid variables with short names like g
com/tin/etbaf/rpu/MarqueeDemo.java:71:	Parameter 'g' is not assigned and could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:71:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MarqueeDemo.java:72:	Local variable 'g2d' could be declared final
com/tin/etbaf/rpu/MarqueeDemo.java:73:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/MarqueeDemo.java:74:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/MarqueeDemo.java:74:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/MarqueeDemo.java:76:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/MarqueeDemo.java:76:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/MarqueeDemo.java:79:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/MouseWheelEventDemo.java:23:	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/etbaf/rpu/MouseWheelEventDemo.java:25:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:28:	Local variable 'items' could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:32:	Local variable 'combo' could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:42:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:42:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:45:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/MouseWheelEventDemo.java:45:	Avoid empty catch blocks
com/tin/etbaf/rpu/MouseWheelEventDemo.java:47:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:49:	Avoid variables with short names like e
com/tin/etbaf/rpu/MouseWheelEventDemo.java:49:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:50:	System.exit() should not be used in J2EE/JEE apps
com/tin/etbaf/rpu/MouseWheelEventDemo.java:55:	To avoid mistakes add a comment at the beginning of the ComboRenderer nested class if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:55:	headerCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:57:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/MouseWheelEventDemo.java:57:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:62:	Parameter 'list' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:62:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:62:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:63:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:63:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:63:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MouseWheelEventDemo.java:81:	To avoid mistakes add a comment at the beginning of the ComboListener nested class if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:81:	headerCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:82:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MouseWheelEventDemo.java:82:	To avoid mistakes add a comment at the beginning of the combo field if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:82:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MouseWheelEventDemo.java:82:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:84:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MouseWheelEventDemo.java:84:	To avoid mistakes add a comment at the beginning of the currentItem field if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:84:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MouseWheelEventDemo.java:84:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:86:	Parameter 'combo' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:92:	Avoid variables with short names like e
com/tin/etbaf/rpu/MouseWheelEventDemo.java:92:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:92:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:93:	Local variable 'tempItem' could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:94:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/MouseWheelEventDemo.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MouseWheelEventDemo.java:102:	To avoid mistakes add a comment at the beginning of the ComboItem nested class if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:102:	headerCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:103:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MouseWheelEventDemo.java:103:	To avoid mistakes add a comment at the beginning of the obj field if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:103:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MouseWheelEventDemo.java:103:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:105:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MouseWheelEventDemo.java:105:	To avoid mistakes add a comment at the beginning of the isEnable field if you want a default access modifier
com/tin/etbaf/rpu/MouseWheelEventDemo.java:105:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MouseWheelEventDemo.java:105:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:107:	Parameter 'isEnable' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:107:	Parameter 'obj' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:112:	Parameter 'obj' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:116:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:120:	Parameter 'isEnable' is not assigned and could be declared final
com/tin/etbaf/rpu/MouseWheelEventDemo.java:120:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:124:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:130:	headerCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:132:	Avoid modifiers which are implied by the context
com/tin/etbaf/rpu/MouseWheelEventDemo.java:132:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MouseWheelEventDemo.java:134:	Avoid modifiers which are implied by the context
com/tin/etbaf/rpu/MouseWheelEventDemo.java:134:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:17:	headerCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:20:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:23:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:23:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:25:	To avoid mistakes add a comment at the beginning of the combo field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:25:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:26:	To avoid mistakes add a comment at the beginning of the comboList field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:26:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:32:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:32:	Parameter 'combo' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:32:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:32:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:36:	Overridable method 'toolTips' called during object construction
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:41:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:42:	Local variable 'remarks' could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:44:	Found 'DU'-anomaly for variable 'form' (lines '44'-'61').
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:44:	Local variable 'form' could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:63:	Parameter 'list' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:63:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:63:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:64:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:64:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:64:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:73:	Avoid variables with short names like e
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:73:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:76:	Avoid variables with short names like x
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:76:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:77:	Avoid variables with short names like y
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:77:	Local variable 'y' could be declared final
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:98:	These nested if statements could be combined
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxPanOfLandLord.java:99:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:3:	Comment is too large: Line too long
com/tin/etbaf/rpu/MyComboBoxRenderer.java:16:	Avoid unused imports such as 'java.sql.Array'
com/tin/etbaf/rpu/MyComboBoxRenderer.java:22:	Avoid unused imports such as 'javax.swing.ListCellRenderer'
com/tin/etbaf/rpu/MyComboBoxRenderer.java:26:	The class 'MyComboBoxRenderer' has a Cyclomatic Complexity of 21 (Highest = 72).
com/tin/etbaf/rpu/MyComboBoxRenderer.java:26:	The class 'MyComboBoxRenderer' has a Modified Cyclomatic Complexity of 20 (Highest = 70).
com/tin/etbaf/rpu/MyComboBoxRenderer.java:26:	The class 'MyComboBoxRenderer' has a Standard Cyclomatic Complexity of 20 (Highest = 70).
com/tin/etbaf/rpu/MyComboBoxRenderer.java:26:	headerCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:29:	To avoid mistakes add a comment at the beginning of the comboList field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRenderer.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRenderer.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:30:	To avoid mistakes add a comment at the beginning of the combo field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRenderer.java:30:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRenderer.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:31:	To avoid mistakes add a comment at the beginning of the formNumber field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRenderer.java:31:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRenderer.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	Parameter 'combo' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	Parameter 'sectioncd' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	The user-supplied array 'sectioncd' is stored directly.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:37:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:41:	System.out.println is used
com/tin/etbaf/rpu/MyComboBoxRenderer.java:42:	Overridable method 'toolTips' called during object construction
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	Avoid really long methods.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	The method 'toolTips' has a Cyclomatic Complexity of 72.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	The method 'toolTips' has a Modified Cyclomatic Complexity of 70.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	The method 'toolTips' has a Standard Cyclomatic Complexity of 70.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	The method toolTips() has an NCSS line count of 204
com/tin/etbaf/rpu/MyComboBoxRenderer.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:46:	Local variable 'sections' could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:47:	Found 'DU'-anomaly for variable 'formNumber' (lines '47'-'294').
com/tin/etbaf/rpu/MyComboBoxRenderer.java:47:	Local variable 'formNumber' could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:50:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/MyComboBoxRenderer.java:54:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:54:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:54:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:56:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:56:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:56:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:58:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:58:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:61:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:61:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:64:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:64:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:67:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:71:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:71:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:74:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:74:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:77:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:80:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:80:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:83:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:86:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:86:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:89:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:89:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:92:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:92:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:95:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:95:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:98:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:98:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:101:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:101:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:104:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:104:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:107:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:107:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:110:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:110:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:114:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:114:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:117:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:117:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:120:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:120:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:123:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:127:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:127:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:131:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:131:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:135:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:135:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:139:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:139:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:143:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:143:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:147:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:147:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:151:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:155:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:159:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:159:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:163:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:163:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:167:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:167:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:171:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:171:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:175:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:175:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:179:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:179:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:183:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:187:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:187:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Position literals first in String comparisons
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:192:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Position literals first in String comparisons
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:196:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:200:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:200:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:200:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:204:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:204:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:204:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:208:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:208:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:208:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:212:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:212:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:212:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:216:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:216:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:216:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:220:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:220:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:224:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:224:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:224:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:228:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:228:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:232:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:232:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:236:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:236:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:236:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:240:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:240:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:240:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:244:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:244:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:244:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:248:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:248:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:252:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:252:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:252:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:256:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:256:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:256:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:261:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:261:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:261:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:267:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:267:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:270:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:270:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:270:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:273:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:273:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:276:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:276:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:279:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:281:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:281:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:283:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:283:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:285:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRenderer.java:285:	Deeply nested if..then statements are hard to read
com/tin/etbaf/rpu/MyComboBoxRenderer.java:285:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:285:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:296:	Parameter 'list' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:296:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:296:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:297:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:297:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:297:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:307:	Avoid variables with short names like e
com/tin/etbaf/rpu/MyComboBoxRenderer.java:307:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:307:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRenderer.java:310:	Avoid variables with short names like x
com/tin/etbaf/rpu/MyComboBoxRenderer.java:310:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:311:	Avoid variables with short names like y
com/tin/etbaf/rpu/MyComboBoxRenderer.java:311:	Local variable 'y' could be declared final
com/tin/etbaf/rpu/MyComboBoxRenderer.java:311:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:331:	These nested if statements could be combined
com/tin/etbaf/rpu/MyComboBoxRenderer.java:332:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRenderer.java:332:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:3:	Comment is too large: Line too long
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:22:	The class 'MyComboBoxRendererRemarks' has a Cyclomatic Complexity of 13 (Highest = 41).
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:22:	The class 'MyComboBoxRendererRemarks' has a Modified Cyclomatic Complexity of 13 (Highest = 41).
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:22:	The class 'MyComboBoxRendererRemarks' has a Standard Cyclomatic Complexity of 13 (Highest = 41).
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:22:	headerCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:24:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:24:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:25:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:26:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:26:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:27:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:27:	To avoid mistakes add a comment at the beginning of the combo field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:27:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:27:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:28:	To avoid mistakes add a comment at the beginning of the comboList field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:28:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:29:	To avoid mistakes add a comment at the beginning of the section field if you want a default access modifier
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:29:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	Parameter 'combo' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	Parameter 'formNumber' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	Parameter 'remarkscd' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	Parameter 'section' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	The user-supplied array 'remarkscd' is stored directly.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:35:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:40:	Overridable method 'toolTips' called during object construction
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	Avoid really long methods.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	The method 'toolTips' has a Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	The method 'toolTips' has a Modified Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	The method 'toolTips' has a Standard Cyclomatic Complexity of 41.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	The method toolTips() has an NCSS line count of 113
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:46:	Local variable 'remarks' could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:48:	Local variable 'form' could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:66:	Comment is too large: Line too long
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:68:	Comment is too large: Line too long
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:71:	Position literals first in String comparisons
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:79:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:171:	Parameter 'list' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:171:	Parameter 'value' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:171:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:172:	Parameter 'cellHasFocus' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:172:	Parameter 'index' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:172:	Parameter 'isSelected' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:181:	Avoid variables with short names like e
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:181:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:184:	Avoid variables with short names like x
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:184:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:185:	Avoid variables with short names like y
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:185:	Local variable 'y' could be declared final
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:185:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:206:	These nested if statements could be combined
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/MyComboBoxRendererRemarks.java:207:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/PopClickListener.java:3:	Comment is too large: Line too long
com/tin/etbaf/rpu/PopClickListener.java:9:	Avoid unused imports such as 'java.awt.event.MouseEvent'
com/tin/etbaf/rpu/PopClickListener.java:11:	Avoid unused imports such as 'javax.swing.JMenuItem'
com/tin/etbaf/rpu/PopClickListener.java:12:	Avoid unused imports such as 'javax.swing.JPopupMenu'
com/tin/etbaf/rpu/PopClickListener.java:14:	Comment is too large: Too many lines
com/tin/etbaf/rpu/PopClickListener.java:26:	Each class should declare at least one constructor
com/tin/etbaf/rpu/PopClickListener.java:26:	headerCommentRequirement Required
com/tin/etbaf/rpu/PopClickListener.java:27:	Comment is too large: Too many lines
com/tin/etbaf/rpu/PrintDemo2.java:7:	Avoid unused imports such as 'java.awt.Image'
com/tin/etbaf/rpu/PrintDemo2.java:30:	Avoid unused imports such as 'javax.swing.UnsupportedLookAndFeelException'
com/tin/etbaf/rpu/PrintDemo2.java:31:	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/etbaf/rpu/PrintDemo2.java:31:	headerCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:36:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:36:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:40:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:41:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/PrintDemo2.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:46:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/PrintDemo2.java:47:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/PrintDemo2.java:52:	Local variable 'btn' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:55:	Avoid variables with short names like e
com/tin/etbaf/rpu/PrintDemo2.java:55:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:55:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:56:	Local variable 'aset' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:60:	Avoid variables with short names like pj
com/tin/etbaf/rpu/PrintDemo2.java:60:	Local variable 'pj' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:63:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/PrintDemo2.java:65:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/PrintDemo2.java:66:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/PrintDemo2.java:67:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/PrintDemo2.java:69:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/PrintDemo2.java:75:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:86:	headerCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:88:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/PrintDemo2.java:88:	fieldCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:90:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/PrintDemo2.java:90:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:94:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/rpu/PrintDemo2.java:99:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:104:	Avoid variables with short names like g
com/tin/etbaf/rpu/PrintDemo2.java:104:	Parameter 'g' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:104:	protectedMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:107:	Local variable 'g2d' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:108:	Avoid variables with short names like x
com/tin/etbaf/rpu/PrintDemo2.java:108:	Local variable 'x' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:109:	Avoid variables with short names like y
com/tin/etbaf/rpu/PrintDemo2.java:109:	Local variable 'y' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:110:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/PrintDemo2.java:111:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/PrintDemo2.java:116:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:121:	Parameter 'direction' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:121:	Parameter 'orientation' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:121:	Parameter 'visibleRect' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:121:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:126:	Parameter 'direction' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:126:	Parameter 'orientation' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:126:	Parameter 'visibleRect' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:126:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:131:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:136:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:142:	headerCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:144:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/PrintDemo2.java:144:	Private field 'component' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/PrintDemo2.java:144:	fieldCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:145:	Avoid using redundant field initializer for 'lastPage'
com/tin/etbaf/rpu/PrintDemo2.java:145:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/PrintDemo2.java:145:	fieldCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:146:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/PrintDemo2.java:146:	fieldCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:148:	Parameter 'component' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:148:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:153:	Parameter 'graphics' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:153:	Parameter 'pageFormat' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:153:	Parameter 'pageIndex' is not assigned and could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:153:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/PrintDemo2.java:154:	Found 'DD'-anomaly for variable 'result' (lines '154'-'175').
com/tin/etbaf/rpu/PrintDemo2.java:156:	Found 'DU'-anomaly for variable 'height' (lines '156'-'178').
com/tin/etbaf/rpu/PrintDemo2.java:156:	Local variable 'height' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:168:	Local variable 'g2d' could be declared final
com/tin/etbaf/rpu/PrintDemo2.java:170:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/PrintDemo2.java:173:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:11:	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/etbaf/rpu/Program1.java:11:	headerCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:16:	To avoid mistakes add a comment at the beginning of the frmMain field if you want a default access modifier
com/tin/etbaf/rpu/Program1.java:16:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Program1.java:16:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:18:	To avoid mistakes add a comment at the beginning of the pane field if you want a default access modifier
com/tin/etbaf/rpu/Program1.java:18:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Program1.java:18:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:20:	To avoid mistakes add a comment at the beginning of the btnPrint field if you want a default access modifier
com/tin/etbaf/rpu/Program1.java:20:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/Program1.java:20:	fieldCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:22:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/Program1.java:22:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:31:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/Program1.java:31:	Avoid empty catch blocks
com/tin/etbaf/rpu/Program1.java:66:	headerCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:68:	Avoid variables with short names like gx
com/tin/etbaf/rpu/Program1.java:68:	Avoid variables with short names like pf
com/tin/etbaf/rpu/Program1.java:68:	Parameter 'gx' is not assigned and could be declared final
com/tin/etbaf/rpu/Program1.java:68:	Parameter 'page' is not assigned and could be declared final
com/tin/etbaf/rpu/Program1.java:68:	Parameter 'pf' is not assigned and could be declared final
com/tin/etbaf/rpu/Program1.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:72:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/Program1.java:75:	Avoid variables with short names like g
com/tin/etbaf/rpu/Program1.java:75:	Local variable 'g' could be declared final
com/tin/etbaf/rpu/Program1.java:77:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:83:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:90:	Avoid variables with short names like e
com/tin/etbaf/rpu/Program1.java:90:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/Program1.java:90:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/Program1.java:92:	Local variable 'job' could be declared final
com/tin/etbaf/rpu/Program1.java:96:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:100:	Avoid unnecessary comparisons in boolean expressions
com/tin/etbaf/rpu/Program1.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:104:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/Program1.java:105:	Avoid empty catch blocks
com/tin/etbaf/rpu/RPUFocusListener.java:6:	Each class should declare at least one constructor
com/tin/etbaf/rpu/RPUFocusListener.java:6:	headerCommentRequirement Required
com/tin/etbaf/rpu/RPUFocusListener.java:8:	Avoid variables with short names like e
com/tin/etbaf/rpu/RPUFocusListener.java:8:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/RPUFocusListener.java:8:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RPUFocusListener.java:11:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/RPUFocusListener.java:11:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/RPUFocusListener.java:11:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/RPUFocusListener.java:11:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/RPUFocusListener.java:15:	Avoid variables with short names like e
com/tin/etbaf/rpu/RPUFocusListener.java:15:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/RPUFocusListener.java:15:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RegexJava.java:6:	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/etbaf/rpu/RegexJava.java:6:	headerCommentRequirement Required
com/tin/etbaf/rpu/RegexJava.java:8:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/RegexJava.java:8:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RegexJava.java:12:	Local variable 'line' could be declared final
com/tin/etbaf/rpu/RegexJava.java:13:	Local variable 'pattern' could be declared final
com/tin/etbaf/rpu/RegexJava.java:16:	Avoid variables with short names like r
com/tin/etbaf/rpu/RegexJava.java:16:	Local variable 'r' could be declared final
com/tin/etbaf/rpu/RegexJava.java:19:	Avoid variables with short names like m
com/tin/etbaf/rpu/RegexJava.java:19:	Local variable 'm' could be declared final
com/tin/etbaf/rpu/RegexJava.java:19:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RegexJava.java:20:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RegexJava.java:21:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RegexJava.java:21:	System.out.println is used
com/tin/etbaf/rpu/RegexJava.java:22:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RegexJava.java:22:	System.out.println is used
com/tin/etbaf/rpu/RegexJava.java:23:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RegexJava.java:23:	System.out.println is used
com/tin/etbaf/rpu/RegexJava.java:25:	System.out.println is used
com/tin/etbaf/rpu/RoundedBorder.java:1:	Comment is too large: Too many lines
com/tin/etbaf/rpu/RoundedBorder.java:7:	Comment is too large: Line too long
com/tin/etbaf/rpu/RoundedBorder.java:28:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:28:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:29:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:29:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:30:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:30:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:31:	Avoid using redundant field initializer for 'insets'
com/tin/etbaf/rpu/RoundedBorder.java:31:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:31:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:32:	Avoid using redundant field initializer for 'stroke'
com/tin/etbaf/rpu/RoundedBorder.java:32:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:32:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:33:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:34:	Avoid using redundant field initializer for 'pointerPad'
com/tin/etbaf/rpu/RoundedBorder.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:34:	Private field 'pointerPad' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/rpu/RoundedBorder.java:34:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:35:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:36:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/RoundedBorder.java:36:	To avoid mistakes add a comment at the beginning of the hints field if you want a default access modifier
com/tin/etbaf/rpu/RoundedBorder.java:36:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/RoundedBorder.java:36:	fieldCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:39:	Parameter 'color' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:43:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/RoundedBorder.java:43:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:44:	Parameter 'color' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:44:	Parameter 'radii' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:44:	Parameter 'thickness' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:56:	Local variable 'pad' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:57:	Local variable 'bottomPad' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:61:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:62:	Avoid unused constructor parameters such as 'pointerSize'.
com/tin/etbaf/rpu/RoundedBorder.java:62:	Parameter 'color' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:62:	Parameter 'left' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:62:	Parameter 'pointerSize' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:62:	Parameter 'radii' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:62:	Parameter 'thickness' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:68:	Avoid variables with short names like c
com/tin/etbaf/rpu/RoundedBorder.java:68:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:73:	Avoid variables with short names like c
com/tin/etbaf/rpu/RoundedBorder.java:73:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:73:	Parameter 'insets' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:73:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:78:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/RoundedBorder.java:79:	Avoid variables with short names like c
com/tin/etbaf/rpu/RoundedBorder.java:79:	Parameter 'c' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:80:	Avoid variables with short names like g
com/tin/etbaf/rpu/RoundedBorder.java:80:	Parameter 'g' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:81:	Avoid variables with short names like x
com/tin/etbaf/rpu/RoundedBorder.java:81:	Avoid variables with short names like y
com/tin/etbaf/rpu/RoundedBorder.java:81:	Parameter 'x' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:81:	Parameter 'y' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:82:	Parameter 'height' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:82:	Parameter 'width' is not assigned and could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:84:	Avoid variables with short names like g2
com/tin/etbaf/rpu/RoundedBorder.java:84:	Local variable 'g2' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:86:	Local variable 'bottomLineY' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:88:	Local variable 'bubble' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:96:	Local variable 'pointer' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:126:	Local variable 'area' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:129:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:133:	Local variable 'parent' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:135:	Avoid variables with short names like bg
com/tin/etbaf/rpu/RoundedBorder.java:135:	Local variable 'bg' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:135:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:136:	Local variable 'rect' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:137:	Local variable 'borderRegion' could be declared final
com/tin/etbaf/rpu/RoundedBorder.java:139:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:140:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:141:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:145:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/RoundedBorder.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:4:	Avoid unused imports such as 'java.util.StringTokenizer'
com/tin/etbaf/rpu/TDCellPasteValidations.java:9:	The class 'TDCellPasteValidations' has a Cyclomatic Complexity of 5 (Highest = 11).
com/tin/etbaf/rpu/TDCellPasteValidations.java:9:	The class 'TDCellPasteValidations' has a Standard Cyclomatic Complexity of 4 (Highest = 11).
com/tin/etbaf/rpu/TDCellPasteValidations.java:9:	headerCommentRequirement Required
com/tin/etbaf/rpu/TDCellPasteValidations.java:10:	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/etbaf/rpu/TDCellPasteValidations.java:10:	This class has too many methods, consider refactoring it.
com/tin/etbaf/rpu/TDCellPasteValidations.java:12:	Avoid unnecessary constructors - the compiler will generate these for you
com/tin/etbaf/rpu/TDCellPasteValidations.java:12:	Document empty constructor
com/tin/etbaf/rpu/TDCellPasteValidations.java:12:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	Method names should not start with capital letters
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	The method 'Validate_Field' has a Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	The method 'Validate_Field' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/rpu/TDCellPasteValidations.java:16:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TDCellPasteValidations.java:18:	Switch statements should have a default label
com/tin/etbaf/rpu/TDCellPasteValidations.java:21:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:24:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:27:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:30:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:33:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:36:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:39:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:42:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:45:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:48:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:56:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:56:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:56:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:56:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:58:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:58:	Found 'DD'-anomaly for variable 'tan' (lines '58'-'65').
com/tin/etbaf/rpu/TDCellPasteValidations.java:58:	Found 'DU'-anomaly for variable 'tan' (lines '58'-'76').
com/tin/etbaf/rpu/TDCellPasteValidations.java:59:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:59:	Found 'DD'-anomaly for variable 'gStatusTAN' (lines '59'-'66').
com/tin/etbaf/rpu/TDCellPasteValidations.java:59:	Found 'DU'-anomaly for variable 'gStatusTAN' (lines '59'-'76').
com/tin/etbaf/rpu/TDCellPasteValidations.java:63:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:65:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:66:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:70:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:73:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:78:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:78:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:78:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:78:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:80:	Found 'DD'-anomaly for variable 'Name' (lines '80'-'83').
com/tin/etbaf/rpu/TDCellPasteValidations.java:80:	Variables should start with a lowercase character, 'Name' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:81:	Avoid unused local variables such as 'gStatus'.
com/tin/etbaf/rpu/TDCellPasteValidations.java:81:	Found 'DD'-anomaly for variable 'gStatus' (lines '81'-'87').
com/tin/etbaf/rpu/TDCellPasteValidations.java:81:	Found 'DU'-anomaly for variable 'gStatus' (lines '81'-'96').
com/tin/etbaf/rpu/TDCellPasteValidations.java:82:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/TDCellPasteValidations.java:83:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:84:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:87:	Found 'DU'-anomaly for variable 'gStatus' (lines '87'-'96').
com/tin/etbaf/rpu/TDCellPasteValidations.java:89:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:89:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:92:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:94:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:98:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:98:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:98:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:98:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:100:	Found 'DD'-anomaly for variable 'Addr1' (lines '100'-'102').
com/tin/etbaf/rpu/TDCellPasteValidations.java:100:	Variables should start with a lowercase character, 'Addr1' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:101:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/TDCellPasteValidations.java:102:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:103:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:106:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:108:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:108:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:111:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:114:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:119:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:119:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:119:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:119:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:123:	Local variable 'Addr2' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:123:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:123:	Variables should start with a lowercase character, 'Addr2' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:124:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:124:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:127:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:130:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:134:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:134:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:134:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:134:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:136:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/TDCellPasteValidations.java:138:	Local variable 'Addr3' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:138:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:138:	Variables should start with a lowercase character, 'Addr3' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:139:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:139:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:142:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:145:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:149:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:154:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:154:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:154:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:154:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:156:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/TDCellPasteValidations.java:158:	Local variable 'Addr4' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:158:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:158:	Variables should start with a lowercase character, 'Addr4' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:159:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:159:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:162:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:165:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:169:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:174:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:174:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:174:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:174:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:176:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:179:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:183:	Local variable 'City' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:183:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:183:	Variables should start with a lowercase character, 'City' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:184:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:184:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:187:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:192:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:195:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:199:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:199:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:199:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:199:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:201:	Found 'DD'-anomaly for variable 'StateStr' (lines '201'-'205').
com/tin/etbaf/rpu/TDCellPasteValidations.java:201:	Variables should start with a lowercase character, 'StateStr' starts with uppercase character.
com/tin/etbaf/rpu/TDCellPasteValidations.java:202:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:202:	Avoid unused local variables such as 'chkState'.
com/tin/etbaf/rpu/TDCellPasteValidations.java:202:	Found 'DU'-anomaly for variable 'chkState' (lines '202'-'226').
com/tin/etbaf/rpu/TDCellPasteValidations.java:202:	Local variable 'chkState' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:205:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:206:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:206:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:206:	The String literal "--Select--" appears 4 times in this file; the first occurrence is on line 206
com/tin/etbaf/rpu/TDCellPasteValidations.java:208:	Local variable 'stCode' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:208:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:209:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:209:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:209:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:209:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:211:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:212:	Found 'DU'-anomaly for variable 'StateStr' (lines '212'-'226').
com/tin/etbaf/rpu/TDCellPasteValidations.java:213:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:217:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:217:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:220:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:223:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:228:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:228:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:228:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:228:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:230:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:230:	Found 'DD'-anomaly for variable 'gPIN' (lines '230'-'256').
com/tin/etbaf/rpu/TDCellPasteValidations.java:230:	Found 'DU'-anomaly for variable 'gPIN' (lines '230'-'271').
com/tin/etbaf/rpu/TDCellPasteValidations.java:231:	Found 'DD'-anomaly for variable 'pinTD' (lines '231'-'235').
com/tin/etbaf/rpu/TDCellPasteValidations.java:231:	Found 'DU'-anomaly for variable 'pinTD' (lines '231'-'271').
com/tin/etbaf/rpu/TDCellPasteValidations.java:232:	Found 'DD'-anomaly for variable 'pinVal' (lines '232'-'238').
com/tin/etbaf/rpu/TDCellPasteValidations.java:232:	Found 'DU'-anomaly for variable 'pinVal' (lines '232'-'271').
com/tin/etbaf/rpu/TDCellPasteValidations.java:235:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:238:	Found 'DU'-anomaly for variable 'pinVal' (lines '238'-'271').
com/tin/etbaf/rpu/TDCellPasteValidations.java:242:	The String literal "PIN Code should be valid 6 digit code" appears 5 times in this file; the first occurrence is on line 242
com/tin/etbaf/rpu/TDCellPasteValidations.java:243:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:245:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/rpu/TDCellPasteValidations.java:248:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:251:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:254:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:260:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:262:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:262:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:265:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:267:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:267:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/TDCellPasteValidations.java:269:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:273:	Method names should not contain underscores
com/tin/etbaf/rpu/TDCellPasteValidations.java:273:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:273:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:273:	Parameter 'tabval' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:275:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:275:	Avoid unused local variables such as 'gStatus'.
com/tin/etbaf/rpu/TDCellPasteValidations.java:275:	Found 'DU'-anomaly for variable 'gStatus' (lines '275'-'305').
com/tin/etbaf/rpu/TDCellPasteValidations.java:275:	Local variable 'gStatus' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:276:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/rpu/TDCellPasteValidations.java:276:	Found 'DD'-anomaly for variable 'gtaxAmt' (lines '276'-'285').
com/tin/etbaf/rpu/TDCellPasteValidations.java:276:	Found 'DU'-anomaly for variable 'gtaxAmt' (lines '276'-'305').
com/tin/etbaf/rpu/TDCellPasteValidations.java:277:	Found 'DD'-anomaly for variable 'taxAmtTD' (lines '277'-'279').
com/tin/etbaf/rpu/TDCellPasteValidations.java:277:	Found 'DU'-anomaly for variable 'taxAmtTD' (lines '277'-'305').
com/tin/etbaf/rpu/TDCellPasteValidations.java:278:	Avoid using if statements without curly braces
com/tin/etbaf/rpu/TDCellPasteValidations.java:279:	Found 'DU'-anomaly for variable 'taxAmtTD' (lines '279'-'305').
com/tin/etbaf/rpu/TDCellPasteValidations.java:279:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:280:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TDCellPasteValidations.java:283:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:289:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:291:	Avoid using Literals in Conditional Statements
com/tin/etbaf/rpu/TDCellPasteValidations.java:291:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:294:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:296:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/rpu/TDCellPasteValidations.java:296:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TDCellPasteValidations.java:296:	String.indexOf(char) is faster than String.indexOf(String).
com/tin/etbaf/rpu/TDCellPasteValidations.java:299:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/rpu/TDCellPasteValidations.java:302:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TDCellPasteValidations.java:307:	Comment is too large: Line too long
com/tin/etbaf/rpu/TDCellPasteValidations.java:350:	Parameter 'msg' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:350:	Parameter 'tabcol' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:350:	Parameter 'tabrow' is not assigned and could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:350:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TDCellPasteValidations.java:352:	Local variable 'message' could be declared final
com/tin/etbaf/rpu/TDCellPasteValidations.java:353:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/rpu/TableListSelectionDemo.java:10:	headerCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:11:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/TableListSelectionDemo.java:11:	To avoid mistakes add a comment at the beginning of the output field if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:11:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/TableListSelectionDemo.java:11:	fieldCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:12:	To avoid mistakes add a comment at the beginning of the list field if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:12:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/TableListSelectionDemo.java:12:	fieldCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:13:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/TableListSelectionDemo.java:13:	To avoid mistakes add a comment at the beginning of the table field if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:13:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/TableListSelectionDemo.java:13:	fieldCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:14:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/TableListSelectionDemo.java:14:	To avoid mistakes add a comment at the beginning of the newline field if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:14:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/TableListSelectionDemo.java:14:	fieldCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:15:	Avoid excessively long variable names like listSelectionModel
com/tin/etbaf/rpu/TableListSelectionDemo.java:15:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/rpu/TableListSelectionDemo.java:15:	To avoid mistakes add a comment at the beginning of the listSelectionModel field if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:15:	Use explicit scoping instead of the default package private level
com/tin/etbaf/rpu/TableListSelectionDemo.java:15:	fieldCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:17:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:20:	Local variable 'columnNames' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:21:	Local variable 'tableData' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:33:	Local variable 'tablePane' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:36:	Local variable 'controlPane' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:37:	Local variable 'modes' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:44:	Avoid variables with short names like e
com/tin/etbaf/rpu/TableListSelectionDemo.java:44:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:44:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:45:	Local variable 'newMode' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:46:	Position literals first in String comparisons
com/tin/etbaf/rpu/TableListSelectionDemo.java:46:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:49:	Position literals first in String comparisons
com/tin/etbaf/rpu/TableListSelectionDemo.java:49:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:67:	Local variable 'outputPane' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:72:	Local variable 'splitPane' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:75:	Local variable 'topHalf' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:77:	Local variable 'listContainer' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:78:	Local variable 'tableContainer' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:91:	Local variable 'bottomHalf' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:107:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:111:	Local variable 'demo' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:120:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:120:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:123:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/TableListSelectionDemo.java:124:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:125:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/TableListSelectionDemo.java:130:	Each class should declare at least one constructor
com/tin/etbaf/rpu/TableListSelectionDemo.java:130:	To avoid mistakes add a comment at the beginning of the SharedListSelectionHandler nested class if you want a default access modifier
com/tin/etbaf/rpu/TableListSelectionDemo.java:130:	headerCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:131:	Avoid variables with short names like e
com/tin/etbaf/rpu/TableListSelectionDemo.java:131:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:131:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TableListSelectionDemo.java:132:	Local variable 'lsm' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:134:	Local variable 'firstIndex' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:135:	Local variable 'lastIndex' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:136:	Local variable 'isAdjusting' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:146:	Local variable 'minIndex' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:146:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:147:	Local variable 'maxIndex' could be declared final
com/tin/etbaf/rpu/TableListSelectionDemo.java:147:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:149:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TableListSelectionDemo.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TableListSelectionDemo.java:155:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/rpu/TextFieldPopup.java:8:	headerCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:9:	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/etbaf/rpu/TextFieldPopup.java:10:	It is a good practice to call super() in a constructor
com/tin/etbaf/rpu/TextFieldPopup.java:10:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:12:	Local variable 'textField' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:15:	Local variable 'menu' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:16:	Local variable 'cut' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:21:	Local variable 'copy' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:26:	Local variable 'paste' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:31:	Local variable 'selectAll' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:37:	To avoid mistakes add a comment at the beginning of the SelectAll nested class if you want a default access modifier
com/tin/etbaf/rpu/TextFieldPopup.java:37:	headerCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:45:	Avoid variables with short names like e
com/tin/etbaf/rpu/TextFieldPopup.java:45:	Parameter 'e' is not assigned and could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:45:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:47:	Local variable 'component' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:48:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TextFieldPopup.java:49:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/rpu/TextFieldPopup.java:56:	Local variable 'frame' could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:64:	Parameter 'args' is not assigned and could be declared final
com/tin/etbaf/rpu/TextFieldPopup.java:64:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:66:	To be compliant to J2EE, a webapp should not use any thread.
com/tin/etbaf/rpu/TextFieldPopup.java:68:	publicMethodCommentRequirement Required
com/tin/etbaf/rpu/TextFieldPopup.java:70:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/rpu/UpperFvu.java:5:	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/etbaf/rpu/UpperFvu.java:5:	headerCommentRequirement Required
com/tin/etbaf/rpu/UpperFvu.java:7:	Consider using varargs for methods or constructors which take an array the last parameter.
com/tin/etbaf/rpu/UpperFvu.java:7:	Parameter 'arg' is not assigned and could be declared final
com/tin/etbaf/rpu/UpperFvu.java:7:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:1:	Comment is too large: Too many lines
com/tin/etbaf/validations/SecondaryValidations.java:4:	Comment is too large: Line too long
com/tin/etbaf/validations/SecondaryValidations.java:6:	Comment is too large: Line too long
com/tin/etbaf/validations/SecondaryValidations.java:8:	Comment is too large: Line too long
com/tin/etbaf/validations/SecondaryValidations.java:33:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/SecondaryValidations.java:33:	Private field 'validateAlphaChar' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/SecondaryValidations.java:33:	fieldCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:34:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/SecondaryValidations.java:34:	Private field 'validateNumeric' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/SecondaryValidations.java:34:	fieldCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:35:	Avoid excessively long variable names like validateNumericForAnne2
com/tin/etbaf/validations/SecondaryValidations.java:35:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/SecondaryValidations.java:35:	Private field 'validateNumericForAnne2' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/SecondaryValidations.java:35:	fieldCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:37:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/SecondaryValidations.java:37:	fieldCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:39:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:39:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:44:	Avoid unused constructor parameters such as 'upper'.
com/tin/etbaf/validations/SecondaryValidations.java:44:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:44:	Parameter 'upper' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:49:	It is a good practice to call super() in a constructor
com/tin/etbaf/validations/SecondaryValidations.java:49:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:56:	Parameter 'attr' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:56:	Parameter 'offset' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:56:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:58:	Avoid using if statements without curly braces
com/tin/etbaf/validations/SecondaryValidations.java:62:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/validations/SecondaryValidations.java:70:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:71:	Avoid variables with short names like a
com/tin/etbaf/validations/SecondaryValidations.java:71:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:72:	Local variable 'off' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:73:	Local variable 'len' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:74:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/validations/SecondaryValidations.java:74:	Found 'DU'-anomaly for variable 'gLenChk' (lines '74'-'84').
com/tin/etbaf/validations/SecondaryValidations.java:74:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:77:	Local variable 'str' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:77:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:78:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:78:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:79:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:80:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/SecondaryValidations.java:82:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/validations/SecondaryValidations.java:82:	Avoid empty catch blocks
com/tin/etbaf/validations/SecondaryValidations.java:92:	Avoid variables with short names like ke
com/tin/etbaf/validations/SecondaryValidations.java:92:	Parameter 'cmp' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:92:	Parameter 'ke' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:92:	Parameter 'type' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:94:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:97:	Local variable 'name' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:98:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:99:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:99:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:100:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:100:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:101:	Useless parentheses.
com/tin/etbaf/validations/SecondaryValidations.java:115:	Parameter 'comp' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:121:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:121:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:127:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:127:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:128:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:131:	Local variable 'name' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:132:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/validations/SecondaryValidations.java:132:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:133:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:133:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:134:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:134:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:146:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:146:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:160:	Parameter 'comp' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:166:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:166:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:172:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:172:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/SecondaryValidations.java:173:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/SecondaryValidations.java:176:	Local variable 'name' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:177:	Avoid autogenerated methods to access private fields and methods of inner / outer classes
com/tin/etbaf/validations/SecondaryValidations.java:177:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:178:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:178:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:179:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:179:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/SecondaryValidations.java:191:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/SecondaryValidations.java:191:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/Validations.java:1:	Comment is too large: Too many lines
com/tin/etbaf/validations/Validations.java:4:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:6:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:8:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:13:	A high number of imports can indicate a high degree of coupling within an object.
com/tin/etbaf/validations/Validations.java:13:	Possible God class (WMC=125, ATFD=89, TCC=0.01098901098901099)
com/tin/etbaf/validations/Validations.java:57:	The class 'Validations' has a Cyclomatic Complexity of 9 (Highest = 39).
com/tin/etbaf/validations/Validations.java:57:	The class 'Validations' has a Modified Cyclomatic Complexity of 6 (Highest = 21).
com/tin/etbaf/validations/Validations.java:57:	The class 'Validations' has a Standard Cyclomatic Complexity of 6 (Highest = 21).
com/tin/etbaf/validations/Validations.java:57:	This class has too many methods, consider refactoring it.
com/tin/etbaf/validations/Validations.java:59:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:59:	Private field 'validateAlphaChar' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/Validations.java:59:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:60:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:60:	Private field 'validateAlpha' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/Validations.java:60:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:61:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:61:	Private field 'validateNumeric' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/Validations.java:61:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:62:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:62:	Private field 'validateEmail' could be made final; it is only initialized in the declaration or constructor.
com/tin/etbaf/validations/Validations.java:62:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:63:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:69:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:69:	To avoid mistakes add a comment at the beginning of the jframe field if you want a default access modifier
com/tin/etbaf/validations/Validations.java:69:	Use explicit scoping instead of the default package private level
com/tin/etbaf/validations/Validations.java:69:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:72:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:73:	Avoid excessively long variable names like previousSavedFileFolder
com/tin/etbaf/validations/Validations.java:73:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:74:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:78:	Found non-transient, non-static member. Please mark as transient or provide accessors.
com/tin/etbaf/validations/Validations.java:78:	fieldCommentRequirement Required
com/tin/etbaf/validations/Validations.java:80:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:80:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/Validations.java:85:	Avoid unused constructor parameters such as 'upper'.
com/tin/etbaf/validations/Validations.java:85:	Parameter 'limit' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:85:	Parameter 'upper' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:90:	It is a good practice to call super() in a constructor
com/tin/etbaf/validations/Validations.java:90:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/Validations.java:97:	Parameter 'attr' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:97:	Parameter 'offset' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:97:	Parameter 'str' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:99:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:103:	When doing a String.toLowerCase()/toUpperCase() call, use a Locale
com/tin/etbaf/validations/Validations.java:110:	Avoid variables with short names like a
com/tin/etbaf/validations/Validations.java:110:	Parameter 'a' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:110:	Parameter 'evt' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:112:	Local variable 'off' could be declared final
com/tin/etbaf/validations/Validations.java:113:	Local variable 'len' could be declared final
com/tin/etbaf/validations/Validations.java:114:	Avoid unused local variables such as 'gLenChk'.
com/tin/etbaf/validations/Validations.java:114:	Found 'DU'-anomaly for variable 'gLenChk' (lines '114'-'125').
com/tin/etbaf/validations/Validations.java:114:	Local variable 'gLenChk' could be declared final
com/tin/etbaf/validations/Validations.java:118:	Local variable 'str' could be declared final
com/tin/etbaf/validations/Validations.java:118:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:119:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:119:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:121:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:122:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:124:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/validations/Validations.java:124:	Avoid empty catch blocks
com/tin/etbaf/validations/Validations.java:133:	Avoid variables with short names like ke
com/tin/etbaf/validations/Validations.java:133:	Parameter 'cmp' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:133:	Parameter 'ke' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:133:	Parameter 'type' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:133:	The method 'txtFieldValidation' has a Cyclomatic Complexity of 14.
com/tin/etbaf/validations/Validations.java:133:	The method 'txtFieldValidation' has a Modified Cyclomatic Complexity of 14.
com/tin/etbaf/validations/Validations.java:133:	The method 'txtFieldValidation' has a Standard Cyclomatic Complexity of 14.
com/tin/etbaf/validations/Validations.java:134:	Found 'DD'-anomaly for variable 'flag' (lines '134'-'191').
com/tin/etbaf/validations/Validations.java:134:	Found 'DU'-anomaly for variable 'flag' (lines '134'-'200').
com/tin/etbaf/validations/Validations.java:136:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:139:	Local variable 'name' could be declared final
com/tin/etbaf/validations/Validations.java:140:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/Validations.java:141:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/Validations.java:141:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:142:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/Validations.java:142:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:143:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:151:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:154:	Local variable 'name' could be declared final
com/tin/etbaf/validations/Validations.java:155:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/Validations.java:156:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/Validations.java:156:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:157:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/Validations.java:157:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:166:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:169:	Local variable 'name' could be declared final
com/tin/etbaf/validations/Validations.java:170:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/Validations.java:171:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/Validations.java:171:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:172:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/Validations.java:172:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:181:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:184:	Local variable 'name' could be declared final
com/tin/etbaf/validations/Validations.java:185:	Local variable 'pt1' could be declared final
com/tin/etbaf/validations/Validations.java:187:	Local variable 'mh1' could be declared final
com/tin/etbaf/validations/Validations.java:187:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:188:	Local variable 'matchFound1' could be declared final
com/tin/etbaf/validations/Validations.java:188:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:195:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:202:	Comment is too large: Too many lines
com/tin/etbaf/validations/Validations.java:220:	Parameter 'tan' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:220:	The method 'checkTan' has a Cyclomatic Complexity of 39.
com/tin/etbaf/validations/Validations.java:220:	The method 'checkTan' has a Modified Cyclomatic Complexity of 21.
com/tin/etbaf/validations/Validations.java:220:	The method 'checkTan' has a Standard Cyclomatic Complexity of 21.
com/tin/etbaf/validations/Validations.java:220:	The method checkTan() has an NPath complexity of 100663296
com/tin/etbaf/validations/Validations.java:221:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/validations/Validations.java:222:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:222:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:223:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:225:	Found 'DU'-anomaly for variable 'subtan' (lines '225'-'296').
com/tin/etbaf/validations/Validations.java:225:	Local variable 'subtan' could be declared final
com/tin/etbaf/validations/Validations.java:226:	Found 'DU'-anomaly for variable 'midSubtan' (lines '226'-'296').
com/tin/etbaf/validations/Validations.java:226:	Local variable 'midSubtan' could be declared final
com/tin/etbaf/validations/Validations.java:227:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/validations/Validations.java:227:	Found 'DU'-anomaly for variable 'endSubtan' (lines '227'-'296').
com/tin/etbaf/validations/Validations.java:227:	Local variable 'endSubtan' could be declared final
com/tin/etbaf/validations/Validations.java:235:	Found 'DD'-anomaly for variable 'rccFlag' (lines '235'-'238').
com/tin/etbaf/validations/Validations.java:237:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:237:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:243:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:247:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:247:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:248:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:253:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:257:	These nested if statements could be combined
com/tin/etbaf/validations/Validations.java:258:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:264:	These nested if statements could be combined
com/tin/etbaf/validations/Validations.java:265:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:271:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:271:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:272:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:279:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:279:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:280:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:281:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:281:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:282:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:283:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:283:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:284:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:285:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:285:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:285:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:286:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:287:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:287:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:287:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:288:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:289:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:289:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:289:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:290:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:291:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/validations/Validations.java:291:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:291:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:291:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:292:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:306:	Parameter 'pan' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:306:	The method 'checkPan' has a Cyclomatic Complexity of 23.
com/tin/etbaf/validations/Validations.java:306:	The method checkPan() has an NPath complexity of 4752
com/tin/etbaf/validations/Validations.java:308:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:309:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:313:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:319:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:328:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:332:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:335:	Avoid unnecessary if..then..else statements when returning booleans
com/tin/etbaf/validations/Validations.java:336:	A method should have only one exit point, and that should be the last statement in the method
com/tin/etbaf/validations/Validations.java:343:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:349:	Parameter 'finYear' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:349:	Parameter 'formno' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:349:	Parameter 'method' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:349:	The method 'isValidQuarter' has a Cyclomatic Complexity of 18.
com/tin/etbaf/validations/Validations.java:349:	The method 'isValidQuarter' has a Modified Cyclomatic Complexity of 15.
com/tin/etbaf/validations/Validations.java:349:	The method 'isValidQuarter' has a Standard Cyclomatic Complexity of 15.
com/tin/etbaf/validations/Validations.java:349:	The method isValidQuarter() has an NPath complexity of 416
com/tin/etbaf/validations/Validations.java:350:	Found 'DD'-anomaly for variable 'cal2' (lines '350'-'361').
com/tin/etbaf/validations/Validations.java:351:	Local variable 'cal1' could be declared final
com/tin/etbaf/validations/Validations.java:352:	Local variable 'sdf' could be declared final
com/tin/etbaf/validations/Validations.java:353:	Local variable 'str' could be declared final
com/tin/etbaf/validations/Validations.java:353:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:354:	Local variable 'sysdate' could be declared final
com/tin/etbaf/validations/Validations.java:354:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:355:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:356:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:357:	Local variable 'year' could be declared final
com/tin/etbaf/validations/Validations.java:362:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:363:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:367:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:368:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:368:	This statement may have some unnecessary parentheses
com/tin/etbaf/validations/Validations.java:368:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:372:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:373:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:373:	This statement may have some unnecessary parentheses
com/tin/etbaf/validations/Validations.java:373:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:376:	Position literals first in String comparisons for EqualsIgnoreCase
com/tin/etbaf/validations/Validations.java:377:	Avoid using if...else statements without curly braces
com/tin/etbaf/validations/Validations.java:379:	Avoid using if...else statements without curly braces
com/tin/etbaf/validations/Validations.java:381:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:382:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:382:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:382:	This statement may have some unnecessary parentheses
com/tin/etbaf/validations/Validations.java:382:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:383:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:383:	This statement may have some unnecessary parentheses
com/tin/etbaf/validations/Validations.java:383:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:384:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:384:	This statement may have some unnecessary parentheses
com/tin/etbaf/validations/Validations.java:384:	Useless parentheses.
com/tin/etbaf/validations/Validations.java:387:	Found 'DU'-anomaly for variable 'quarter' (lines '387'-'425').
com/tin/etbaf/validations/Validations.java:387:	Local variable 'quarter' could be declared final
com/tin/etbaf/validations/Validations.java:387:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:389:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:391:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/validations/Validations.java:391:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:393:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:399:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:401:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:404:	Prefer StringBuffer over += for concatenating strings
com/tin/etbaf/validations/Validations.java:406:	Avoid calling toString() on String objects; this is unnecessary.
com/tin/etbaf/validations/Validations.java:406:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:406:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:406:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:407:	Local variable 'temp' could be declared final
com/tin/etbaf/validations/Validations.java:411:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:412:	Local variable 'temp' could be declared final
com/tin/etbaf/validations/Validations.java:415:	Found 'DD'-anomaly for variable 'temp' (lines '415'-'417').
com/tin/etbaf/validations/Validations.java:415:	Found 'DU'-anomaly for variable 'temp' (lines '415'-'425').
com/tin/etbaf/validations/Validations.java:428:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:433:	Avoid variables with short names like j
com/tin/etbaf/validations/Validations.java:433:	Method names should not start with capital letters
com/tin/etbaf/validations/Validations.java:433:	Parameter 'j' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:435:	Local variable 'year' could be declared final
com/tin/etbaf/validations/Validations.java:435:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:438:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/validations/Validations.java:438:	Avoid unused local variables such as 'k'.
com/tin/etbaf/validations/Validations.java:438:	Avoid variables with short names like k
com/tin/etbaf/validations/Validations.java:438:	Found 'DU'-anomaly for variable 'k' (lines '438'-'463').
com/tin/etbaf/validations/Validations.java:438:	Local variable 'k' could be declared final
com/tin/etbaf/validations/Validations.java:439:	Local variable 'nowDate' could be declared final
com/tin/etbaf/validations/Validations.java:440:	Local variable 'toDate' could be declared final
com/tin/etbaf/validations/Validations.java:441:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:445:	Local variable 'fy4' could be declared final
com/tin/etbaf/validations/Validations.java:446:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/validations/Validations.java:446:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:448:	Local variable 'new_nik' could be declared final
com/tin/etbaf/validations/Validations.java:448:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nik' is not final.
com/tin/etbaf/validations/Validations.java:449:	Local variable 'new_nikToBeAdded' could be declared final
com/tin/etbaf/validations/Validations.java:449:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nikToBeAdded' is not final.
com/tin/etbaf/validations/Validations.java:450:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:455:	Local variable 'new_nik' could be declared final
com/tin/etbaf/validations/Validations.java:455:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nik' is not final.
com/tin/etbaf/validations/Validations.java:456:	Local variable 'new_nikToBeAdded' could be declared final
com/tin/etbaf/validations/Validations.java:456:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nikToBeAdded' is not final.
com/tin/etbaf/validations/Validations.java:458:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:461:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:469:	Avoid using implementation types like 'HashMap'; use the interface instead
com/tin/etbaf/validations/Validations.java:469:	Method names should not start with capital letters
com/tin/etbaf/validations/Validations.java:471:	Local variable 'year' could be declared final
com/tin/etbaf/validations/Validations.java:471:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:472:	Local variable 'finyear' could be declared final
com/tin/etbaf/validations/Validations.java:473:	Avoid declaring a variable if it is unreferenced before a possible exit point.
com/tin/etbaf/validations/Validations.java:473:	Avoid unused local variables such as 'k'.
com/tin/etbaf/validations/Validations.java:473:	Avoid variables with short names like k
com/tin/etbaf/validations/Validations.java:473:	Found 'DU'-anomaly for variable 'k' (lines '473'-'502').
com/tin/etbaf/validations/Validations.java:473:	Local variable 'k' could be declared final
com/tin/etbaf/validations/Validations.java:474:	Local variable 'nowDate' could be declared final
com/tin/etbaf/validations/Validations.java:475:	Local variable 'toDate' could be declared final
com/tin/etbaf/validations/Validations.java:476:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:477:	Found 'DU'-anomaly for variable 'fy4' (lines '477'-'502').
com/tin/etbaf/validations/Validations.java:477:	Local variable 'fy4' could be declared final
com/tin/etbaf/validations/Validations.java:478:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/validations/Validations.java:478:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:480:	Local variable 'new_nik' could be declared final
com/tin/etbaf/validations/Validations.java:480:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nik' is not final.
com/tin/etbaf/validations/Validations.java:481:	Local variable 'new_nikToBeAdded' could be declared final
com/tin/etbaf/validations/Validations.java:481:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nikToBeAdded' is not final.
com/tin/etbaf/validations/Validations.java:482:	Local variable 'newyear' could be declared final
com/tin/etbaf/validations/Validations.java:483:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:484:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:485:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:491:	Local variable 'new_nik' could be declared final
com/tin/etbaf/validations/Validations.java:491:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nik' is not final.
com/tin/etbaf/validations/Validations.java:492:	Local variable 'new_nikToBeAdded' could be declared final
com/tin/etbaf/validations/Validations.java:492:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_nikToBeAdded' is not final.
com/tin/etbaf/validations/Validations.java:493:	Local variable 'newyear' could be declared final
com/tin/etbaf/validations/Validations.java:494:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:495:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:496:	Avoid instantiating new objects inside loops
com/tin/etbaf/validations/Validations.java:510:	Avoid really long methods.
com/tin/etbaf/validations/Validations.java:510:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/validations/Validations.java:510:	Found 'UR'-anomaly for variable 'x' (lines '510'-'573').
com/tin/etbaf/validations/Validations.java:510:	Parameter 'FileName' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:510:	Parameter 'details' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:510:	Parameter 'mainObject' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:510:	Variables should start with a lowercase character, 'FileName' starts with uppercase character.
com/tin/etbaf/validations/Validations.java:511:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:527:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/validations/Validations.java:527:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:528:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:529:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:529:	Comment is too large: Too many lines
com/tin/etbaf/validations/Validations.java:550:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:557:	Avoid excessively long variable names like existingfileChooser
com/tin/etbaf/validations/Validations.java:557:	Local variable 'existingfileChooser' could be declared final
com/tin/etbaf/validations/Validations.java:559:	System.out.println is used
com/tin/etbaf/validations/Validations.java:560:	Local variable 'currentFile' could be declared final
com/tin/etbaf/validations/Validations.java:564:	Local variable 'userSelection1' could be declared final
com/tin/etbaf/validations/Validations.java:566:	System.out.println is used
com/tin/etbaf/validations/Validations.java:567:	System.out.println is used
com/tin/etbaf/validations/Validations.java:568:	Local variable 'newFile' could be declared final
com/tin/etbaf/validations/Validations.java:569:	System.out.println is used
com/tin/etbaf/validations/Validations.java:571:	Local variable 'out' could be declared final
com/tin/etbaf/validations/Validations.java:572:	Local variable 'x' could be declared final
com/tin/etbaf/validations/Validations.java:573:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:577:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:577:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:577:	System.out.println is used
com/tin/etbaf/validations/Validations.java:579:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:581:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:584:	The String literal "<html>File has been saved successfully at " appears 4 times in this file; the first occurrence is on line 584
com/tin/etbaf/validations/Validations.java:585:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:586:	The String literal ". <br> This file can be opened again for modifications by using the File Menu -->  Open option in this TDS/TCS Return Preparation Utility</html>" appears 4 times in this file; the first occurrence is on line 586
com/tin/etbaf/validations/Validations.java:595:	Local variable 'fileChooser' could be declared final
com/tin/etbaf/validations/Validations.java:598:	Local variable 'userSelection' could be declared final
com/tin/etbaf/validations/Validations.java:600:	Local variable 'fileToSave' could be declared final
com/tin/etbaf/validations/Validations.java:603:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:604:	Local variable 'out' could be declared final
com/tin/etbaf/validations/Validations.java:606:	Local variable 'x' could be declared final
com/tin/etbaf/validations/Validations.java:607:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:612:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:618:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:622:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:631:	Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
com/tin/etbaf/validations/Validations.java:633:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/validations/Validations.java:642:	Avoid using implementation types like 'ArrayList'; use the interface instead
com/tin/etbaf/validations/Validations.java:642:	Found 'UR'-anomaly for variable 'x' (lines '642'-'664').
com/tin/etbaf/validations/Validations.java:642:	Parameter 'FileName' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:642:	Parameter 'details' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:642:	The method 'showSaveFileDialogReg' has a Cyclomatic Complexity of 11.
com/tin/etbaf/validations/Validations.java:642:	The method 'showSaveFileDialogReg' has a Modified Cyclomatic Complexity of 11.
com/tin/etbaf/validations/Validations.java:642:	The method 'showSaveFileDialogReg' has a Standard Cyclomatic Complexity of 11.
com/tin/etbaf/validations/Validations.java:642:	Variables should start with a lowercase character, 'FileName' starts with uppercase character.
com/tin/etbaf/validations/Validations.java:643:	Local variable 'fileChooser' could be declared final
com/tin/etbaf/validations/Validations.java:647:	Found 'DU'-anomaly for variable 'userSelection' (lines '647'-'713').
com/tin/etbaf/validations/Validations.java:647:	Local variable 'userSelection' could be declared final
com/tin/etbaf/validations/Validations.java:650:	Avoid if (x != y) ..; else ..;
com/tin/etbaf/validations/Validations.java:650:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:652:	Local variable 'res' could be declared final
com/tin/etbaf/validations/Validations.java:657:	Local variable 'fileToSave' could be declared final
com/tin/etbaf/validations/Validations.java:659:	Local variable 'out' could be declared final
com/tin/etbaf/validations/Validations.java:663:	Local variable 'x' could be declared final
com/tin/etbaf/validations/Validations.java:664:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:668:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:673:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:677:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:679:	Avoid using Literals in Conditional Statements
com/tin/etbaf/validations/Validations.java:685:	Local variable 'fileToSave' could be declared final
com/tin/etbaf/validations/Validations.java:687:	Local variable 'out' could be declared final
com/tin/etbaf/validations/Validations.java:691:	Local variable 'x' could be declared final
com/tin/etbaf/validations/Validations.java:692:	Avoid using if statements without curly braces
com/tin/etbaf/validations/Validations.java:696:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:701:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:705:	Potential violation of Law of Demeter (static property access)
com/tin/etbaf/validations/Validations.java:711:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/validations/Validations.java:721:	Parameter 'canonicalFilename' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:721:	Parameter 'text' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:723:	Local variable 'file' could be declared final
com/tin/etbaf/validations/Validations.java:724:	Local variable 'out' could be declared final
com/tin/etbaf/validations/Validations.java:731:	Comment is too large: Line too long
com/tin/etbaf/validations/Validations.java:734:	Avoid unused private methods such as 'createCustomDialog(JFrame)'.
com/tin/etbaf/validations/Validations.java:734:	Parameter 'contentPanel' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:738:	Local variable 'jlabel' could be declared final
com/tin/etbaf/validations/Validations.java:739:	Local variable 'button' could be declared final
com/tin/etbaf/validations/Validations.java:743:	Local variable 'jpanel' could be declared final
com/tin/etbaf/validations/Validations.java:748:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:752:	Parameter 'arg0' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:752:	publicMethodCommentRequirement Required
com/tin/etbaf/validations/Validations.java:771:	Avoid variables with short names like x
com/tin/etbaf/validations/Validations.java:771:	Avoid variables with short names like y
com/tin/etbaf/validations/Validations.java:771:	Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'url_link' is not final.
com/tin/etbaf/validations/Validations.java:771:	Parameter 'btnAdvLink' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:771:	Parameter 'height' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:771:	Parameter 'url_link' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:771:	Parameter 'width' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:771:	Parameter 'x' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:771:	Parameter 'y' is not assigned and could be declared final
com/tin/etbaf/validations/Validations.java:772:	Avoid unused local variables such as 'url'.
com/tin/etbaf/validations/Validations.java:772:	Found 'DD'-anomaly for variable 'url' (lines '772'-'773').
com/tin/etbaf/validations/Validations.java:773:	Found 'DU'-anomaly for variable 'url' (lines '773'-'790').
com/tin/etbaf/validations/Validations.java:773:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:775:	Found 'DD'-anomaly for variable 'originalImage' (lines '775'-'777').
com/tin/etbaf/validations/Validations.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:777:	Potential violation of Law of Demeter (method chain calls)
com/tin/etbaf/validations/Validations.java:780:	Avoid printStackTrace(); use a logger call instead.
com/tin/etbaf/validations/Validations.java:782:	Local variable 'type' could be declared final
com/tin/etbaf/validations/Validations.java:782:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:782:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:783:	Local variable 'resizedImage' could be declared final
com/tin/etbaf/validations/Validations.java:784:	Avoid variables with short names like g
com/tin/etbaf/validations/Validations.java:784:	Local variable 'g' could be declared final
com/tin/etbaf/validations/Validations.java:785:	Potential violation of Law of Demeter (object not created locally)
com/tin/etbaf/validations/Validations.java:786:	Potential violation of Law of Demeter (object not created locally)
org/eclipse/wb/swing/FocusTraversalOnArray.java:1:	Comment is too large: Too many lines
org/eclipse/wb/swing/FocusTraversalOnArray.java:25:	Found non-transient, non-static member. Please mark as transient or provide accessors.
org/eclipse/wb/swing/FocusTraversalOnArray.java:25:	fieldCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:31:	Consider using varargs for methods or constructors which take an array the last parameter.
org/eclipse/wb/swing/FocusTraversalOnArray.java:31:	It is a good practice to call super() in a constructor
org/eclipse/wb/swing/FocusTraversalOnArray.java:31:	Parameter 'components' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:31:	The user-supplied array 'components' is stored directly.
org/eclipse/wb/swing/FocusTraversalOnArray.java:31:	publicMethodCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:39:	Parameter 'delta' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:39:	Parameter 'index' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:40:	Local variable 'size' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:41:	Local variable 'next' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:42:	Consider simply returning the value vs storing it in local variable 'next'
org/eclipse/wb/swing/FocusTraversalOnArray.java:44:	Parameter 'currentComponent' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:44:	Parameter 'delta' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:45:	Found 'DD'-anomaly for variable 'index' (lines '45'-'50').
org/eclipse/wb/swing/FocusTraversalOnArray.java:47:	Found 'DD'-anomaly for variable 'component' (lines '47'-'47').
org/eclipse/wb/swing/FocusTraversalOnArray.java:47:	Found 'DD'-anomaly for variable 'component' (lines '47'-'64').
org/eclipse/wb/swing/FocusTraversalOnArray.java:47:	Found 'DU'-anomaly for variable 'component' (lines '47'-'71').
org/eclipse/wb/swing/FocusTraversalOnArray.java:47:	Local variable 'component' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:48:	Potential violation of Law of Demeter (object not created locally)
org/eclipse/wb/swing/FocusTraversalOnArray.java:49:	Use equals() to compare object references.
org/eclipse/wb/swing/FocusTraversalOnArray.java:56:	Found 'DU'-anomaly for variable 'initialIndex' (lines '56'-'71').
org/eclipse/wb/swing/FocusTraversalOnArray.java:56:	Local variable 'initialIndex' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:58:	Local variable 'newIndex' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:62:	Found 'DU'-anomaly for variable 'index' (lines '62'-'71').
org/eclipse/wb/swing/FocusTraversalOnArray.java:64:	Local variable 'component' could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:65:	Potential violation of Law of Demeter (object not created locally)
org/eclipse/wb/swing/FocusTraversalOnArray.java:65:	Potential violation of Law of Demeter (object not created locally)
org/eclipse/wb/swing/FocusTraversalOnArray.java:65:	Potential violation of Law of Demeter (object not created locally)
org/eclipse/wb/swing/FocusTraversalOnArray.java:66:	A method should have only one exit point, and that should be the last statement in the method
org/eclipse/wb/swing/FocusTraversalOnArray.java:77:	Parameter 'component' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:77:	Parameter 'container' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:77:	publicMethodCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:80:	Parameter 'component' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:80:	Parameter 'container' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:80:	publicMethodCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:83:	Parameter 'container' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:83:	publicMethodCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:86:	Parameter 'container' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:86:	publicMethodCommentRequirement Required
org/eclipse/wb/swing/FocusTraversalOnArray.java:89:	Parameter 'container' is not assigned and could be declared final
org/eclipse/wb/swing/FocusTraversalOnArray.java:89:	publicMethodCommentRequirement Required
