tmf: Remove an annotation temporarily to work around Sonarqube bug
authorMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 15 Dec 2015 06:11:43 +0000 (01:11 -0500)
committerMarc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tue, 15 Dec 2015 18:01:09 +0000 (13:01 -0500)
commitd0da59edb3bd54ed5d8e8d2f81649b67755efebd
treeeb4cfd59add698d67f26dc4f9c867a94d9737fd3
parent44c9e25139bc2f058d29a98e76f2b81a3440d021
tmf: Remove an annotation temporarily to work around Sonarqube bug

There is a Sonarqube bug with type annotations and arrays, see
https://groups.google.com/forum/#!topic/sonarqube/VTsAYxhGRiA
and
https://github.com/SonarSource/sonar-java/pull/537

By removing the @NonNull, it brings back a warning but makes the
Sonarqube build work again.

Change-Id: I6a03295432c7c452b4dca9018d4c17ba4b991980
Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/62684
Reviewed-by: Hudson CI
Reviewed-by: Francis Giraldeau <francis.giraldeau@gmail.com>
tmf/org.eclipse.tracecompass.tmf.ui/src/org/eclipse/tracecompass/tmf/ui/views/timegraph/AbstractTimeGraphView.java
This page took 0.026199 seconds and 5 git commands to generate.