The thing is that i don't know how to obtain the information inside the
try and the catch.
Then, i would like to know if that is possible and how to do it.
Finally, in Pharo using Moose (Mondrian), draw that information and
relationships.
Is in the context of a course on Software Quality and Assessment with
Alexandre Bergel.
thanks!
El mié, 01-09-2010 a las 12:03 +0200, Stéphane Ducasse escribió:
what do you want?
Write exception in Smalltalk?
for exceptions read :
https://gforge.inria.fr/frs/download.php/26600/PBE2-Exceptions-2010-03-02.p…
in a nutshell
try {}catch{}
=>
[self doThat] on: Error do: [:exception | self doWhatheverYouwantwith: exception]
On Aug 31, 2010, at 7:08 PM, Felipe Ignacio Valverde Campos wrote:
Hi, how can i get the invoked methods into the
try{...}/catch{...} ?
in moose you have to query the try catch
browse a simple model with a try catch to see how this is extracted.
and LOC, attributes, etc... from those codes
thanks!
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev
_______________________________________________
Moose-dev mailing list
Moose-dev(a)iam.unibe.ch
https://www.iam.unibe.ch/mailman/listinfo/moose-dev