Improved test coverage.
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / trace / Metadata.java
index 092b24091d7eca1c93136f46a813d4f2efc7ab30..749bf393ba6f6b6bb04d764a77fa2e8b307f019a 100644 (file)
@@ -358,6 +358,7 @@ public class Metadata {
         @Override
         public String toString() {
             /* Only for debugging, shouldn't be externalized */
+            /* Therefore it cannot be covered by test cases */
             return "MetadataPacketHeader [magic=0x" //$NON-NLS-1$
                     + Integer.toHexString(magic) + ", uuid=" //$NON-NLS-1$
                     + Arrays.toString(uuid) + ", checksum=" + checksum //$NON-NLS-1$
This page took 0.024692 seconds and 5 git commands to generate.