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 47311

Summary: Alt+O and Alt+G invoked on class throws Exception
Product: java Reporter: Milan Kubec <mkubec>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P2    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: exc stack trace

Description Milan Kubec 2004-08-17 13:43:01 UTC
[Beta 1 Candidate 200408170540, JDK 1.5.0 b63]

Alt+O or Alt+G invoked on class name when calling
static method, e.g.:
Bundle.getString() ... cursor on Bundle
throws UnsupportedOperationException.
Comment 1 Milan Kubec 2004-08-17 13:43:31 UTC
Created attachment 16882 [details]
exc stack trace
Comment 2 Jan Becicka 2004-08-17 13:52:57 UTC
Already fixed by this commit:
User: mmatula 
  Date: 04/08/16 02:27:05

  Modified:   
javacore/src/org/netbeans/modules/javacore/jmiimpl/javamodel
                        UnresolvedClassImpl.java
  Log:
  #46918: UnresolvedClass.getResource() now returns null instead of
throwing UnsupportedOperationException
Comment 3 Milan Kubec 2004-08-19 14:25:53 UTC
Verified in dev-200408181800.
Comment 4 Jan Becicka 2004-08-24 14:08:20 UTC
*** Issue 47783 has been marked as a duplicate of this issue. ***
Comment 5 Quality Engineering 2007-09-20 10:26:45 UTC
Reorganization of java component