mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Boolean.parseBoolean: constant call
GitOrigin-RevId: 5e6e2da08a3a843553fac4f11226aad7327e6047
This commit is contained in:
committed by
intellij-monorepo-bot
parent
759b71c9b9
commit
de0807647c
+2
-1
@@ -45,7 +45,8 @@ class CustomMethodHandlers {
|
||||
staticCall(JAVA_LANG_DOUBLE, "toString", "toHexString").parameterTypes("double"),
|
||||
staticCall(JAVA_LANG_FLOAT, "toString", "toHexString").parameterTypes("float"),
|
||||
staticCall(JAVA_LANG_BYTE, "toString").parameterTypes("byte"),
|
||||
staticCall(JAVA_LANG_SHORT, "toString").parameterTypes("short")
|
||||
staticCall(JAVA_LANG_SHORT, "toString").parameterTypes("short"),
|
||||
staticCall(JAVA_LANG_BOOLEAN, "parseBoolean").parameterTypes("java.lang.String")
|
||||
);
|
||||
static final int MAX_STRING_CONSTANT_LENGTH_TO_TRACK = 256;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user