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 48241 - [40cat] Request Processor NullPointerException
Summary: [40cat] Request Processor NullPointerException
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks: 47545
  Show dependency tree
 
Reported: 2004-08-31 15:04 UTC by Unknown
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2004-08-31 15:04:13 UTC
Bryan E. Boone wrote:

Annotation: Exception occurred in Request Processor
java.lang.NullPointerException
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl.form
atMethod(Clas sDependencyImpl.java:560)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl.creat
eAddProcesso r(ClassDependencyImpl.java:548)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl.sync
hronizeMethod s(ClassDependencyImpl.java:744)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl.impl
ementFromSupe r(ClassDependencyImpl.java:883)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl.acce
ss$000(ClassD ependencyImpl.java:54)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl$Syn
chronizer.coll ectSupertypeMethods(ClassDependencyImpl.java:
205)
    at  
org.netbeans.modules.java.codesync.ClassDependencyImpl$Syn
chronizer.run( ClassDependencyImpl.java:195)
    at org.openide.util.Task.run(Task.java:136)
    at  
org.openide.util.RequestProcessor$Task.run(RequestProcessor.ja
va:330)
[catch] at  
org.openide.util.RequestProcessor$Processor.run(RequestProces
sor.java: 686)


Please file bug against java module. Thanks.

 Milan

On Aug 30, 2004, at 1:59 PM, Bryan E. Boone wrote:

I created a class that's supposed to implement an interface.
I manually go to the tools menu and tell it to synchronize.
All I get is a Request Processor exception.
-Bryan
Comment 1 Martin Matula 2004-09-01 15:07:30 UTC
Dane please look at it.
Comment 2 Daniel Prusa 2004-09-01 15:57:18 UTC
Override Methods and Synchronize actions rewritten.
Comment 3 Jiri Kovalsky 2004-10-14 14:03:49 UTC
This is NetCAT issue, updating summary accordingly.