User: ara_e_w
Date: 02/05/26 13:31:05
Modified: javacc Java1.2-b.jjt
Log:
xjavadoc javabeaninifiction refactoring
Revision Changes Path
1.23 +75 -75 xjavadoc/javacc/Java1.2-b.jjt
Index: Java1.2-b.jjt
===================================================================
RCS file: /cvsroot/xdoclet/xjavadoc/javacc/Java1.2-b.jjt,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -w -r1.22 -r1.23
--- Java1.2-b.jjt 8 Apr 2002 22:27:59 -0000 1.22
+++ Java1.2-b.jjt 26 May 2002 20:31:05 -0000 1.23
@@ -81,10 +81,10 @@
synchronized(sourceClass.getParseLock()) {
_log.debug("notifyAndWait inside sync block");
// Tell xjavadoc that we're ready with class level
parsing
- _log.debug("notifyAndWait(): Done scanning class
header of " + sourceClass.qualifiedName() + ". Notifying main thread waiting in
scanAndPut()");
+ _log.debug("notifyAndWait(): Done scanning class
header of " + sourceClass.getQualifiedName() + ". Notifying main thread waiting in
scanAndPut()");
sourceClass.getParseLock().notify();
sourceClass.getParseLock().wait();
- _log.debug("notifyAndWait() Continuing scanning class
body of " + sourceClass.qualifiedName());
+ _log.debug("notifyAndWait() Continuing scanning class
body of " + sourceClass.getQualifiedName());
}
} catch(InterruptedException e) {
e.printStackTrace();
@@ -377,7 +377,7 @@
void CompilationUnit( SourceClass sourceClass ) :
{
- _log.debug("Scanning class header of " + sourceClass.qualifiedName());
+ _log.debug("Scanning class header of " + sourceClass.getQualifiedName());
}
{
[ PackageDeclaration(sourceClass) ]
@@ -391,7 +391,7 @@
/*
// wake up the sourceClass. It's waiting in complete()
- _log.debug("parse thread - in end of CompilationUnit for " +
sourceClass.qualifiedName() + " entering synchronized block.");
+ _log.debug("parse thread - in end of CompilationUnit for " +
sourceClass.getQualifiedName() + " entering synchronized block.");
synchronized( sourceClass.getParseLock() ) {
_log.debug("parse thread is done. notifying main thread waiting in
complete().");
sourceClass.getParseLock().notify();
@@ -730,7 +730,7 @@
","
{
FieldImpl badProgrammingStyleFieldImpl = new FieldImpl(sourceClass, null);
- badProgrammingStyleFieldImpl.setType(fieldImpl.getType());
+ badProgrammingStyleFieldImpl.setType(fieldImpl.getTypeAsString());
sourceClass.addField(badProgrammingStyleFieldImpl);
}
FieldDeclarator(badProgrammingStyleFieldImpl)
@@ -888,7 +888,7 @@
}
}
FormalParameters(methodImpl) ( "[" "]" {
- methodImpl.setReturnDimension( methodImpl.returnDimension() + 1 );
+ methodImpl.setReturnDimension( methodImpl.getReturnDimension() + 1 );
}
)*
}
@@ -919,7 +919,7 @@
{
Token t = null;
ConstructorImpl constructor = null;
- constructor = new ConstructorImpl(sourceClass, sourceClass.name());
+ constructor = new ConstructorImpl(sourceClass, sourceClass.getName());
sourceClass.addConstructor(constructor);
}
{
@@ -1016,7 +1016,7 @@
)
( "[" "]" {
if( methodImpl != null ) {
- methodImpl.setReturnDimension(methodImpl.returnDimension() + 1);
+ methodImpl.setReturnDimension(methodImpl.getReturnDimension() + 1);
}
} )*
}
_______________________________________________________________
Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel