You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the main branch is failing due to a spotbugs failure.
Code | Warning
-- | --
DLS | Dead store to start in org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessor.processMetrics(String, long)
| Bug type DLS_DEAD_LOCAL_STORE (click for details)In class org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessorIn method org.opensearch.performanceanalyzer.reader.ReaderMetricsProcessor.processMetrics(String, long)Local variable named startAt ReaderMetricsProcessor.java:[line 604]
This is causing the full build of performance-analyzer to fail because it always clones the main branch to build RCA.
The text was updated successfully, but these errors were encountered:
Currently the main branch is failing due to a spotbugs failure.
This is causing the full build of performance-analyzer to fail because it always clones the main branch to build RCA.
The text was updated successfully, but these errors were encountered: