From 953612929c37f055849f57f7dc42db714ba03707 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 3 Dec 2010 22:53:50 +0100 Subject: [PATCH] added a new test and the corresponding test data --- test/{update-test-data.php => 00_parser.php} | 0 test/01_output.php | 86 + .../033981dc0e063ed7f5003ba7ea05eedc.html | 43 + .../03fb25137cdb797acfbe13e927ce41ce.html | 89 ++ .../16162487c2271877973423daff5222d6.html | 38 + .../31721507999c0fb567513d8d51d99c31.html | 38 + .../357e491edfc8fde4daae7117d9164366.html | 24 + .../36916793e4585f7a22196db21e2724fb.html | 39 + .../3aa649bbc342c5918188229f2205dc1d.html | 32 + .../4c4c65636d50fa083859c4101a3f88dc.html | 1388 +++++++++++++++++ .../4cd4dec945a0966623128fe8dfe9b10e.html | 81 + .../57379f4d9506be7cd75de2f83219e84f.html | 36 + .../632abba2651d0c76144a55419914682d.html | 39 + .../6aa2be53f96f320ff9d9d6a152eda0f8.html | 31 + .../6d99d602a3271c529e8dd56e0e39fdfc.html | 337 ++++ .../7927fcd8654efc9521cae97590ac1e7b.html | 56 + .../8fd675bda5bb61c211f3695a6ea6a38b.html | 15 + .../982dbdb9aaff28b153228d3d6b01a406.html | 24 + .../b4155fdd8a001ff84fed76fdff701bff.html | 30 + .../d4428dcf3da7c71cd6477294a6c93a14.html | 219 +++ .../edeaf42415d65bf6708bafa6396c7824.html | 38 + 21 files changed, 2683 insertions(+) rename test/{update-test-data.php => 00_parser.php} (100%) create mode 100644 test/01_output.php create mode 100644 test/output/033981dc0e063ed7f5003ba7ea05eedc.html create mode 100644 test/output/03fb25137cdb797acfbe13e927ce41ce.html create mode 100644 test/output/16162487c2271877973423daff5222d6.html create mode 100644 test/output/31721507999c0fb567513d8d51d99c31.html create mode 100644 test/output/357e491edfc8fde4daae7117d9164366.html create mode 100644 test/output/36916793e4585f7a22196db21e2724fb.html create mode 100644 test/output/3aa649bbc342c5918188229f2205dc1d.html create mode 100644 test/output/4c4c65636d50fa083859c4101a3f88dc.html create mode 100644 test/output/4cd4dec945a0966623128fe8dfe9b10e.html create mode 100644 test/output/57379f4d9506be7cd75de2f83219e84f.html create mode 100644 test/output/632abba2651d0c76144a55419914682d.html create mode 100644 test/output/6aa2be53f96f320ff9d9d6a152eda0f8.html create mode 100644 test/output/6d99d602a3271c529e8dd56e0e39fdfc.html create mode 100644 test/output/7927fcd8654efc9521cae97590ac1e7b.html create mode 100644 test/output/8fd675bda5bb61c211f3695a6ea6a38b.html create mode 100644 test/output/982dbdb9aaff28b153228d3d6b01a406.html create mode 100644 test/output/b4155fdd8a001ff84fed76fdff701bff.html create mode 100644 test/output/d4428dcf3da7c71cd6477294a6c93a14.html create mode 100644 test/output/edeaf42415d65bf6708bafa6396c7824.html diff --git a/test/update-test-data.php b/test/00_parser.php similarity index 100% rename from test/update-test-data.php rename to test/00_parser.php diff --git a/test/01_output.php b/test/01_output.php new file mode 100644 index 0000000..c24ceef --- /dev/null +++ b/test/01_output.php @@ -0,0 +1,86 @@ + '', +'menu view' => 'bib='.$bib.'&menu', +'all view' => 'bib='.$bib.'&all', +'book view' => 'bib='.$bib.'&type=book', +'year view' => 'bib='.$bib.'&year=2004', +'author view' => 'bib='.$bib.'&author=Victor+R.+Basili', +'non existent author' => 'bib='.$bib.'&author=Victor+R.+Basilis', // +'key view' => 'bib='.$bib.'&key=Basili1996', +'key view tech report' => 'key=SMACCHIA.COM2006&bib='.$bib.'', +'key view book' => 'key=Kan95a&bib='.$bib.'', +//'nonexistent key' => 'bib='.$bib.'&key=Basili1996s', // +'keyword view' => 'bib='.$bib.'&keywords=components', +'search view' => 'bib='.$bib.'&search=ocl', +'multisearch with or parameter ' => 'bib='.$bib.'&author=Martin+Monperrus&type=article|incollection',// +'multisearch with exclude and author' => 'bib='.$bib.'&exclude=workshop&author=Martin+Monperrus',// +'multisearch with author and search' => 'bib='.$bib.'&author=Martin+Monperrus&search=workshop',// +'all & academic view' => 'bib='.$bib.'&all&academic',// +'author & academic view' => 'bib='.$bib.'&author=Martin+Monperrus&academic',// +'author & academic view (deprecated)' => 'bib='.$bib.'&academic=Martin+Monperrus',// +//'the default view with frameset' => 'bib='.$bib.'',// +'RSS feed all' => 'bib='.$bib.'&all&rss', +'RSS feed author' => 'bib='.$bib.'&author=Martin+Monperrus&rss', +/*'included in another page all' => $base.'bibtexbrowser-test-include1.php', +'included in another page all/academic' => $base.'bibtexbrowser-test-include2.php', +'included in another page author' => $base.'bibtexbrowser-test-include3.php', +'included in another page author/academic' => $base.'bibtexbrowser-test-include4.php', +'included no bib file' => $base.'bibtexbrowser-test-include5.php', +'Test Library and IndependentYearMenu' => $base.'bibtexbrowser-test-include6.php', +'include and key' => $base.'bibtexbrowser-test-include7.php', +'all view' => 'bib=../bib/strings.bib;../bib/entries.bib&all'*/ +); + + +// checking if XML (XHTML) is correct +foreach($url as $desc => $query_string) { + + parse_str($query_string, $_GET); + //echo var_export($_GET); + + $_SERVER['HTTP_HOST']='localhost'; + $_SERVER['SERVER_PORT']='80'; + $_SERVER['REQUEST_URI']=$query_string; + + ob_start(); + $db = new Dispatcher(); + $data = ob_get_clean(); + + if (!preg_match('/<.xml/',$data)) { + $data = ''.$data; + }; + file_put_contents(dirname(__FILE__).'/output/'.md5($query_string).".html", $data); + + //echo "${desc}: "; + //echo "
".htmlentities($data)."
"; + // true is really important + $xmlparser = xml_parser_create('ISO-8859-1'); + + if (xml_parse($xmlparser,$data,true) == 1) { + echo "-- ".$query_string."\n"; + } + else { + echo "XX ".$query_string."\n"; + echo " ".md5($data).".html\n"; + echo xml_error_string ( xml_get_error_code ( $xmlparser ))."
"; + echo xml_get_current_line_number ( $xmlparser )."
"; + echo xml_get_current_column_number ( $xmlparser )."
"; + } + +} + + +?> \ No newline at end of file diff --git a/test/output/033981dc0e063ed7f5003ba7ea05eedc.html b/test/output/033981dc0e063ed7f5003ba7ea05eedc.html new file mode 100644 index 0000000..6d79093 --- /dev/null +++ b/test/output/033981dc0e063ed7f5003ba7ea05eedc.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + +A Validation of Object-Oriented Design Metrics as Quality Indicators (bibtex) + +
A Validation of Object-Oriented Design Metrics as Quality Indicators (bibtex)
+
@ARTICLE{Basili1996,
+  author = {Victor R. Basili and Lionel C. Briand and Walcélio L. Melo},
+  title = {A Validation of Object-Oriented Design Metrics as Quality Indicators},
+  journal = {IEEE Trans. Softw. Eng.},
+  year = {1996},
+  volume = {22},
+  pages = {751--761},
+  number = {10},
+  doi = {10.1109/32.544352},
+  issn = {0098-5589}
+}
+
Powered by bibtexbrowser
+ + diff --git a/test/output/03fb25137cdb797acfbe13e927ce41ce.html b/test/output/03fb25137cdb797acfbe13e927ce41ce.html new file mode 100644 index 0000000..1d5d627 --- /dev/null +++ b/test/output/03fb25137cdb797acfbe13e927ce41ce.html @@ -0,0 +1,89 @@ + + + + + +Type: Book + +
Type: Book [rss]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2003
[17] Metrotrade Project, Regmet Project, "Metrology - in short", European Association of National Metrology Institutes, 2003. + [bib] [pdf]
2001
[16] ISO/IEC, "ISO/IEC 9126. Software engineering -- Product quality", ISO/IEC, 2001. + [bib]
1996
[15] Brian Henderson-Sellers, "Object-Oriented Metrics, measures of complexity", Prentice Hall, 1996. + [bib]
1995
[14] Kevin Pulford, Annie Kuntzmann-Combelles, Stephen Shirlaw, "A quantitative approach to software management: the AMI handbook", Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, 1995. + [bib]
[13] Stephen H. Kan, "Metrics and Models in Software Quality Engineering", Addison Wesley, Reading, MA, 1995. + [bib]
1994
[12] B. Henderson-Sellers, J. M. Edwards, "BOOKTWO of Object-Oriented Knowledge: The Working Object", Prentice Hall, 1994. + [bib]
1993
[11] C. Jones, "Software Productivity and Quality Today: The Worldwide Perspective", Carlsbad, Calif.: IS Management Group, 1993. + [bib]
[10] CEI, ISO, "International vocabulary of basic and general terms in metrology = vocabulaire international des termes fondamentaux et généraux de métrologie", International Organisation for Standardization, 1993. + [bib]
1992
[9] Robert B. Grady, "Practical software metrics for project management and process improvement", Prentice-Hall, Inc., 1992. + [bib]
1991
[8] Horst Zuse, "Software Complexity", Walter de Gruyter, Berlin, 1991. + [bib]
[7] N. E. Fenton, "Software Metrics: A Rigorous Approach", Chapman and Hall, 1991. + [bib]
[6] C. Jones, "Applied software measurement: assuring productivity and quality", McGraw-Hill, 1991. + [bib]
1987
[5] Robert B. Grady, Deborah L. Caswell, "Software metrics: establishing a company-wide program", Prentice-Hall, Inc., 1987. + [bib]
1986
[4] C. Jones, "Programming Productivity", McGraw-Hill, 1986. + [bib]
1981
[3] A. Perlis, F. Sayward, M. Shaw, "Software Metrics", MIT, 1981. + [bib]
[2] Barry W. Boehm, "Software Engineering Economics", Prentice Hall, Englewood Cliffs, NJ, 1981. + [bib]
1971
[1] D.H. Krantz, R.D. Luce, P. Suppes, A. Tversky, "Foundations of measurement", Academic Press, New York, 1971. + [bib]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/16162487c2271877973423daff5222d6.html b/test/output/16162487c2271877973423daff5222d6.html new file mode 100644 index 0000000..29d3e6f --- /dev/null +++ b/test/output/16162487c2271877973423daff5222d6.html @@ -0,0 +1,38 @@ + + + + + +Publications of Martin Monperrus + +
Publications of Martin Monperrus [rss]
+
Refereed Articles and Book Chapters
+ + +
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
+
Refereed Conference Papers
+ + + +
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + [bib] [pdf]
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + [bib] [pdf]
+
Refereed Workshop Papers
+ + +
[2007] Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + [bib] [pdf]
+
Other Publications
+ + +
[2008] Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + [bib] [pdf]
+
Powered by bibtexbrowser
+ + diff --git a/test/output/31721507999c0fb567513d8d51d99c31.html b/test/output/31721507999c0fb567513d8d51d99c31.html new file mode 100644 index 0000000..ef04a6e --- /dev/null +++ b/test/output/31721507999c0fb567513d8d51d99c31.html @@ -0,0 +1,38 @@ + + + + + +Publications of Martin Monperrus + +
Publications of Martin Monperrus [rss]
+
Refereed Articles and Book Chapters
+ + +
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
+
Refereed Conference Papers
+ + + +
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + [bib] [pdf]
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + [bib] [pdf]
+
Refereed Workshop Papers
+ + +
[2007] Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + [bib] [pdf]
+
Other Publications
+ + +
[2008] Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + [bib] [pdf]
+
Powered by bibtexbrowser
+ + diff --git a/test/output/357e491edfc8fde4daae7117d9164366.html b/test/output/357e491edfc8fde4daae7117d9164366.html new file mode 100644 index 0000000..b0b6eae --- /dev/null +++ b/test/output/357e491edfc8fde4daae7117d9164366.html @@ -0,0 +1,24 @@ + + + + + +Publications of Martin Monperrus & Search: Workshop + +
Publications of Martin Monperrus & Search: Workshop [rss]
+ + + + + +
2007
[1] Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + [bib] [pdf]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/36916793e4585f7a22196db21e2724fb.html b/test/output/36916793e4585f7a22196db21e2724fb.html new file mode 100644 index 0000000..01420f6 --- /dev/null +++ b/test/output/36916793e4585f7a22196db21e2724fb.html @@ -0,0 +1,39 @@ + + + + + +Keywords: Components + +
Keywords: Components [rss]
+ + + + + + + + + + + + + + + + + +
2005
[4] Sajjad Mahmood, Richard Lai, "Measuring the Complexity of a UML Component Specification", In QSIC '05: Proceedings of the Fifth International Conference on Quality Software, IEEE Computer Society, Washington, DC, USA, pp. 150-160, 2005. + [bib] [doi]
2004
[3] V. L. Narasimhan, B. Hendradjaya, "Component Integration Metrics", In Proceedings of the International Conference on Software Engineering Research and Practice (SERP'04), 2004. + [bib]
2003
[2] N. S. Gill, P. S. Grover, "Component-based measurement: few useful guidelines", In SIGSOFT Softw. Eng. Notes, ACM, vol. 28, no. 6, pp. 4-4, 2003. + [bib] [doi]
2001
[1] Eun Sook Cho, Min Sun Kim, Soo Dong Kim, "Component Metrics to Measure Component Quality", In Proceedings of the 8th Asia-Pacific on Software Engineering Conference (APSEC'01), IEEE Computer Society, pp. 419, 2001. + [bib]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/3aa649bbc342c5918188229f2205dc1d.html b/test/output/3aa649bbc342c5918188229f2205dc1d.html new file mode 100644 index 0000000..c071f5c --- /dev/null +++ b/test/output/3aa649bbc342c5918188229f2205dc1d.html @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + +Metrics and Models in Software Quality Engineering (bibtex) + +
Metrics and Models in Software Quality Engineering (bibtex)
+
@BOOK{Kan95a,
+  title = {Metrics and Models in Software Quality Engineering},
+  publisher = {Addison Wesley},
+  year = {1995},
+  author = {Stephen H. Kan},
+  address = {Reading, MA}
+}
+
Powered by bibtexbrowser
+ + diff --git a/test/output/4c4c65636d50fa083859c4101a3f88dc.html b/test/output/4c4c65636d50fa083859c4101a3f88dc.html new file mode 100644 index 0000000..0b9e952 --- /dev/null +++ b/test/output/4c4c65636d50fa083859c4101a3f88dc.html @@ -0,0 +1,1388 @@ + + + Publications in /var/www/bibtexbrowser/test/input/metrics.bib + http://localhostbib=/var/www/bibtexbrowser/test/input/metrics.bib&all&rss + + + bibtexbrowser v__MTIME__ + + + Dynamic fan-in and fan-out metrics for program comprehension + http://localhost./bibtexbrowser.php?key=Yu-ying2007&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Wang Yu-ying, Li Qing-shan, Chen Ping, Ren Chun-de, "Dynamic fan-in and fan-out metrics for program comprehension", In Journal of Shanghai University, vol. 11, no. 5, pp. 474-479, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AYu-ying2007 + + + A Data Model for Object-Oriented Design Metrics + http://localhost./bibtexbrowser.php?key=Abounader1997&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + J. Abounader, D. Lamb, "A Data Model for Object-Oriented Design Metrics", Technical report, Queen's University, Kingston, ON., 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AAbounader1997 + + + OOMeter: A Software Quality Assurance Tool + http://localhost./bibtexbrowser.php?key=Alghamdi2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jarallah S. Alghamdi, Raimi A. Rufai, Sohel M. Khan, "OOMeter: A Software Quality Assurance Tool", In Proceedings of the Ninth European Conference on Software Maintenance and Reengineering (CSMR'05), pp. 190-191, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AAlghamdi2005 + + + Generic Metric Extraction Framework + http://localhost./bibtexbrowser.php?key=Alikacem2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + El Hachemi Alikacem, Houari Sahraoui, "Generic Metric Extraction Framework", In Proceedings of IWSM/MetriKon'2006, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AAlikacem2006 + + + Détection d'anomalies utilisant un langage de description de règle de qualité + http://localhost./bibtexbrowser.php?key=Alikacem2006a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + El Hachemi Alikacem, Houari Sahraoui, "Détection d'anomalies utilisant un langage de description de règle de qualité", In Actes de la 12ème conférence Langage et Modèles à Objets, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AAlikacem2006a + + + Evaluating framework architecture structural stability + http://localhost./bibtexbrowser.php?key=Bansiya00&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jagdish Bansiya, "Evaluating framework architecture structural stability", In ACM Comput. Surv., ACM Press, vol. 32, no. 1es, pp. 18, 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABansiya00 + + + A Hierarchical Model for Object-Oriented Design Quality Assessment + http://localhost./bibtexbrowser.php?key=Bans02a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jagdish Bansiya, Carl Davis, "A Hierarchical Model for Object-Oriented Design Quality Assessment", In IEEE Transactions on Software Engineering, vol. 28, no. 1, pp. 4-17, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABans02a + + + Formalizing Object-Oriented Design Metrics upon the UML Meta-Model + http://localhost./bibtexbrowser.php?key=Baroni2002&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + A. Baroni, F. Abreu, "Formalizing Object-Oriented Design Metrics upon the UML Meta-Model", In Proc. of the 16th Brazilian Symposium on Software Engineering, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABaroni2002 + + + Using OCL to Formalize Object-Oriented Design Metrics Definitions + http://localhost./bibtexbrowser.php?key=baroni02&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + A. Baroni, S. Braz, F. Abreu, "Using OCL to Formalize Object-Oriented Design Metrics Definitions", In ECOOP'02 Workshop on Quantitative Approaches in OO Software Engineering, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Abaroni02 + + + Quantitative assessment of UML dynamic models + http://localhost./bibtexbrowser.php?key=Baroni2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Aline Lùcia Baroni, "Quantitative assessment of UML dynamic models", In Proceedings of the doctoral symposium at the 10th European Software Engineering Conference held jointly with 13th International Symposium on Foundations of Software Engineering (ESEC-FSE'05), ACM Press, pp. 366-369, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABaroni2005 + + + A Validation of Object-Oriented Design Metrics as Quality Indicators + http://localhost./bibtexbrowser.php?key=Basili1996&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Victor R. Basili, Lionel C. Briand, Walcélio L. Melo, "A Validation of Object-Oriented Design Metrics as Quality Indicators", In IEEE Trans. Softw. Eng., vol. 22, no. 10, pp. 751-761, 1996. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABasili1996 + + + The Goal Question Metric Approach + http://localhost./bibtexbrowser.php?key=gqm&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Victor R. Basili, Gianluigi Caldiera, H. Dieter Rombach, "The Goal Question Metric Approach", Chapter in Encyclopedia of Software Engineering, Wiley, 1994. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Agqm + + + A Methodology for Collecting Valid Software Engineering Data. + http://localhost./bibtexbrowser.php?key=BasiliW84&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Victor R. Basili, David M. Weiss, "A Methodology for Collecting Valid Software Engineering Data.", In IEEE Trans. Software Eng., vol. 10, no. 6, pp. 728-738, 1984. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABasiliW84 + + + Software Measures and the Capability Maturity Model + http://localhost./bibtexbrowser.php?key=Baumert1992&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + John Baumert, Mark McWhinney, "Software Measures and the Capability Maturity Model", Technical report, Software Engineering Institute, Carnegie Mellon University, 1992. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABaumert1992 + + + Metrics for model driven requirements development + http://localhost./bibtexbrowser.php?key=Metrics_for_model_driven_requirements_development&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Brian Berenbach, Gail Borotto, "Metrics for model driven requirements development", In Proceeding of the 28th International Conference on Software Engineering (ICSE '06), ACM Press, pp. 445-451, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMetrics_for_model_driven_requirements_development + + + Efficient Relational Calculation for Software Analysis + http://localhost./bibtexbrowser.php?key=Beyer2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Dirk Beyer, Andreas Noack, Claus Lewerentz, "Efficient Relational Calculation for Software Analysis", In IEEE Trans. Softw. Eng., vol. 31, no. 2, pp. 137-149, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABeyer2005 + + + An Overview of the COCOMO 2.0 Software Cost Model + http://localhost./bibtexbrowser.php?key=cocomo%3A95&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Barry Boehm, Bradford Clark, Ellis Horowitz, Richard Shelby, Chris Westland, "An Overview of the COCOMO 2.0 Software Cost Model", In Software Technology Conference, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Acocomo%3A95 + + + Software Engineering Economics + http://localhost./bibtexbrowser.php?key=SEeconomics&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Barry W. Boehm, "Software Engineering Economics", Prentice Hall, Englewood Cliffs, NJ, 1981. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASEeconomics + + + Software economics: a roadmap + http://localhost./bibtexbrowser.php?key=Boehm2000&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Barry W. Boehm, Kevin J. Sullivan, "Software economics: a roadmap", In ICSE - Future of SE Track, pp. 319-343, 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABoehm2000 + + + An operational process for goal-driven definition of measures + http://localhost./bibtexbrowser.php?key=briand02operational&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + L. Briand, S. Morasca, V. Basili, "An operational process for goal-driven definition of measures", In IEEE Transactions on Software Engineering, vol. 28, pp. 1106-1125, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Abriand02operational + + + A Unified Framework for Cohesion Measurement in Object-Oriented Systems + http://localhost./bibtexbrowser.php?key=Briand1998&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Lionel C. Briand, John W. Daly, Jürgen Wüst, "A Unified Framework for Cohesion Measurement in Object-Oriented Systems", In Empirical Softw. Eng., Kluwer Academic Publishers, vol. 3, no. 1, pp. 65-117, 1998. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABriand1998 + + + Property-Based Software Engineering Measurement + http://localhost./bibtexbrowser.php?key=briand96propertybased&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Lionel C. Briand, Sandro Morasca, Victor R. Basili, "Property-Based Software Engineering Measurement", In Software Engineering, vol. 22, no. 1, pp. 68-86, 1996. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Abriand96propertybased + + + A Method Engineering Language for the Description of Systems Development Methods + http://localhost./bibtexbrowser.php?key=Brinkkemper2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Sjaak Brinkkemper, Motoshi Saeki, Frank Harmsen, "A Method Engineering Language for the Description of Systems Development Methods", In CAiSE, pp. 473-476, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ABrinkkemper2001 + + + A metric for measuring the complexity of OCL expressions + http://localhost./bibtexbrowser.php?key=Cabot2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jordi Cabot, Ernest Teniente, "A metric for measuring the complexity of OCL expressions", In Model Size Metrics Workshop co-located with MODELS'06, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACabot2006 + + + What Makes a Software Measure Successful + http://localhost./bibtexbrowser.php?key=Card1991&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + David Card, "What Makes a Software Measure Successful", In American Programmer, vol. 4, pp. 2-8, 1991. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACard1991 + + + Criteria for Software Modularization. + http://localhost./bibtexbrowser.php?key=CardPM85&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + David N. Card, Gerald T. Page, Frank E. McGarry, "Criteria for Software Modularization.", In ICSE, pp. 372-377, 1985. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACardPM85 + + + International vocabulary of basic and general terms in metrology = vocabulaire international des termes fondamentaux et généraux de métrologie + http://localhost./bibtexbrowser.php?key=CEI1993&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + CEI, ISO, "International vocabulary of basic and general terms in metrology = vocabulaire international des termes fondamentaux et généraux de métrologie", International Organisation for Standardization, 1993. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACEI1993 + + + Lessons Learned from Automated Analysis of Industrial UML Class Models (An Experience Report). + http://localhost./bibtexbrowser.php?key=cheng05&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Betty H. C. Cheng, Ryan Stephenson, Brian Berenbach, "Lessons Learned from Automated Analysis of Industrial UML Class Models (An Experience Report).", In Proceedings of MODELS' 2005, pp. 324-338, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Acheng05 + + + A Metric Suite for Object-Oriented Design + http://localhost./bibtexbrowser.php?key=CK94&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + S. R. Chidamber, C. F. Kemerer, "A Metric Suite for Object-Oriented Design", In IEEE Transactions on Software Engineering, vol. 20, no. 6, pp. 293-318, 1994. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACK94 + + + Towards a Metrics Suite for Object-Oriented Design + http://localhost./bibtexbrowser.php?key=Chidamber%3AKemerer%3A91&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Shyam R. Chidamber, Chris F. Kemerer, "Towards a Metrics Suite for Object-Oriented Design", In Proceedings of OOPSLA'91, pp. 197-211, 1991. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AChidamber%3AKemerer%3A91 + + + Component Metrics to Measure Component Quality + http://localhost./bibtexbrowser.php?key=Cho2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Eun Sook Cho, Min Sun Kim, Soo Dong Kim, "Component Metrics to Measure Component Quality", In Proceedings of the 8th Asia-Pacific on Software Engineering Conference (APSEC'01), IEEE Computer Society, pp. 419, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACho2001 + + + GraphLog: a visual formalism for real life recursion + http://localhost./bibtexbrowser.php?key=Consens1990&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Mariano P. Consens, Alberto O. Mendelzon, "GraphLog: a visual formalism for real life recursion", In Proc. of the ACM Symp. on Principles of Database Systems, pp. 404-416, 1990. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AConsens1990 + + + Metrics for Requirements Engineering + http://localhost./bibtexbrowser.php?key=Costello%3A1995%3AMRE&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Rita J. Costello, Dar-Biau Liu, "Metrics for Requirements Engineering", In J. Syst. Softw., vol. 29, no. 1, pp. 39-63, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ACostello%3A1995%3AMRE + + + Identifying and measuring quality in a software requirements specification + http://localhost./bibtexbrowser.php?key=davis93&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + A. Davis, S. Overmyer, K. Jordan, J. Caruso, F. Dandashi, A. Dinh, G. Kincaid, G. Ledeboer, P. Reynolds, P. Sitaram, A. Ta, M. Theofanos, "Identifying and measuring quality in a software requirements specification", In Proceedings of the First International Software Metrics Symposium, 1993. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Adavis93 + + + A technique based on the OMG metamodel and OCL for the definition of object-oriented metrics applied to UML models + http://localhost./bibtexbrowser.php?key=Debnath2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + N. Debnath, D. Riesco, G. Montejano, R. Uzal, L. Baigorria, A. Dasso, A. Funes, "A technique based on the OMG metamodel and OCL for the definition of object-oriented metrics applied to UML models", In Proceedings of the ACS/IEEE 2005 International Conference on Computer Systems and Applications (AICCSA'05), IEEE Computer Society, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ADebnath2005 + + + Metrics, Do They Really Help? + http://localhost./bibtexbrowser.php?key=Demeyer1999a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Serge Demeyer, Stéphane Ducasse, "Metrics, Do They Really Help?", In Proceedings of LMO'99, pp. 69-82, 1999. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ADemeyer1999a + + + A Hybrid Reverse Engineering Approach Combining Metrics and Program Visualization + http://localhost./bibtexbrowser.php?key=Demeyer1999&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Serge Demeyer, Stéphane Ducasse, Michele Lanza, "A Hybrid Reverse Engineering Approach Combining Metrics and Program Visualization", In Proceedings of the Sixth Working Conference on Reverse Engineering (WCRE'99), pp. 175, 1999. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ADemeyer1999 + + + Computing Model Complexity + http://www.ilogix.com/whitepapers/whitepapers.cfm + + Bruce Powel Douglass, "Computing Model Complexity", 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ADouglass2004 + + + Dynamic Metrics for Java + http://www.sable.mcgill.ca/publications/papers/2003-5/sable-paper-2003-5.pdf + + Bruno Dufour, Karel Driesen, Laurie Hendren, Clark Verbrugge, "Dynamic Metrics for Java", In Proceedings of the ACM SIGPLAN 2003 Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA'03), ACM Press, pp. 149-168, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Adufour03 + + + Syntactic Measures of Complexity + http://localhost./bibtexbrowser.php?key=syntactic-measures&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Bruce Edmonds, "Syntactic Measures of Complexity", PhD thesis, University of Manchester, 1999. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Asyntactic-measures + + + QScope: an Open, Extensible Framework for Measuring Software Projects. + http://localhost./bibtexbrowser.php?key=Eichberg2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Michael Eichberg, Daniel Germanus, Mira Mezini, Lukas Mrokon, Thorsten Schäfer, "QScope: an Open, Extensible Framework for Measuring Software Projects.", In Proceedings of the 10th European Conference on Software Maintenance and Reengineering (CSMR'06), 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AEichberg2006 + + + A novel approach to formalize and collect Object-Oriented Design-Metrics + http://localhost./bibtexbrowser.php?key=wakil2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + M. El Wakil, A. El Bastawissi, M. Boshra, A. Fahmy, "A novel approach to formalize and collect Object-Oriented Design-Metrics", In Proceedings of the 9th International Conference on Empirical Assessment in Software Engineering, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Awakil2005 + + + Software Metrics: A Rigorous Approach + http://localhost./bibtexbrowser.php?key=fenton%3A1991&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + N. E. Fenton, "Software Metrics: A Rigorous Approach", Chapman and Hall, 1991. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Afenton%3A1991 + + + An empirical study of coupling and control flow metrics + http://localhost./bibtexbrowser.php?key=Ferneley1997&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Elaine Ferneley, "An empirical study of coupling and control flow metrics", In Information and Software Technology, vol. 39, no. 13, pp. 879-887, 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AFerneley1997 + + + A Framework for the Definition of Metrics for Actor-Dependency Models + http://localhost./bibtexbrowser.php?key=Franch2004&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Xavier Franch, Gemma Grau, Carme Quer, "A Framework for the Definition of Metrics for Actor-Dependency Models", In Proceedings of the 2th IEEE International Requirements Engineering Conference (RE'04), IEEE Computer Society, pp. 348-349, 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AFranch2004 + + + Towards a consistent terminology for software measurement + http://localhost./bibtexbrowser.php?key=Garcia2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Félix Garcia, Manuel F. Bertoa, Coral Calero, Antonio Vallecillo, Francisco Ruiz, Mario Piattini, Marcela Genero, "Towards a consistent terminology for software measurement", In Information and Software Technology, vol. 48, no. 8, pp. 631-644, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGarcia2006 + + + Definition and empirical validation of metrics for software process models + http://localhost./bibtexbrowser.php?key=Garcia2004&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Félix Garcia, Francisco Ruiz, Mario Piattini, "Definition and empirical validation of metrics for software process models", In Proceedings of the International Conference on Product Focused Software Process Improvement (PROFES'2004), 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGarcia2004 + + + Managing software process measurement: A metamodel-based approach + http://localhost./bibtexbrowser.php?key=Garcia2007&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Félix Garcia, M. Serrano, J. Cruz-Lemus, F. Ruiz, M. Piattini, "Managing software process measurement: A metamodel-based approach", In Inf. Sci., Elsevier Science Inc., vol. 177, no. 12, pp. 2570-2586, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGarcia2007 + + + Effective use of ontologies in software measurement + http://localhost./bibtexbrowser.php?key=Garcia2009&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Félix García, Francisco Ruiz, Coral Calero, Manuel F. Bertoa, Antonio Vallecillo, Beatriz Mora, Mario Piattini, "Effective use of ontologies in software measurement", In The Knowledge Engineering Review, vol. 24, pp. 23-40, 2009. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGarcia2009 + + + Defining and Validating Metrics for UML Statechart Diagrams + http://alarcos.inf-cr.uclm.es/qaoose2002/docs/QAOOSE-Gen-Mir-Pia.pdf + + M. Genero, D. Miranda, M. Piattini, "Defining and Validating Metrics for UML Statechart Diagrams", In Proceedings of QAOOSE'2002, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGenero2002 + + + Empirical Validation of Class Diagram Metrics + http://localhost./bibtexbrowser.php?key=Genero2002a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Marcela Genero, Mario Piattini, Coral Calero, "Empirical Validation of Class Diagram Metrics", In Proceedings of the International Symposium on Empirical Software Engineering (ISESE'02), IEEE Computer Society, pp. 195, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGenero2002a + + + Early measures for UML class diagrams + http://localhost./bibtexbrowser.php?key=Genero2000&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Marcela Genero, Mario Piattini, Coral Calero, "Early measures for UML class diagrams", In L'Objet, vol. 6, no. 4, pp. 489-505, 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGenero2000 + + + A survey of metrics for UML class diagrams + http://localhost./bibtexbrowser.php?key=Genero2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Marcela Genero, Mario Piattini, Coral Caleron, "A survey of metrics for UML class diagrams", In Journal of Object Technology, vol. 4, pp. 59-92, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGenero2005 + + + Component-based measurement: few useful guidelines + http://localhost./bibtexbrowser.php?key=Gill2003&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + N. S. Gill, P. S. Grover, "Component-based measurement: few useful guidelines", In SIGSOFT Softw. Eng. Notes, ACM, vol. 28, no. 6, pp. 4-4, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGill2003 + + + Practical software metrics for project management and process improvement + http://localhost./bibtexbrowser.php?key=Grady1992&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Robert B. Grady, "Practical software metrics for project management and process improvement", Prentice-Hall, Inc., 1992. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGrady1992 + + + Software metrics: establishing a company-wide program + http://localhost./bibtexbrowser.php?key=Grady1987&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Robert B. Grady, Deborah L. Caswell, "Software metrics: establishing a company-wide program", Prentice-Hall, Inc., 1987. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGrady1987 + + + Visual Specification of Metrics for Domain Specific Visual Languages + http://localhost./bibtexbrowser.php?key=guerra2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Esther Guerra, Paloma Diaz, Juan de Lara, "Visual Specification of Metrics for Domain Specific Visual Languages", In Graph Transformation and Visual Modeling Techniques (GT-VMT 2006), 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aguerra2006 + + + Visual specification of measurements and redesigns for domain specific visual languages + http://localhost./bibtexbrowser.php?key=Guerra2007&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Esther Guerra, Juan de Lara, Paloma Díaz, "Visual specification of measurements and redesigns for domain specific visual languages", In Journal of Visual Languages and Computing, vol. in Press, pp. 1-27, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGuerra2007 + + + Supporting user-oriented analysis for multi-view domain-specific visual languages + http://localhost./bibtexbrowser.php?key=Guerra2009&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Esther Guerra, Juan de Lara, Alessio Malizia, Paloma Díaz, "Supporting user-oriented analysis for multi-view domain-specific visual languages", In Information and Software Technology, vol. 51, pp. 769-784, 2009. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AGuerra2009 + + + Characterizing the Evolution of Class Hierarchies + http://www.iam.unibe.ch/~scg/Archive/Papers/Girb05aHierarchiesEvolution.pdf + + Tudor Gîrba, Michele Lanza, Stéphane Ducasse, "Characterizing the Evolution of Class Hierarchies", In Proceedings of the 9th European Conference on Software Maintenance and Reengineering (CSMR'05), IEEE Computer Society, pp. 2-11, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Agirba05a + + + Requirements Metrics - Value Added + http://localhost./bibtexbrowser.php?key=Hammer1997&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + T. Hammer, L. Rosenberg, L. Huffman, L. Hyatt, "Requirements Metrics - Value Added", In Proceedings of the 3rd IEEE International Symposium on Requirements Engineering (RE'97), IEEE Computer Society, pp. 141.1, 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AHammer1997 + + + An Extensible Metrics Extraction Environment for Object-Oriented Programming Languages + http://localhost./bibtexbrowser.php?key=harmer2002&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + T. J. Harmer, F. G. Wilkie, "An Extensible Metrics Extraction Environment for Object-Oriented Programming Languages", In Proceedings of the International Conference on Software Maintenance, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aharmer2002 + + + Object-Oriented Metrics, measures of complexity + http://localhost./bibtexbrowser.php?key=Henderson-Sellers%3A96&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Brian Henderson-Sellers, "Object-Oriented Metrics, measures of complexity", Prentice Hall, 1996. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AHenderson-Sellers%3A96 + + + BOOKTWO of Object-Oriented Knowledge: The Working Object + http://localhost./bibtexbrowser.php?key=henderson%3Aedwards%3A94&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + B. Henderson-Sellers, J. M. Edwards, "BOOKTWO of Object-Oriented Knowledge: The Working Object", Prentice Hall, 1994. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ahenderson%3Aedwards%3A94 + + + Sizing Use Cases: How to Create a Standard Metrical Approach + http://localhost./bibtexbrowser.php?key=Henderson-Sellers2002&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Brian Henderson-Sellers, Didar Zowghi, T. Klemola, S. Parasuram, "Sizing Use Cases: How to Create a Standard Metrical Approach", In Proceedings of the 8th International Conference on Object-Oriented Information Systems (OOIS '02), Springer-Verlag, pp. 409-421, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AHenderson-Sellers2002 + + + Software Structure Metrics Based on Information Flow + http://localhost./bibtexbrowser.php?key=Henry1981&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + S. Henry, D. Kafura, "Software Structure Metrics Based on Information Flow", In IEEE Trans. Softw. Eng., IEEE Press, vol. 7, no. 5, pp. 510-518, 1981. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AHenry1981 + + + Chidamber and Kemerer's Metrics Suite: A Measurement Theory Perspective + http://localhost./bibtexbrowser.php?key=Hitz1996&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Martin Hitz, Behzad Montazeri, "Chidamber and Kemerer's Metrics Suite: A Measurement Theory Perspective", In IEEE Trans. Softw. Eng., vol. 22, no. 4, pp. 267-271, 1996. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AHitz1996 + + + ISO/IEC 9126. Software engineering -- Product quality + http://localhost./bibtexbrowser.php?key=ISOIEC9126&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + ISO/IEC, "ISO/IEC 9126. Software engineering -- Product quality", ISO/IEC, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AISOIEC9126 + + + Software Productivity and Quality Today: The Worldwide Perspective + http://localhost./bibtexbrowser.php?key=jones1993&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + C. Jones, "Software Productivity and Quality Today: The Worldwide Perspective", Carlsbad, Calif.: IS Management Group, 1993. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ajones1993 + + + Applied software measurement: assuring productivity and quality + http://localhost./bibtexbrowser.php?key=Jones1991&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + C. Jones, "Applied software measurement: assuring productivity and quality", McGraw-Hill, 1991. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AJones1991 + + + Programming Productivity + http://localhost./bibtexbrowser.php?key=jones86&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + C. Jones, "Programming Productivity", McGraw-Hill, 1986. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ajones86 + + + Metrics and Models in Software Quality Engineering + http://localhost./bibtexbrowser.php?key=Kan95a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Stephen H. Kan, "Metrics and Models in Software Quality Engineering", Addison Wesley, Reading, MA, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKan95a + + + Product and Management Metrics for Requirements. + http://localhost./bibtexbrowser.php?key=requirementsmetrics&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Ganesh Kandula, Vinay Kumar Sathrasala, "Product and Management Metrics for Requirements.", Master's thesis, Umea University, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Arequirementsmetrics + + + Software Metrics as Class Graph Properties + http://www.cs.utwente.nl/~kastenbe/public/Master_Thesis.pdf + + Harmen Kastenberg, "Software Metrics as Class Graph Properties", Master's thesis, University of Twente, 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKastenberg2004 + + + The lines of code metric as a predictor of program faults: A critical analysis + http://localhost./bibtexbrowser.php?key=Khoshgoftaar1990&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + T. Khoshgoftaar, J. Munson, "The lines of code metric as a predictor of program faults: A critical analysis", In Proceedings of the Computer Software and Applications Conference, pp. 408-413, 1990. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKhoshgoftaar1990 + + + Developing Software Metrics Applicable to UML Models + http://alarcos.inf-cr.uclm.es/qaoose2002/docs/QAOOSE-Kim-Bol.pdf + + Hyoseob Kim, Cornelia Boldyreff, "Developing Software Metrics Applicable to UML Models", In Proceedings of QAOOSE'2002, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKim2002 + + + Modeling Software Measurement Data + http://localhost./bibtexbrowser.php?key=Kitchenham2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Barbara A. Kitchenham, Robert T. Hughes, Stephen G. Linkman, "Modeling Software Measurement Data", In IEEE Trans. Softw. Eng., IEEE Press, vol. 27, no. 9, pp. 788-804, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKitchenham2001 + + + An evaluation of some design metrics + http://localhost./bibtexbrowser.php?key=Kitchenham1990&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Barbara A. Kitchenham, Lesley M. Pickard, Susan J. Linkman, "An evaluation of some design metrics", In Softw. Eng. J., Michael Faraday House, vol. 5, no. 1, Herts, UK, UK, pp. 50-58, 1990. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKitchenham1990 + + + Basic metrics for requirements management + http://localhost./bibtexbrowser.php?key=borlandrequirements&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Chris Kolde, "Basic metrics for requirements management", 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aborlandrequirements + + + Foundations of measurement + http://localhost./bibtexbrowser.php?key=Krantz&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + D.H. Krantz, R.D. Luce, P. Suppes, A. Tversky, "Foundations of measurement", Academic Press, New York, 1971. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AKrantz + + + Gathering Metric Information Using Metalevel Facilities + http://localhost./bibtexbrowser.php?key=LaLonde1994&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Wilf R. LaLonde, John R. Pugh, "Gathering Metric Information Using Metalevel Facilities", In JOOP, vol. 7, no. 1, pp. 33-37, 1994. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALaLonde1994 + + + Beyond Language Independent Object-Oriented Metrics: Model Independent Metrics + http://www.iam.unibe.ch/~scg/Archive/Papers/Lanz02bModelIndependentMetrics.pdf + + Michele Lanza, Stéphane Ducasse, "Beyond Language Independent Object-Oriented Metrics: Model Independent Metrics", In Proceedings of the 6th International Workshop on Quantitative Approaches in Object-Oriented Software Engineering, pp. 77-84, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALanza2002 + + + Polymetric Views - A Lightweight Visual Approach to Reverse Engineering + http://localhost./bibtexbrowser.php?key=Lanza2003&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Michele Lanza, Stéphane Ducasse, "Polymetric Views - A Lightweight Visual Approach to Reverse Engineering", In Transactions on Software Engineering (TSE), vol. 29, pp. 782-795, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALanza2003 + + + Automated Measurement of UML Models: an open toolset approach + http://www.jot.fm/issues/issue_2005_05/article2 + + Luigi Lavazza, Alberto Agostini, "Automated Measurement of UML Models: an open toolset approach", In Journal of Object Technology, vol. 4, no. 4, pp. 115-134, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALavazza2005 + + + A Product Metrics Tool Integrated into a Software Development Environment + http://localhost./bibtexbrowser.php?key=Lewerentz1998&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Claus Lewerentz, Frank Simon, "A Product Metrics Tool Integrated into a Software Development Environment", In Proceedings of the Workshop on Object-Oriented Technology at ECOOP'98, 1998. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALewerentz1998 + + + Integrating an object-oriented metrics tool into SNiFF+ + http://localhost./bibtexbrowser.php?key=Lewerentz1998a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Claus Lewerentz, Frank Simon, "Integrating an object-oriented metrics tool into SNiFF+", Technical report, BTU Cottbus, 1998. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALewerentz1998a + + + Comparing Software Metric Tools + http://localhost./bibtexbrowser.php?key=Lincke2008&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Rüdiger Lincke, Jonas Lundberg, Welf Löwe, "Comparing Software Metric Tools", In Proceedings of the 2008 international Symposium on Software Testing and Analysis (ISSTA'2008), 2008. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALincke2008 + + + Foundations for Defining Software Metrics + http://localhost./bibtexbrowser.php?key=Lincke2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Rüdiger Lincke, Welf Löwe, "Foundations for Defining Software Metrics", In Proceedings of the 3rd International Workshop on Metamodels, Schemas, Grammars, and Ontologies for Reverse Engineering (ATEM), 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALincke2006 + + + Measuring the Requirements Management Key Process Area + http://www.cs.umu.se/~jubo/Projects/QMSE/ESCOM2001.pdf + + Annabella Loconsole, "Measuring the Requirements Management Key Process Area", In Proceedings of the 12th European Software Control and Metrics Conference (ESCOM'2001), 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ALoconsole2001 + + + Applying OO Metrics to Assess UML Meta-Models + http://localhost./bibtexbrowser.php?key=metrics-uml-metamodel&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + H. Ma, W. Shao, L.Zhang, Z.Ma, Y.Jiang, "Applying OO Metrics to Assess UML Meta-Models", In Proceedings of MODELS/UML'2004, 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ametrics-uml-metamodel + + + Measuring the Complexity of a UML Component Specification + http://localhost./bibtexbrowser.php?key=Mahmood2005&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Sajjad Mahmood, Richard Lai, "Measuring the Complexity of a UML Component Specification", In QSIC '05: Proceedings of the Fifth International Conference on Quality Software, IEEE Computer Society, Washington, DC, USA, pp. 150-160, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMahmood2005 + + + OOA Metrics for the Unified Modeling Language + http://localhost./bibtexbrowser.php?key=Marchesi1998&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + M. Marchesi, "OOA Metrics for the Unified Modeling Language", In Proceedings of the 2nd Euromicro Conference on Software Maintenance and Reengineering (CSMR'98), IEEE Computer Society, pp. 67, 1998. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMarchesi1998 + + + Towards a Simplified Implementation of Object-Oriented Design Metrics. + http://localhost./bibtexbrowser.php?key=marinescuMG05&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Cristina Marinescu, Radu Marinescu, Tudor Gîrba, "Towards a Simplified Implementation of Object-Oriented Design Metrics.", In IEEE METRICS, pp. 11, 2005. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AmarinescuMG05 + + + Characterizing Stability in Evolving Frameworks + http://localhost./bibtexbrowser.php?key=mattson99&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Michael Mattsson, Jan Bosch, "Characterizing Stability in Evolving Frameworks", In TOOLS '99: Proceedings of the Technology of Object-Oriented Languages and Systems, IEEE Computer Society, pp. 118, 1999. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amattson99 + + + A Complexity Measure + http://localhost./bibtexbrowser.php?key=mccabe1976&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + McCabe, "A Complexity Measure", In IEEE Transactions on Software Engineering, vol. 2, pp. 308-320, 1976. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amccabe1976 + + + Experiences of using the Dagstuhl Middle Metamodel for defining software metrics + http://localhost./bibtexbrowser.php?key=Mcquillan2006a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jacqueline A. McQuillan, James F. Power, "Experiences of using the Dagstuhl Middle Metamodel for defining software metrics", In Proceedings of the 4th International Conference on Principles and Practices of Programming in Java, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMcquillan2006a + + + Towards the re-usability of software metrics definitions at the meta level + http://localhost./bibtexbrowser.php?key=McQuillan2006b&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jacqueline McQuillan, James Power, "Towards the re-usability of software metrics definitions at the meta level", In Proceedings of the ECOOP'2006 Doctoral Symposium, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMcQuillan2006b + + + Some observations on the application of software metrics to UML models + http://localhost./bibtexbrowser.php?key=Mcquillan2006c&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jacqueline McQuillan, James Power, "Some observations on the application of software metrics to UML models", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMcquillan2006c + + + A Definition of the Chidamber and Kemerer Metrics suite for UML + http://localhost./bibtexbrowser.php?key=McQuillan2006d&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jacqueline McQuillan, James Power, "A Definition of the Chidamber and Kemerer Metrics suite for UML", Technical report, National University of Ireland, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMcQuillan2006d + + + Requirements metrics: an initial literature survey on measurement approaches for requirements specifications + http://localhost./bibtexbrowser.php?key=remetricssurvey&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + M. Medina Mora, C. Denger, "Requirements metrics: an initial literature survey on measurement approaches for requirements specifications", Technical report, Fraunhofer IESE, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aremetricssurvey + + + A mathematical perspective for software measures research + http://localhost./bibtexbrowser.php?key=Melton-etal90&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Austin C. Melton, Albert L. Baker, James M. Bieman, David M Gustafson, "A mathematical perspective for software measures research", In Software Engineering Journal, vol. 5, pp. 246-254, 1990. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMelton-etal90 + + + Reverse Engineering by Visualizing and Querying + http://localhost./bibtexbrowser.php?key=Mendelzon1995&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Alberto Mendelzon, Johannes Sametinger, "Reverse Engineering by Visualizing and Querying", In Software - Concepts and Tools, vol. 16, no. 4, pp. 170-182, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMendelzon1995 + + + A graph-based metamodel for object-oriented software metrics + http://localhost./bibtexbrowser.php?key=mens02graphbased&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + T. Mens, M. Lanza, "A graph-based metamodel for object-oriented software metrics", In Electronic Notes in Theoretical Computer Science, vol. 72, pp. 57-68, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amens02graphbased + + + Metrology - in short + http://www.euromet.org/docs/pubs/docs/Metrology_in_short_2nd_edition_may_2004.pdf + + Metrotrade Project, Regmet Project, "Metrology - in short", European Association of National Metrology Institutes, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMetrotrade2003 + + + From Formal Metamodels to Metrics: An Object-Oriented Approach + http://localhost./bibtexbrowser.php?key=misic97&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Vojislav B. Misic, Simon Moser, "From Formal Metamodels to Metrics: An Object-Oriented Approach", In Proceedings of the Technology of Object-Oriented Languages and Systems Conference (TOOLS'97), pp. 330, 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amisic97 + + + D2.2 MDD Engineering Metrics Definition + http://localhost./bibtexbrowser.php?key=ModelwareD2.2&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Modelware Project, "D2.2 MDD Engineering Metrics Definition", Technical report, Framework Programme Information Society Technologies, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AModelwareD2.2 + + + D2.5 MDD Engineering Metrics Baseline + http://localhost./bibtexbrowser.php?key=ModelwareD2.5&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Modelware Project, "D2.5 MDD Engineering Metrics Baseline", Technical report, Framework Programme Information Society Technologies, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AModelwareD2.5 + + + D2.7 MDD Business Metrics + http://localhost./bibtexbrowser.php?key=ModelwareD2.7&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Modelware Project, "D2.7 MDD Business Metrics", Technical report, Framework Programme Information Society Technologies, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AModelwareD2.7 + + + La mesure des modèles par les modèles : une approche générative + http://www.monperrus.net/martin/la-mesure-des-modeles-par-les-modeles-une-approche-generative.pdf + + Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08phd + + + Counts Count + http://www.monperrus.net/martin/Counts_Count.pdf + + Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus07 + + + Measuring Models + http://www.monperrus.net/martin/Measuring-models-in-Model-Driven-Software-Development-Integrating-Quality-Assurance.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + +Model-Driven Engineering (MDE) is an approach to software development that uses models as primary artifacts, from which code, documentation and tests are derived. One way of assessing quality assurance in a given domain is to define domain metrics. As text documents, models can be considered from a syntactic point of view i.e., thought of as graphs. We can readily apply graph-based metrics to them, such as the number of nodes, the number of edges or the fan-in/fan-out distributions. However, these metrics cannot leverage the semantic structuring enforced by each specific metamodel to give domain specific information. Contrary to graph-based metrics, more specific metrics do exist for given domains (such as LOC for programs), but they lack genericity. Our contribution is to propose one metric that is generic over the domains and the metamodels and allows the easy specification of an open-ended wide range of model metrics. + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08b + + + Model-driven Engineering Metrics for Real Time Systems + http://www.monperrus.net/martin/Model-driven_Engineering_Metrics_for_Real_Time_Systems.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08a + + + A Model-driven Measurement Approach + http://www.monperrus.net/martin/A-Model-Driven-Measurement-Approach.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08d + + + Software measurement by using QVT transformations in an MDA context + http://localhost./bibtexbrowser.php?key=Mora2008&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Beatriz Mora, Félix Garcia, Francisco Ruiz, Mario Piattini, Artur Boronat, Abel Gómez, José Á. Carsí, Isidro Ramos, "Software measurement by using QVT transformations in an MDA context", In Proceedings of the International Conference on Enterprise Information Systems (ICEIS'2008), 2008. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMora2008 + + + SMML: Software Measurement Modeling Language + http://localhost./bibtexbrowser.php?key=Mora2008a&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Beatriz Mora, Mario Piattini, Francisco Ruiz, Felix Garcia, "SMML: Software Measurement Modeling Language", In Proceedings of the 8th Workshop on Domain-Specific Modeling (DSM'2008), 2008. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AMora2008a + + + Component Integration Metrics + http://localhost./bibtexbrowser.php?key=Narasimhan2004&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + V. L. Narasimhan, B. Hendradjaya, "Component Integration Metrics", In Proceedings of the International Conference on Software Engineering Research and Practice (SERP'04), 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ANarasimhan2004 + + + Automated Requirement Measurement + http://localhost./bibtexbrowser.php?key=arm-nasa&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + NASA Software Assurance Technology Center, "Automated Requirement Measurement", 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aarm-nasa + + + Software Measurement Guidebook + http://localhost./bibtexbrowser.php?key=guidebook-software&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + NASA Software Program, "Software Measurement Guidebook", Technical report, National Aeronautics and Space Administration, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aguidebook-software + + + Software Metrics + http://localhost./bibtexbrowser.php?key=software-metrics&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + A. Perlis, F. Sayward, M. Shaw, "Software Metrics", MIT, 1981. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Asoftware-metrics + + + Distance-based software measurement: necessary and sufficient properties for software measures + http://localhost./bibtexbrowser.php?key=Poels2000&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Geert Poels, Guido Dedene, "Distance-based software measurement: necessary and sufficient properties for software measures", In Information and Software Technology, vol. 42, no. 1, pp. 35-46, 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3APoels2000 + + + Complexity Metrics for Formally Specified Business Requirements + http://localhost./bibtexbrowser.php?key=Poels1997&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + G. Poels, G. Dedene, "Complexity Metrics for Formally Specified Business Requirements", In Proceedings of the Annual Oregon Workshop on Software Metrics (AOWSM'97), 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3APoels1997 + + + A quantitative approach to software management: the AMI handbook + http://localhost./bibtexbrowser.php?key=ami95&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Kevin Pulford, Annie Kuntzmann-Combelles, Stephen Shirlaw, "A quantitative approach to software management: the AMI handbook", Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, 1995. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aami95 + + + Towards a Model for Object-Oriented Design Measurement + http://localhost./bibtexbrowser.php?key=reissing2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Ralf Reissing, "Towards a Model for Object-Oriented Design Measurement", In ECOOP'01 Workshop QAOOSE, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Areissing2001 + + + Measuring OCL expressions: a "tracing"-based approach + http://www-ctp.di.fct.unl.pt/QUASAR/QAOOSE2003/papers/OCLM-QAOOSE03.pdf + + Luis Reynoso, Marcela Genero, Mario Piattini, "Measuring OCL expressions: a "tracing"-based approach", In Proceedings of QAOOSE'2003, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AReynoso2003 + + + Embedding Metrics into Information Systems Development Methods: An Application of Method Engineering Technique + http://link.springer.de/link/service/series/0558/bibs/2681/26810374.htm + + Motoshi Saeki, "Embedding Metrics into Information Systems Development Methods: An Application of Method Engineering Technique", In CAiSE, pp. 374-389, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASaeki2003 + + + Model Metrics and Metrics of Model Transformation + http://localhost./bibtexbrowser.php?key=Saeki2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Motoshi Saeki, Haruhiko Kaiya, "Model Metrics and Metrics of Model Transformation", In Proc. of 1st Workshop on Quality in Modeling, pp. 31-45, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASaeki2006 + + + API-Based and Information-Theoretic Metrics for Measuring the Quality of Software Modularization + http://localhost./bibtexbrowser.php?key=apibased&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + S. Sarkar, G. M. Rama, A. C. Kak, "API-Based and Information-Theoretic Metrics for Measuring the Quality of Software Modularization", In IEEE Transactions on Software Engineering, vol. 33, pp. 14-32, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aapibased + + + Metrics based asset assessment + http://localhost./bibtexbrowser.php?key=Schmietendorf2000&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Andreas Schmietendorf, Reiner Dumke, Erik Foltin, "Metrics based asset assessment", In SIGSOFT Softw. Eng. Notes, ACM, vol. 25, no. 4, pp. 51-61, 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASchmietendorf2000 + + + Methodology for Validating Software Metrics + http://localhost./bibtexbrowser.php?key=schneidewind92&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Norman F. Schneidewind, "Methodology for Validating Software Metrics", In IEEE Trans. Software Eng., vol. 18, no. 5, pp. 410-422, 1992. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aschneidewind92 + + + The Software Design Metrics tool for the UML (http://www.sdmetrics.com/) + http://www.sdmetrics.com/ + + SDMetrics, "The Software Design Metrics tool for the UML (http://www.sdmetrics.com/)", 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Asdmetrics + + + Metrics-Guided Quality Management for Component-Based Software Systems + http://localhost./bibtexbrowser.php?key=Sedigh-Ali2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Sahra Sedigh-Ali, Arif Ghafoor, Raymond A. Paul, "Metrics-Guided Quality Management for Component-Based Software Systems", In Proceedings of the 25th International Computer Software and Applications Conference (COMPSAC'01), IEEE Computer Society, pp. 303, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASedigh-Ali2001 + + + A Systematic Approach to Measure the Problem Complexity of Software Requirement Specifications of an Information System + http://localhost./bibtexbrowser.php?key=Singh2004&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Yogesh Singh, Sangeeta Sabharwal, Manu Sood, "A Systematic Approach to Measure the Problem Complexity of Software Requirement Specifications of an Information System", In Information and Management Sciences, vol. 15, pp. 69-90, 2004. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASingh2004 + + + Code Query Language 1.5 Specification + http://localhost./bibtexbrowser.php?key=SMACCHIA.COM2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Smacchia S.A., "Code Query Language 1.5 Specification", Technical report, Smacchia S.A., 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASMACCHIA.COM2006 + + + Integrating goal-oriented measurement in industrial software engineering: industrial experiences with and additions to the Goal/Question/Metric method (GQM) + http://localhost./bibtexbrowser.php?key=Solingen2001&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + R. van Solingen, E. Berghout, "Integrating goal-oriented measurement in industrial software engineering: industrial experiences with and additions to the Goal/Question/Metric method (GQM)", In Proceedings of the 7th Software Metrics Symposium (METRICS'2001), pp. 246-258, 2001. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ASolingen2001 + + + A framework for developing measurement systems and its industrial evaluation + http://localhost./bibtexbrowser.php?key=Staron2009&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Miroslaw Staron, Wilhelm Meding, Christer Nilsson, "A framework for developing measurement systems and its industrial evaluation", In Information and Software Technology, vol. 51, pp. 721-737, 2009. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AStaron2009 + + + On different notions of model size + http://localhost./bibtexbrowser.php?key=stoerrle2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Harald Störrle, "On different notions of model size", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Astoerrle2006 + + + Measuring OO Design Metrics from UML + http://localhost./bibtexbrowser.php?key=Tang2002&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Mei-Huei Tang, Mei-Hwa Chen, "Measuring OO Design Metrics from UML", In Proceedings of MODELS/UML'2002, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ATang2002 + + + Object-oriented system complexity: an integrated model of structure and perceptions + http://localhost./bibtexbrowser.php?key=tegarden%3Asheetz%3A92&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + D. P. Tegarden, S. D. Sheetz, "Object-oriented system complexity: an integrated model of structure and perceptions", In OOPSLA'92 Workshop on Metrics for Object-Oriented Software Development, 1992. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ategarden%3Asheetz%3A92 + + + Infra-technology and economic performance: evidence from the United Kingdom measurement infrastructure + http://localhost./bibtexbrowser.php?key=Temple2002&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Paul Temple, Geoffrey Williams, "Infra-technology and economic performance: evidence from the United Kingdom measurement infrastructure", In Information Economics and Policy, vol. 14, no. 4, pp. 435-452, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ATemple2002 + + + ISBSG Repositories + http://localhost./bibtexbrowser.php?key=isbsg&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + The International Software Benchmarking Standards Group, "ISBSG Repositories", 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aisbsg + + + ATHENA: a software measurement and metrics environment + http://localhost./bibtexbrowser.php?key=Tsalidis1992&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + C. Tsalidis, D. Christodoulakis, D. Maritsas, "ATHENA: a software measurement and metrics environment", In Journal of Software Maintenance, vol. 4, no. 2, pp. 61-81, 1992. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3ATsalidis1992 + + + Towards a Syntactic Signature for Domain Models: Proposed Descriptive Metrics for Visualizing the Entity Fan-out Frequency Distribution + http://localhost./bibtexbrowser.php?key=towards-a-syntactic&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Jean Paul Van Belle, "Towards a Syntactic Signature for Domain Models: Proposed Descriptive Metrics for Visualizing the Entity Fan-out Frequency Distribution", In Proceedings of SAICSIT 2002, 2002. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Atowards-a-syntactic + + + Measuring Model Repositories + http://localhost./bibtexbrowser.php?key=Vepa2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Eric Vépa, Jean Bézivin, Hugo Brunelière, Frédéric Jouault, "Measuring Model Repositories", In Proceedings of the 1st Workshop on Model Size Metrics (MSM'06) co-located with MoDELS'2006, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AVepa2006 + + + A Metrics Suite for Measuring Reusability of Software Components + http://localhost./bibtexbrowser.php?key=Washizaki2003&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Hironori Washizaki, Hirokazu Yamamoto, Yoshiaki Fukazawa, "A Metrics Suite for Measuring Reusability of Software Components", In METRICS '03: Proceedings of the 9th International Symposium on Software Metrics, IEEE Computer Society, pp. 211, 2003. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AWashizaki2003 + + + Model Size Metrics Research in Motorola + http://localhost./bibtexbrowser.php?key=weil2006&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Frank Weil, Andrij Neczwid, Kent Farbelow, "Model Size Metrics Research in Motorola", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Aweil2006 + + + Evaluating Software Complexity Metrics + http://localhost./bibtexbrowser.php?key=Weyum88&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + E. J. Weyuker, "Evaluating Software Complexity Metrics", In IEEE Transactions on Software Engineering, vol. 14, no. 9, pp. 1357-1365, 1988. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AWeyum88 + + + Automated quality analysis of Natural Language requirement specifications + http://localhost./bibtexbrowser.php?key=wilson96&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + W. M. Wilson, L. H. Rosenberg, L. E. Hyatt, "Automated quality analysis of Natural Language requirement specifications", In Proceeding of the PNSQC Conference, 1996. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Awilson96 + + + Error Density and Size in Ada Software + http://localhost./bibtexbrowser.php?key=Withrow1990&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Carol Withrow, "Error Density and Size in Ada Software", In IEEE Softw., IEEE Computer Society Press, vol. 7, no. 1, pp. 26-30, 1990. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AWithrow1990 + + + Object-oriented metrics - a survey + http://localhost./bibtexbrowser.php?key=xenos00objectoriented&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + M. Xenos, D. Stavrinoudis, K. Zikouli, D. Christodoulakis, "Object-oriented metrics - a survey", In Proceedings of the FESMA Conference (FESMA'2000), 2000. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Axenos00objectoriented + + + Class Hierarchies: Consistency Between Libraries + http://localhost./bibtexbrowser.php?key=yap%3Ahenderson%3A97&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + L. M. Yap, B. Henderson-Sellers, "Class Hierarchies: Consistency Between Libraries", In Australian Computer Journal, vol. 29, no. 3, pp. 81-94, 1997. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ayap%3Ahenderson%3A97 + + + Consistency considerations of object-oriented class libraries + http://localhost./bibtexbrowser.php?key=yap%3Ahenderson%3A93&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + L. M. Yap, B. Henderson-Sellers, "Consistency considerations of object-oriented class libraries", Technical report, University of New South Wales, no. 93/3, 1993. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Ayap%3Ahenderson%3A93 + + + A framework for information systems architecture + http://localhost./bibtexbrowser.php?key=Zachman1987&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + J. A. Zachman, "A framework for information systems architecture", In IBM Systems Journal, vol. 26, no. 3, pp. 276-292, 1987. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3AZachman1987 + + + Software Complexity + http://localhost./bibtexbrowser.php?key=zuse1991&amp;bib=%252Fvar%252Fwww%252Fbibtexbrowser%252Ftest%252Finput%252Fmetrics.bib + + Horst Zuse, "Software Complexity", Walter de Gruyter, Berlin, 1991. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Azuse1991 + + + + diff --git a/test/output/4cd4dec945a0966623128fe8dfe9b10e.html b/test/output/4cd4dec945a0966623128fe8dfe9b10e.html new file mode 100644 index 0000000..0914916 --- /dev/null +++ b/test/output/4cd4dec945a0966623128fe8dfe9b10e.html @@ -0,0 +1,81 @@ + + + + + +Publications in /var/www/bibtexbrowser/test/input/metrics.bib + +
Publications in /var/www/bibtexbrowser/test/input/metrics.bib [rss]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
2009
[153] Miroslaw Staron, Wilhelm Meding, Christer Nilsson, "A framework for developing measurement systems and its industrial evaluation", In Information and Software Technology, vol. 51, pp. 721-737, 2009. + [bib]
[152] Esther Guerra, Juan de Lara, Alessio Malizia, Paloma Díaz, "Supporting user-oriented analysis for multi-view domain-specific visual languages", In Information and Software Technology, vol. 51, pp. 769-784, 2009. + [bib]
[151] Félix García, Francisco Ruiz, Coral Calero, Manuel F. Bertoa, Antonio Vallecillo, Beatriz Mora, Mario Piattini, "Effective use of ontologies in software measurement", In The Knowledge Engineering Review, vol. 24, pp. 23-40, 2009. + [bib]
2008
[150] Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + [bib] [pdf]
[149] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + [bib] [pdf]
[148] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
[147] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + [bib] [pdf]
[146] Beatriz Mora, Mario Piattini, Francisco Ruiz, Felix Garcia, "SMML: Software Measurement Modeling Language", In Proceedings of the 8th Workshop on Domain-Specific Modeling (DSM'2008), 2008. + [bib]
[145] Beatriz Mora, Félix Garcia, Francisco Ruiz, Mario Piattini, Artur Boronat, Abel Gómez, José Á. Carsí, Isidro Ramos, "Software measurement by using QVT transformations in an MDA context", In Proceedings of the International Conference on Enterprise Information Systems (ICEIS'2008), 2008. + [bib]
[144] Rüdiger Lincke, Jonas Lundberg, Welf Löwe, "Comparing Software Metric Tools", In Proceedings of the 2008 international Symposium on Software Testing and Analysis (ISSTA'2008), 2008. + [bib]
2007
[143] Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + [bib] [pdf]
[142] The International Software Benchmarking Standards Group, "ISBSG Repositories", 2007. + [bib]
[141] S. Sarkar, G. M. Rama, A. C. Kak, "API-Based and Information-Theoretic Metrics for Measuring the Quality of Software Modularization", In IEEE Transactions on Software Engineering, vol. 33, pp. 14-32, 2007. + [bib]
[140] Wang Yu-ying, Li Qing-shan, Chen Ping, Ren Chun-de, "Dynamic fan-in and fan-out metrics for program comprehension", In Journal of Shanghai University, vol. 11, no. 5, pp. 474-479, 2007. + [bib] [doi]
[139] Esther Guerra, Juan de Lara, Paloma Díaz, "Visual specification of measurements and redesigns for domain specific visual languages", In Journal of Visual Languages and Computing, vol. in Press, pp. 1-27, 2007. + [bib] [doi]
[138] Félix Garcia, M. Serrano, J. Cruz-Lemus, F. Ruiz, M. Piattini, "Managing software process measurement: A metamodel-based approach", In Inf. Sci., Elsevier Science Inc., vol. 177, no. 12, pp. 2570-2586, 2007. + [bib] [doi]
2006
[137] Frank Weil, Andrij Neczwid, Kent Farbelow, "Model Size Metrics Research in Motorola", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + [bib]
[136] Harald Störrle, "On different notions of model size", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + [bib]
[135] SDMetrics, "The Software Design Metrics tool for the UML (http://www.sdmetrics.com/)", 2006. + [bib] [pdf]
[134] Esther Guerra, Paloma Diaz, Juan de Lara, "Visual Specification of Metrics for Domain Specific Visual Languages", In Graph Transformation and Visual Modeling Techniques (GT-VMT 2006), 2006. + [bib]
[133] Eric Vépa, Jean Bézivin, Hugo Brunelière, Frédéric Jouault, "Measuring Model Repositories", In Proceedings of the 1st Workshop on Model Size Metrics (MSM'06) co-located with MoDELS'2006, 2006. + [bib]
[132] Motoshi Saeki, Haruhiko Kaiya, "Model Metrics and Metrics of Model Transformation", In Proc. of 1st Workshop on Quality in Modeling, pp. 31-45, 2006. + [bib]
[131] Smacchia S.A., "Code Query Language 1.5 Specification", Technical report, Smacchia S.A., 2006. + [bib]
[130] Modelware Project, "D2.7 MDD Business Metrics", Technical report, Framework Programme Information Society Technologies, 2006. + [bib]
[129] Modelware Project, "D2.5 MDD Engineering Metrics Baseline", Technical report, Framework Programme Information Society Technologies, 2006. + [bib]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/57379f4d9506be7cd75de2f83219e84f.html b/test/output/57379f4d9506be7cd75de2f83219e84f.html new file mode 100644 index 0000000..c4ec35a --- /dev/null +++ b/test/output/57379f4d9506be7cd75de2f83219e84f.html @@ -0,0 +1,36 @@ + + + + + +Publications of Victor R. Basili + +
Publications of Victor R. Basili [rss]
+ + + + + + + + + + + + + + +
1996
[4] Lionel C. Briand, Sandro Morasca, Victor R. Basili, "Property-Based Software Engineering Measurement", In Software Engineering, vol. 22, no. 1, pp. 68-86, 1996. + [bib]
[3] Victor R. Basili, Lionel C. Briand, Walcélio L. Melo, "A Validation of Object-Oriented Design Metrics as Quality Indicators", In IEEE Trans. Softw. Eng., vol. 22, no. 10, pp. 751-761, 1996. + [bib] [doi]
1994
[2] Victor R. Basili, Gianluigi Caldiera, H. Dieter Rombach, "The Goal Question Metric Approach", Chapter in Encyclopedia of Software Engineering, Wiley, 1994. + [bib]
1984
[1] Victor R. Basili, David M. Weiss, "A Methodology for Collecting Valid Software Engineering Data.", In IEEE Trans. Software Eng., vol. 10, no. 6, pp. 728-738, 1984. + [bib]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/632abba2651d0c76144a55419914682d.html b/test/output/632abba2651d0c76144a55419914682d.html new file mode 100644 index 0000000..41a4ccf --- /dev/null +++ b/test/output/632abba2651d0c76144a55419914682d.html @@ -0,0 +1,39 @@ + + + + + +Search: Ocl + +
Search: Ocl [rss]
+ + + + + + + + + + + + + + + + + +
2006
[4] Jordi Cabot, Ernest Teniente, "A metric for measuring the complexity of OCL expressions", In Model Size Metrics Workshop co-located with MODELS'06, 2006. + [bib]
2005
[3] N. Debnath, D. Riesco, G. Montejano, R. Uzal, L. Baigorria, A. Dasso, A. Funes, "A technique based on the OMG metamodel and OCL for the definition of object-oriented metrics applied to UML models", In Proceedings of the ACS/IEEE 2005 International Conference on Computer Systems and Applications (AICCSA'05), IEEE Computer Society, 2005. + [bib]
2003
[2] Luis Reynoso, Marcela Genero, Mario Piattini, "Measuring OCL expressions: a "tracing"-based approach", In Proceedings of QAOOSE'2003, 2003. + [bib] [pdf]
2002
[1] A. Baroni, S. Braz, F. Abreu, "Using OCL to Formalize Object-Oriented Design Metrics Definitions", In ECOOP'02 Workshop on Quantitative Approaches in OO Software Engineering, 2002. + [bib]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/6aa2be53f96f320ff9d9d6a152eda0f8.html b/test/output/6aa2be53f96f320ff9d9d6a152eda0f8.html new file mode 100644 index 0000000..a52533d --- /dev/null +++ b/test/output/6aa2be53f96f320ff9d9d6a152eda0f8.html @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + +Code Query Language 1.5 Specification (bibtex) + +
Code Query Language 1.5 Specification (bibtex)
+
@TECHREPORT{SMACCHIA.COM2006,
+  author = {{Smacchia S.A.}},
+  title = {Code Query Language 1.5 Specification},
+  institution = {{Smacchia S.A.}},
+  year = {2006}
+}
+
Powered by bibtexbrowser
+ + diff --git a/test/output/6d99d602a3271c529e8dd56e0e39fdfc.html b/test/output/6d99d602a3271c529e8dd56e0e39fdfc.html new file mode 100644 index 0000000..61ba961 --- /dev/null +++ b/test/output/6d99d602a3271c529e8dd56e0e39fdfc.html @@ -0,0 +1,337 @@ + + + + + +Publications in /var/www/bibtexbrowser/test/input/metrics.bib + +
Publications in /var/www/bibtexbrowser/test/input/metrics.bib [rss]
+
Books
+ + + + + + + + + + + + + + + + + + +
[2003] Metrotrade Project, Regmet Project, "Metrology - in short", European Association of National Metrology Institutes, 2003. + [bib] [pdf]
[2001] ISO/IEC, "ISO/IEC 9126. Software engineering -- Product quality", ISO/IEC, 2001. + [bib]
[1996] Brian Henderson-Sellers, "Object-Oriented Metrics, measures of complexity", Prentice Hall, 1996. + [bib]
[1995] Kevin Pulford, Annie Kuntzmann-Combelles, Stephen Shirlaw, "A quantitative approach to software management: the AMI handbook", Addison-Wesley Longman Publishing Co., Inc., Boston, MA, USA, 1995. + [bib]
[1995] Stephen H. Kan, "Metrics and Models in Software Quality Engineering", Addison Wesley, Reading, MA, 1995. + [bib]
[1994] B. Henderson-Sellers, J. M. Edwards, "BOOKTWO of Object-Oriented Knowledge: The Working Object", Prentice Hall, 1994. + [bib]
[1993] C. Jones, "Software Productivity and Quality Today: The Worldwide Perspective", Carlsbad, Calif.: IS Management Group, 1993. + [bib]
[1993] CEI, ISO, "International vocabulary of basic and general terms in metrology = vocabulaire international des termes fondamentaux et généraux de métrologie", International Organisation for Standardization, 1993. + [bib]
[1992] Robert B. Grady, "Practical software metrics for project management and process improvement", Prentice-Hall, Inc., 1992. + [bib]
[1991] Horst Zuse, "Software Complexity", Walter de Gruyter, Berlin, 1991. + [bib]
[1991] N. E. Fenton, "Software Metrics: A Rigorous Approach", Chapman and Hall, 1991. + [bib]
[1991] C. Jones, "Applied software measurement: assuring productivity and quality", McGraw-Hill, 1991. + [bib]
[1987] Robert B. Grady, Deborah L. Caswell, "Software metrics: establishing a company-wide program", Prentice-Hall, Inc., 1987. + [bib]
[1986] C. Jones, "Programming Productivity", McGraw-Hill, 1986. + [bib]
[1981] A. Perlis, F. Sayward, M. Shaw, "Software Metrics", MIT, 1981. + [bib]
[1981] Barry W. Boehm, "Software Engineering Economics", Prentice Hall, Englewood Cliffs, NJ, 1981. + [bib]
[1971] D.H. Krantz, R.D. Luce, P. Suppes, A. Tversky, "Foundations of measurement", Academic Press, New York, 1971. + [bib]
+
Refereed Articles and Book Chapters
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[2009] Miroslaw Staron, Wilhelm Meding, Christer Nilsson, "A framework for developing measurement systems and its industrial evaluation", In Information and Software Technology, vol. 51, pp. 721-737, 2009. + [bib]
[2009] Esther Guerra, Juan de Lara, Alessio Malizia, Paloma Díaz, "Supporting user-oriented analysis for multi-view domain-specific visual languages", In Information and Software Technology, vol. 51, pp. 769-784, 2009. + [bib]
[2009] Félix García, Francisco Ruiz, Coral Calero, Manuel F. Bertoa, Antonio Vallecillo, Beatriz Mora, Mario Piattini, "Effective use of ontologies in software measurement", In The Knowledge Engineering Review, vol. 24, pp. 23-40, 2009. + [bib]
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
[2007] S. Sarkar, G. M. Rama, A. C. Kak, "API-Based and Information-Theoretic Metrics for Measuring the Quality of Software Modularization", In IEEE Transactions on Software Engineering, vol. 33, pp. 14-32, 2007. + [bib]
[2007] Wang Yu-ying, Li Qing-shan, Chen Ping, Ren Chun-de, "Dynamic fan-in and fan-out metrics for program comprehension", In Journal of Shanghai University, vol. 11, no. 5, pp. 474-479, 2007. + [bib] [doi]
[2007] Esther Guerra, Juan de Lara, Paloma Díaz, "Visual specification of measurements and redesigns for domain specific visual languages", In Journal of Visual Languages and Computing, vol. in Press, pp. 1-27, 2007. + [bib] [doi]
[2007] Félix Garcia, M. Serrano, J. Cruz-Lemus, F. Ruiz, M. Piattini, "Managing software process measurement: A metamodel-based approach", In Inf. Sci., Elsevier Science Inc., vol. 177, no. 12, pp. 2570-2586, 2007. + [bib] [doi]
[2006] Félix Garcia, Manuel F. Bertoa, Coral Calero, Antonio Vallecillo, Francisco Ruiz, Mario Piattini, Marcela Genero, "Towards a consistent terminology for software measurement", In Information and Software Technology, vol. 48, no. 8, pp. 631-644, 2006. + [bib] [doi]
[2005] Luigi Lavazza, Alberto Agostini, "Automated Measurement of UML Models: an open toolset approach", In Journal of Object Technology, vol. 4, no. 4, pp. 115-134, 2005. + [bib] [pdf]
[2005] Marcela Genero, Mario Piattini, Coral Caleron, "A survey of metrics for UML class diagrams", In Journal of Object Technology, vol. 4, pp. 59-92, 2005. + [bib]
[2005] Dirk Beyer, Andreas Noack, Claus Lewerentz, "Efficient Relational Calculation for Software Analysis", In IEEE Trans. Softw. Eng., vol. 31, no. 2, pp. 137-149, 2005. + [bib] [doi]
[2004] Yogesh Singh, Sangeeta Sabharwal, Manu Sood, "A Systematic Approach to Measure the Problem Complexity of Software Requirement Specifications of an Information System", In Information and Management Sciences, vol. 15, pp. 69-90, 2004. + [bib]
[2003] Michele Lanza, Stéphane Ducasse, "Polymetric Views - A Lightweight Visual Approach to Reverse Engineering", In Transactions on Software Engineering (TSE), vol. 29, pp. 782-795, 2003. + [bib]
[2003] N. S. Gill, P. S. Grover, "Component-based measurement: few useful guidelines", In SIGSOFT Softw. Eng. Notes, ACM, vol. 28, no. 6, pp. 4-4, 2003. + [bib] [doi]
[2002] T. Mens, M. Lanza, "A graph-based metamodel for object-oriented software metrics", In Electronic Notes in Theoretical Computer Science, vol. 72, pp. 57-68, 2002. + [bib] [doi]
[2002] L. Briand, S. Morasca, V. Basili, "An operational process for goal-driven definition of measures", In IEEE Transactions on Software Engineering, vol. 28, pp. 1106-1125, 2002. + [bib]
[2002] Paul Temple, Geoffrey Williams, "Infra-technology and economic performance: evidence from the United Kingdom measurement infrastructure", In Information Economics and Policy, vol. 14, no. 4, pp. 435-452, 2002. + [bib]
[2002] Jagdish Bansiya, Carl Davis, "A Hierarchical Model for Object-Oriented Design Quality Assessment", In IEEE Transactions on Software Engineering, vol. 28, no. 1, pp. 4-17, 2002. + [bib] [doi]
[2001] Barbara A. Kitchenham, Robert T. Hughes, Stephen G. Linkman, "Modeling Software Measurement Data", In IEEE Trans. Softw. Eng., IEEE Press, vol. 27, no. 9, pp. 788-804, 2001. + [bib] [doi]
[2000] Andreas Schmietendorf, Reiner Dumke, Erik Foltin, "Metrics based asset assessment", In SIGSOFT Softw. Eng. Notes, ACM, vol. 25, no. 4, pp. 51-61, 2000. + [bib] [doi]
[2000] Geert Poels, Guido Dedene, "Distance-based software measurement: necessary and sufficient properties for software measures", In Information and Software Technology, vol. 42, no. 1, pp. 35-46, 2000. + [bib]
[2000] Marcela Genero, Mario Piattini, Coral Calero, "Early measures for UML class diagrams", In L'Objet, vol. 6, no. 4, pp. 489-505, 2000. + [bib]
[2000] Jagdish Bansiya, "Evaluating framework architecture structural stability", In ACM Comput. Surv., ACM Press, vol. 32, no. 1es, pp. 18, 2000. + [bib] [doi]
[1998] Lionel C. Briand, John W. Daly, Jürgen Wüst, "A Unified Framework for Cohesion Measurement in Object-Oriented Systems", In Empirical Softw. Eng., Kluwer Academic Publishers, vol. 3, no. 1, pp. 65-117, 1998. + [bib] [doi]
[1997] L. M. Yap, B. Henderson-Sellers, "Class Hierarchies: Consistency Between Libraries", In Australian Computer Journal, vol. 29, no. 3, pp. 81-94, 1997. + [bib]
[1997] Elaine Ferneley, "An empirical study of coupling and control flow metrics", In Information and Software Technology, vol. 39, no. 13, pp. 879-887, 1997. + [bib]
[1996] Lionel C. Briand, Sandro Morasca, Victor R. Basili, "Property-Based Software Engineering Measurement", In Software Engineering, vol. 22, no. 1, pp. 68-86, 1996. + [bib]
[1996] Martin Hitz, Behzad Montazeri, "Chidamber and Kemerer's Metrics Suite: A Measurement Theory Perspective", In IEEE Trans. Softw. Eng., vol. 22, no. 4, pp. 267-271, 1996. + [bib] [doi]
[1996] Victor R. Basili, Lionel C. Briand, Walcélio L. Melo, "A Validation of Object-Oriented Design Metrics as Quality Indicators", In IEEE Trans. Softw. Eng., vol. 22, no. 10, pp. 751-761, 1996. + [bib] [doi]
[1995] Alberto Mendelzon, Johannes Sametinger, "Reverse Engineering by Visualizing and Querying", In Software - Concepts and Tools, vol. 16, no. 4, pp. 170-182, 1995. + [bib]
[1995] Rita J. Costello, Dar-Biau Liu, "Metrics for Requirements Engineering", In J. Syst. Softw., vol. 29, no. 1, pp. 39-63, 1995. + [bib]
[1994] Victor R. Basili, Gianluigi Caldiera, H. Dieter Rombach, "The Goal Question Metric Approach", Chapter in Encyclopedia of Software Engineering, Wiley, 1994. + [bib]
[1994] Wilf R. LaLonde, John R. Pugh, "Gathering Metric Information Using Metalevel Facilities", In JOOP, vol. 7, no. 1, pp. 33-37, 1994. + [bib]
[1994] S. R. Chidamber, C. F. Kemerer, "A Metric Suite for Object-Oriented Design", In IEEE Transactions on Software Engineering, vol. 20, no. 6, pp. 293-318, 1994. + [bib]
[1992] Norman F. Schneidewind, "Methodology for Validating Software Metrics", In IEEE Trans. Software Eng., vol. 18, no. 5, pp. 410-422, 1992. + [bib] [doi]
[1992] C. Tsalidis, D. Christodoulakis, D. Maritsas, "ATHENA: a software measurement and metrics environment", In Journal of Software Maintenance, vol. 4, no. 2, pp. 61-81, 1992. + [bib] [doi]
[1991] David Card, "What Makes a Software Measure Successful", In American Programmer, vol. 4, pp. 2-8, 1991. + [bib]
[1990] Carol Withrow, "Error Density and Size in Ada Software", In IEEE Softw., IEEE Computer Society Press, vol. 7, no. 1, pp. 26-30, 1990. + [bib] [doi]
[1990] Austin C. Melton, Albert L. Baker, James M. Bieman, David M Gustafson, "A mathematical perspective for software measures research", In Software Engineering Journal, vol. 5, pp. 246-254, 1990. + [bib]
[1990] Barbara A. Kitchenham, Lesley M. Pickard, Susan J. Linkman, "An evaluation of some design metrics", In Softw. Eng. J., Michael Faraday House, vol. 5, no. 1, Herts, UK, UK, pp. 50-58, 1990. + [bib]
[1988] E. J. Weyuker, "Evaluating Software Complexity Metrics", In IEEE Transactions on Software Engineering, vol. 14, no. 9, pp. 1357-1365, 1988. + [bib]
[1987] J. A. Zachman, "A framework for information systems architecture", In IBM Systems Journal, vol. 26, no. 3, pp. 276-292, 1987. + [bib]
[1984] Victor R. Basili, David M. Weiss, "A Methodology for Collecting Valid Software Engineering Data.", In IEEE Trans. Software Eng., vol. 10, no. 6, pp. 728-738, 1984. + [bib]
[1981] S. Henry, D. Kafura, "Software Structure Metrics Based on Information Flow", In IEEE Trans. Softw. Eng., IEEE Press, vol. 7, no. 5, pp. 510-518, 1981. + [bib] [doi]
[1976] McCabe, "A Complexity Measure", In IEEE Transactions on Software Engineering, vol. 2, pp. 308-320, 1976. + [bib]
+
Refereed Conference Papers
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + [bib] [pdf]
[2008] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + [bib] [pdf]
[2008] Beatriz Mora, Félix Garcia, Francisco Ruiz, Mario Piattini, Artur Boronat, Abel Gómez, José Á. Carsí, Isidro Ramos, "Software measurement by using QVT transformations in an MDA context", In Proceedings of the International Conference on Enterprise Information Systems (ICEIS'2008), 2008. + [bib]
[2008] Rüdiger Lincke, Jonas Lundberg, Welf Löwe, "Comparing Software Metric Tools", In Proceedings of the 2008 international Symposium on Software Testing and Analysis (ISSTA'2008), 2008. + [bib]
[2006] Esther Guerra, Paloma Diaz, Juan de Lara, "Visual Specification of Metrics for Domain Specific Visual Languages", In Graph Transformation and Visual Modeling Techniques (GT-VMT 2006), 2006. + [bib]
[2006] Brian Berenbach, Gail Borotto, "Metrics for model driven requirements development", In Proceeding of the 28th International Conference on Software Engineering (ICSE '06), ACM Press, pp. 445-451, 2006. + [bib] [doi]
[2006] Jacqueline A. McQuillan, James F. Power, "Experiences of using the Dagstuhl Middle Metamodel for defining software metrics", In Proceedings of the 4th International Conference on Principles and Practices of Programming in Java, 2006. + [bib]
[2006] Jacqueline McQuillan, James Power, "Towards the re-usability of software metrics definitions at the meta level", In Proceedings of the ECOOP'2006 Doctoral Symposium, 2006. + [bib]
[2006] Michael Eichberg, Daniel Germanus, Mira Mezini, Lukas Mrokon, Thorsten Schäfer, "QScope: an Open, Extensible Framework for Measuring Software Projects.", In Proceedings of the 10th European Conference on Software Maintenance and Reengineering (CSMR'06), 2006. + [bib]
[2006] El Hachemi Alikacem, Houari Sahraoui, "Détection d'anomalies utilisant un langage de description de règle de qualité", In Actes de la 12ème conférence Langage et Modèles à Objets, 2006. + [bib]
[2006] El Hachemi Alikacem, Houari Sahraoui, "Generic Metric Extraction Framework", In Proceedings of IWSM/MetriKon'2006, 2006. + [bib]
[2005] M. El Wakil, A. El Bastawissi, M. Boshra, A. Fahmy, "A novel approach to formalize and collect Object-Oriented Design-Metrics", In Proceedings of the 9th International Conference on Empirical Assessment in Software Engineering, 2005. + [bib]
[2005] Cristina Marinescu, Radu Marinescu, Tudor Gîrba, "Towards a Simplified Implementation of Object-Oriented Design Metrics.", In IEEE METRICS, pp. 11, 2005. + [bib] [doi]
[2005] Tudor Gîrba, Michele Lanza, Stéphane Ducasse, "Characterizing the Evolution of Class Hierarchies", In Proceedings of the 9th European Conference on Software Maintenance and Reengineering (CSMR'05), IEEE Computer Society, pp. 2-11, 2005. + [bib] [pdf] [doi]
[2005] Betty H. C. Cheng, Ryan Stephenson, Brian Berenbach, "Lessons Learned from Automated Analysis of Industrial UML Class Models (An Experience Report).", In Proceedings of MODELS' 2005, pp. 324-338, 2005. + [bib] [doi]
[2005] Sajjad Mahmood, Richard Lai, "Measuring the Complexity of a UML Component Specification", In QSIC '05: Proceedings of the Fifth International Conference on Quality Software, IEEE Computer Society, Washington, DC, USA, pp. 150-160, 2005. + [bib] [doi]
[2005] N. Debnath, D. Riesco, G. Montejano, R. Uzal, L. Baigorria, A. Dasso, A. Funes, "A technique based on the OMG metamodel and OCL for the definition of object-oriented metrics applied to UML models", In Proceedings of the ACS/IEEE 2005 International Conference on Computer Systems and Applications (AICCSA'05), IEEE Computer Society, 2005. + [bib]
[2005] Aline Lùcia Baroni, "Quantitative assessment of UML dynamic models", In Proceedings of the doctoral symposium at the 10th European Software Engineering Conference held jointly with 13th International Symposium on Foundations of Software Engineering (ESEC-FSE'05), ACM Press, pp. 366-369, 2005. + [bib] [doi]
[2005] Jarallah S. Alghamdi, Raimi A. Rufai, Sohel M. Khan, "OOMeter: A Software Quality Assurance Tool", In Proceedings of the Ninth European Conference on Software Maintenance and Reengineering (CSMR'05), pp. 190-191, 2005. + [bib] [doi]
[2004] H. Ma, W. Shao, L.Zhang, Z.Ma, Y.Jiang, "Applying OO Metrics to Assess UML Meta-Models", In Proceedings of MODELS/UML'2004, 2004. + [bib]
[2004] V. L. Narasimhan, B. Hendradjaya, "Component Integration Metrics", In Proceedings of the International Conference on Software Engineering Research and Practice (SERP'04), 2004. + [bib]
[2004] Félix Garcia, Francisco Ruiz, Mario Piattini, "Definition and empirical validation of metrics for software process models", In Proceedings of the International Conference on Product Focused Software Process Improvement (PROFES'2004), 2004. + [bib]
[2004] Xavier Franch, Gemma Grau, Carme Quer, "A Framework for the Definition of Metrics for Actor-Dependency Models", In Proceedings of the 2th IEEE International Requirements Engineering Conference (RE'04), IEEE Computer Society, pp. 348-349, 2004. + [bib] [doi]
[2003] Bruno Dufour, Karel Driesen, Laurie Hendren, Clark Verbrugge, "Dynamic Metrics for Java", In Proceedings of the ACM SIGPLAN 2003 Conference on Object-Oriented Programming, Systems, Languages, and Applications (OOPSLA'03), ACM Press, pp. 149-168, 2003. + [bib] [pdf]
[2003] Hironori Washizaki, Hirokazu Yamamoto, Yoshiaki Fukazawa, "A Metrics Suite for Measuring Reusability of Software Components", In METRICS '03: Proceedings of the 9th International Symposium on Software Metrics, IEEE Computer Society, pp. 211, 2003. + [bib]
[2003] Motoshi Saeki, "Embedding Metrics into Information Systems Development Methods: An Application of Method Engineering Technique", In CAiSE, pp. 374-389, 2003. + [bib] [pdf]
[2003] Luis Reynoso, Marcela Genero, Mario Piattini, "Measuring OCL expressions: a "tracing"-based approach", In Proceedings of QAOOSE'2003, 2003. + [bib] [pdf]
[2002] Jean Paul Van Belle, "Towards a Syntactic Signature for Domain Models: Proposed Descriptive Metrics for Visualizing the Entity Fan-out Frequency Distribution", In Proceedings of SAICSIT 2002, 2002. + [bib]
[2002] T. J. Harmer, F. G. Wilkie, "An Extensible Metrics Extraction Environment for Object-Oriented Programming Languages", In Proceedings of the International Conference on Software Maintenance, 2002. + [bib]
[2002] Mei-Huei Tang, Mei-Hwa Chen, "Measuring OO Design Metrics from UML", In Proceedings of MODELS/UML'2002, 2002. + [bib]
[2002] Hyoseob Kim, Cornelia Boldyreff, "Developing Software Metrics Applicable to UML Models", In Proceedings of QAOOSE'2002, 2002. + [bib] [pdf]
[2002] Brian Henderson-Sellers, Didar Zowghi, T. Klemola, S. Parasuram, "Sizing Use Cases: How to Create a Standard Metrical Approach", In Proceedings of the 8th International Conference on Object-Oriented Information Systems (OOIS '02), Springer-Verlag, pp. 409-421, 2002. + [bib]
[2002] Marcela Genero, Mario Piattini, Coral Calero, "Empirical Validation of Class Diagram Metrics", In Proceedings of the International Symposium on Empirical Software Engineering (ISESE'02), IEEE Computer Society, pp. 195, 2002. + [bib]
[2002] M. Genero, D. Miranda, M. Piattini, "Defining and Validating Metrics for UML Statechart Diagrams", In Proceedings of QAOOSE'2002, 2002. + [bib] [pdf]
[2002] A. Baroni, F. Abreu, "Formalizing Object-Oriented Design Metrics upon the UML Meta-Model", In Proc. of the 16th Brazilian Symposium on Software Engineering, 2002. + [bib]
[2001] R. van Solingen, E. Berghout, "Integrating goal-oriented measurement in industrial software engineering: industrial experiences with and additions to the Goal/Question/Metric method (GQM)", In Proceedings of the 7th Software Metrics Symposium (METRICS'2001), pp. 246-258, 2001. + [bib] [doi]
[2001] Sahra Sedigh-Ali, Arif Ghafoor, Raymond A. Paul, "Metrics-Guided Quality Management for Component-Based Software Systems", In Proceedings of the 25th International Computer Software and Applications Conference (COMPSAC'01), IEEE Computer Society, pp. 303, 2001. + [bib]
[2001] Annabella Loconsole, "Measuring the Requirements Management Key Process Area", In Proceedings of the 12th European Software Control and Metrics Conference (ESCOM'2001), 2001. + [bib] [pdf]
[2001] Eun Sook Cho, Min Sun Kim, Soo Dong Kim, "Component Metrics to Measure Component Quality", In Proceedings of the 8th Asia-Pacific on Software Engineering Conference (APSEC'01), IEEE Computer Society, pp. 419, 2001. + [bib]
[2001] Sjaak Brinkkemper, Motoshi Saeki, Frank Harmsen, "A Method Engineering Language for the Description of Systems Development Methods", In CAiSE, pp. 473-476, 2001. + [bib]
[2000] M. Xenos, D. Stavrinoudis, K. Zikouli, D. Christodoulakis, "Object-oriented metrics - a survey", In Proceedings of the FESMA Conference (FESMA'2000), 2000. + [bib]
[2000] Barry W. Boehm, Kevin J. Sullivan, "Software economics: a roadmap", In ICSE - Future of SE Track, pp. 319-343, 2000. + [bib] [doi]
[1999] Michael Mattsson, Jan Bosch, "Characterizing Stability in Evolving Frameworks", In TOOLS '99: Proceedings of the Technology of Object-Oriented Languages and Systems, IEEE Computer Society, pp. 118, 1999. + [bib]
[1999] Serge Demeyer, Stéphane Ducasse, "Metrics, Do They Really Help?", In Proceedings of LMO'99, pp. 69-82, 1999. + [bib]
[1999] Serge Demeyer, Stéphane Ducasse, Michele Lanza, "A Hybrid Reverse Engineering Approach Combining Metrics and Program Visualization", In Proceedings of the Sixth Working Conference on Reverse Engineering (WCRE'99), pp. 175, 1999. + [bib]
[1998] M. Marchesi, "OOA Metrics for the Unified Modeling Language", In Proceedings of the 2nd Euromicro Conference on Software Maintenance and Reengineering (CSMR'98), IEEE Computer Society, pp. 67, 1998. + [bib]
[1997] Vojislav B. Misic, Simon Moser, "From Formal Metamodels to Metrics: An Object-Oriented Approach", In Proceedings of the Technology of Object-Oriented Languages and Systems Conference (TOOLS'97), pp. 330, 1997. + [bib]
[1997] T. Hammer, L. Rosenberg, L. Huffman, L. Hyatt, "Requirements Metrics - Value Added", In Proceedings of the 3rd IEEE International Symposium on Requirements Engineering (RE'97), IEEE Computer Society, pp. 141.1, 1997. + [bib]
[1996] W. M. Wilson, L. H. Rosenberg, L. E. Hyatt, "Automated quality analysis of Natural Language requirement specifications", In Proceeding of the PNSQC Conference, 1996. + [bib]
[1995] Barry Boehm, Bradford Clark, Ellis Horowitz, Richard Shelby, Chris Westland, "An Overview of the COCOMO 2.0 Software Cost Model", In Software Technology Conference, 1995. + [bib]
[1993] A. Davis, S. Overmyer, K. Jordan, J. Caruso, F. Dandashi, A. Dinh, G. Kincaid, G. Ledeboer, P. Reynolds, P. Sitaram, A. Ta, M. Theofanos, "Identifying and measuring quality in a software requirements specification", In Proceedings of the First International Software Metrics Symposium, 1993. + [bib]
[1991] Shyam R. Chidamber, Chris F. Kemerer, "Towards a Metrics Suite for Object-Oriented Design", In Proceedings of OOPSLA'91, pp. 197-211, 1991. + [bib]
[1990] T. Khoshgoftaar, J. Munson, "The lines of code metric as a predictor of program faults: A critical analysis", In Proceedings of the Computer Software and Applications Conference, pp. 408-413, 1990. + [bib]
[1990] Mariano P. Consens, Alberto O. Mendelzon, "GraphLog: a visual formalism for real life recursion", In Proc. of the ACM Symp. on Principles of Database Systems, pp. 404-416, 1990. + [bib]
[1985] David N. Card, Gerald T. Page, Frank E. McGarry, "Criteria for Software Modularization.", In ICSE, pp. 372-377, 1985. + [bib]
+
Refereed Workshop Papers
+ + + + + + + + + + + + + + + + +
[2008] Beatriz Mora, Mario Piattini, Francisco Ruiz, Felix Garcia, "SMML: Software Measurement Modeling Language", In Proceedings of the 8th Workshop on Domain-Specific Modeling (DSM'2008), 2008. + [bib]
[2007] Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + [bib] [pdf]
[2006] Frank Weil, Andrij Neczwid, Kent Farbelow, "Model Size Metrics Research in Motorola", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + [bib]
[2006] Harald Störrle, "On different notions of model size", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + [bib]
[2006] Eric Vépa, Jean Bézivin, Hugo Brunelière, Frédéric Jouault, "Measuring Model Repositories", In Proceedings of the 1st Workshop on Model Size Metrics (MSM'06) co-located with MoDELS'2006, 2006. + [bib]
[2006] Motoshi Saeki, Haruhiko Kaiya, "Model Metrics and Metrics of Model Transformation", In Proc. of 1st Workshop on Quality in Modeling, pp. 31-45, 2006. + [bib]
[2006] Jacqueline McQuillan, James Power, "Some observations on the application of software metrics to UML models", In Proceedings of the Model Size Metrics workshop at Models'2006, 2006. + [bib]
[2006] Rüdiger Lincke, Welf Löwe, "Foundations for Defining Software Metrics", In Proceedings of the 3rd International Workshop on Metamodels, Schemas, Grammars, and Ontologies for Reverse Engineering (ATEM), 2006. + [bib]
[2006] Jordi Cabot, Ernest Teniente, "A metric for measuring the complexity of OCL expressions", In Model Size Metrics Workshop co-located with MODELS'06, 2006. + [bib]
[2002] A. Baroni, S. Braz, F. Abreu, "Using OCL to Formalize Object-Oriented Design Metrics Definitions", In ECOOP'02 Workshop on Quantitative Approaches in OO Software Engineering, 2002. + [bib]
[2002] Michele Lanza, Stéphane Ducasse, "Beyond Language Independent Object-Oriented Metrics: Model Independent Metrics", In Proceedings of the 6th International Workshop on Quantitative Approaches in Object-Oriented Software Engineering, pp. 77-84, 2002. + [bib] [pdf]
[2001] Ralf Reissing, "Towards a Model for Object-Oriented Design Measurement", In ECOOP'01 Workshop QAOOSE, 2001. + [bib]
[1998] Claus Lewerentz, Frank Simon, "A Product Metrics Tool Integrated into a Software Development Environment", In Proceedings of the Workshop on Object-Oriented Technology at ECOOP'98, 1998. + [bib]
[1997] G. Poels, G. Dedene, "Complexity Metrics for Formally Specified Business Requirements", In Proceedings of the Annual Oregon Workshop on Software Metrics (AOWSM'97), 1997. + [bib]
[1992] D. P. Tegarden, S. D. Sheetz, "Object-oriented system complexity: an integrated model of structure and perceptions", In OOPSLA'92 Workshop on Metrics for Object-Oriented Software Development, 1992. + [bib]
+
Other Publications
+ + + + + + + + + + + + + + + + + + + + + +
[2008] Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + [bib] [pdf]
[2007] The International Software Benchmarking Standards Group, "ISBSG Repositories", 2007. + [bib]
[2006] SDMetrics, "The Software Design Metrics tool for the UML (http://www.sdmetrics.com/)", 2006. + [bib] [pdf]
[2006] Smacchia S.A., "Code Query Language 1.5 Specification", Technical report, Smacchia S.A., 2006. + [bib]
[2006] Modelware Project, "D2.7 MDD Business Metrics", Technical report, Framework Programme Information Society Technologies, 2006. + [bib]
[2006] Modelware Project, "D2.5 MDD Engineering Metrics Baseline", Technical report, Framework Programme Information Society Technologies, 2006. + [bib]
[2006] Modelware Project, "D2.2 MDD Engineering Metrics Definition", Technical report, Framework Programme Information Society Technologies, 2006. + [bib]
[2006] Jacqueline McQuillan, James Power, "A Definition of the Chidamber and Kemerer Metrics suite for UML", Technical report, National University of Ireland, 2006. + [bib]
[2005] Ganesh Kandula, Vinay Kumar Sathrasala, "Product and Management Metrics for Requirements.", Master's thesis, Umea University, 2005. + [bib]
[2004] Chris Kolde, "Basic metrics for requirements management", 2004. + [bib]
[2004] Harmen Kastenberg, "Software Metrics as Class Graph Properties", Master's thesis, University of Twente, 2004. + [bib] [pdf]
[2004] Bruce Powel Douglass, "Computing Model Complexity", 2004. + [bib] [pdf]
[2003] M. Medina Mora, C. Denger, "Requirements metrics: an initial literature survey on measurement approaches for requirements specifications", Technical report, Fraunhofer IESE, 2003. + [bib]
[2000] NASA Software Assurance Technology Center, "Automated Requirement Measurement", 2000. + [bib]
[1999] Bruce Edmonds, "Syntactic Measures of Complexity", PhD thesis, University of Manchester, 1999. + [bib]
[1998] Claus Lewerentz, Frank Simon, "Integrating an object-oriented metrics tool into SNiFF+", Technical report, BTU Cottbus, 1998. + [bib]
[1997] J. Abounader, D. Lamb, "A Data Model for Object-Oriented Design Metrics", Technical report, Queen's University, Kingston, ON., 1997. + [bib]
[1995] NASA Software Program, "Software Measurement Guidebook", Technical report, National Aeronautics and Space Administration, 1995. + [bib]
[1993] L. M. Yap, B. Henderson-Sellers, "Consistency considerations of object-oriented class libraries", Technical report, University of New South Wales, no. 93/3, 1993. + [bib]
[1992] John Baumert, Mark McWhinney, "Software Measures and the Capability Maturity Model", Technical report, Software Engineering Institute, Carnegie Mellon University, 1992. + [bib]
+
Powered by bibtexbrowser
+ + diff --git a/test/output/7927fcd8654efc9521cae97590ac1e7b.html b/test/output/7927fcd8654efc9521cae97590ac1e7b.html new file mode 100644 index 0000000..f9f737b --- /dev/null +++ b/test/output/7927fcd8654efc9521cae97590ac1e7b.html @@ -0,0 +1,56 @@ + + + Publications of Martin Monperrus + http://localhostbib=/var/www/bibtexbrowser/test/input/metrics.bib&author=Martin+Monperrus&rss + + + bibtexbrowser v__MTIME__ + + + La mesure des modèles par les modèles : une approche générative + http://www.monperrus.net/martin/la-mesure-des-modeles-par-les-modeles-une-approche-generative.pdf + + Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08phd + + + A Model-driven Measurement Approach + http://www.monperrus.net/martin/A-Model-Driven-Measurement-Approach.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08d + + + Measuring Models + http://www.monperrus.net/martin/Measuring-models-in-Model-Driven-Software-Development-Integrating-Quality-Assurance.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + +Model-Driven Engineering (MDE) is an approach to software development that uses models as primary artifacts, from which code, documentation and tests are derived. One way of assessing quality assurance in a given domain is to define domain metrics. As text documents, models can be considered from a syntactic point of view i.e., thought of as graphs. We can readily apply graph-based metrics to them, such as the number of nodes, the number of edges or the fan-in/fan-out distributions. However, these metrics cannot leverage the semantic structuring enforced by each specific metamodel to give domain specific information. Contrary to graph-based metrics, more specific metrics do exist for given domains (such as LOC for programs), but they lack genericity. Our contribution is to propose one metric that is generic over the domains and the metamodels and allows the easy specification of an open-ended wide range of model metrics. + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08b + + + Model-driven Engineering Metrics for Real Time Systems + http://www.monperrus.net/martin/Model-driven_Engineering_Metrics_for_Real_Time_Systems.pdf + + Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus08a + + + Counts Count + http://www.monperrus.net/martin/Counts_Count.pdf + + Martin Monperrus, Joël Champeau, Brigitte Hoeltzener, "Counts Count", In Proceedings of the 2nd Workshop on Model Size Metrics (MSM'07) co-located with MODELS'2007, 2007. + + + %2Fvar%2Fwww%2Fbibtexbrowser%2Ftest%2Finput%2Fmetrics.bib%3A%3Amonperrus07 + + + + diff --git a/test/output/8fd675bda5bb61c211f3695a6ea6a38b.html b/test/output/8fd675bda5bb61c211f3695a6ea6a38b.html new file mode 100644 index 0000000..8f1946d --- /dev/null +++ b/test/output/8fd675bda5bb61c211f3695a6ea6a38b.html @@ -0,0 +1,15 @@ + + + + + +Publications of Victor R. Basilis + +No match found! + + diff --git a/test/output/982dbdb9aaff28b153228d3d6b01a406.html b/test/output/982dbdb9aaff28b153228d3d6b01a406.html new file mode 100644 index 0000000..a9fa0d9 --- /dev/null +++ b/test/output/982dbdb9aaff28b153228d3d6b01a406.html @@ -0,0 +1,24 @@ + + + + + +Publications of Martin Monperrus & Type: Article|incollection + +
Publications of Martin Monperrus & Type: Article|incollection [rss]
+ + + + + +
2008
[1] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/b4155fdd8a001ff84fed76fdff701bff.html b/test/output/b4155fdd8a001ff84fed76fdff701bff.html new file mode 100644 index 0000000..462ee3f --- /dev/null +++ b/test/output/b4155fdd8a001ff84fed76fdff701bff.html @@ -0,0 +1,30 @@ + + + + + +Exclude: Workshop & Publications of Martin Monperrus + +
Exclude: Workshop & Publications of Martin Monperrus [rss]
+ + + + + + + + +
2008
[4] Martin Monperrus, "La mesure des modèles par les modèles : une approche générative", PhD thesis, Université de Rennes, 2008. (Advisor: JM. Jézéquel; Examiners: H. Sahraoui, S. Ducasse) + [bib] [pdf]
[3] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "A Model-driven Measurement Approach", In Proceedings of the ACM/IEEE 11th International Conference on Model Driven Engineering Languages and Systems (MODELS'2008), 2008. (acceptance rate: 58/274) + [bib] [pdf]
[2] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Measuring Models", Chapter in Model-Driven Software Development: Integrating Quality Assurance, IDEA Group, 2008. + [bib] [pdf]
[1] Martin Monperrus, Jean-Marc Jézéquel, Joël Champeau, Brigitte Hoeltzener, "Model-driven Engineering Metrics for Real Time Systems", In Proceedings of the 4th European Congress on Embedded Real Time Software (ERTS'2008), 2008. + [bib] [pdf]
+ +
Powered by bibtexbrowser
+ + diff --git a/test/output/d4428dcf3da7c71cd6477294a6c93a14.html b/test/output/d4428dcf3da7c71cd6477294a6c93a14.html new file mode 100644 index 0000000..e4273f0 --- /dev/null +++ b/test/output/d4428dcf3da7c71cd6477294a6c93a14.html @@ -0,0 +1,219 @@ + + + + + + + + +
+ + +
+ +
+
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ + + + + + + +
+ diff --git a/test/output/edeaf42415d65bf6708bafa6396c7824.html b/test/output/edeaf42415d65bf6708bafa6396c7824.html new file mode 100644 index 0000000..68814b1 --- /dev/null +++ b/test/output/edeaf42415d65bf6708bafa6396c7824.html @@ -0,0 +1,38 @@ + + + + + +Year: 2004 + +
Year: 2004 [rss]
+ + + + + + + + + + + + +
2004
[8] H. Ma, W. Shao, L.Zhang, Z.Ma, Y.Jiang, "Applying OO Metrics to Assess UML Meta-Models", In Proceedings of MODELS/UML'2004, 2004. + [bib]
[7] Chris Kolde, "Basic metrics for requirements management", 2004. + [bib]
[6] Yogesh Singh, Sangeeta Sabharwal, Manu Sood, "A Systematic Approach to Measure the Problem Complexity of Software Requirement Specifications of an Information System", In Information and Management Sciences, vol. 15, pp. 69-90, 2004. + [bib]
[5] V. L. Narasimhan, B. Hendradjaya, "Component Integration Metrics", In Proceedings of the International Conference on Software Engineering Research and Practice (SERP'04), 2004. + [bib]
[4] Harmen Kastenberg, "Software Metrics as Class Graph Properties", Master's thesis, University of Twente, 2004. + [bib] [pdf]
[3] Félix Garcia, Francisco Ruiz, Mario Piattini, "Definition and empirical validation of metrics for software process models", In Proceedings of the International Conference on Product Focused Software Process Improvement (PROFES'2004), 2004. + [bib]
[2] Xavier Franch, Gemma Grau, Carme Quer, "A Framework for the Definition of Metrics for Actor-Dependency Models", In Proceedings of the 2th IEEE International Requirements Engineering Conference (RE'04), IEEE Computer Society, pp. 348-349, 2004. + [bib] [doi]
[1] Bruce Powel Douglass, "Computing Model Complexity", 2004. + [bib] [pdf]
+ +
Powered by bibtexbrowser
+ +