You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@fineract.apache.org by "Natasha Natarajan (Jira)" <ji...@apache.org> on 2020/06/09 00:07:00 UTC

[jira] [Created] (FINERACT-1029) Failing lint test for static

Natasha Natarajan created FINERACT-1029:
-------------------------------------------

             Summary: Failing lint test for static
                 Key: FINERACT-1029
                 URL: https://issues.apache.org/jira/browse/FINERACT-1029
             Project: Apache Fineract
          Issue Type: Sub-task
            Reporter: Natasha Natarajan
             Fix For: 1.4.0


See FINERACT-959 for general background. There is one error and 494 warnings for this failing test.

 

 

/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java:68: warning: [static] static method should be qualified by type name, ClientHelper, instead of by an expression
 Integer outcome_client_creation=clientHelper.createClient(requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java:73: warning: [static] static method should be qualified by type name, GroupHelper, instead of by an expression
 Integer outcome_group_creation=groupHelper.createGroup(requestSpec,responseSpec,true);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java:78: warning: [static] static method should be qualified by type name, StaffHelper, instead of by an expression
 Integer outcome_staff_creation =staffHelper.createStaff(requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java:91: warning: [static] static method should be qualified by type name, FundsResourceHandler, instead of by an expression
 Integer outcome_fund_creation=fundsResourceHandler.createFund(jsonFund,requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/loan/LoanWorkbookPopulatorTest.java:99: warning: [static] static method should be qualified by type name, PaymentTypeHelper, instead of by an expression
 Integer outcome_payment_creation= paymentTypeHelper.createPaymentType(requestSpec, responseSpec,name,description,isCashPayment,position);
 ^
error: warnings found and -Werror specified
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/savings/SavingsWorkbookPopulateTest.java:66: warning: [static] static method should be qualified by type name, ClientHelper, instead of by an expression
 Integer outcome_client_creation=clientHelper.createClient(requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/savings/SavingsWorkbookPopulateTest.java:71: warning: [static] static method should be qualified by type name, GroupHelper, instead of by an expression
 Integer outcome_group_creation=groupHelper.createGroup(requestSpec,responseSpec,true);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/savings/SavingsWorkbookPopulateTest.java:76: warning: [static] static method should be qualified by type name, StaffHelper, instead of by an expression
 Integer outcome_staff_creation =staffHelper.createStaff(requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/savings/SavingsWorkbookPopulateTest.java:81: warning: [static] static method should be qualified by type name, SavingsProductHelper, instead of by an expression
 Integer outcome_sp_creaction=savingsProductHelper.createSavingsProduct(jsonSavingsProduct,requestSpec,responseSpec);
 ^
/fineract/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/bulkimport/populator/client/ClientEntityWorkbookPopulatorTest.java:65: warning: [static] static method should be qualified by type name, StaffHelper, instead of by an expression
 Integer outcome_staff_creation =staffHelper.createStaff(requestSpec,responseSpec);



--
This message was sent by Atlassian Jira
(v8.3.4#803005)