[jdom-commits] CVS Update: jdom/src/java/org/jdom/output
nobody
nobody at chimbo.servlets.com
Fri Feb 27 03:32:59 PST 2004
****************************************
Date: Fri Feb 27, 2004 @04:32:58 MST
Author:
Update of /home/cvs/jdom/src/java/org/jdom/output
In directory chimbo:/tmp/cvs-serv3341/output
Modified Files:
DOMOutputter.java Format.java SAXOutputter.java
XMLOutputter.java
Log Message:
Ran the project through the IntelliJ code analyzer.
CVS Removed some unnecessary casts.
CVS Made a few private methods static where it made sense. Also a select
few protected methods.
CVS Made the Format constructor private. It used to be pkg protected which
doesn't make a lot of sense.
CVS Cleaned up the Javadocs a little.
CVS Removed equals() from AbstractFilter since it's better to let concrete
subclasses define that, as they already were.
CVS Removed some unnecessary instanceof and != null checks.
-jh-
===================================================================
File: no file DOMOutputter.java Status: Needs Checkout
Working revision: 1.39 Fri Feb 27 11:32:58 2004
Repository revision: 1.39 /home/cvs/jdom/src/java/org/jdom/output/DOMOutputter.java,v
Existing Tags:
jdom_1_0_b10 (revision: 1.38)
jdom_1_0_b10_rc1 (revision: 1.37)
after_rolf (revision: 1.36)
before_rolf (revision: 1.36)
jdom_1_0_b9 (revision: 1.33)
jdom_1_0_b8 (revision: 1.28)
jdom_prefilter (revision: 1.25)
jdom_1_0_b7 (revision: 1.25)
jdom_1_0_b6 (revision: 1.16)
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
===================================================================
File: no file Format.java Status: Needs Checkout
Working revision: 1.7 Fri Feb 27 11:32:58 2004
Repository revision: 1.7 /home/cvs/jdom/src/java/org/jdom/output/Format.java,v
Existing Tags:
jdom_1_0_b10 (revision: 1.6)
jdom_1_0_b10_rc1 (revision: 1.5)
after_rolf (revision: 1.4)
before_rolf (revision: 1.4)
===================================================================
File: no file SAXOutputter.java Status: Needs Checkout
Working revision: 1.35 Fri Feb 27 11:32:58 2004
Repository revision: 1.35 /home/cvs/jdom/src/java/org/jdom/output/SAXOutputter.java,v
Existing Tags:
jdom_1_0_b10 (revision: 1.34)
jdom_1_0_b10_rc1 (revision: 1.34)
after_rolf (revision: 1.33)
before_rolf (revision: 1.33)
jdom_1_0_b9 (revision: 1.30)
jdom_1_0_b8 (revision: 1.18)
jdom_prefilter (revision: 1.16)
jdom_1_0_b7 (revision: 1.11)
jdom_1_0_b6 (revision: 1.4)
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
===================================================================
File: no file XMLOutputter.java Status: Needs Checkout
Working revision: 1.107 Fri Feb 27 11:32:58 2004
Repository revision: 1.107 /home/cvs/jdom/src/java/org/jdom/output/XMLOutputter.java,v
Existing Tags:
jdom_1_0_b10 (revision: 1.102)
jdom_1_0_b10_rc1 (revision: 1.101)
after_rolf (revision: 1.100)
before_rolf (revision: 1.100)
jdom_1_0_b9 (revision: 1.91)
jdom_1_0_b8 (revision: 1.76)
jdom_prefilter (revision: 1.66)
jdom_1_0_b7 (revision: 1.62)
jdom_1_0_b6 (revision: 1.35)
start (revision: 1.1.1.1)
jdom (branch: 1.1.1)
More information about the jdom-commits
mailing list