svn commit: r14127 - trunk/src/app/src/org/argouml: cognitive cognitive/checklist kernel notation/providers/uml pattern/cognitive/critics persistence ui uml/cognitive uml/diagram uml/diagram/activity/ui uml/diagram/sequence/ui uml/ui uml/ui/behavior/common_behavior uml/ui/behavior/state_machines uml/ui/foundation/core uml/ui/model_management

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: tfmorris
Date: 2008-02-18 10:37:28-0800
New Revision: 14127

Modified:
   trunk/src/app/src/org/argouml/cognitive/ToDoList.java
   trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java
   trunk/src/app/src/org/argouml/kernel/ProjectManager.java
   trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java
   trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java
   trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java
   trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java
   trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java
   trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java
   trunk/src/app/src/org/argouml/persistence/SAXParserBase.java
   trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java
   trunk/src/app/src/org/argouml/persistence/XmiInputStream.java
   trunk/src/app/src/org/argouml/ui/CmdSetMode.java
   trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java
   trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java
   trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java
   trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java
   trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java
   trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java
   trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java
   trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java
   trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java
   trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java

Log:
Clean up Javadoc warnings.  No code changes.

Modified: trunk/src/app/src/org/argouml/cognitive/ToDoList.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/cognitive/ToDoList.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/cognitive/ToDoList.java&p2=trunk/src/app/src/org/argouml/cognitive/ToDoList.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/cognitive/ToDoList.java	(original)
+++ trunk/src/app/src/org/argouml/cognitive/ToDoList.java	2008-02-18 10:37:28-0800
@@ -66,7 +66,7 @@
  *
  * This class is dependent on Designer.<p>
  *
- * @see Designer#nondisruptivelyWarn
+ * @see Designer#inform
  * @author Jason Robbins
  */
 public class ToDoList extends Observable implements Runnable,

