mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-139945 When putting a watch on a breakpoint, Java debugger produces a boxed Integer instead of primitive int - correct fix
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ public class MethodEvaluator implements Evaluator {
|
||||
private final boolean myMustBeVararg;
|
||||
|
||||
// see IDEA-139945, corresponding jdk bug was fixed in 8u45
|
||||
private static boolean ourUseDefaultInvoker = !SystemInfo.isJavaVersionAtLeast("1.8.0_45");
|
||||
private static boolean ourUseDefaultInvoker = !SystemInfo.isJavaVersionAtLeast("1.8.0_40");
|
||||
|
||||
public MethodEvaluator(Evaluator objectEvaluator,
|
||||
JVMName className,
|
||||
|
||||
Reference in New Issue
Block a user