svn commit: r18559 - trunk/src/argouml-app: src/org/argouml/notation/providers/uml tests

[email protected]
Newsgroups gmane.comp.lang.uml.argouml.cvs
Message-ID <[email protected]>
Author: linus
Date: 2010-07-24 13:11:42-0700
New Revision: 18559

Modified:
   trunk/src/argouml-app/src/org/argouml/notation/providers/uml/InitNotationUml.java
   trunk/src/argouml-app/tests/ArgoUML kernel tests with MDR.launch

Log:
Static call to static initialization.

Modified: trunk/src/argouml-app/src/org/argouml/notation/providers/uml/InitNotationUml.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/src/org/argouml/notation/providers/uml/InitNotationUml.java?view=diff&pathrev=18559&r1=18558&r2=18559
==============================================================================
--- trunk/src/argouml-app/src/org/argouml/notation/providers/uml/InitNotationUml.java	(original)
+++ trunk/src/argouml-app/src/org/argouml/notation/providers/uml/InitNotationUml.java	2010-07-24 13:11:42-0700
@@ -133,8 +133,8 @@
 
         NotationProviderFactory2.getInstance().setDefaultNotation(name);
 
-        /* Initialise the NotationUtilityUml: */
-        (new NotationUtilityUml()).init();
+        /* Initialize the NotationUtilityUml: */
+        NotationUtilityUml.init();
     }
 
     public List<GUISettingsTabInterface> getProjectSettingsTabs() {

Modified: trunk/src/argouml-app/tests/ArgoUML kernel tests with MDR.launch
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-app/tests/ArgoUML%20kernel%20tests%20with%20MDR.launch?view=diff&pathrev=18559&r1=18558&r2=18559
==============================================================================
--- trunk/src/argouml-app/tests/ArgoUML kernel tests with MDR.launch	(original)
+++ trunk/src/argouml-app/tests/ArgoUML kernel tests with MDR.launch	2010-07-24 13:11:42-0700
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <launchConfiguration type="org.eclipse.jdt.junit.launchconfig">
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
-<listEntry value="/argouml-app"/>
+<listEntry value="/argouml-app/tests/org/argouml/kernel"/>
 </listAttribute>
 <listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
-<listEntry value="4"/>
+<listEntry value="2"/>
 </listAttribute>
 <booleanAttribute key="org.eclipse.debug.core.appendEnvironmentVariables" value="true"/>
 <stringAttribute key="org.eclipse.jdt.junit.CONTAINER" value="=argouml-app/tests&lt;org.argouml.kernel"/>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=2637729

To unsubscribe from this discussion, e-mail: [[email protected]].
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.