pcap: Fix null warning in ProtocolConversion
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 13 Aug 2014 21:20:34 +0000 (17:20 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 15 Aug 2014 15:00:04 +0000 (11:00 -0400)
commit87e8cb47b094c4be1a2d2bd82280ae1e4989cda2
tree253c4d2f842e4f900f2ff7971f99a207b3206337
parentbf0f892ff3b05592c838acea003ecbfd60ec1070
pcap: Fix null warning in ProtocolConversion

Rework the ProtocolConversion utility class to switch/case
through the existing values, instead of relying on
non-null-annotated methods.

Also updated the documentation.

Change-Id: I9de733029de08e976acca313a8ad4601d3db0a8b
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Vincent Perot <vincent.perot@ericsson.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@voxpopuli.im>
Reviewed-on: https://git.eclipse.org/r/31588
Tested-by: Hudson CI
org.eclipse.linuxtools.tmf.help/doc/Developer-Guide.mediawiki
org.eclipse.linuxtools.tmf.pcap.core/src/org/eclipse/linuxtools/internal/tmf/pcap/core/util/ProtocolConversion.java
This page took 0.02695 seconds and 5 git commands to generate.