Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] Sonar false positives

I am marking all "static field of type java.text.DateFormat, which isn't
thread safe" in
src/org/eclipse/tracecompass/tmf/ui/widgets/timegraph/widgets/TimeGraphScale.java
as false positive as they are only accessed via synchronized functions.


Back to the top