[jsword-svn] jsword/java/jsword/org/crosswire/jsword/book/filter/thml s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sat Mar 19 11:45:00 MST 2005


Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml
In directory www.crosswire.org:/tmp/cvs-serv30421/java/jsword/org/crosswire/jsword/book/filter/thml

Modified Files:
	FontTag.java 
Log Message:
Update pmd ruleset.xml, adding new rules, (re)testing all rules, and cleaning up trivial reports.

Index: FontTag.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/book/filter/thml/FontTag.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** FontTag.java	19 Aug 2004 16:54:49 -0000	1.6
--- FontTag.java	19 Mar 2005 18:44:58 -0000	1.7
***************
*** 52,56 ****
          if (color != null)
          {
!             buf.append(OSISUtil.SEG_COLORPREFIX + color + ";"); //$NON-NLS-1$
          }
  
--- 52,58 ----
          if (color != null)
          {
!             buf.append(OSISUtil.SEG_COLORPREFIX);
!             buf.append(color);
!             buf.append(';');
          }
  
***************
*** 58,62 ****
          if (size != null)
          {
!             buf.append(OSISUtil.SEG_SIZEPREFIX + size + ";"); //$NON-NLS-1$
          }
  
--- 60,66 ----
          if (size != null)
          {
!             buf.append(OSISUtil.SEG_SIZEPREFIX);
!             buf.append(size);
!             buf.append(';');
          }
  



More information about the jsword-svn mailing list