[jdom-commits] CVS Update: jdom/src/java/org/jdom/transform
nobody
nobody at chimbo.servlets.com
Fri Feb 27 03:32:59 PST 2004
****************************************
Date: Fri Feb 27, 2004 @04:32:59 MST
Author:
Update of /home/cvs/jdom/src/java/org/jdom/transform
In directory chimbo:/tmp/cvs-serv3341/transform
Modified Files:
JDOMResult.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 JDOMResult.java Status: Needs Checkout
Working revision: 1.21 Fri Feb 27 11:32:58 2004
Repository revision: 1.21 /home/cvs/jdom/src/java/org/jdom/transform/JDOMResult.java,v
Existing Tags:
jdom_1_0_b10 (revision: 1.20)
jdom_1_0_b10_rc1 (revision: 1.20)
after_rolf (revision: 1.19)
before_rolf (revision: 1.19)
jdom_1_0_b9 (revision: 1.16)
jdom_1_0_b8 (revision: 1.5)
jdom_prefilter (revision: 1.4)
jdom_1_0_b7 (revision: 1.4)
More information about the jdom-commits
mailing list