[jsword-svn] bibledesktop/java/main/org/crosswire/bibledesktop/book/install 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/book/install
In directory www.crosswire.org:/tmp/cvs-serv5786/java/main/org/crosswire/bibledesktop/book/install

Modified Files:
	EditSitePane.java InstallManagerComboBoxModel.java 
	SitePane.java SitesPane.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: EditSitePane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install/EditSitePane.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** EditSitePane.java	10 Apr 2005 13:15:34 -0000	1.4
--- EditSitePane.java	9 May 2005 01:28:30 -0000	1.5
***************
*** 544,548 ****
       * The model that we are providing a view/controller for
       */
!     private InstallManager imanager;
  
      /**
--- 544,548 ----
       * The model that we are providing a view/controller for
       */
!     private transient InstallManager imanager;
  
      /**
***************
*** 556,560 ****
       * in case someone clicks cancel.
       */
!     private Installer editInstaller;
  
      /**
--- 556,560 ----
       * in case someone clicks cancel.
       */
!     private transient Installer editInstaller;
  
      /**
***************
*** 568,572 ****
       * EditSite.
       */
!     private ActionFactory actions;
  
      /*
--- 568,572 ----
       * EditSite.
       */
!     private transient ActionFactory actions;
  
      /*

Index: InstallManagerComboBoxModel.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install/InstallManagerComboBoxModel.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** InstallManagerComboBoxModel.java	6 Mar 2005 20:21:36 -0000	1.2
--- InstallManagerComboBoxModel.java	9 May 2005 01:28:30 -0000	1.3
***************
*** 136,140 ****
       * The install manager that we are representing
       */
!     private InstallManager imanager;
  
      /**
--- 136,140 ----
       * The install manager that we are representing
       */
!     private transient InstallManager imanager;
  
      /**

Index: SitePane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install/SitePane.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** SitePane.java	22 Mar 2005 12:39:56 -0000	1.7
--- SitePane.java	9 May 2005 01:28:30 -0000	1.8
***************
*** 492,501 ****
       * From which we get our list of installable modules
       */
!     protected Installer installer;
  
      /**
       * actions are held by this ActionFactory
       */
!     private ActionFactory actions;
  
      /*
--- 492,501 ----
       * From which we get our list of installable modules
       */
!     protected transient Installer installer;
  
      /**
       * actions are held by this ActionFactory
       */
!     private transient ActionFactory actions;
  
      /*
***************
*** 503,507 ****
       */
      private JTree treAvailable;
!     private TextPaneBookMetaDataDisplay display;
      private JLabel lblDesc;
  
--- 503,507 ----
       */
      private JTree treAvailable;
!     private transient TextPaneBookMetaDataDisplay display;
      private JLabel lblDesc;
  

Index: SitesPane.java
===================================================================
RCS file: /cvs/jsword/bibledesktop/java/main/org/crosswire/bibledesktop/book/install/SitesPane.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** SitesPane.java	15 Feb 2005 02:08:59 -0000	1.1
--- SitesPane.java	9 May 2005 01:28:30 -0000	1.2
***************
*** 214,220 ****
       * The current installer
       */
!     protected InstallManager imanager;
  
!     private ActionFactory actions;
  
      /*
--- 214,220 ----
       * The current installer
       */
!     protected transient InstallManager imanager;
  
!     private transient ActionFactory actions;
  
      /*



More information about the jsword-svn mailing list