svn commit: r16162 - trunk/src/argouml-app/src/org/argouml/cognitive/checklist

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-11-23 22:17:54-0800
New Revision: 16162

Modified:
   trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java
   trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java

Log:
Remove deprecated Checklist methods

Modified: trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java?view=diff&rev=16162&p1=trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java&p2=trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java&r1=16161&r2=16162
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/cognitive/checklist/Checklist.java	2008-11-23 22:17:54-0800
@@ -55,14 +55,6 @@
         super();
     }
 
-    /**
-     * @return the items
-     * @deprecated for 0.25.4 by tfmorris.  Use {@link #getCheckItemList()}.
-     */
-    @Deprecated
-    public Vector<CheckItem> getCheckItems() {
-        return new Vector<CheckItem>(this);
-    }
 
     /**
      * @return the items
@@ -71,25 +63,6 @@
         return this;
     }
 
-    
-    /**
-     * @param item the item to be added to the list
-     * @deprecated for 0.25.4 by tfmorris. Use {@link #add(CheckItem)}.
-     */
-    @Deprecated
-    public void addItem(CheckItem item) {
-	add(item);
-    }
-
-    /**
-     * @param item the item to be removed
-     * @deprecated for 0.25.4 by tfmorris. Use {@link #remove(Object)}.
-     */
-    @Deprecated
-    public void removeItem(CheckItem item) {
-	remove(item);
-    }
-
     /**
      * @param description the description for a new item
      */
@@ -108,25 +81,6 @@
 	}
     }
 
-    /**
-     * @return an enumeration of the list
-     * @deprecated for 0.25.4 by tfmorris.
-     */
-    @Deprecated
-    public Enumeration<CheckItem> elements() {
-        return Collections.enumeration(this);
-    }
-
-
-    /**
-     * @param index the position of the item to retrieve
-     * @return the item
-     * @deprecated for 0.25.4 by tfmorris. Use {@link #get(int)}. 
-     */
-    @Deprecated
-    public CheckItem elementAt(int index) {
-	return get(index);
-    }
 
     /**
      * @param cat the category

Modified: trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java?view=diff&rev=16162&p1=trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java&p2=trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java&r1=16161&r2=16162
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/cognitive/checklist/ChecklistStatus.java	2008-11-23 22:17:54-0800
@@ -49,16 +49,6 @@
         super();
     }
 
-    
-    /**
-     * @param item the item to be checkmarked
-     * @deprecated for 0.25.4 by tfmorris. Use {@link #add(CheckItem)}.
-     */
-    @SuppressWarnings("deprecation")
-    @Deprecated
-    public void addItem(CheckItem item) {
-        add(item);
-    }
 
     /**
      * @param item the item to be checkmarked
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.