Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Montplaisir2014-05-08 18:47:34 +0000
committerAlexandre Montplaisir2014-05-14 20:01:41 +0000
commit67e283a39b673f020a65b2ed111bf810f53f6f80 (patch)
tree20010833f968323accad5358b59578c58e02115c /systemtap
parent36c5063895834b1113394a9a58c32ee8d29fe95b (diff)
downloadorg.eclipse.linuxtools-67e283a39b673f020a65b2ed111bf810f53f6f80.tar.gz
org.eclipse.linuxtools-67e283a39b673f020a65b2ed111bf810f53f6f80.tar.xz
org.eclipse.linuxtools-67e283a39b673f020a65b2ed111bf810f53f6f80.zip
tmf: Mark ITmfEventRequest.handleData's parameter as NonNull
It seems every single event request implementation out there does a null check on the event it receives in handleData(). TmfEventThread already does a null check before sending the event to this method, so it can be marked @NonNull, which avoids a bunch of redundant checks. Change-Id: I1d54d5f3f5a08af150ab0a6011d075a366db4b48 Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im> Reviewed-on: https://git.eclipse.org/r/26247 Tested-by: Hudson CI Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Diffstat (limited to 'systemtap')
0 files changed, 0 insertions, 0 deletions

Back to the top