[jsword-svn] jsword/java/jsword/org/crosswire/jsword/examples s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Sun May 8 18:29:11 MST 2005
Update of /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/examples
In directory www.crosswire.org:/tmp/cvs-serv6194/java/jsword/org/crosswire/jsword/examples
Modified Files:
APIExamples.java
Log Message:
Moved unused code to limbo.
Upgraded support-tools: checkstyle, pmd and findbugs to most recent.
Addressed over 100 issues reported by findbugs and checkstyle.
Resulted in major refactoring of GBFFilter.
Net result is that code size is significantly smaller.
Index: APIExamples.java
===================================================================
RCS file: /cvs/jsword/jsword/java/jsword/org/crosswire/jsword/examples/APIExamples.java,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** APIExamples.java 2 May 2005 01:29:32 -0000 1.21
--- APIExamples.java 9 May 2005 01:29:07 -0000 1.22
***************
*** 158,161 ****
--- 158,162 ----
// Or you can narrow the range a bit
books = Books.installed().getBooks(BookFilters.getBibles());
+ book = (Book) books.get(0);
// There are implementations of BookFilter for all sorts of things in
More information about the jsword-svn
mailing list