[
https://issues.apache.org/jira/browse/OFBIZ-12361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17444969#comment-17444969
]
ASF subversion and git services commented on OFBIZ-12361:
---------------------------------------------------------
Commit b62cfbdc3a85dc8f7352d668af4e6c9cda6c87b6 in ofbiz-framework's branch
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=b62cfbd ]
Improved: Try to reduce the SARIF file used by CodeQL for Java classes
(OFBIZ-12361)
Try a syntax change from Andrew Eisenberg
It also needs a not functional change for codeQL to run
Thanks to Andrew Eisenberg from GH CodeQL
> Try to reduce the SARIF file used by CodeQL for Java classes
> ------------------------------------------------------------
>
> Key: OFBIZ-12361
> URL: https://issues.apache.org/jira/browse/OFBIZ-12361
> Project: OFBiz
> Issue Type: Improvement
> Components: GitHub
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Minor
>
> The error is
> {noformat}
> [...]
> Counted a baseline of 257261 lines of code for java.
> Uploading results
> Processing sarif files:
> ["/home/runner/work/ofbiz-framework/results/java.sarif"]
> Error: File size (2838487234) is greater than possible Buffer:
> RangeError [ERR_FS_FILE_TOO_LARGE]: File size (2838487234) is greater than
> possible Buffer: 2147483647 bytes
> at tryCreateBuffer (fs.js:317:13)
> [...]
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)