vorburger commented on a change in pull request #670: FINERACT-702: Integrate 
SpotBugs and fix over 300 high priority issues
URL: https://github.com/apache/fineract/pull/670#discussion_r357918292
 
 

 ##########
 File path: 
fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/common/accounting/GLAccountBuilder.java
 ##########
 @@ -41,24 +40,24 @@
     private static String name = Utils.randomStringGenerator("ACCOUNT_NAME_", 
5);
 
     private static String GLCode = "";
-    private static String accountType = "";
-    private static String accountUsage = ACCOUNT_USAGE_DETAIL;
-    private static String manualEntriesAllowed = MANUAL_ENTRIES_ALLOW;
+    private String accountType = "";
 
 Review comment:
   This change seems strange - why are some made to be non static, but others 
left static?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to