This is an automated email from the ASF dual-hosted git repository.
geertjan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git
The following commit(s) were added to refs/heads/master by this push:
new c6be945 [NETBEANS-491] use framework support to disable error
reporting (#493)
c6be945 is described below
commit c6be94525cb00500dd14ef7f9500e974415bc4e6
Author: Reema Taneja <[email protected]>
AuthorDate: Fri May 4 11:29:00 2018 +0530
[NETBEANS-491] use framework support to disable error reporting (#493)
* [NETBEANS-491] use framework support to disable error reporting
* Updated ERROR_URL
---
.../src/org/netbeans/modules/uihandler/Bundle_nb.properties | 2 +-
uihandler/src/org/netbeans/modules/uihandler/UIHandler.java | 6 +-----
2 files changed, 2 insertions(+), 6 deletions(-)
diff --git
a/ide.branding/uihandler/src/org/netbeans/modules/uihandler/Bundle_nb.properties
b/ide.branding/uihandler/src/org/netbeans/modules/uihandler/Bundle_nb.properties
index 5b43539..6877083 100644
---
a/ide.branding/uihandler/src/org/netbeans/modules/uihandler/Bundle_nb.properties
+++
b/ide.branding/uihandler/src/org/netbeans/modules/uihandler/Bundle_nb.properties
@@ -41,7 +41,7 @@ METRICS_URL=https://netbeans.org/nonav/uigestures/index4.html
# URL to display to as a welcome text in case of error
#NOI18N
-ERROR_URL=https://netbeans.org/nonav/uigestures/error2.html
+ERROR_URL=https://netbeans.apache.org/nb/issues.html
#NOI18N
CHECKING_SERVER_URL=http://statistics.netbeans.org/analytics/authenticate?username={0}&secur_passwd={1}
diff --git a/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
b/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
index a6fa78e..dd00380 100644
--- a/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
+++ b/uihandler/src/org/netbeans/modules/uihandler/UIHandler.java
@@ -250,11 +250,7 @@ implements ActionListener, Runnable, Callable<JButton> {
if (w != null) {
w.dispose();
}
- try {
- HtmlBrowser.URLDisplayer.getDefault().showURL(new
URL(ISSUE_REPORTER_LINK));
- } catch (MalformedURLException ex) {
- Installer.LOG.log(Level.FINE, null, ex);
- }
+ Installer.RP.post(this);
}
private boolean shouldReportScanCancel() {
--
To stop receiving notification emails like this one, please contact
[email protected].
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists