fix sonar lint reported issues in UI plugins

This commit is contained in:
2020-11-29 12:42:51 +01:00
parent 6c5032da10
commit 70ccf35fe4
16 changed files with 254 additions and 280 deletions
@@ -17,7 +17,6 @@ public class TrackEntry {
IWaveformStyleProvider styleProvider;
public enum ValueDisplay {
DEFAULT, SIGNED, UNSIGNED
@@ -49,10 +48,6 @@ public class TrackEntry {
selected=false;
}
public IWaveform getWaveform(){
return waveform;
}
@Override
public boolean equals(Object obj) {
if(obj instanceof TrackEntry){