[jsword-svn] jsword/java/limbo/org/crosswire/jsword/book/raw s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Mon May 16 17:43:17 MST 2005


Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw
In directory www.crosswire.org:/tmp/cvs-serv23836/java/limbo/org/crosswire/jsword/book/raw

Modified Files:
	RawBookDriver.java RawBook.java WordInstsMem.java Disk.java 
	Mem.java RawBookTest.java PuncInstsDisk.java ItemsMem.java 
	WordItemsMem.java NoSuchResourceException.java 
	RawConstants.java PuncItemsMem.java PuncInstsMem.java 
	ParaInstsMem.java CaseInstsMem.java Msg.java Items.java 
	WordInstsDisk.java Insts.java InstsMem.java InstsDisk.java 
	RawBookDriverTest.java ItemsDisk.java 
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.

Index: RawBookDriverTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookDriverTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RawBookDriverTest.java	10 May 2005 02:39:21 -0000	1.3
--- RawBookDriverTest.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 27,31 ****
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ItemsMem.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ItemsMem.java	10 May 2005 02:39:21 -0000	1.4
--- ItemsMem.java	17 May 2005 00:43:15 -0000	1.5
***************
*** 38,42 ****
   * memory model (Mem).
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 38,42 ----
   * memory model (Mem).
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: RawConstants.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawConstants.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RawConstants.java	10 May 2005 02:39:21 -0000	1.3
--- RawConstants.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 25,29 ****
   * Various constants for RawBooks.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 25,29 ----
   * Various constants for RawBooks.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ParaInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ParaInstsMem.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** ParaInstsMem.java	10 May 2005 02:39:21 -0000	1.6
--- ParaInstsMem.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 36,40 ****
   * punctuate the Bible.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 36,40 ----
   * punctuate the Bible.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: RawBookDriver.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookDriver.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** RawBookDriver.java	10 May 2005 02:39:21 -0000	1.6
--- RawBookDriver.java	17 May 2005 00:43:15 -0000	1.7
***************
*** 37,41 ****
   * This represents all of the RawBibles.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 37,41 ----
   * This represents all of the RawBibles.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: RawBook.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBook.java,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** RawBook.java	10 May 2005 02:39:21 -0000	1.11
--- RawBook.java	17 May 2005 00:43:15 -0000	1.12
***************
*** 205,209 ****
   * </pre>
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 205,209 ----
   * </pre>
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: InstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/InstsDisk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InstsDisk.java	10 May 2005 02:39:21 -0000	1.3
--- InstsDisk.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 31,35 ****
   * on disk model (Disk).
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 31,35 ----
   * on disk model (Disk).
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: WordInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordInstsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WordInstsMem.java	10 May 2005 02:39:21 -0000	1.3
--- WordInstsMem.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 51,55 ****
   * <p>In the AV there are 790790 words, in the NIV there are 726111 words.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 51,55 ----
   * <p>In the AV there are 790790 words, in the NIV there are 726111 words.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Mem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Mem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Mem.java	10 May 2005 02:39:21 -0000	1.3
--- Mem.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 36,40 ****
   * commented out.</p>
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 36,40 ----
   * commented out.</p>
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: ItemsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/ItemsDisk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ItemsDisk.java	10 May 2005 02:39:21 -0000	1.3
--- ItemsDisk.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 26,30 ****
   * on disk model (Disk). 
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 26,30 ----
   * on disk model (Disk). 
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: PuncInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncInstsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PuncInstsMem.java	10 May 2005 02:39:21 -0000	1.3
--- PuncInstsMem.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 35,39 ****
   * words in the given verse.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 35,39 ----
   * words in the given verse.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: NoSuchResourceException.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/NoSuchResourceException.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** NoSuchResourceException.java	10 May 2005 02:39:21 -0000	1.4
--- NoSuchResourceException.java	17 May 2005 00:43:15 -0000	1.5
***************
*** 28,32 ****
   * When something tries to use a word that we don't understand. 
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 28,32 ----
   * When something tries to use a word that we don't understand. 
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Insts.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Insts.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Insts.java	10 May 2005 02:39:21 -0000	1.3
--- Insts.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 30,34 ****
   * referring to members of an instance of an Items object.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 30,34 ----
   * referring to members of an instance of an Items object.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Disk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Disk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Disk.java	10 May 2005 02:39:21 -0000	1.3
--- Disk.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 27,31 ****
   * This is slower than the Mem alternative fast but less memory hungry.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * This is slower than the Mem alternative fast but less memory hungry.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Msg.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Msg.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msg.java	10 May 2005 02:39:21 -0000	1.3
--- Msg.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 27,31 ****
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * Compile safe Msg resource settings.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: Items.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/Items.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Items.java	10 May 2005 02:39:21 -0000	1.4
--- Items.java	17 May 2005 00:43:15 -0000	1.5
***************
*** 29,33 ****
   * can be indexed by number. 
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 29,33 ----
   * can be indexed by number. 
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: InstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/InstsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** InstsMem.java	10 May 2005 02:39:21 -0000	1.3
--- InstsMem.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 35,39 ****
   * memory model (Mem).
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 35,39 ----
   * memory model (Mem).
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: WordInstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordInstsDisk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** WordInstsDisk.java	10 May 2005 02:39:21 -0000	1.3
--- WordInstsDisk.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 35,39 ****
   * not stored in memory, it is simply indexed and left on disk.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 35,39 ----
   * not stored in memory, it is simply indexed and left on disk.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: PuncItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncItemsMem.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PuncItemsMem.java	10 May 2005 02:39:21 -0000	1.3
--- PuncItemsMem.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 35,39 ****
   * instead of 2.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 35,39 ----
   * instead of 2.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: WordItemsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/WordItemsMem.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** WordItemsMem.java	10 May 2005 02:39:21 -0000	1.4
--- WordItemsMem.java	17 May 2005 00:43:15 -0000	1.5
***************
*** 99,103 ****
   * </ul>
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 99,103 ----
   * </ul>
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: RawBookTest.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/RawBookTest.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RawBookTest.java	10 May 2005 02:39:21 -0000	1.3
--- RawBookTest.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 27,31 ****
   * JUnit Test.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 27,31 ----
   * JUnit Test.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: CaseInstsMem.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/CaseInstsMem.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** CaseInstsMem.java	10 May 2005 02:39:21 -0000	1.4
--- CaseInstsMem.java	17 May 2005 00:43:15 -0000	1.5
***************
*** 40,44 ****
   * <p>Storing these 4 cases takes 2 bits per word, 4 words per byte.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 40,44 ----
   * <p>Storing these 4 cases takes 2 bits per word, 4 words per byte.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]

Index: PuncInstsDisk.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/raw/PuncInstsDisk.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PuncInstsDisk.java	10 May 2005 02:39:21 -0000	1.3
--- PuncInstsDisk.java	17 May 2005 00:43:15 -0000	1.4
***************
*** 35,39 ****
   * not stored in memory, it is simply indexed and left on disk.
   * 
!  * @see gnu.gpl.Licence for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]
--- 35,39 ----
   * not stored in memory, it is simply indexed and left on disk.
   * 
!  * @see gnu.gpl.License for license details.
   *      The copyright to this program is held by it's authors.
   * @author Joe Walker [joe at eireneh dot com]



More information about the jsword-svn mailing list