From 9dbf9e030b98245226a6ea4e9a005b2b62f6036c Mon Sep 17 00:00:00 2001 From: shifujun Date: Tue, 12 Dec 2023 14:10:23 +0800 Subject: Minimal changes make IDEA 2023.2 work out-of-box Correct maven-compiler-plugin JDK version for IDEA import Compiler bytecode version. Remove JvstTestRoot's constructor, otherwise IDEA cannot show Run icon aside testMethod. Another way is adding suite() static method to those classes. Now we can clone and open project with IDEA 2023.2. Debug single test case with IDEA is very useful. --- src/test/javassist/JvstTest.java | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/test/javassist/JvstTest.java') diff --git a/src/test/javassist/JvstTest.java b/src/test/javassist/JvstTest.java index 3ed16827..ecbf91f7 100644 --- a/src/test/javassist/JvstTest.java +++ b/src/test/javassist/JvstTest.java @@ -20,9 +20,6 @@ public class JvstTest extends JvstTestRoot { java9 = javassist.bytecode.ClassFile.MAJOR_VERSION >= javassist.bytecode.ClassFile.JAVA_9; } - public JvstTest(String name) { - super(name); - } public void testConfig() { // is the value of PATH correct? -- cgit v1.2.3