Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TankWidget: dual scales, alarm limit lines, ScaleFormat enum, and ScaledPVWidget base class #3760
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
base: master
Are you sure you want to change the base?
Uh oh!
There was an error while loading. Please reload this page.
TankWidget: dual scales, alarm limit lines, ScaleFormat enum, and ScaledPVWidget base class #3760
Changes from all commits
916203e4f28cbd729fb445b24a4199febe27b615f929f7adeFile filter
Filter by extension
Conversations
Uh oh!
There was an error while loading. Please reload this page.
Jump to
Uh oh!
There was an error while loading. Please reload this page.
There are no files selected for viewing
Check warning on line 172 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Rename this field "WidgetProperties_AlarmLimitsFromPV" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 172 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Make WidgetProperties_AlarmLimitsFromPV a static final constant or non-public and provide accessors if needed.
Check warning on line 172 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Make this "public static WidgetProperties_AlarmLimitsFromPV" field final
Check warning on line 266 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Make WidgetProperties_MajorAlarmColor a static final constant or non-public and provide accessors if needed.
Check warning on line 276 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Rename this field "WidgetProperties_MinorAlarmColor" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 276 in app/display/model/src/main/java/org/csstudio/display/builder/model/Messages.java
Make this "public static WidgetProperties_MinorAlarmColor" field final
Check warning on line 77 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename this local variable to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 136 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename this field "show_alarm_limits" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 137 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename this field "level_lolo" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 138 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename this field "level_low" to match the regular expression '^[a-z][a-zA-Z0-9]*$'.
Check warning on line 166 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Extract the assignment out of this expression.
Check warning on line 170 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Extract the assignment out of this expression.
Check warning on line 171 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Extract the assignment out of this expression.
Check warning on line 177 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Extract the assignment out of this expression.
Check failure on line 191 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename method "propAlarmLimitsFromPV" to prevent any misunderstanding/clash with field "propAlarmLimitsFromPV".
Check failure on line 212 in app/display/model/src/main/java/org/csstudio/display/builder/model/widgets/ScaledPVWidget.java
Rename method "propLevelHiHi" to prevent any misunderstanding/clash with field "propLevelHiHi".
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.