You can subscribe to this list here.
2009 |
Jan
(2) |
Feb
(2) |
Mar
|
Apr
(11) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(5) |
Dec
(10) |
2011 |
Jan
(12) |
Feb
(4) |
Mar
(29) |
Apr
(4) |
May
(5) |
Jun
(5) |
Jul
(34) |
Aug
(14) |
Sep
(1) |
Oct
|
Nov
(29) |
Dec
(7) |
2012 |
Jan
(17) |
Feb
(3) |
Mar
(5) |
Apr
(3) |
May
(2) |
Jun
(9) |
Jul
(67) |
Aug
(5) |
Sep
(6) |
Oct
(14) |
Nov
(3) |
Dec
(1) |
2013 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
2015 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: SourceForge.net <no...@so...> - 2012-07-10 13:48:41
|
Bugs item #3495291, was opened at 2012-02-28 04:47 Message generated for change (Comment added) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3495291&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Transfomers (Beautify,...) Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Lubos Korenciak (lkorenciak) >Assigned to: Lubos Korenciak (lkorenciak) Summary: beautify fails if slope of messages is too steep Initial Comment: beautify fails if slope of messages is too steep (see attached file) ---------------------------------------------------------------------- >Comment By: Vojtech Rehak (xrehak) Date: 2012-07-10 06:48 Message: Looks being repaired. Lubos, please, check it and possibly close this bug. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3495291&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-10 13:44:21
|
Bugs item #3435701, was opened at 2011-11-09 11:16 Message generated for change (Settings changed) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3435701&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Visio Interface Group: None Status: Open Resolution: None >Priority: 8 Private: No Submitted By: Ondřej Bouda (obouda) Assigned to: Martin Bezděka (mbezdeka) Summary: Context menu not available for all pages except the first Initial Comment: The SCStudio context menu for the paper (containing items such as Add Instances, Message Numbering, etc.) is only available on the first page of the drawing. On other pages the menu is not there (both right after creating that page, and after loading an existing document). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3435701&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-10 13:42:56
|
Bugs item #3396885, was opened at 2011-08-23 05:24 Message generated for change (Comment added) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3396885&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Transfomers (Beautify,...) Group: None >Status: Closed Resolution: None Priority: 7 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Milan Malota (xmalota) Summary: Arrow collors Initial Comment: Beautify destroy color of arrows which is an output of the Find Flow algorithm. ---------------------------------------------------------------------- >Comment By: Vojtech Rehak (xrehak) Date: 2012-07-10 06:42 Message: moved into feature requests ---------------------------------------------------------------------- Comment By: Ondřej Bouda (obouda) Date: 2011-11-30 14:39 Message: Taking back the last comment. As Matus pointed out, there already is the information needed for the repaint in the internal structure, specifically, the MscElement::m_marked of type MarkType. So the bug may be fixed in the current state. ---------------------------------------------------------------------- Comment By: Ondřej Bouda (obouda) Date: 2011-11-30 12:55 Message: Impossible to fix in the current state, since Beautify operates on the internal structure only, from where there is no way to get shape colors. Should be possible to resolve once the internal structure contains the needed info (i.e., a pointer to the shape in the frontend). As this is my job, I temporarily assign myself for this bug until I rework the internal structure properly. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3396885&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-10 13:39:48
|
Bugs item #3346100, was opened at 2011-06-30 01:14 Message generated for change (Comment added) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3346100&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Visio Interface Group: None >Status: Closed Resolution: None Priority: 7 Private: No Submitted By: Radek Sedláček (rsedlac) Assigned to: Martin Bezděka (mbezdeka) Summary: Spaces in condition nodes Initial Comment: SCStudio reports an error if the text in condition nodes contains spaces. ---------------------------------------------------------------------- >Comment By: Vojtech Rehak (xrehak) Date: 2012-07-10 06:39 Message: Solved in Visio interface. It remains to add into internal data structure and subsequently repair import and export. ---------------------------------------------------------------------- Comment By: Ondřej Bouda (obouda) Date: 2011-11-25 19:02 Message: Regarding the last comment, a condition name should really only consist of alphanumeric characters and underlines and dots, as it is syntactically the same as <name> ::= {<letter> | <decimal digit> | <underline> | <full stop>}+ However, it would be useful for users to specify a free text in the condition, just for documentation purposes - then, the condition might be always evaluated to true. Therefore, the following should be done: 1) BMSC conditions should forbid any characters other than {<letter> | <decimal digit> | <underline> | <full stop>}+ 2) For both BMSC and HMSC, a more explaining error should be generated, something like "condition name can only contain letters, digits, underlines or full stops". 3) An extension to the standard should be implemented: a string enclosed in double quotes should be allowed as an additional value type of the condition text. Such a string may contain anything except double quotes. Semantics: a condition containing such a string should always be evaluated to true. ---------------------------------------------------------------------- Comment By: Ondřej Bouda (obouda) Date: 2011-11-25 18:42 Message: The behavior is different in BMSC and in HMSC. In BMSC, even a condition node containing spaces is verified OK. In HMSC, an error is reported on a condition node containing spaces, although quite confusing. For example, an HMSC containing just start symbol connected to a condition containing spaces, connected to a reference node, connected to an end symbol, the following errors are reported: 1) Bad condition: expecting next state name 2) Wrongly attached connector. 3) Wrongly attached connector. 4) Verification failed. Graphical errors in the drawing. The reason for such a set of errors is that the parser probably does not connect the condition node containing spaces with other elements. The problems are the following: 1) The behavior should be the same for BMSC and HMSC. 2) According to the ITU-T Z.120, section Condition, the condition text should (among others) contain a condition name list, which may consist of one or more condition names. A condition name is not defined anywhere, though, so basically there is no reason for forbidding spaces. Thus, spaces should be allowed in condition names. 3) Should spaces be forbidden in the condition names, a more explaining error message should be reported, at least. ---------------------------------------------------------------------- Comment By: Martin Bezděka (mbezdeka) Date: 2011-07-08 04:06 Message: Ok, according to previous comment, this isn't error, but feature. If not, please specifiy the problem again. ---------------------------------------------------------------------- Comment By: Vojtech Rehak (xrehak) Date: 2011-06-30 02:38 Message: According to the ITU Z.120 specification, the text is specified as depicted in the attached picture. Therefore, it is a condition expression or condition name rather than a long text description. The reported error says that spaces are not supported in condition names. The underline and dot is allowed. For more info how to use conditions see, e.g., www.itu.int/ITU-T/2005-2008/com17/languages/Z120.pdf pages 42-44 (44-46 in the PDF). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3346100&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-10 13:30:14
|
Feature Requests item #3132768, was opened at 2010-12-08 16:58 Message generated for change (Settings changed) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3132768&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Visio Interface >Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Comments in visio Initial Comment: Better position for comments in Visio when the MSC is opened from the .mpr file. Hard Connected comments with the event (when the text of the comment is moved the connection point should be connected with the event) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3132768&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-10 13:30:04
|
Feature Requests item #3390123, was opened at 2011-08-11 09:52 Message generated for change (Settings changed) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3390123&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Verification Algorithms >Group: None Status: Open Priority: 7 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Find Flow algorithm only on chosen instances Initial Comment: Extend Find Flow algorithm to be able choose instances for the checking. Checking: message ordering and time constraints on chosen instances. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3390123&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 21:22:01
|
Feature Requests item #3541757, was opened at 2012-07-09 14:21 Message generated for change (Settings changed) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541757&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) >Summary: Find Flow over one spedified path Initial Comment: Suppose that the Find Flow would be available on HMSC, it would be nice to able to run diff between flow and one specified path. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541757&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 21:21:17
|
Feature Requests item #3541757, was opened at 2012-07-09 14:21 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541757&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Find Flow Initial Comment: Suppose that the Find Flow would be available on HMSC, it would be nice to able to run diff between flow and one specified path. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541757&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 14:34:58
|
Feature Requests item #3541388, was opened at 2012-07-08 08:51 Message generated for change (Settings changed) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541388&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Martin Bezděka (mbezdeka) Summary: Tint of green in Find Flow Initial Comment: Change tint of green color in the Find Flow algorithm output to be more readable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541388&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 14:14:57
|
Feature Requests item #3541601, was opened at 2012-07-09 07:14 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541601&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Visio Interface Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Beautify on Find Flow result Initial Comment: Beautify removes marking (color of messages) messages from Find Flow algorithm. It would be nice to extend a beautify to keep marking. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541601&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 14:08:58
|
Bugs item #3541384, was opened at 2012-07-08 08:41 Message generated for change (Comment added) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Matus Madzin (madzin) Summary: Color of Find Flow output Initial Comment: Negative Output of Find Flow algorithm was not in red color. Example: diff between two bMSC diagrams. ---------------------------------------------------------------------- >Comment By: Matus Madzin (madzin) Date: 2012-07-09 07:08 Message: Bug occured in 0.5 version. In version 0.5.2 it was fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 05:30:14
|
Bugs item #3541398, was opened at 2012-07-08 09:21 Message generated for change (Settings changed) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541398&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Milan Malota (xmalota) Summary: Not same semantic meaning after Beautify Initial Comment: The diagram before and after beautify has not got the same semantic meaning. Example: between instances router and client2 there are 3 "http" messages and two of them are crossed. After beautify there is no crossing among "http" messages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541398&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-09 05:20:33
|
Bugs item #3541390, was opened at 2012-07-08 08:55 Message generated for change (Settings changed) made by xrehak You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Martin Bezděka (mbezdeka) Summary: Find Flow dialog Initial Comment: The find flow dialog is not consistent when we change the windows settings for 150% screen. The scroll bar is not shown and others misstakes when a lots of MSC diagrams are opened. ---------------------------------------------------------------------- Comment By: Matus Madzin (madzin) Date: 2012-07-08 08:58 Message: How to change the windows settings (windows 7) Right click on desktop -> Personalize -> Display (in left menu) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 16:30:01
|
Bugs item #3541400, was opened at 2012-07-08 09:30 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541400&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Message drawing in coregion area Initial Comment: The message is placed wrongly if I take left message (from the menu) and I am trying to connect it to the coregion in the example. The mistake is shown only if the connection point for the message is marked as whole coregion. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541400&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 16:21:00
|
Bugs item #3541398, was opened at 2012-07-08 09:21 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541398&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Not same semantic meaning after Beautify Initial Comment: The diagram before and after beautify has not got the same semantic meaning. Example: between instances router and client2 there are 3 "http" messages and two of them are crossed. After beautify there is no crossing among "http" messages. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541398&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 16:03:05
|
Bugs item #3541391, was opened at 2012-07-08 09:02 Message generated for change (Settings changed) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541391&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Matus Madzin (madzin) Summary: Error message in Find Flow Initial Comment: Wrong error message about minimal and maximal evet of HMSC node. When the node contains one message (two events), it is clear that the send is a minimal and receive is maximal event. The message informs that it is undecidable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541391&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 16:02:41
|
Bugs item #3541391, was opened at 2012-07-08 09:02 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541391&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Error message in Find Flow Initial Comment: Wrong error message about minimal and maximal evet of HMSC node. When the node contains one message (two events), it is clear that the send is a minimal and receive is maximal event. The message informs that it is undecidable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541391&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:58:12
|
Bugs item #3541390, was opened at 2012-07-08 08:55 Message generated for change (Comment added) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Find Flow dialog Initial Comment: The find flow dialog is not consistent when we change the windows settings for 150% screen. The scroll bar is not shown and others misstakes when a lots of MSC diagrams are opened. ---------------------------------------------------------------------- >Comment By: Matus Madzin (madzin) Date: 2012-07-08 08:58 Message: How to change the windows settings (windows 7) Right click on desktop -> Personalize -> Display (in left menu) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:55:54
|
Bugs item #3541390, was opened at 2012-07-08 08:55 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Find Flow dialog Initial Comment: The find flow dialog is not consistent when we change the windows settings for 150% screen. The scroll bar is not shown and others misstakes when a lots of MSC diagrams are opened. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541390&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:51:07
|
Feature Requests item #3541388, was opened at 2012-07-08 08:51 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541388&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Tint of green in Find Flow Initial Comment: Change tint of green color in the Find Flow algorithm output to be more readable. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541388&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:47:41
|
Feature Requests item #3541386, was opened at 2012-07-08 08:47 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541386&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Difference diagram Initial Comment: Create difference diagram in find flow when the specification is HMSC. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046489&aid=3541386&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:46:07
|
Bugs item #3541385, was opened at 2012-07-08 08:45 Message generated for change (Settings changed) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541385&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Verification algorithms Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Matus Madzin (madzin) Summary: Performance of Find Flow Initial Comment: Performance of Find Flow algorithm in case there are many messages without time constraints. Suppose algorithms for time checking are executed in each run of Find Flow. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541385&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:45:28
|
Bugs item #3541385, was opened at 2012-07-08 08:45 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541385&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Verification algorithms Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Performance of Find Flow Initial Comment: Performance of Find Flow algorithm in case there are many messages without time constraints. Suppose algorithms for time checking are executed in each run of Find Flow. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541385&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:41:41
|
Bugs item #3541384, was opened at 2012-07-08 08:41 Message generated for change (Settings changed) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) >Assigned to: Matus Madzin (madzin) Summary: Color of Find Flow output Initial Comment: Negative Output of Find Flow algorithm was not in red color. Example: diff between two bMSC diagrams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 |
From: SourceForge.net <no...@so...> - 2012-07-08 15:41:15
|
Bugs item #3541384, was opened at 2012-07-08 08:41 Message generated for change (Tracker Item Submitted) made by madzin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Matus Madzin (madzin) Assigned to: Nobody/Anonymous (nobody) Summary: Color of Find Flow output Initial Comment: Negative Output of Find Flow algorithm was not in red color. Example: diff between two bMSC diagrams. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1046486&aid=3541384&group_id=219467 |