From jonathan.gibbons at oracle.com Fri Nov 9 23:54:01 2018 From: jonathan.gibbons at oracle.com (jonathan.gibbons at oracle.com) Date: Fri, 09 Nov 2018 23:54:01 +0000 Subject: hg: code-tools/jtreg: 7902067: CachingTestFilter caches based on the content of a test description, not the location Message-ID: <201811092354.wA9Ns1Oa016731@aojmv0008.oracle.com> Changeset: 7265713552da Author: jjg Date: 2018-11-09 15:52 -0800 URL: http://hg.openjdk.java.net/code-tools/jtreg/rev/7265713552da 7902067: CachingTestFilter caches based on the content of a test description, not the location ! src/share/classes/com/sun/javatest/regtest/config/CachingTestFilter.java ! src/share/classes/com/sun/javatest/regtest/config/RegressionParameters.java ! src/share/classes/com/sun/javatest/regtest/exec/RegressionScript.java ! src/share/classes/com/sun/javatest/regtest/report/TestStats.java + test/cachingFilter/CachingFilterTest.gmk + test/cachingFilter/TEST.ROOT + test/cachingFilter/a/Test.java + test/cachingFilter/b/Test.java + test/cachingFilter/c/Test.java + test/cachingFilter/exclude.jtx From maurizio.cimadamore at oracle.com Wed Nov 21 16:02:44 2018 From: maurizio.cimadamore at oracle.com (Maurizio Cimadamore) Date: Wed, 21 Nov 2018 16:02:44 +0000 Subject: RFR: CODETOOLS-7902348: IntelliJ plugin does not work on 2018.3 Message-ID: Please review this small change necessary to make the jtreg plugin work against the latest IntelliJ version (2018.3) http://cr.openjdk.java.net/~mcimadamore/7902348/ Cheers Maurizio From jonathan.gibbons at oracle.com Wed Nov 21 22:08:27 2018 From: jonathan.gibbons at oracle.com (Jonathan Gibbons) Date: Wed, 21 Nov 2018 14:08:27 -0800 Subject: RFR: CODETOOLS-7902348: IntelliJ plugin does not work on 2018.3 In-Reply-To: References: Message-ID: +1 On 11/21/2018 08:02 AM, Maurizio Cimadamore wrote: > Please review this small change necessary to make the jtreg plugin > work against the latest IntelliJ version (2018.3) > > http://cr.openjdk.java.net/~mcimadamore/7902348/ > > Cheers > Maurizio > From maurizio.cimadamore at oracle.com Thu Nov 22 11:16:25 2018 From: maurizio.cimadamore at oracle.com (maurizio.cimadamore at oracle.com) Date: Thu, 22 Nov 2018 11:16:25 +0000 Subject: hg: code-tools/jtreg: 7902348: wrong @NonNull annotation breaks plugin with 2018.3 Message-ID: <201811221116.wAMBGPP4027598@aojmv0008.oracle.com> Changeset: bd7ffba875ee Author: mcimadamore Date: 2018-11-22 11:16 +0000 URL: http://hg.openjdk.java.net/code-tools/jtreg/rev/bd7ffba875ee 7902348: wrong @NonNull annotation breaks plugin with 2018.3 Reviewed-by: jjg ! plugins/idea/resources/META-INF/plugin.xml ! plugins/idea/src/com/oracle/plugin/jtreg/configuration/JTRegConfiguration.java