You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/text/NumberToStringConverter.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,12 +29,6 @@
29
29
* The first type parameter of {@link Converter} is set to {@link Object} to
30
30
* preserve backwards compatibility, but the argument is meant to always be a
31
31
* {@link Number}.
32
-
* <p>
33
-
* This class is a variant of the class with the same name in the parent
34
-
* package, but it uses {@code java.text} instead of {@code com.ibm.icu}.
35
-
* <p>
36
-
* Methods on this class that don't take an argument number format use ICU if it
37
-
* is available on the classpath, otherwise they use {@code java.text}.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.core.databinding/src/org/eclipse/core/databinding/conversion/text/StringToNumberConverter.java
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,6 @@
33
33
* The first type parameter of {@link NumberFormatConverter} is set to
34
34
* {@link Object} to preserve backwards compatibility, but the argument is meant
35
35
* to always be a {@link String}.
36
-
* <p>
37
-
* This class is a variant of the class with the same name in the parent
38
-
* package, but it uses {@code java.text} instead of {@code com.ibm.icu}.
39
-
* <p>
40
-
* Methods on this class that don't take an argument number format use ICU if it
41
-
* is available on the classpath, otherwise they use {@code java.text}.
42
36
*
43
37
* @param <T> The type to which values are converted.
Copy file name to clipboardExpand all lines: bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/AbstractNumberToStringConverter.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/AbstractStringToNumberConverter.java
Copy file name to clipboardExpand all lines: bundles/org.eclipse.core.databinding/src/org/eclipse/core/internal/databinding/conversion/StringToNumberParser.java
0 commit comments