You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by lk...@apache.org on 2020/02/07 17:18:07 UTC

[netbeans] branch master updated (ac69075 -> 8fb0fc2)

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

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


    from ac69075  [NETBEANS-3621] Guard agains NPE in Find usages
     add 8fb0fc2  Add UI to be able to disable Janitor on the Startup

No new revisions were added by this update.

Summary of changes:
 platform/janitor/nbproject/project.xml             |  17 +++
 .../org/netbeans/modules/janitor/Bundle.properties |   4 +
 .../src/org/netbeans/modules/janitor/Janitor.java  |  57 ++++++--
 .../modules/janitor/JanitorOptionsController.java  |  91 +++++++++++++
 .../modules/janitor/JanitorOptionsPanel.form       | 120 +++++++++++++++++
 .../modules/janitor/JanitorOptionsPanel.java       | 146 +++++++++++++++++++++
 .../org/netbeans/modules/janitor/JanitorPanel.form |  79 +++++++++++
 .../org/netbeans/modules/janitor/JanitorPanel.java |  85 ++++++++++++
 8 files changed, 589 insertions(+), 10 deletions(-)
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsController.java
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsPanel.form
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/JanitorOptionsPanel.java
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/JanitorPanel.form
 create mode 100644 platform/janitor/src/org/netbeans/modules/janitor/JanitorPanel.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