diff options
Diffstat (limited to 'LaTeX-Sources')
102 files changed, 12234 insertions, 0 deletions
diff --git a/LaTeX-Sources/DA-Anleitung.pdf b/LaTeX-Sources/DA-Anleitung.pdf Binary files differnew file mode 100644 index 0000000..e381e6c --- /dev/null +++ b/LaTeX-Sources/DA-Anleitung.pdf diff --git a/LaTeX-Sources/Makefile b/LaTeX-Sources/Makefile new file mode 100644 index 0000000..f885eeb --- /dev/null +++ b/LaTeX-Sources/Makefile @@ -0,0 +1,12 @@ +FILENAME=diplomarbeit +all: + svn info | grep 'Changed Rev' | awk '{ print $$4 }' > revision.tex + rubber -d $(FILENAME).tex +clean: + ls $(FILENAME).* | \ + grep -v .tcp | \ + grep -v .tex | \ + xargs rm + rm -f images/*.pdf +spell: + find ./chapters -name \*.tex -exec sh -c 'aspell -l de_DE -t -c {}' \; diff --git a/LaTeX-Sources/argo/README.txt b/LaTeX-Sources/argo/README.txt new file mode 100644 index 0000000..9a034de --- /dev/null +++ b/LaTeX-Sources/argo/README.txt @@ -0,0 +1,81 @@ +Welcome to ArgoUML! + +(This file was last updated by $Author: mvw $ on $Date: 2005-09-25 10:41:13 +0200 (Sun, 25 Sep 2005) $.) + +In case you just downloaded and unzipped your ArgoUML distribution, +here's how to proceed. + +First, you need the runtime environment for Java (J2SE) installed, get it +from http://www.java.com for your platform. + +At least a JRE 1.4 is required. Please let us know if you experience +any JDK related problems. Try typing "java" in a console window to see +if Java is successfully installed. You should get a list of your +options. If not, try reinstalling Java. + +Now (after unpacking the distro, which you obviously have done, +because this file was in it) you should have a bunch of .jar files +(argouml.jar, gef.jar and others...) in your directory. Please do +NOT unpack the .jars! Just leave them as jar files. + +Now you can start the argouml.jar, on a Windows platform by +(double-)clicking it. +Alternatively, you can type the following at a +command line console: java -jar argouml.jar + +The same effect can be obtained by creating a batch-file (in the same +dir as argouml.jar), with the following contents: + java -jar argouml.jar +which can then be started via a shortcut on the desktop. + + +Detailed instructions in running ArgoUML from a command line console +on Windows: + +Suppose that you have downloaded ArgoUML to the C: drive, so your +directory looks like this: + c:\ArgoUML +Open your DOS command prompt and type + cd \ +to set the current directory to the root. Then type: + c\:>cd ArgoUML +which will give you the prompt: + c:\ArgoUML> +Then type: + dir +to see everything in the ArgoUML folder. You should have the +argouml.jar file present in this folder. Note that you need all +downloaded jar files together in this directory. + +Then type + java -jar argouml.jar +That's it, ArgoUML should start up now. + +If not, there is a problem with the downloading on your computer. +Please have a look at http://argouml.tigris.org in the FAQ +and then consider posting an issue. + + +Modules: + +If you downloaded the modules archive, which contains the support for +code generation of other languages then Java, then put their jar files +in a subdirectory named ext. + + +Memory: + +If you have plenty of memory and wants ArgoUML to be able to handle +large projects, try: +java -Xms250M -Xmx500M -jar argouml.jar + + +Batch mode: + +The following is an example of how ArgoUML is run in batchmode: +java -jar argouml.jar -batch -command "org.argouml.uml.ui.ActionOpenProject=test.zargo" -command org.argouml.ui.cmd.ActionGotoDiagram=A -command "org.argouml.uml.ui.ActionSaveGraphics=test.PNG" +Instead of "test.zargo", it may be better to include the complete path, e.g. +c:\Documents and Settings\YourNameHere\My Documents\test.zargo + + +Have fun! diff --git a/LaTeX-Sources/argo/antlrall.jar b/LaTeX-Sources/argo/antlrall.jar Binary files differnew file mode 100644 index 0000000..4bdb7c3 --- /dev/null +++ b/LaTeX-Sources/argo/antlrall.jar diff --git a/LaTeX-Sources/argo/argouml-mdr.jar b/LaTeX-Sources/argo/argouml-mdr.jar Binary files differnew file mode 100644 index 0000000..1754cb7 --- /dev/null +++ b/LaTeX-Sources/argo/argouml-mdr.jar diff --git a/LaTeX-Sources/argo/argouml-model.jar b/LaTeX-Sources/argo/argouml-model.jar Binary files differnew file mode 100644 index 0000000..4529261 --- /dev/null +++ b/LaTeX-Sources/argo/argouml-model.jar diff --git a/LaTeX-Sources/argo/argouml.bat b/LaTeX-Sources/argo/argouml.bat new file mode 100755 index 0000000..d91440b --- /dev/null +++ b/LaTeX-Sources/argo/argouml.bat @@ -0,0 +1,2 @@ +@echo off +java -cp @argojarfile@ org.argouml.application.Main %1 %2 %3 %4 %5 %6 %7 %8 diff --git a/LaTeX-Sources/argo/argouml.jar b/LaTeX-Sources/argo/argouml.jar Binary files differnew file mode 100644 index 0000000..fd8ee9e --- /dev/null +++ b/LaTeX-Sources/argo/argouml.jar diff --git a/LaTeX-Sources/argo/argouml.log b/LaTeX-Sources/argo/argouml.log new file mode 100644 index 0000000..371df64 --- /dev/null +++ b/LaTeX-Sources/argo/argouml.log @@ -0,0 +1,1430 @@ +2008-07-29 14:15:13,867 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@8e2fb5/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:13,873 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:15:13,890 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@d557c2/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:13,892 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:15:14,349 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@19b97c/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:14,349 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:15:14,358 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@36428/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:14,358 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:15:14,360 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1e04a35/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:14,360 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:15:14,362 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@139d891/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 14:15:14,362 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 14:18:08,524 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:18:09,854 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:36:46,327 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:36:50,508 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:36:55,165 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:37:04,726 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:37:31,663 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:38:27,106 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:38:36,962 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 14:49:57,174 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 16:17:58,334 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:26:18,070 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:26:36,739 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:26:37,989 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:26:42,161 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:28:09,768 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:31:34,858 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:32:10,476 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:34:51,858 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:34:53,927 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 18:34:59,514 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 19:01:04,538 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1c37b8f/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,552 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:01:04,562 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1cc7f4b/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,563 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:01:04,886 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@59e205/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,887 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:01:04,896 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1685e30/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,896 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:01:04,897 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@e84763/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,898 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:01:04,899 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@e5307e/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:01:04,911 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:38:00,031 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 19:38:08,568 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 19:38:12,641 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 19:38:18,152 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-29 19:39:19,520 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1e1153a/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,552 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:19,567 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@e0c07c/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,568 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:19,618 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@10014f0/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,619 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:19,627 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@152e7a4/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,629 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:19,631 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@11ae81d/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,631 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:19,638 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@18c668c/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-29 19:39:19,639 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-29 19:39:22,346 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,348 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,359 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,359 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,362 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,362 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,364 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-29 19:39:22,364 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:38,957 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1a80e5a/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,011 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,023 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@918c34/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,024 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,073 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1ba4806/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,074 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,082 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@8bf135/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,083 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,085 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@178991/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,090 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,092 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@16d3d51/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 10:41:39,095 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 10:41:39,451 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,534 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,536 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,537 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,539 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,539 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,541 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 10:41:39,541 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-30 11:03:28,670 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-30 12:09:16,960 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@cc17f1/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:16,974 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 12:09:16,984 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@16999c8/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:16,985 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 12:09:17,216 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@92e96c/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:17,216 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 12:09:17,224 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@12801c5/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:17,225 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 12:09:17,227 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@e5376a/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:17,240 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-30 12:09:17,242 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1eb494e/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-30 12:09:17,243 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,464 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1e91259/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,478 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,488 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@218d/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,489 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,532 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@1e481c1/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,533 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,540 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@8bf135/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,541 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,542 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@178991/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,554 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:32:46,555 WARN: Owner of [org.argouml.uml.diagram.use_case.ui.FigUseCase@780af5/class org.argouml.uml.diagram.use_case.ui.FigUseCase] is null. (FigNodeModelElement.java:1326) +2008-07-31 13:32:46,556 WARN: I return... (FigNodeModelElement.java:1328) +2008-07-31 13:44:57,672 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-31 13:45:38,319 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-31 13:46:08,762 WARN: The current namespace is not a valid one! (UMLModelElementNamespaceComboBoxModel.java:87) +2008-07-31 13:46:54,670 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:55,139 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:55,147 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:55,790 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:56,081 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:56,631 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:56,821 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:46:56,925 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:30,819 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:31,940 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:33,023 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:33,891 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:34,213 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:34,620 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:34,898 WARN: Listeners being added and removed from the same owner (FigEdgeModelElement.java:936) +2008-07-31 13:47:35,264 WARN: Listeners being added and removed from the same owner (FigEdgeModel |
