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 218922 - org.netbeans.shortcuts module is broken in 7.3 CNFE: org.netbeans.modules.options.keymap.Utils
Summary: org.netbeans.shortcuts module is broken in 7.3 CNFE: org.netbeans.modules.opt...
Status: RESOLVED FIXED
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P1 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
: 222298 225431 226048 227843 (view as bug list)
Depends on:
Blocks:
 
Reported: 2012-09-24 17:59 UTC by szmitek
Modified: 2013-06-22 20:07 UTC (History)
18 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192467


Attachments
stacktrace (4.11 KB, text/plain)
2012-09-24 17:59 UTC, szmitek
Details
stacktrace (4.11 KB, text/plain)
2012-09-29 22:35 UTC, szmitek
Details
stacktrace (4.11 KB, text/plain)
2012-10-01 16:50 UTC, szmitek
Details
stacktrace (4.24 KB, text/plain)
2012-11-18 13:40 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description szmitek 2012-09-24 17:59:43 UTC
Build: NetBeans IDE Dev (Build 201209240001)
VM: Java HotSpot(TM) 64-Bit Server VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: Windows NT (unknown)

User Comments:
szmitek: Importing PHP Documentor from Netbeans 7.2 folder to Netbeans Dev 201209240001




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.options.keymap.Utils
   at java.net.URLClassLoader$1.run(URLClassLoader.java:0)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:0)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:0)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:0)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:0)
Comment 1 szmitek 2012-09-24 17:59:45 UTC
Created attachment 124822 [details]
stacktrace
Comment 2 szmitek 2012-09-29 22:35:13 UTC
Created attachment 125108 [details]
stacktrace

Error during loading Of Netbeans
Comment 3 Exceptions Reporter 2012-09-29 22:35:19 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=192467
Comment 4 szmitek 2012-10-01 16:50:15 UTC
Created attachment 125165 [details]
stacktrace

Starting of Netbeans
Comment 5 Exceptions Reporter 2012-10-04 09:14:15 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=192467
Comment 6 Jaroslav Tulach 2012-11-06 10:50:03 UTC
Probably broken due to:

org.netbeans.shortcuts [1.0.2 2 120810]

can you guys make sure your code does not break the shortcuts module?
Comment 7 Svata Dedic 2012-11-06 11:51:29 UTC
In the GIT repository for shortcuts module, I can find code like this:

ClassLoader l = Thread.currentThread().getContextClassLoader();
UtilsClass = l.loadClass("org.netbeans.modules.options.keymap.Utils");

The package is non public, the class itself was package-private 7.2.

We published useful methods from the nonpublic Utils class as friend API in api.KeyStrokeUtils in 7.3.
Comment 8 Jaroslav Tulach 2012-11-06 15:57:36 UTC
Jirko, can the current version of org.netbeans.shortcuts module be removed from update center (at least for 7.3)? It is broken and the reports are frequent enough.
Comment 9 Jiri Kovalsky 2012-11-07 09:21:43 UTC
Command-shortcuts plugin [1] is only available on Plugin Portal Update Center for NetBeans 7.1 and 7.2.

[1] http://plugins.netbeans.org/plugin/43857

Jeremy, can you please take a look at this report as soon as possible? Thanks!
Comment 10 markiewb 2012-11-18 13:40:32 UTC
Created attachment 127993 [details]
stacktrace

Clicked at ballon popup "make your IDE up to date"...
Comment 11 Jiri Kovalsky 2012-11-19 09:29:55 UTC
*** Bug 222298 has been marked as a duplicate of this bug. ***
Comment 12 Svata Dedic 2013-01-29 18:15:12 UTC
*** Bug 225431 has been marked as a duplicate of this bug. ***
Comment 13 Svata Dedic 2013-01-29 18:17:39 UTC
Issue report reposted to github: https://github.com/jmarsault/netbeans-command-shortcuts/issues/9
Comment 14 marsaultj 2013-01-29 20:53:07 UTC
A fixed version for Netbeans 7.3 is now available at http://plugins.netbeans.org/download/plugin/2460
Comment 15 Marian Mirilovic 2013-02-15 13:35:31 UTC
*** Bug 226048 has been marked as a duplicate of this bug. ***
Comment 16 Marian Mirilovic 2013-06-22 15:14:04 UTC
*** Bug 227843 has been marked as a duplicate of this bug. ***