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 23242 - java3d module build - unknown Traverser constructor
Summary: java3d module build - unknown Traverser constructor
Status: RESOLVED FIXED
Alias: None
Product: contrib
Classification: Unclassified
Component: Java3D (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-08 15:24 UTC by Dan McCormick
Modified: 2002-07-19 15:21 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 Dan McCormick 2002-05-08 15:24:29 UTC
Compiling 44 source files to D:\nb_all\java3d\src
java3d/src/org/netbeans/modules/java3d/editor/NbClassGenerat
or.java [92] cannot resolve symbol
symbol  : constructor Traverser  
(com.sun.j3d.demos.j3dedit.scenegraph.SGObject,com.sun.j3d.d
emos.j3dedit.scenegrapheditor.sourcecontrol.NamePool)
location: class 
com.sun.j3d.demos.j3dedit.scenegrapheditor.sourcecontrol.Tra
verser
        Traverser t = new Traverser(o, namePool);
                      ^
java3d/src/org/netbeans/modules/java3d/loaders/J3dEditWrappe
r.java [597] non-static method getLoaderControl() cannot be 
referenced from a static context
        return J3dFlyController.getLoaderControl();
                               ^
java3d/src/org/netbeans/modules/java3d/loaders/J3dEditWrappe
r.java [653] non-static method getConfigLoader() cannot be 
referenced from a static context
        return ConfigLoader.getConfigLoader();
                           ^
Note: Some input files use or override a deprecated API.
Note: Recompile with -deprecation for details.
3 errors
Comment 1 Jan Becicka 2002-05-17 16:55:22 UTC
Fixed