Update of /cvsroot/xdoclet/xjavadoc/src/xjavadoc In directory sc8-pr-cvs1:/tmp/cvs-serv30327/xjavadoc/src/xjavadoc
Modified Files: BinaryClass.java Log Message: Fixed bug: Containing package not set for binary class (XJD-10) Index: BinaryClass.java =================================================================== RCS file: /cvsroot/xdoclet/xjavadoc/src/xjavadoc/BinaryClass.java,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** BinaryClass.java 6 Nov 2002 21:25:46 -0000 1.21 --- BinaryClass.java 13 Dec 2002 17:09:05 -0000 1.22 *************** *** 49,52 **** --- 49,53 ---- _clazz = clazz; setQualifiedName( clazz.getName() ); + setContainingPackage( Util.getPackageNameFor( clazz.getName() ) ); addModifier( clazz.getModifiers() ); *************** *** 58,62 **** // Well, looks like we need it anyway: // http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?id=10100 ! // To avoid scrificing speed, this will be controlled with a system property. if( "true".equals( System.getProperty( "xjavadoc.compiledmethods" ) ) ) { --- 59,63 ---- // Well, looks like we need it anyway: // http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?id=10100 ! // To avoid sacrificing speed, this will be controlled with a system property. if( "true".equals( System.getProperty( "xjavadoc.compiledmethods" ) ) ) { ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel