Update of /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/predicates
In directory sc8-pr-cvs1:/tmp/cvs-serv22388/src/java/xdoclet/util/predicates

Modified Files:
        HasClassTag.java IsA.java ReflectionPredicate.java 
        SimplePredicateFactory.java 
Log Message:
More Jalopy reformattings

Index: HasClassTag.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/predicates/HasClassTag.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** HasClassTag.java    16 Mar 2003 17:06:58 -0000      1.4
--- HasClassTag.java    20 Mar 2003 18:52:34 -0000      1.5
***************
*** 26,35 ****
  
      /**
!      * Constructs a new HasClassTag.
!      *
!      * @param tagName
!      * @param attributeName
!      * @param attributeValue
!      */
      public HasClassTag(String tagName, String attributeName, String attributeValue) {
          setTagName(tagName);
--- 26,35 ----
  
      /**
!     * Constructs a new HasClassTag.
!     *
!     * @param tagName
!     * @param attributeName
!     * @param attributeValue
!     */
      public HasClassTag(String tagName, String attributeName, String attributeValue) {
          setTagName(tagName);
***************
*** 68,76 ****
              /*
              for( Iterator tags = 
programElement.getDoc().getTags(_tagName).iterator(); tags.hasNext(); ) {
!                 XTag tag = (XTag) tags.next();
!                 if( _attributeValue.equals(tag.getAttributeValue(_attributeName)) ) {
!                     result = true;
!                     break;
!                 }
              }
              */
--- 68,76 ----
              /*
              for( Iterator tags = 
programElement.getDoc().getTags(_tagName).iterator(); tags.hasNext(); ) {
!             XTag tag = (XTag) tags.next();
!             if( _attributeValue.equals(tag.getAttributeValue(_attributeName)) ) {
!             result = true;
!             break;
!             }
              }
              */

Index: IsA.java
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/predicates/IsA.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** IsA.java    16 Mar 2003 17:06:58 -0000      1.5
--- IsA.java    20 Mar 2003 18:52:34 -0000      1.6
***************
*** 23,30 ****
  
      /**
!      * Constructs a new IsA.
!      *
!      * @param className the name of the class to evaluate against
!      */
      public IsA(String className) {
          setClassName(className);
--- 23,30 ----
  
      /**
!     * Constructs a new IsA.
!     *
!     * @param className the name of the class to evaluate against
!     */
      public IsA(String className) {
          setClassName(className);
***************
*** 32,38 ****
  
      /**
!      * Sets the name of the class to evaluate against.
!      * @param className the name of the class to evaluate against
!      */
      public void setClassName(String className) {
          _className = className;
--- 32,38 ----
  
      /**
!     * Sets the name of the class to evaluate against.
!     * @param className the name of the class to evaluate against
!     */
      public void setClassName(String className) {
          _className = className;

Index: ReflectionPredicate.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/predicates/ReflectionPredicate.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** ReflectionPredicate.java    16 Mar 2003 17:06:58 -0000      1.3
--- ReflectionPredicate.java    20 Mar 2003 18:52:34 -0000      1.4
***************
*** 19,26 ****
  
      /**
!      * Constructs a new ReflectionPredicate.
!      *
!      * @param methodName the method name to evaluate
!      */
      public ReflectionPredicate(String methodName) {
          setMethodName(methodName);
--- 19,26 ----
  
      /**
!     * Constructs a new ReflectionPredicate.
!     *
!     * @param methodName the method name to evaluate
!     */
      public ReflectionPredicate(String methodName) {
          setMethodName(methodName);
***************
*** 62,69 ****
  
      /**
!      * Sets the method name. Sets negation if methodName starts with !.
!      *
!      * @param methodName the method name
!      */
      public void setMethodName(String methodName) {
          if (methodName == null) {
--- 62,69 ----
  
      /**
!     * Sets the method name. Sets negation if methodName starts with !.
!     *
!     * @param methodName the method name
!     */
      public void setMethodName(String methodName) {
          if (methodName == null) {

Index: SimplePredicateFactory.java
===================================================================
RCS file: 
/cvsroot/xdoclet/xdoclet2/src/java/xdoclet/util/predicates/SimplePredicateFactory.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** SimplePredicateFactory.java 19 Mar 2003 01:14:50 -0000      1.6
--- SimplePredicateFactory.java 20 Mar 2003 18:52:34 -0000      1.7
***************
*** 27,32 ****
  
      /**
!  * Constructs a new SimplePredicateFactory.
!  */
      public SimplePredicateFactory() {
          // general predicates
--- 27,32 ----
  
      /**
!      * Constructs a new SimplePredicateFactory.
!      */
      public SimplePredicateFactory() {
          // general predicates



-------------------------------------------------------
This SF.net email is sponsored by: Tablet PC.  
Does your code think in ink? You could win a Tablet PC. 
Get a free Tablet PC hat just for playing. What are you waiting for? 
http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to