Re: setting package on new Java objects

Svata Dedic <[email protected]> Wed, 20 Aug 2003 07:22:02 +0200
Newsgroups gmane.comp.java.netbeans.modules.projects.devel
Message-ID <[email protected]>
Cliff Draper wrote:
> It looks like the problem was in my code.  There was a line of code
> that set the package to be the wrong thing.  (Maybe
> packageObject.getPackageNameExt used to work, but doesn't in this case.)
> 
>         sourceElement.setPackage(Identifier.create(packageObject.getPackageNameExt('.', '.')));
> 
What is the java type of "packageObject" ?

-Svata