tmf: Remove ITmfStateSystem#isLastAttribute()
authorAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 26 Apr 2013 17:57:48 +0000 (13:57 -0400)
committerAlexandre Montplaisir <alexmonthy@voxpopuli.im>
Fri, 26 Apr 2013 20:39:28 +0000 (16:39 -0400)
commita55ebcdc27c185ec9550386482d36200670b790a
treec3d8d09dbb4f19050445abbfcc0d452b88b44610
parent25e4374955ed2df65126d5d5d4d377ea26858128
tmf: Remove ITmfStateSystem#isLastAttribute()

This method was meant to be used as a kind of
"wasThisAttributeJustCreated()". But, if no new attrbiutes are
created, the last attribute would still return true, even if
it has been existing for a while!

So remove this potentially confusing method from the API
completely.

Change-Id: I8ac873ba18193e875806d4645e03dd228acd846c
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/12250
Tested-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
IP-Clean: Patrick Tasse <patrick.tasse@gmail.com>
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/internal/tmf/core/statesystem/StateSystem.java
org.eclipse.linuxtools.tmf.core/src/org/eclipse/linuxtools/tmf/core/statesystem/ITmfStateSystem.java
This page took 0.029092 seconds and 5 git commands to generate.