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

Summary: UnsupportedOperationException: The BROWSE action is not supported on the current platform!
Product: editor Reporter: alied <alied>
Component: RefactoringAssignee: Ralph Ruijs <ralphbenjamin>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 219829
Attachments: stacktrace

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!