awasum 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_r358142551
##########
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:
In the moment..I did not care about the other fields..I just wanted SpotBugs
test to pass as there were too many violations. Maybe I should clean everything
up now.
----------------------------------------------------------------
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