ss: Mark ITmfStateSystem#queryOngoingState as @NonNull
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 18 Mar 2016 06:42:16 +0000 (02:42 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Wed, 30 Mar 2016 00:28:09 +0000 (20:28 -0400)
commit6d0db5b118dc92d412bd69fe22ba5ece03d30421
treebcf218668aec7742ebe7093c669f4ce3feba2e3d
parent648903b9bc22bcb9fdf9bf6484d7c868f2ecc7e0
ss: Mark ITmfStateSystem#queryOngoingState as @NonNull

Just like querySingleState, an ongoing state cannot be null
if the passed attribute is valid. At worst the value can be a
NullStateValue.

Change-Id: I138ce6d0d62a0cb45706117fd4d0e4bdf8e8fc58
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/68815
Reviewed-by: Hudson CI
Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
statesystem/org.eclipse.tracecompass.statesystem.core/src/org/eclipse/tracecompass/statesystem/core/ITmfStateSystem.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/model/TmfXmlCondition.java
tmf/org.eclipse.tracecompass.tmf.analysis.xml.core/src/org/eclipse/tracecompass/tmf/analysis/xml/core/model/readwrite/TmfXmlReadWriteStateValue.java
This page took 0.025734 seconds and 5 git commands to generate.