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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a1fda313ce81fbfc,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!8g2000hse.googlegroups.com!not-for-mail From: David Sauvage Newsgroups: comp.lang.ada Subject: Announce : Release of AdaDesigner, to an Ada refactoring framework. Date: Mon, 26 May 2008 05:27:12 -0700 (PDT) Organization: http://groups.google.com Message-ID: <5405f262-2b19-4caf-a362-abb69ce13e9b@8g2000hse.googlegroups.com> NNTP-Posting-Host: 82.228.131.58 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1211804832 24158 127.0.0.1 (26 May 2008 12:27:12 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 26 May 2008 12:27:12 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: 8g2000hse.googlegroups.com; posting-host=82.228.131.58; posting-account=VT4k8QoAAAB0zUvVwUYyaKE5TB63pAuh User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9b5) Gecko/2008050509 Firefox/3.0b5,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:371 Date: 2008-05-26T05:27:12-07: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). - To propose a modern way of doing refactoring on the software (via a high level HMI). AdaDesigner is based on : - GNATGPR [7] (GPL) - ASIS [8] (GPL) - AUnit [9] (GPL) Thanks to all the people behind those projects. https://gna.org/projects/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] https://gna.org/projects/gnatgpr [8] https://libre.adacore.com/ [9] https://libre.adacore.com/aunit