From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,40d8e60e906bcdc3,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!c10g2000vbv.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Announce : Release of AdaDesigner 0.27, aiming an Ada refactoring framework. Date: Tue, 22 Feb 2011 01:06:17 -0800 (PST) Organization: http://groups.google.com Message-ID: <418360b7-8318-4f81-97a4-681ae71e27ec@c10g2000vbv.googlegroups.com> NNTP-Posting-Host: 41.136.234.179 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: posting.google.com 1298365577 2175 127.0.0.1 (22 Feb 2011 09:06:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 22 Feb 2011 09:06:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: c10g2000vbv.googlegroups.com; posting-host=41.136.234.179; posting-account=RLLoCgoAAAAlrjFze52eMRxLw8Zw6JGC User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:18503 Date: 2011-02-22T01:06:17-08:00 List-Id: AdaDesigner [1] is an Ada 2005 (GPL) software which aims to become an Ada software refactoring framework. Using ASIS [2], AdaDesigner builds a specific package call-graph view of the project. Using some meta-data added in the GPR project files, it creates an abstraction layer further called sub-component layer. One sub- component contains several packages. AdaDesigner already proposes software engineers one interesting component design view of their software projects. This is done by the generation of a graphviz [3] DOT [4] file. See AdaDesigner presentation [5] for more details. In the future, AdaDesigner could also be able : - To generate UML components views directly from the code (via XMI [6] format). AdaDesigner is based on : - GNATGPR [7] (GPL) - ASIS [8] (GPL) - AUnit [9] (GPL) http://www.adalabs.com/products.html#Adadesigner [1] https://gna.org/projects/adadesigner [2] http://www.sigada.org/WG/asiswg/ [3] http://www.graphviz.org/ [4] http://www.graphviz.org/doc/info/lang.html [5] http://home.gna.org/adadesigner/presentation_adadesigner.pdf [6] http://en.wikipedia.org/wiki/XMI [7] http://www.adalabs.com/products.html#Gnatgpr [8] https://libre.adacore.com/ [9] https://libre.adacore.com/aunit