common: Annotate Integer.valueOf() as @NonNull
authorAlexandre Montplaisir <alexmonthy@efficios.com>
Fri, 18 Mar 2016 06:31:00 +0000 (02:31 -0400)
committerAlexandre Montplaisir <alexmonthy@efficios.com>
Tue, 22 Mar 2016 19:02:21 +0000 (15:02 -0400)
It always returns a new, or existing, Integer object.

Change-Id: Ia37b0fb93780131ce2e7369fb69add515f698e49
Signed-off-by: Alexandre Montplaisir <alexmonthy@efficios.com>
Reviewed-on: https://git.eclipse.org/r/68814
Reviewed-by: Hudson CI
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
common/org.eclipse.tracecompass.common.core/annotations/java/lang/Integer.eea

index 87804485279953a843ea6b0bd4130cfb2350cc89..78e60fca6f7313129d6fe4f5cee6d28fcbe380ff 100644 (file)
@@ -8,3 +8,6 @@ toString
 toString
  (II)Ljava/lang/String;
  (II)L1java/lang/String;
+valueOf
+ (I)Ljava/lang/Integer;
+ (I)L1java/lang/Integer;
This page took 0.025781 seconds and 5 git commands to generate.