This is an automated email from the ASF dual-hosted git repository. matthiasblaesing pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/netbeans.git
from d39d5d229d6 Merge pull request #8757 from NicolaIsotta/tomcat-auth add a66190377fa SourceUtils#classNameFor does not handle nested classes correctly add 700afc4336f Handle NestedClass with empty package name or empty nested class (only toplevel) add c557d8975cf Maven JUnit: Use NestedClass info from SingleMethod if present add d26e2764c25 Maven JUnit: Stabilize unit test result extraction add 37cb3a0bbe7 Maven JUnit: add org.junit.jupiter:junit-jupiter-api as another module to indicate JUnit5 usage add aa9c7a7a85a Maven JUnit: Correctly handle nested, and non-public top level classes add d21c9613359 Gradle JUnit: Support nested and top-level non-public tests new 59fb5e287a0 Merge pull request #8664 from matthiasblaesing/junit-nested The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: ide/projectapi/nbproject/project.properties | 2 +- .../src/org/netbeans/spi/project/NestedClass.java | 42 +++++-- java/gradle.test/nbproject/project.properties | 2 +- java/gradle.test/nbproject/project.xml | 36 +++--- .../gradle/test/GradleTestProgressListener.java | 92 +++++++++++---- .../gradle/test/ui/nodes/GradleTestMethodNode.java | 48 ++++++-- .../org/netbeans/api/java/source/SourceUtils.java | 31 ++++-- .../junit/ui/actions/TestClassInfoTask.java | 39 +++++-- java/maven.junit.ui/nbproject/project.properties | 2 +- .../maven/junit/ui/MavenJUnitNodeOpener.java | 123 +++++++++++++-------- .../maven/junit/ui/MavenJUnitTestMethodNode.java | 34 ++++-- java/maven.junit/nbproject/project.xml | 8 ++ .../maven/junit/JUnitOutputListenerProvider.java | 57 ++++++++-- .../netbeans/modules/maven/ActionProviderImpl.java | 7 +- .../maven/execute/DefaultReplaceTokenProvider.java | 16 ++- 15 files changed, 403 insertions(+), 136 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists