[jsword-svn]
jsword/java/limbo/org/crosswire/jsword/book/search/parse s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Mon May 16 17:43:18 MST 2005
Update of /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse
In directory www.crosswire.org:/tmp/cvs-serv23836/java/limbo/org/crosswire/jsword/book/search/parse
Modified Files:
IndexSearcher.java SubRightParamWord.java DefaultWord.java
RemoveCommandWord.java PassageLeftParamWord.java
PassageRightParamWord.java RetainCommandWord.java
SubLeftParamWord.java StartsParamWord.java
BlurCommandWord.java AddCommandWord.java Word.java
CommandWord.java PhraseParamWord.java Msg.java
GrammarParamWord.java CustomTokenizer.java ParamWord.java
Log Message:
Added support for CheckStyle plugin.
Added a few more CheckStyle rules.
Fixed a spelling mistake.
Index: BlurCommandWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/BlurCommandWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** BlurCommandWord.java 10 May 2005 02:39:22 -0000 1.3
--- BlurCommandWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 30,34 ****
* number grabbed from the next word in the search string.
*
! * @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 ----
* number grabbed from the next word in the search string.
*
! * @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: ParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/ParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- ParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 32,36 ****
* Passage.
*
! * @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]
--- 32,36 ----
* Passage.
*
! * @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: CustomTokenizer.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/CustomTokenizer.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CustomTokenizer.java 10 May 2005 02:39:22 -0000 1.3
--- CustomTokenizer.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 35,39 ****
* results in a Vector of SearchWords.
*
! * @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 ----
* results in a Vector of SearchWords.
*
! * @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: PassageRightParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/PassageRightParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PassageRightParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- PassageRightParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 28,32 ****
* The end of an escape to specify a passage directly.
*
! * @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 ----
* The end of an escape to specify a passage directly.
*
! * @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: PhraseParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/PhraseParamWord.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PhraseParamWord.java 10 May 2005 02:39:22 -0000 1.4
--- PhraseParamWord.java 17 May 2005 00:43:16 -0000 1.5
***************
*** 37,41 ****
* if no other SearchWords match.
*
! * @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 ----
* if no other SearchWords match.
*
! * @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: CommandWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/CommandWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** CommandWord.java 10 May 2005 02:39:22 -0000 1.3
--- CommandWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 31,35 ****
* or to get at ParamWords that follow this command.
*
! * @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 ----
* or to get at ParamWords that follow this command.
*
! * @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/search/parse/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:22 -0000 1.3
--- Msg.java 17 May 2005 00:43:16 -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: SubLeftParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/SubLeftParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SubLeftParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- SubLeftParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 33,37 ****
* match.
*
! * @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]
--- 33,37 ----
* match.
*
! * @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: PassageLeftParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/PassageLeftParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PassageLeftParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- PassageLeftParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 33,37 ****
* if no other SearchWords match.
*
! * @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]
--- 33,37 ----
* if no other SearchWords match.
*
! * @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: AddCommandWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/AddCommandWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** AddCommandWord.java 10 May 2005 02:39:22 -0000 1.3
--- AddCommandWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 29,33 ****
* Passage grabbed from the next word in the search string.
*
! * @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 ----
* Passage grabbed from the next word in the search string.
*
! * @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: Word.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/Word.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Word.java 10 May 2005 02:39:22 -0000 1.3
--- Word.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 28,32 ****
* actually do some good.
*
! * @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 ----
* actually do some good.
*
! * @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: IndexSearcher.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/IndexSearcher.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** IndexSearcher.java 10 May 2005 02:39:22 -0000 1.3
--- IndexSearcher.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 52,56 ****
* <li>The ability to add soundslike type extensions.</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]
--- 52,56 ----
* <li>The ability to add soundslike type extensions.</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: StartsParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/StartsParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** StartsParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- StartsParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 32,36 ****
* The Search Word for a Word to search for.
*
! * @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]
--- 32,36 ----
* The Search Word for a Word to search for.
*
! * @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: GrammarParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/GrammarParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** GrammarParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- GrammarParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 34,38 ****
* if no other SearchWords match.
*
! * @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]
--- 34,38 ----
* if no other SearchWords match.
*
! * @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: RetainCommandWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/RetainCommandWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RetainCommandWord.java 10 May 2005 02:39:22 -0000 1.3
--- RetainCommandWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 29,33 ****
* word in the search string.
*
! * @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 ----
* word in the search string.
*
! * @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: SubRightParamWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/SubRightParamWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** SubRightParamWord.java 10 May 2005 02:39:22 -0000 1.3
--- SubRightParamWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 28,32 ****
* The Search Word for a Word to search for.
*
! * @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 ----
* The Search Word for a Word to search for.
*
! * @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: RemoveCommandWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/RemoveCommandWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** RemoveCommandWord.java 10 May 2005 02:39:22 -0000 1.3
--- RemoveCommandWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 29,33 ****
* word in the search string.
*
! * @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 ----
* word in the search string.
*
! * @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: DefaultWord.java
===================================================================
RCS file: /cvs/jsword/jsword/java/limbo/org/crosswire/jsword/book/search/parse/DefaultWord.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** DefaultWord.java 10 May 2005 02:39:22 -0000 1.3
--- DefaultWord.java 17 May 2005 00:43:16 -0000 1.4
***************
*** 29,33 ****
* Words match.
*
! * @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 ----
* Words match.
*
! * @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