[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/display/splitlist s

jswordcvs at crosswire.org jswordcvs at crosswire.org
Sun May 8 18:28:32 MST 2005


Update of /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/splitlist
In directory www.crosswire.org:/tmp/cvs-serv5786/java/main/org/crosswire/bibledesktop/display/splitlist

Modified Files:
	SplitBookDataDisplay.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: SplitBookDataDisplay.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/display/splitlist/SplitBookDataDisplay.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** SplitBookDataDisplay.java	6 Mar 2005 20:21:36 -0000	1.18
--- SplitBookDataDisplay.java	9 May 2005 01:28:30 -0000	1.19
***************
*** 203,207 ****
       * Inform the command keyChangeListeners
       */
!     protected void fireKeyChanged(KeyChangeEvent ev)
      {
          if (keyChangeListeners != null)
--- 203,207 ----
       * Inform the command keyChangeListeners
       */
!     protected synchronized void fireKeyChanged(KeyChangeEvent ev)
      {
          if (keyChangeListeners != null)
***************
*** 228,232 ****
       * What book are we currently viewing?
       */
!     private Book book;
  
      /**
--- 228,232 ----
       * What book are we currently viewing?
       */
!     private transient Book book;
  
      /**



More information about the jsword-svn mailing list