Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-VerveineJ Milestone-4.4
New issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
Parsing Silverpeas retrieves 515 model classes (out of 1858) with a FileAnchor that has a positive startLine, but an endLine that is -1.
These classes can be checked by: - parse and load the MSE into Moose - select all model classes and then select based on: each sourceAnchor notNil and: [each sourceAnchor startLine > 0 and: [each sourceAnchor endLine = -1]]
Even more interesting is that if you look in the methods of these classes, they have a correct endLine.
Updates: Cc: anquetil...@gmail.com
Comment #1 on issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
(No comment was entered for this change.)
Comment #2 on issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
Nicolas, any chance to look into this? :)
still not this week
but I will look at it ASAP
Nicolas
----- Mail original -----
De: moose-technology@googlecode.com À: moose-dev@iam.unibe.ch Envoyé: Mardi 10 Mai 2011 14:22:58 Objet: [Moose-dev] Re: Issue 608 in moose-technology: VerveineJ exports some anchors with endLine = -1 Comment #2 on issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
Nicolas, any chance to look into this? :)
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks, Nicolas.
Cheers, Doru
On 10 May 2011, at 15:10, Nicolas Anquetil wrote:
still not this week
but I will look at it ASAP
Nicolas
----- Mail original -----
De: moose-technology@googlecode.com À: moose-dev@iam.unibe.ch Envoyé: Mardi 10 Mai 2011 14:22:58 Objet: [Moose-dev] Re: Issue 608 in moose-technology: VerveineJ exports some anchors with endLine = -1 Comment #2 on issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
Nicolas, any chance to look into this? :)
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Live like you mean it."
Updates: Status: Fixed
Comment #3 on issue 608 by anquetil...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
(No comment was entered for this change.)
Comment #4 on issue 608 by tudor.gi...@gmail.com: VerveineJ exports some anchors with endLine = -1 http://code.google.com/p/moose-technology/issues/detail?id=608
Thanks! I tested it on ArgoUML and it works well.