[
https://issues.apache.org/jira/browse/MATH-1569?focusedWorklogId=819451&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-819451
]
ASF GitHub Bot logged work on MATH-1569:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Oct/22 20:34
Start Date: 23/Oct/22 20:34
Worklog Time Spent: 10m
Work Description: aherbert commented on PR #219:
URL: https://github.com/apache/commons-math/pull/219#issuecomment-1288195568
This is failing CI on checkstyle. You have removed 2 lines from the
`org.apache.commons.math4.legacy.fitting.leastsquares.LevenbergMarquardtOptimizer`.
There is this suppression for the legacy module:
```
<suppress checks="UnnecessaryParentheses"
files=".*[/\\]LevenbergMarquardtOptimizer\.java$" lines="527,741" />
```
But the CI fails with unnecessary parentheses at line 525 and 739. So you
have to update the lines in:
`src/main/resources/checkstyle/checkstyle-suppressions-legacy.xml`
Issue Time Tracking
-------------------
Worklog Id: (was: 819451)
Time Spent: 2h 10m (was: 2h)
> Manual array copy
> -----------------
>
> Key: MATH-1569
> URL: https://issues.apache.org/jira/browse/MATH-1569
> Project: Commons Math
> Issue Type: Sub-task
> Reporter: Arturo Bernal
> Priority: Minor
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)