You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by jt...@apache.org on 2021/05/12 14:17:21 UTC

[netbeans] branch master updated (99e1b1c -> 77b590b)

This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


    from 99e1b1c  [NETBEANS-5668] Fix slipping <br/>-s in the Project Problem Dialog
     new 7444853  Enough to pass FileObject to the action lookup
     new c35a683  Notify when the execution is over using ActionProgress API
     new 673caa7  Unify run & debug
     new 318ed2f  Generate .class file on JDKs older than 11
     new 19ce3d3  Documenting and using the callback with exit code
     new 1155429  Avoid NPE when unboxing null exitCode
     new 4f9aedf  Launch process is used for both running and debuggging
     new 80dd766  Ajusting the API change date to today
     new 77b590b  Merge pull request #2938 from JaroslavTulach/jtulach/SingleJavaFileInCode

The 5422 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/extexecution/apichanges.xml                    |  13 +++
 ide/extexecution/manifest.mf                       |   2 +-
 ide/extexecution/nbproject/project.properties      |   2 +-
 .../api/extexecution/ExecutionDescriptor.java      |  32 ++++++-
 .../api/extexecution/ExecutionService.java         |   9 +-
 java/java.api.common/nbproject/project.xml         |   2 +-
 .../common/singlesourcefile/CompileProcess.java    |  72 --------------
 .../api/common/singlesourcefile/Description.html   |   2 +-
 .../api/common/singlesourcefile/JPDAStart.java     |  12 +--
 .../{DebugProcess.java => LaunchProcess.java}      |  56 +++++++----
 .../api/common/singlesourcefile/RunProcess.java    |  86 -----------------
 .../SingleJavaSourceDebugActionProvider.java       | 103 ---------------------
 .../SingleJavaSourceRunActionProvider.java         |  80 ++++++----------
 .../singlesourcefile/SingleSourceFileUtil.java     |  59 ++++++++++--
 .../test/unit/data/files/TestSingleJavaFile.java   |   7 --
 .../api/common/singlesourcefile/JavaFileTest.java  |  45 +++++----
 .../singlesourcefile/SingleSourceFileUtilTest.java |  44 +++++++++
 java/java.mx.project/nbproject/project.xml         |   2 +-
 .../java/mx/project/SuiteActionProvider.java       |  13 +--
 .../java/mx/project/SuiteActionProviderTest.java   |   2 +-
 .../parsing/TestJavaPlatformProviderImpl.java      |  16 ++--
 21 files changed, 264 insertions(+), 395 deletions(-)
 delete mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/CompileProcess.java
 rename java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/{DebugProcess.java => LaunchProcess.java} (65%)
 delete mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/RunProcess.java
 delete mode 100644 java/java.api.common/src/org/netbeans/modules/java/api/common/singlesourcefile/SingleJavaSourceDebugActionProvider.java
 delete mode 100644 java/java.api.common/test/unit/data/files/TestSingleJavaFile.java
 create mode 100644 java/java.api.common/test/unit/src/org/netbeans/modules/java/api/common/singlesourcefile/SingleSourceFileUtilTest.java

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists