common: Annotate Integer.toString()
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Tue, 9 Feb 2016 15:47:59 +0000 (10:47 -0500)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Wed, 24 Feb 2016 20:33:53 +0000 (15:33 -0500)
All variants of Integer.toString() return a new, real String.
It can be marked @NonNull.

Change-Id: I15633360b831087f7216d00588fec09f0dfcfdd0
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/66209
Reviewed-by: Hudson CI
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
common/org.eclipse.tracecompass.common.core/annotations/java/lang/Integer.eea [new file with mode: 0644]

diff --git a/common/org.eclipse.tracecompass.common.core/annotations/java/lang/Integer.eea b/common/org.eclipse.tracecompass.common.core/annotations/java/lang/Integer.eea
new file mode 100644 (file)
index 0000000..8780448
--- /dev/null
@@ -0,0 +1,10 @@
+class java/lang/Integer
+toString
+ ()Ljava/lang/String;
+ ()L1java/lang/String;
+toString
+ (I)Ljava/lang/String;
+ (I)L1java/lang/String;
+toString
+ (II)Ljava/lang/String;
+ (II)L1java/lang/String;
This page took 0.025802 seconds and 5 git commands to generate.