-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NMS-17066: Fix Measurement TrendLine #7597
base: develop
Are you sure you want to change the base?
Conversation
TrendLine was nnot able to parse Long Term measument data because was not able to manage Double.NaN. Added unit test with real data fetched
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just need to update copyright headers.
...s/measurements/impl/src/test/java/org/opennms/netmgt/measurements/filters/impl/LoadData.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor formatting changes. Headers must also be altered.
.../measurements/impl/src/main/java/org/opennms/netmgt/measurements/filters/impl/TrendLine.java
Outdated
Show resolved
Hide resolved
.../measurements/impl/src/main/java/org/opennms/netmgt/measurements/filters/impl/TrendLine.java
Outdated
Show resolved
Hide resolved
…asurements/filters/impl/TrendLine.java Co-authored-by: Christian Pape <[email protected]>
…asurements/filters/impl/TrendLine.java Co-authored-by: Christian Pape <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor copyright header updates needed.
otherwise LGTM.
@rssntn67 Since this PR is coming from your fork, we can't make these changes.
@@ -0,0 +1,165 @@ | |||
/******************************************************************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update copyright headers here as well
@@ -0,0 +1,156 @@ | |||
/******************************************************************************* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to update copyright headers here as well
TrendLine was nnot able to parse Long Term measument data because was not able to manage Double.NaN.
Added unit test with real data fetched