This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 1162b49 Improved: On advice of adityasharad try something else in codeql-analysis.yml 1162b49 is described below commit 1162b49fc17ea04e49dbf68acae72c617fe0244f Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Tue Nov 16 11:40:22 2021 +0100 Improved: On advice of adityasharad try something else in codeql-analysis.yml See https://github.com/github/vscode-codeql/issues/735#issuecomment-969348461 Still not quire sure of the syntax, trying again before asking It also needs a not functional change for codeQL to run --- .github/workflows/codeql-analysis.yml | 4 ++-- .../java/org/apache/ofbiz/party/party/PartyRelationshipServices.java | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 28c2e0d..bdf34a5 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -91,6 +91,6 @@ jobs: - name: Debug uses: github/codeql-action@v1 - with: - debug: true + with: + debug: true diff --git a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java index 71fa985..22ebe89 100644 --- a/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java +++ b/applications/party/src/main/java/org/apache/ofbiz/party/party/PartyRelationshipServices.java @@ -46,7 +46,6 @@ import org.apache.ofbiz.service.ServiceUtil; public class PartyRelationshipServices { private static final String MODULE = PartyRelationshipServices.class.getName(); - private static final String RESOURCE = "PartyUiLabels"; private static final String RES_ERROR = "PartyErrorUiLabels"; /** Creates and updates a PartyRelationship creating related PartyRoles if needed.