[ 
https://issues.apache.org/jira/browse/FINERACT-1029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17130893#comment-17130893
 ] 

Natasha Natarajan commented on FINERACT-1029:
---------------------------------------------

[~vorburger], With draft PR #1021, ok to go forward with suggest changes?

> 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
>            Assignee: Natasha Natarajan
>            Priority: Major
>             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)

Reply via email to