Modified: trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java&p2=trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java	(original)
+++ trunk/src/app/src/org/argouml/cognitive/checklist/Checklist.java	2008-02-18 10:37:28-0800
@@ -83,7 +83,7 @@
 
     /**
      * @param item the item to be removed
-     * @deprecated for 0.25.4 by tfmorris. Use {@link #remove(CheckItem)}.
+     * @deprecated for 0.25.4 by tfmorris. Use {@link #remove(Object)}.
      */
     @Deprecated
     public void removeItem(CheckItem item) {

Modified: trunk/src/app/src/org/argouml/kernel/ProjectManager.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/kernel/ProjectManager.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/kernel/ProjectManager.java&p2=trunk/src/app/src/org/argouml/kernel/ProjectManager.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/kernel/ProjectManager.java	(original)
+++ trunk/src/app/src/org/argouml/kernel/ProjectManager.java	2008-02-18 10:37:28-0800
@@ -352,7 +352,7 @@
      * We must add this to the UndoManager.
      *
      * @param command the command.
-     * @see org.argouml.model.ModelCommandCreationObserver#modelCommandCreated(org.argouml.model.ModelCommand)
+     * @see org.argouml.model.ModelCommandCreationObserver#execute(ModelCommand)
      */
     public Object execute(final ModelCommand command) {
         if (saveAction != null) {

Modified: trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java&p2=trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java	(original)
+++ trunk/src/app/src/org/argouml/notation/providers/uml/NotationUtilityUml.java	2008-02-18 10:37:28-0800
@@ -823,7 +823,7 @@
         }
 
         /**
-         * Called by {@link ParserDisplay#setProperties(Object, Vector,
+         * Called by {@link ParserDisplay#setProperties(Object, java.util.Vector,
          * PropertySpecialString[])} while searching for an action to
          * invoke for a property. If it returns true, then setProperties
          * may assume that all required actions have been taken and stop

Modified: trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java&p2=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java	(original)
+++ trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrConsiderSingleton.java	2008-02-18 10:37:28-0800
@@ -36,8 +36,8 @@
  * A critic to detect when a class can never have more than one instance (of
  * itself of any subclasses), and thus whether it is suitable for declaration
  * as a Singleton (with stereotype &laquo;Singleton&raquo;.<p>
- *
- * @see the ArgoUML User Manual: Consider Using Singleton Pattern for Class
+ * <p>
+ * see the ArgoUML User Manual: Consider Using Singleton Pattern for Class
  *
  * @author jrobbins
  */

Modified: trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java&p2=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java	(original)
+++ trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedMissingStaticAttr.java	2008-02-18 10:37:28-0800
@@ -49,8 +49,8 @@
  * </ol>
  *
  * This version includes an implementation for the first test above!
- *
- * @see the ArgoUML User Manual: Singleton Violated
+ * <p>
+ * *see the ArgoUML User Manual: Singleton Violated
  *
  * @author jrobbins
  */

Modified: trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java&p2=trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java	(original)
+++ trunk/src/app/src/org/argouml/pattern/cognitive/critics/CrSingletonViolatedOnlyPrivateConstructors.java	2008-02-18 10:37:28-0800
@@ -49,8 +49,8 @@
  * </ol>
  *
  * This version includes an implementation for the second tests above!
- *
- * @see ArgoUML User Manual: Singleton Violated
+ * <p>
+ * *see ArgoUML User Manual: Singleton Violated
  *
  * @author jrobbins
  */

Modified: trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java&p2=trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java	(original)
+++ trunk/src/app/src/org/argouml/persistence/MemberFilePersister.java	2008-02-18 10:37:28-0800
@@ -59,7 +59,7 @@
      * Load a project member from an InputStream.
      *
      * @param project the project to persist
-     * @param inputStream the inputStream to parse to load the member.
+     * @param url the URL to open and parse to load the member.
      * @throws OpenException on any parsing errors.
      */
     public abstract void load(Project project, URL url)

Modified: trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java&p2=trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java	(original)
+++ trunk/src/app/src/org/argouml/persistence/ModelMemberFilePersister.java	2008-02-18 10:37:28-0800
@@ -285,7 +285,6 @@
     /**
      * Read an XMI file from the given URL.
      *
-     * @param p the project
      * @param url the URL
      * @param xmiExtensionParser the XmiExtensionParser
      * @throws OpenException when there is an IO error
@@ -311,7 +310,6 @@
     /**
      * Read a XMI file from the given inputsource.
      * 
-     * @param p Project to which load the inputsource.
      * @param source The InputSource. The systemId of the input source should be
      *                set so that it can be used to resolve external references.
      * @throws OpenException If an error occur while reading the source

Modified: trunk/src/app/src/org/argouml/persistence/SAXParserBase.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/persistence/SAXParserBase.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/persistence/SAXParserBase.java&p2=trunk/src/app/src/org/argouml/persistence/SAXParserBase.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/persistence/SAXParserBase.java	(original)
+++ trunk/src/app/src/org/argouml/persistence/SAXParserBase.java	2008-02-18 10:37:28-0800
@@ -122,7 +122,7 @@
     }
     
     /**
-     * @param is the InputSource to read
+     * @param input the InputSource to read
      * @throws SAXException when parsing xml
      */
     public void parse(InputSource input) throws SAXException {

Modified: trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java&p2=trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java	(original)
+++ trunk/src/app/src/org/argouml/persistence/ToDoItemXMLHelper.java	2008-02-18 10:37:28-0800
@@ -57,7 +57,7 @@
      * Encodes the headline of this ToDoItem in an XML safe way and
      * returns the new String. The String can be regained by running the
      * returned String through
-     * {@link TodoParser#decode TodoParser::decode}.
+     * {@link TodoParser#decode}.
      *
      * @return	The encoded headline.
      */
@@ -70,7 +70,7 @@
      * Encodes the priority of this ToDoItem in an XML safe way and
      * returns the new String. The String can be regained by running the
      * returned String through
-     * {@link TodoParser#decode TodoParser::decode} and comparing to the
+     * {@link TodoParser#decode(String)} and comparing to the
      * STRING_prio_* values in TodoTokenTable.
      *
      * @return	The encoded priority.
@@ -100,7 +100,7 @@
      * Encodes the moreInfoURL of this ToDoItem in an XML safe way and
      * returns the new String. The String can be regained by running the
      * returned String through
-     * {@link TodoParser#decode TodoParser::decode}.
+     * {@link TodoParser#decode(String)}.
      *
      * @return	The encoded moreInfoURL.
      */
@@ -113,7 +113,7 @@
      * Encodes the description of this ToDoItem in an XML safe way and
      * returns the new String. The String can be regained by running the
      * returned String through
-     * {@link TodoParser#decode TodoParser::decode}.
+     * {@link TodoParser#decode(String)}.
      *
      * @return	The encoded description.
      */

Modified: trunk/src/app/src/org/argouml/persistence/XmiInputStream.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/persistence/XmiInputStream.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/persistence/XmiInputStream.java&p2=trunk/src/app/src/org/argouml/persistence/XmiInputStream.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/persistence/XmiInputStream.java	(original)
+++ trunk/src/app/src/org/argouml/persistence/XmiInputStream.java	2008-02-18 10:37:28-0800
@@ -77,8 +77,7 @@
      * @param inputStream the input stream to wrap.
      * @param extParser the parser to call to read any
      *                           XMI.extension elements
-     * @param len the expected length of the input stream
-     * @param spacing the number of characers to read before
+     * @param spacing the number of characters to read before
      *        firing a progress event.
      * @param prgrssMgr the progress manager
      */

Modified: trunk/src/app/src/org/argouml/ui/CmdSetMode.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/ui/CmdSetMode.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/ui/CmdSetMode.java&p2=trunk/src/app/src/org/argouml/ui/CmdSetMode.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/ui/CmdSetMode.java	(original)
+++ trunk/src/app/src/org/argouml/ui/CmdSetMode.java	2008-02-18 10:37:28-0800
@@ -37,7 +37,8 @@
  * Extends GEF CmdSetMode to add additional metadata such as tooltips.
  *
  * @author Jeremy Jones
- * @deprecated for 0.25.3 by tfmorris - use {@link ActionSetMode}
+ * @deprecated for 0.25.3 by tfmorris - use 
+ * {@link org.argouml.uml.diagram.ui.ActionSetMode}
  */
 
 @SuppressWarnings("deprecation")

Modified: trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java&p2=trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java	(original)
+++ trunk/src/app/src/org/argouml/uml/cognitive/UMLToDoItem.java	2008-02-18 10:37:28-0800
@@ -119,7 +119,7 @@
      * Action jumps to the diagram containing all or most of the
      * offenders and calls {@link #deselect()}, {@link #select()}
      * around the call to
-     * {@link ProjectDiagramActions#jumpToDiagramShowing(java.util.List)}.
+     * {@link ProjectActions#jumpToDiagramShowing(java.util.List)}.
      */
     @Override
     public void action() {

Modified: trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java&p2=trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java	(original)
+++ trunk/src/app/src/org/argouml/uml/diagram/ArgoDiagram.java	2008-02-18 10:37:28-0800
@@ -204,8 +204,11 @@
      * deleted. So we need to deselect this diagram. 
      * There are other things to take care of, so all this is delegated to 
      * {@link org.argouml.kernel.Project#moveToTrash(Object)}.
+     * 
+     * @param evt A PropertyChangeEvent object describing the event source
+     * and the property that has changed.
      *
-     * {@inheritDoc}
+     * @see PropertyChangeListener#propertyChange(PropertyChangeEvent)
      */
     public void propertyChange(PropertyChangeEvent evt);
 
@@ -231,26 +234,26 @@
     /**
      * @return an enumeration of the contents of the fig.
      * @deprecated for 0.25.4 by tfmorris. Use {@link #getFigIterator()}.
-     * @see Diagram#elements()
+     * @see org.tigris.gef.base.Diagram#elements()
      */
     @Deprecated
     public Enumeration elements();
     /**
      * @param listener
-     * @see Diagram#addVetoableChangeListener(VetoableChangeListener)
+     * @see org.tigris.gef.base.Diagram#addVetoableChangeListener(VetoableChangeListener)
      */
     public void addVetoableChangeListener(VetoableChangeListener listener);
 
     /**
      * @param listener
-     * @see Diagram#removeVetoableChangeListener(VetoableChangeListener)
+     * @see org.tigris.gef.base.Diagram#removeVetoableChangeListener(VetoableChangeListener)
      */
     public void removeVetoableChangeListener(VetoableChangeListener listener);
 
     /**
      * @param property
      * @param listener
-     * @see Diagram#addPropertyChangeListener(String, PropertyChangeListener)
+     * @see org.tigris.gef.base.Diagram#addPropertyChangeListener(String, PropertyChangeListener)
      */
     public void addPropertyChangeListener(String property,
             PropertyChangeListener listener);
@@ -258,64 +261,64 @@
     /**
      * @param property
      * @param listener
-     * @see Diagram#removePropertyChangeListener(String, PropertyChangeListener)
+     * @see org.tigris.gef.base.Diagram#removePropertyChangeListener(String, PropertyChangeListener)
      */
     public void removePropertyChangeListener(String property,
             PropertyChangeListener listener);
     
     /**
      * @return the GEF graphmodel for this diagram
-     * @see Diagram#getGraphModel()
+     * @see org.tigris.gef.base.Diagram#getGraphModel()
      */
     public GraphModel getGraphModel();
     
     /**
      * @return the GEF LayerPerspective of this diagram
-     * @see Diagram#getLayer()
+     * @see org.tigris.gef.base.Diagram#getLayer()
      */
     public LayerPerspective getLayer();
     
     /**
      * @param figures list of Figures to check for in diagram
      * @return count of figures contained in this diagram
-     * @see Diagram#countContained(List)
+     * @see org.tigris.gef.base.Diagram#countContained(List)
      */
     public int countContained(List figures);
     
     /**
      * @param o The object which owns the fig
      * @return the corresponding fig
-     * @see Diagram#presentationFor(Object)
+     * @see org.tigris.gef.base.Diagram#presentationFor(Object)
      */
     public Fig presentationFor(Object o);
     
     /**
      * @param f Fig to be added
-     * @see Diagram#add(Fig)
+     * @see org.tigris.gef.base.Diagram#add(Fig)
      */
     public void add(Fig f);
     
     /**
      * @return the name of the diagram
-     * @see Diagram#getName()
+     * @see org.tigris.gef.base.Diagram#getName()
      */
     public String getName();
     
     /**
      * Perform any pre-save actions.
-     * @see Diagram#preSave()
+     * @see org.tigris.gef.base.Diagram#preSave()
      */
     public void preSave();
     
     /**
      * Perform any post-save actions.
-     * @see Diagram#postSave()
+     * @see org.tigris.gef.base.Diagram#postSave()
      */
     public void postSave();
     
     /**
      * Perform any post-load actions.
-     * @see Diagram#postLoad()
+     * @see org.tigris.gef.base.Diagram#postLoad()
      */
     public void postLoad();
     /////////////////// End GEF methods ////////////////////////

Modified: trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java&p2=trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java	(original)
+++ trunk/src/app/src/org/argouml/uml/diagram/activity/ui/UMLActivityDiagram.java	2008-02-18 10:37:28-0800
@@ -280,7 +280,8 @@
      * 
      * TODO: If this method is called by any of the Figs, it will introduce
      * a dependency cycle.  It would be much better if they could just
-     * use {@link ArgoDiagram#getOwner()} which does the same thing.
+     * use {@link org.argouml.uml.diagram.ArgoDiagram#getOwner()} which does
+     * the same thing.
      */
     public Object getStateMachine() {
         GraphModel gm = getGraphModel();
@@ -648,10 +649,11 @@
      * Once the diagram has loaded we build the previous/next links between
      * any swimlanes.
      */
+    @Override
     public void postLoad() {
 	FigPartition previous = null;
 
-	// Create a mpa of partions keyed by x co-ordinate
+	// Create a map of partitions keyed by x coordinate
 	HashMap map = new HashMap();
 	
 	Iterator it = new ArrayList(getLayer().getContents()).iterator();
@@ -662,7 +664,7 @@
 	    }
 	}
 	
-	// Sort the x co-ordinates into order
+	// Sort the x coordinates into order
 	List xList = new ArrayList(map.keySet());
         Collections.sort(xList);
 	

Modified: trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java&p2=trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java	(original)
+++ trunk/src/app/src/org/argouml/uml/diagram/sequence/ui/FigMessage.java	2008-02-18 10:37:28-0800
@@ -78,8 +78,9 @@
      * @param     me     a mouse event
      * @return           a collection of menu items
      *
-     * @see org.tigris.gef.ui.PopupGenerator2#getPopUpActions(java.awt.event.MouseEvent)
+     * @see org.tigris.gef.presentation.Fig#getPopUpActions(java.awt.event.MouseEvent)
      */
+    @Override
     public Vector getPopUpActions(MouseEvent me) {
         Vector popUpActions = super.getPopUpActions(me);
 
@@ -232,6 +233,7 @@
     /*
      * @see org.argouml.uml.diagram.ui.FigEdgeModelElement#getSource()
      */
+    @Override
     protected Object getSource() {
         Object owner = getOwner();
         if (owner == null) {
@@ -243,6 +245,7 @@
     /*
      * @see org.argouml.uml.diagram.ui.FigEdgeModelElement#getDestination()
      */
+    @Override
     protected Object getDestination() {
         Object owner = getOwner();
         if (owner == null) {
@@ -257,6 +260,7 @@
      * 
      * @see org.argouml.uml.diagram.ui.FigEdgeModelElement#updateNameText()
      */
+    @Override
     protected void updateNameText() {
         super.updateNameText();
         textGroup.calcBounds();
@@ -267,6 +271,7 @@
      * 
      * @see org.argouml.uml.diagram.ui.FigEdgeModelElement#updateStereotypeText()
      */
+    @Override
     protected void updateStereotypeText() {
         super.updateStereotypeText();
         textGroup.calcBounds();
@@ -291,6 +296,7 @@
      *
      * @see org.argouml.uml.diagram.ui.FigEdgeModelElement#determineFigNodes()
      */
+    @Override
     protected boolean determineFigNodes() {
         return true;
     }
@@ -298,6 +304,7 @@
     /*
      * @see org.tigris.gef.presentation.Fig#makeSelection()
      */
+    @Override
     public Selection makeSelection() {
         return new SelectionMessage(this);
     }

Modified: trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java&p2=trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/UMLRadioButtonPanel.java	2008-02-18 10:37:28-0800
@@ -197,7 +197,7 @@
      *            logically recognize the button.
      * @param thePropertySetName
      *            the name of the MEvent that is fired when the property that is
-     *            showns changes value.
+     *            given changes value.
      * @param setAction
      *            the action that should be registered with the buttons and
      *            that's executed when one of the buttons is pressed
@@ -205,7 +205,8 @@
      *            when true the buttons should be laid out horizontally.
      * @deprecated for 0.25.4 by tfmorris. Use List<String[]> form of
      *             constructor. See
-     *             {@link UMLParameterDirectionKindRadioButtonPanel} for an
+     *             {@link org.argouml.uml.ui.foundation.core.UMLParameterDirectionKindRadioButtonPanel}
+     *             for an
      *             example of a subclass which has been converted to the new
      *             form of constructor.
      */

Modified: trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java&p2=trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/behavior/common_behavior/PropPanelActionSequence.java	2008-02-18 10:37:28-0800
@@ -199,8 +199,7 @@
 class UMLActionSequenceActionList extends UMLMutableLinkedList {

 

     /**

-     * Constructor.

-     * @param dataModel the model

+     * Construct a default object with a new UMLActionSequenceActionListModel.

      */

     public UMLActionSequenceActionList() {

         super(new UMLActionSequenceActionListModel());


Modified: trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java&p2=trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/behavior/state_machines/PropPanelSubmachineState.java	2008-02-18 10:37:28-0800
@@ -56,7 +56,7 @@
      * @param orientation
      *            the orientation of the panel
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelCompositeState(String, ImageIcon)} and
+     *             {@link #PropPanelSubmachineState(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated

Modified: trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java&p2=trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelDataType.java	2008-02-18 10:37:28-0800
@@ -58,7 +58,7 @@
      * @param icon icon
      * @param orientation horizontal or vertical orientation
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelDataType(String, ImageIcon)} and
+     *             {@link #PropPanelDataType(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated

Modified: trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java&p2=trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/foundation/core/PropPanelNamespace.java	2008-02-18 10:37:28-0800
@@ -60,7 +60,7 @@
      * @param icon the icon to be shown next to the name
      * @param orientation the orientation of the panel
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelNamespace(String, ImageIcon)} and
+     *             {@link #PropPanelNamespace(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated
@@ -75,7 +75,7 @@
      * @param title the name of the panel to be shown at the top
      * @param orientation the orientation of the panel
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelNamespace(String, ImageIcon)} and
+     *             {@link #PropPanelNamespace(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated

Modified: trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java?view=diff&rev=14127&p1=trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java&p2=trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java&r1=14126&r2=14127
==============================================================================
--- trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java	(original)
+++ trunk/src/app/src/org/argouml/uml/ui/model_management/PropPanelPackage.java	2008-02-18 10:37:28-0800
@@ -105,7 +105,7 @@
      * @param orientation the orientation
      * @param icon the icon to show next to the title
      * @deprecated for 0.25.4 by tfmorris. Use
-     *             {@link #PropPanelModelPackage(String, ImageIcon)} and
+     *             {@link #PropPanelPackage(String, ImageIcon)} and
      *             setOrientation() after instantiation.
      */
     @Deprecated
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.