DE102005042129A1 - Method and apparatus for automatically evaluating the quality of a software source code - Google Patents
Method and apparatus for automatically evaluating the quality of a software source code Download PDFInfo
- Publication number
- DE102005042129A1 DE102005042129A1 DE102005042129A DE102005042129A DE102005042129A1 DE 102005042129 A1 DE102005042129 A1 DE 102005042129A1 DE 102005042129 A DE102005042129 A DE 102005042129A DE 102005042129 A DE102005042129 A DE 102005042129A DE 102005042129 A1 DE102005042129 A1 DE 102005042129A1
- Authority
- DE
- Germany
- Prior art keywords
- quality
- source code
- distance
- sequence
- refactoring
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/70—Software maintenance or management
- G06F8/71—Version control; Configuration management
Landscapes
- Engineering & Computer Science (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Stored Programmes (AREA)
Abstract
Die Erfindung betrifft ein Verfahren und eine Vorrichtung (1) zum automatisierten Bewerten der Qualität eines Software-Quellcodes (10), bei dem ein Qualitätsziel für die Qualität des Quellcodes vorgegeben ist (12). Dabei werden eine aktuelle Qualität des Quellcodes (10) und eine Distanz der aktuellen Qualität des Quellcodes (10) zu dem vorgegebenen Qualitätsziel für die Qualität des Quellcodes ermittelt (16). Aufgrund der Erfindung können vorteilhafterweise große Mengen an Quellcode automatisiert hinsichtlich ihrer Qualität bewertet und insbesondere auch verbessert werden.The invention relates to a method and a device (1) for the automated evaluation of the quality of a software source code (10), in which a quality target for the quality of the source code is specified (12). A current quality of the source code (10) and a distance between the current quality of the source code (10) and the specified quality target for the quality of the source code are determined (16). Due to the invention, large amounts of source code can advantageously be automatically evaluated with regard to their quality and in particular also improved.
Description
Die Erfindung betrifft ein Verfahren und eine Vorrichtung zum automatisierten Bewerten der Qualität eines Software-Quellcodes.The The invention relates to a method and an apparatus for automated Rate the quality a software source code.
Die Verbesserung der Qualität von Softwarecode ist ein ständiges Bestreben bei der Entwicklung von Software, d. h. Programmen für Computer. Dies gilt nicht nur in Bezug auf das Sicherstellen der Funktionalität der Software, sondern beispielsweise auch in Bezug auf deren Wartbarkeit und Verständlichkeit. Eine ausreichend gute Qualität von Software ist insbesondere dann schwierig zu erreichen, wenn der Umfang der Software, d. h. die Menge des Quellcodes, groß ist, um insbesondere die gewünschte Funktionalität abzudecken. Darüber hinaus ist häufig eine große Menge an expliziten und impliziten informellen Anforderungen vorhanden, die den beteiligten Entwicklern nicht in gleichem Maße bekannt sind und daher bei der Entwicklung nicht ausreichend berücksichtigt werden. Weiterhin ist häufig der Zeitdruck groß, um die Software fertig zu stellen und auszuliefern.The Quality improvement Software code is a permanent one Endeavor in the development of software, d. H. Programs for computers. This not only applies to ensuring the functionality of the software, but also, for example, in terms of their maintainability and clarity. A sufficiently good quality Software is difficult to achieve, especially when the size of the software, d. H. the amount of source code, is big to order in particular to cover the desired functionality. About that In addition, there is often one size Set of explicit and implicit informal requirements, not familiar to the developers involved to the same extent are not sufficiently taken into account in the development become. Furthermore, it is common the time pressure big, to finish the software and deliver it.
Zum Beurteilen der Qualität der Software wurden bereits Qualitätsmodelle entwickelt, mit denen sich die Qualität nach vorgegebenen Kriterien beurteilen lässt. Ein solches Qualitätsmodell enthält beispielsweise die Deutsche Industrie Norm, DIN, ISO 9126, Informationstechnik – Beurteilen von Softwareprodukten, Qualitätsmerkmalen und Leitfaden zu deren Verwendung, 1991. In dieser Norm werden Metriken definiert, mit denen die Qualität der Software gemessen und angegeben werden soll. Über diese Norm hinaus sind im Folgenden Beispiele für Objekt-orientierte Metriken aufgeführt: Depth of Inheritance Tree, DIT, Number of Children, NOC, Coupling between Objects, CBO, Weighted Methods per Class, WMC, Re sponse for Class, RFC, Message Passing Coupling, MPC, Lack of Cohesion in Methods, LCOM, etc. Mit diesen Metriken lassen sich Eigenschaften von Objekt-orientierter Software auf der Ebene von Klassen und Methoden messen.To the Judging the quality The software has already been developed quality models with which the quality judged according to given criteria. Such a quality model contains for example German industry standard, DIN, ISO 9126, Information technology - Assessment of software products, quality features and guidance on their use, 1991. This standard sets metrics defined with which the quality the software should be measured and reported. About this standard In addition, the following are examples of object-oriented metrics listed: Depth of Inheritance Tree, DIT, Number of Children, NOC, Coupling between Objects, CBO, Weighted Methods by Class, WMC, Re sponse for Class, RFC, Message Passing Coupling, MPC, Lack of Cohesion in Methods, LCOM, etc. These metrics allow properties of object-oriented Measure software at the level of classes and methods.
Metriken sind Indikatoren für in der Software enthaltene Fehler und häufig nur beschränkt aussagekräftig. Sie sind sehr stark abhängig von den technischen Randbedingungen der verwendeten Computersysteme, wie Speicherkapazitäten, Reaktionszeiten, Durchsätzen, Wiederanlaufmöglichkeiten nach einem Stoppen des Ablaufes, Möglichkeiten, Updates einzuspielen, etc. Es ist daher notwendig, die Qualität der Software zusätzlich von Experten beurteilen zu lassen, die zumindest Teile des Quellcodes mehr oder weniger strukturiert manuell durchlesen. Dabei werden potentielle Fehlerquellen erörtert, dokumentiert und Verbesserungsmöglichkeiten vorgeschlagen, die dann vorzugsweise zur Korrektur der Fehler in der Software führen. Dieses Vorgehen ist allerdings aufgrund von schnell wachsenden Mengen an Quellcode, hoher Vernetzung der Systeme mit ihrem jeweiligen Anwendungsumfeld, kurzen Entwicklungszeiten, häufig örtlich verteilten Entwicklungskapazitäten und nicht zuletzt Expertenmangel zunehmend unpraktikabel und fehleranfällig.metrics are indicators of errors contained in the software and often only limited meaningful. she are very dependent from the technical constraints of the computer systems used, like storage capacities, Reaction times, throughputs, Restart options after stopping the process, possibilities to import updates, etc. It is therefore necessary to additionally check the quality of the software To let experts judge, at least parts of the source code more or read less structured manually. Here are potential Sources of error discussed, documented and possibilities for improvement suggested that then preferably to correct the error in lead the software. However, this approach is due to rapidly growing volumes Source code, high networking of the systems with their respective application environment, short development times, often locally distributed development capacity and last but not least lack of experts increasingly impractical and error-prone.
Aus Martin Fowler, "Refactorings: Improving the design of Code", Addison-Wesley, New York, 1999, sind sogenannte Refactorings oder Refactoring-Schritte bekannt. Refactoring-Schritte sind funktionserhaltende Transformationen des Quellcodes, die zu einer Verbesserung der Verständlichkeit des Quellcodes führen können. Solche Refactoring-Schritte sind beispielsweise: Extract Method, um eine Methode (Unterprogramm) aus dem Code herauszunehmen; Inline Method, um eine Methode in den Code einzufügen; Move Method, um eine Methode von einer zu einer anderen Klasse zu verschieben; Move Attribute, um ein Attribut von einer zu einer anderen Klasse zu verschieben; Extract Class, um eine neue Klasse zu generieren und einige kohäsive Attribute und Methoden zu dieser neuen Klasse zu verschieben; Inline Class, um die Mitglieder einer Klasse in eine andere zu verschieben und die alte Klasse zu löschen, etc.Out Martin Fowler, "Refactorings: Improving the design of code ", Addison-Wesley, New York, 1999, are so-called Refactorings or Refactoring steps known. Refactoring steps are function-preserving transformations of the source code, which improves the intelligibility of the source code can. Such refactoring steps include: Extract Method, to remove a method (subroutine) from the code; Inline Method to insert a method in the code; Move Method to a method move from one class to another; Move attributes, to move an attribute from one class to another; Extract class to generate a new class and some cohesive attributes and move methods to this new class; Inline Class, to move the members of one class to another and to delete the old class, Etc.
Der vorliegenden Erfindung liegt die Aufgabe zugrunde, ein automatisiertes Bewerten einer Qualität von Software-Quellcode auf technisch einfache Weise zu ermöglichen.Of the The present invention is based on the object of an automated Rate a quality from software source code to allow in a technically simple way.
Erfindungsgemäß wird diese Aufgabe durch ein Verfahren oder eine Vorrichtung mit den Merkmalen der Patentansprüche 1 bzw. 7 gelöst.According to the invention this Task by a method or a device with the features of the claims 1 or 7 solved.
Verfahrensseitig werden eine aktuelle Qualität des Quellcodes und eine Distanz der aktuellen Qualität des Quellcodes zu einem vorgegebenen Qualitätsziel für die Qualität des Quellcodes ermittelt. Vorrichtungsseitig sind ein Ermittlungsmittel zum Ermitteln einer aktuellen Qualität des Quellcodes und ein Steuermittel zum Ermitteln einer Distanz der aktuellen Qualität des Quellcodes zu einem vorgegebenen Qualitätsziel für die Qualität des Quellcodes vorhanden. Das Steuermittel ist dabei insbesondere so ausgestaltet, dass es ein Ausführen des erfindungsgemäßen Verfahrens ermöglicht. Durch die Ermittlung der Distanz kann ein Maß für den Aufwand festgestellt werden, der zu betreiben ist, um die durch das Qualitätsziel festgelegte gewünschte Qualität des Quellcodes zu erhalten. Der Aufwand kann vorteilhafterweise auf der Basis einer Beurteilung von vorgegebenen Kriterien zum Erreichen des Qualitätszieles, wie z. B. der aufzuwendenden Zeit und/oder dem aufzuwendenden Geld, angegeben werden. Das Ermitteln der Distanz zum Qualitätsziel kann auf der Grundlage einer Skala erfolgen. Eine solche Skala kann insbesondere eine Nominal-, Ordinal-, Intervall-, Verhältnis- und/oder Absolutskala umfassen. Aspekte, die sowohl für die Vorgabe des Qualitätszieles als auch für das Ermitteln der aktuellen Qualität des Quellcodes relevant sein können, können Wartbarkeit, Komplexität, Zuverlässigkeit, Benutzbarkeit, Effizienz, Übertragbarkeit, Verständlichkeit, Produk tivität, Sicherheit und/oder Effektivität des Quellcodes sein.On the procedural side, a current quality of the source code and a distance of the current quality of the source code to a predetermined quality target for the quality of the source code are determined. On the device side, a determination means for determining a current quality of the source code and a control means for determining a distance of the current quality of the source code to a predetermined quality target for the quality of the source code exist. The control means is in particular designed so that it allows an implementation of the method according to the invention. By determining the distance, a measure of the effort can be determined which is to be operated in order to obtain the desired quality of the source code determined by the quality target. The effort can advantageously on the basis of an assessment of predetermined criteria to achieve the quality objective, such. As the time and / or the money to be expended. Determining the distance to the quality goal can be done on the basis of a scale. Such a scale may in particular comprise a nominal, ordinal, interval, ratio and / or absolute scale. Aspects that may be relevant to both setting the quality objective and determining the current quality of the source code may include maintainability, complexity, reliability, usability, efficiency, portability, intelligibility, productivity, security, and / or effectiveness of the source code.
Gemäß einer bevorzugten Weiterbildung der Erfindung wird automatisiert eine Sequenz von mehreren sogenannten Refactoring-Schritten festgelegt, mittels der die Distanz ermittelt werden kann. Eine solche Sequenz umfasst ein insbesondere sequentielles Ausführen von einzelnen Refactoring-Schritten. Die Refactoring-Schritte sind funktional äquivalente Transformationen des Quellcodes hin zu einem besseren Zustand des Quellcodes. Die Beurteilung des besseren Zustandes des Quellcodes ist insbesondere auf ein bestimmtes Qualitätsmodell bezogen. Die festgelegte Sequenz der Refactoring-Schritte zeigt darüber hinaus vorteilhafterweise einen Weg auf, auf dem das Qualitätsziel ausgehend von dem aktuellen Qualitätszustand des Quellcodes erreicht werden kann. Es wird somit gleichzeitig ein Vorschlag für eine Verbesserung der Qualität der Software aufgezeigt. Zusätzlich kann es für einen Entwickler oder Experten möglich sein, implizite Anforderungen und informelle Randbedingungen beim Festlegen der Sequenz zu deren Auswahl einzubringen und damit auf einfache Weise zur Verbesserung der Qualität des Quellcodes beizutragen. Vorteilhafterweise ist es somit möglich, insbesondere große Mengen an Quellcode automatisiert und effektiv zu verbessern. Die Beurteilung der Distanz mittels der Sequenz von Refactoring-Schritten stellt darüber hinaus einen Vorschlag für die automatisierte Verbesserung des Quellcodes mittels dieser Sequenz von Refactoring-Schritten dar. Ebenso ist die Ermittlung der Distanz als Qualitätsmaß nachvollziehbar, objektivierbar und reproduzierbar, da die Erklärung an Hand von Verbesserungsvorschlägen, d. h. der Sequenz von Refactoring-Schritten, angegeben wird.According to one preferred embodiment of the invention is automated Sequence defined by several so-called refactoring steps, by means of the distance can be determined. Such a sequence includes a particular sequential execution of individual refactoring steps. The Refactoring steps are functionally equivalent transformations the source code to a better state of the source code. The Appraisal of the better state of the source code is in particular on a specific quality model based. In addition, the fixed sequence of the refactoring steps advantageously shows a way on which the quality goal based on the current quality status of the source code can be achieved. It will be at the same time a proposal for an improvement in quality the software shown. additionally can it for a developer or expert possible be, implicit requirements and informal constraints Set the sequence to make their selection, and thus to simple Way to improve the quality of the source code. Advantageously, it is thus possible, in particular large quantities to automate and effectively improve source code. The assessment the distance by means of the sequence of refactoring steps about that addition, a proposal for the automated improvement of the source code using this sequence of refactoring steps. Likewise, the determination of the distance as a quality measure comprehensible, objectifiable and reproducible, since the explanation is based on suggestions for improvement, i. H. the sequence of refactoring steps.
Gemäß einer weiteren vorteilhaften Ausgestaltung der Erfindung wird eine Menge von mehreren Sequenzen und für diese mehreren Sequenzen jeweils eine Distanz ermittelt. Dabei umfassen die mehreren Sequenzen jeweils mehrere Refactoring- Schritte. Mit dieser ermittelten Menge von Sequenzen lässt sich das Qualitätsziel auf geeignete Weise erreichen. Zumindest kann dem Qualitätsziel mit diesen Sequenzen hinreichend nahe gekommen werden. Das Zusammenstellen der Menge von Sequenzen kann vorteilhafterweise im Hinblick auf ein Qualitätsmodell und das Qualitätsziel erfolgen. Dadurch ist es möglich, auf besonders effektive Weise eine geeignete Grundlage zum Festlegen der Sequenz zu bilden.According to one Another advantageous embodiment of the invention is an amount of multiple sequences and for each of these multiple sequences determines a distance. Include the multiple sequences each have multiple refactoring steps. With this The set quantity of sequences determines the quality target reach a suitable way. At least the quality goal can be with be sufficiently close to these sequences. The compilation The amount of sequences may be advantageous in terms of a quality model and the quality goal respectively. This makes it possible a particularly effective way of setting to form the sequence.
Besonders bevorzugt wird die festgelegte Sequenz von Refactoring-Schritten aus der ermittelten Menge von möglichen Sequenzen von Refactoring-Schritten ausgewählt. Diese Auswahl erfolgt vorteilhafterweise ebenfalls automatisiert. Dadurch kann sichergestellt werden, dass eine optimierte Sequenz von Refactoring-Schritten ausgewählt wird, die gleichzeitig eine besonders günstige Möglichkeit der Verbesserung der Qualität des Quellcodes angibt. Es ist möglich, die einzelnen Refactoring-Schritte in vielen unterschiedlichen Varianten miteinander zu einer Sequenz zu kombinieren, um dadurch die optimale Sequenz zu erhalten.Especially preferred is the specified sequence of refactoring steps from the determined amount of possible Sequences selected from refactoring steps. This selection is made advantageously also automated. This can be ensured be that an optimized sequence of refactoring steps is selected, at the same time a particularly favorable possibility of improvement the quality of the source code. It is possible, the individual refactoring steps in many different variants to combine with each other to form a sequence, thereby creating the optimal sequence to obtain.
In einer weiteren, besonders bevorzugten Ausgestaltung der Erfindung wird für einzelne Refactoring-Schritte eine Schritt-Distanz als Distanz der aktuellen Qualität des Quellcodes zu der Qualität des Quellcodes gemäß dem Qualitätsziel bezogen auf den einzelnen Refactoring-Schritt ermittelt. Die Summe der Schritt-Distanzen von einzelnen, zu der Sequenz zusammengeschlossenen Refactoring-Schritten bestimmt eine Sequenz-Distanz dieser Sequenz von Refactoring-Schritten. Bei mehreren Sequenz-Distanzen von mehreren Sequenzen entspricht dann vorteilhafterweise die günstigste dieser Sequenz-Distanzen der Distanz der aktuellen Qualität des Quellcodes zu dem vorgegebenen Qualitätsziel für die Qualität des Quellcodes. Zum Bestimmen der Schritt-Distanzen muss nicht der vollständige Quellcode transformiert werden. Vielmehr ist es ausreichend, die einzelnen Refactoring-Schritte auf einer übergeordneten Ebene auf solche Teile der Software anzuwenden, die insbesondere für ein Bestimmen einer oder mehrerer Metriken relevant sind. Das Bestimmen der Qualitätsmetriken kann vorteilhafterweise ebenfalls automatisiert erfolgen.In a further, particularly preferred embodiment of the invention is for Individual refactoring steps take a step distance as the distance of the current one quality the source code to the quality the source code according to the quality target determined on the individual refactoring step. The sum of the step distances individual refactoring steps associated with the sequence determines a sequence distance of this sequence of refactoring steps. For several Sequence distances of several sequences then corresponds advantageously the cheapest this sequence distances the distance of the current quality of the source code to the given quality objective for the quality of the source code. To determine the step distances does not need the full source code be transformed. Rather, it is sufficient, the individual Refactoring steps on a parent Level to apply to such parts of the software, in particular for a Determining one or more metrics are relevant. The determining the quality metrics can advantageously also be automated.
Gemäß einer weiteren, bevorzugten Weiterbildung der Erfindung ist ein Qualitätsmodell vorgegeben. Weiterhin wird die Distanz in Abhängigkeit von diesem vorgegebenen Qualitätsmodell ermittelt. Dadurch kann die Erfindung geeignet an unterschiedliche Qualitätsansprüche angepasst werden. Ein solches Qualitätsmodell kann beispielsweise der DIN-Norm ISO 9126 entnommen werden. Es sind allerdings auch andere Qualitätsmodelle einsetzbar.According to one Another preferred embodiment of the invention is a quality model specified. Furthermore, the distance is determined depending on this quality model determined. As a result, the invention can be adapted to different Adapted to quality requirements become. Such a quality model For example, the DIN standard ISO 9126 can be found. There are but also other quality models used.
Vorteilhafte Ausgestaltungen und Weiterbildungen der Erfindung sind der Beschreibung unter Bezugnahme auf die Zeichnung entnehmbar.advantageous Embodiments and developments of the invention are the description With reference to the drawing removable.
Die Erfindung wird nachfolgend anhand der in den schematischen Figuren der Zeichnung angegebenen Ausführungsbeispiele näher erläutert. Es zeigen dabei:The invention will be explained in more detail with reference to the exemplary embodiments indicated in the schematic figures of the drawing. It show:
Mittels
dieser vorgegebenen Bedingungen Quellcode, Refactoring-Schritte
und Qualitätsziel wird
in einem Verfahrens schritt
Aufgrund
der Erfindung ist es vorteilhafterweise möglich, eine Bewertung der aktuellen
Qualität des
Software-Quellcodes
vorzunehmen, wie er gemäß der Verfahrenskomponente
Die
Steuereinrichtung
Obgleich die vorliegende Erfindung vorstehend anhand bevorzugter Ausführungsbeispiele beschrieben wurde, ist sie dar auf nicht beschränkt, sondern auf vielfältige Art und Weise modifizierbar.Although the present invention above based on preferred embodiments is described, it is not limited to, but in many ways and modifiable.
Claims (12)
Priority Applications (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102005042129A DE102005042129A1 (en) | 2005-09-05 | 2005-09-05 | Method and apparatus for automatically evaluating the quality of a software source code |
| US11/512,177 US8037455B2 (en) | 2005-09-05 | 2006-08-30 | Method and device for the automated evaluation of software source code quality |
Applications Claiming Priority (1)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| DE102005042129A DE102005042129A1 (en) | 2005-09-05 | 2005-09-05 | Method and apparatus for automatically evaluating the quality of a software source code |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| DE102005042129A1 true DE102005042129A1 (en) | 2007-03-15 |
Family
ID=37762919
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| DE102005042129A Ceased DE102005042129A1 (en) | 2005-09-05 | 2005-09-05 | Method and apparatus for automatically evaluating the quality of a software source code |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US8037455B2 (en) |
| DE (1) | DE102005042129A1 (en) |
Families Citing this family (9)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US8881112B2 (en) * | 2007-12-19 | 2014-11-04 | International Business Machines Corporation | Quality measure tool for a composite application |
| US20100218164A1 (en) * | 2008-03-19 | 2010-08-26 | National Central University | Pattern Quality Verification Model |
| US20090271766A1 (en) * | 2008-04-29 | 2009-10-29 | International Business Machines Corporation | Methods, systems and computer program products for improving program performance by anti-refactoring |
| US8347272B2 (en) * | 2008-07-23 | 2013-01-01 | International Business Machines Corporation | Call graph dependency extraction by static source code analysis |
| US8566787B2 (en) * | 2008-09-15 | 2013-10-22 | Infosys Limited | System and method for improving modularity of large legacy software systems |
| CN103793315B (en) * | 2012-10-29 | 2018-12-21 | Sap欧洲公司 | Monitoring and improvement software development quality method, system and computer-readable medium |
| CN108536591A (en) * | 2018-03-27 | 2018-09-14 | 中国人民解放军海军大连舰艇学院 | A kind of shipboard command and control system software quality semi-quantification dynamic assessment method |
| US10732962B1 (en) * | 2018-04-12 | 2020-08-04 | Amazon Technologies, Inc. | End-to-end deployment infrastructure |
| CN112131122B (en) * | 2020-09-27 | 2022-09-30 | 北京智联安行科技有限公司 | Method and device for source code defect detection tool misinformation evaluation |
Family Cites Families (4)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US7669180B2 (en) * | 2004-06-18 | 2010-02-23 | International Business Machines Corporation | Method and apparatus for automated risk assessment in software projects |
| WO2006130846A2 (en) * | 2005-06-02 | 2006-12-07 | United States Postal Service | Methods and systems for evaluating the compliance of software to a quality benchmark |
| US7840944B2 (en) * | 2005-06-30 | 2010-11-23 | Sap Ag | Analytical regression testing on a software build |
| US20070083859A1 (en) * | 2005-10-12 | 2007-04-12 | Velidom, Inc. | Software manufacturing factory |
-
2005
- 2005-09-05 DE DE102005042129A patent/DE102005042129A1/en not_active Ceased
-
2006
- 2006-08-30 US US11/512,177 patent/US8037455B2/en active Active
Non-Patent Citations (2)
| Title |
|---|
| YU, Y. et al.: Software refactoring guided by multiple soft-goals. In: The First International Workshop of REFactoring, Nov. 13, 2003, British Columbia, Canada. <http://www.cs.toronto.edu/ APPROX yijun/GoalOrientedRefactoring.html> (recherchiert am 16.05.06) * |
| YU, Y. et al.: Software refactoring guided by multiple soft-goals. In: The First International Workshop of REFactoring, Nov. 13, 2003, British Columbia, Canada. <http://www.cs.toronto.edu/~yiju n/GoalOrientedRefactoring.html> (recherchiert am 16.05.06) |
Also Published As
| Publication number | Publication date |
|---|---|
| US8037455B2 (en) | 2011-10-11 |
| US20070055959A1 (en) | 2007-03-08 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| DE19781804B4 (en) | Device for simulating a real-time process control | |
| EP3082000B1 (en) | Method and system for testing a mechatronic system | |
| DE102005042126A1 (en) | Method and apparatus for automatically evaluating the quality of a software source code | |
| DE102005042129A1 (en) | Method and apparatus for automatically evaluating the quality of a software source code | |
| DE102010021382A1 (en) | Method and system for generating an integration model | |
| EP3622451A1 (en) | Product maturity determination in a technical system and in particular in an autonomously driving vehicle | |
| WO2007068563A1 (en) | Method for processing and creating diagnostic data in a software development process | |
| DE10325513B4 (en) | Method and apparatus for creating a behavioral aspect of a formal verification circuit | |
| EP1505399B1 (en) | Method for Generating Test Data for functional test of data processing circuits | |
| DE10242916A1 (en) | Automated control software writing system for loading device-independent functionality for automation devices uses properties and functions of different automation systems and a runtime framework | |
| EP0708941B1 (en) | Process for testing an object-oriented programme | |
| DE10233971A1 (en) | Software generating method for a software-controlled device uses a software model implemented as data in a computer to derive software program code automatically from the model | |
| WO1997003389A1 (en) | Process for generating a user-specific logic diagram for programmable controllers (sps) | |
| DE19546173A1 (en) | Operator surface testing system for computer-controlled system | |
| EP0560342B1 (en) | Method for debugging HDL-programs | |
| DE10254530A1 (en) | Control system upgrading method in which an information set description relating to a first software configuration is first converted into a neutral meta-description, which is then converted into a second software information set | |
| DE102024000219A1 (en) | Sustainability production model: Complex CO2 calculation on several levels | |
| WO2026000006A1 (en) | Method for functional analysis of a source system | |
| DE102023004185A1 (en) | Method for operating an electronic computing device for generating a control table for an electric motor, a computer program code, a computer-readable storage medium and an electronic computing device | |
| WO2025168430A1 (en) | Computer-implemented method for providing artifacts for a simulation of a real device | |
| DE102021211620A1 (en) | Method and system for automatic generation of an embedded source code for the electronic control unit of an AD/ADAS on-road vehicle | |
| DE102008052534A1 (en) | Software module integrating method for electronic controller of e.g. brake regulation system, in motor vehicle, involves exchanging modules between teams for forming software to exchange information of RAM data structure | |
| DE102009033013A1 (en) | Method for modifying and / or generating a baseline activity based workflow, as well as project support tool and project support framework | |
| DE10041082A1 (en) | Recording communications between client, server involves analyzing client stubs to identify interface distributed object classes/implementations, modifying stubs by including instrumentation | |
| EP1674953A1 (en) | System and method for reusing of design related data |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| OP8 | Request for examination as to paragraph 44 patent law | ||
| 8131 | Rejection |