This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 255151 - UnsupportedOperationException: The BROWSE action is not supported on the current platform!
Summary: UnsupportedOperationException: The BROWSE action is not supported on the curr...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Ralph Ruijs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-09 21:58 UTC by alied
Modified: 2015-09-15 01:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219829


Attachments
stacktrace (7.74 KB, text/plain)
2015-09-09 21:58 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2015-09-09 21:58:23 UTC
Build: NetBeans IDE Dev (Build 201509080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.60-b23, Java(TM) SE Runtime Environment, 1.8.0_60-b27
OS: Linux

User Comments:
alied: wanted to find usages of a class in open projects and their dependencies. Clicked on the find out more link and had this exception. Most likeky a SWING/AWT limitation rather than Netbeans'




Stacktrace: 
java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
   at java.awt.Desktop.checkActionSupport(Desktop.java:225)
   at java.awt.Desktop.browse(Desktop.java:381)
   at org.netbeans.modules.refactoring.spi.impl.ParametersPanel$1.hyperlinkUpdate(ParametersPanel.java:181)
   at javax.swing.JEditorPane.fireHyperlinkUpdate(JEditorPane.java:345)
   at javax.swing.text.html.HTMLEditorKit$LinkController.activateLink(HTMLEditorKit.java:875)
   at javax.swing.text.html.HTMLEditorKit$LinkController.mouseClicked(HTMLEditorKit.java:674)
Comment 1 alied 2015-09-09 21:58:27 UTC
Created attachment 156027 [details]
stacktrace
Comment 2 Ralph Ruijs 2015-09-14 08:36:50 UTC
changeset:   8c3b45711601
user:        Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
date:        Mon Sep 14 10:34:26 2015 +0200
summary:     #255151 - UnsupportedOperationException: The BROWSE action is not supported on the current platform!
Comment 3 Quality Engineering 2015-09-15 01:24:56 UTC
Integrated into 'main-silver', will be available in build *201509150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8c3b45711601
User: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>
Log: #255151 - UnsupportedOperationException: The BROWSE action is not supported on the current platform!