Raised Signals
Mark Fortner <[email protected]> Tue, 2 Aug 2011 12:11:58 -0700
| Newsgroups | gmane.comp.lang.uml.argouml.user |
|---|---|
| Message-ID | <CAOwy01v-xYhOQY8XSpNYppPRjFSWHhNMP2xzV=91aV1n0kFtTQ@mail.gmail.com> |
------=_Part_12763_1928384308.1312312320266
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I'm curious about how raised signals work in ArgoUML. When I click on a
method in a class, and add a raised signal I don't see the raised signal in
the generated code. Am I doing something wrong? Also there doesn't seem to
be a way to indicate that the raised signal is a particular exception. When
I import a class into my project that has methods that throw exceptions, I
don't see any raised signals listed in the property panel.
There also seems to be some problem with importing code properly. Here's a
snippet from the original class, and a snippet from the source view for the
same class.
Here's the original version
public final void init(String jaxbPackage) throws PersistenceException
{
Here's the source view version after it's been imported into the project
public final void init(String jaxbPackage) {
/* {param=jaxbPackage The JAXB package
, throws=PersistenceException if an error occurred initializing the
framework
}*/
Mark
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=449&dsMessageId=2808260
To unsubscribe from this discussion, e-mail: [[email protected]].
------=_Part_12763_1928384308.1312312320266
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
I'm curious about how raised signals work in ArgoUML. =A0When I click o=
n a method in a class, and add a raised signal I don't see the raised s=
ignal in the generated code. Am I doing something wrong? Also there doesn&#=
39;t seem to be a way to indicate that the raised signal is a particular ex=
ception. =A0When I import a class into my project that has methods that thr=
ow exceptions, I don't see any raised signals listed in the property pa=
nel.=A0
<div><br></div><div>There also seems to be some problem with importing code=
properly. =A0Here's a snippet from the original class, and a snippet f=
rom the source view for the same class.</div><div><br></div><div>Here's=
the original version</div>
<div><br></div><div><div>=A0 =A0 public final void init(String jaxbPackage)=
throws PersistenceException</div><div>=A0 =A0 {</div></div><div><br></div>=
<div><br></div><div>Here's the source view version after it's been =
imported into the project</div>
<div><br></div><div><div>=A0public final void init(String jaxbPackage) {</d=
iv><div>=A0 /* {param=3DjaxbPackage The JAXB package</div><div>, throws=3DP=
ersistenceException if an error occurred initializing the</div><div>=A0 =A0=
=A0 =A0 =A0 framework</div>
<div>=A0}*/</div></div><div><br></div><div><br></div><div>Mark</div>
------=_Part_12763_1928384308.1312312320266--