@proceedings {16563, title = {BugsJS: a Benchmark of JavaScript Bugs}, year = {2019}, pages = {90-101}, address = {Xi{\textquoteright}an, China}, abstract = {JavaScript is a popular programming language that is also error-prone due to its asynchronous, dynamic, and loosely-typed nature. In recent years, numerous techniques have been proposed for analyzing and testing JavaScript applications. However, our survey of the literature in this area revealed that the proposed techniques are often evaluated on different datasets of programs and bugs. The lack of a commonly used benchmark limits the ability to perform fair and unbiased comparisons for assessing the efficacy of new techniques. To fill this gap, we propose BugsJS, a benchmark of 453 real, manually validated JavaScript bugs from 10 popular JavaScript server-side programs, comprising 444k LOC in total. Each bug is accompanied by its bug report, the test cases that detect it, as well as the patch that fixes it. BugsJS features a rich interface for accessing the faulty and fixed versions of the programs and executing the corresponding test cases, which facilitates conducting highly-reproducible empirical studies and comparisons of JavaScript analysis and testing tools.}, keywords = {benchmark, Bug database, BugsJS, JavaScript, literature survey, real bugs, reproducibility, select:quality}, doi = {10.1109/ICST.2019.00019}, url = {https://ieeexplore.ieee.org/document/8730197/authors$\#$authors}, author = {P{\'e}ter Gyimesi and B{\'e}la Vancsics and Andrea Stocco and Davood Mazinanian and {\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Ali Mesbah} } @article {16565, title = {Code Coverage Differences of Java Bytecode and Source Code}, journal = {Software Quality Journal}, volume = {27}, year = {2019}, month = {03/2019}, pages = {79-123}, abstract = {Many software testing fields, like white-box testing, test case generation, test prioritization, and fault localization, depend on code coverage measurement. If used as an overall completeness measure, the minor inaccuracies of coverage data reported by a tool do not matter that much; however, in certain situations, they can lead to serious confusion. For example, a code element that is falsely reported as covered can introduce false confidence in the test. This work investigates code coverage measurement issues for the Java programming language. For Java, the prevalent approach to code coverage measurement is using bytecode instrumentation due to its various benefits over source code instrumentation. As we have experienced, bytecode instrumentation-based code coverage tools produce different results than source code instrumentation-based ones in terms of the reported items as covered. We report on an empirical study to compare the code coverage results provided by tools using the different instrumentation types for Java coverage measurement on the method level. In particular, we want to find out how much a bytecode instrumentation approach is inaccurate compared to a source code instrumentation method. The differences are systematically investigated both in quantitative (how much the outputs differ) and in qualitative terms (what the causes for the differences are). In addition, the impact on test prioritization and test suite reduction{\textemdash}a possible application of coverage measurement{\textemdash}is investigated in more detail as well.}, keywords = {Code coverage, Coverage tools, Empirical study, Java bytecode instrumentation, select:quality, Source code instrumentation, White-box testing}, doi = {10.1007/s11219-017-9389-z}, url = {https://link.springer.com/article/10.1007/s11219-017-9389-z$\#$citeas}, author = {Ferenc Horv{\'a}th and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and D{\'a}vid Tengeri and Gerg{\H o} Balogh and Tibor Gyimothy} } @article {Kicsi:JSS:2019:SPL-adoption, title = {Feature Analysis using Information Retrieval, Community Detection and Structural Analysis Methods in Product Line Adoption}, journal = {Journal of Systems and Software}, volume = {155}, year = {2019}, month = {sep}, pages = {70-90}, keywords = {select:deep}, doi = {10.1016/j.jss.2019.05.001}, author = {Andr{\'a}s Kicsi and Viktor Csuvik and L{\'a}szl{\'o} Vid{\'a}cs and Ferenc Horv{\'a}th and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyimothy and Ferenc Kocsis} } @conference {Horvath:IBF:2019:IFL, title = {A New Interactive Fault Localization Method with Context Aware User Feedback}, booktitle = {Proceedings of the First International Workshop on Intelligent Bug Fixing (IBF 2019)}, series = {IBF 2019}, year = {2019}, month = {feb}, pages = {23-28}, publisher = {IEEE}, organization = {IEEE}, address = {Passau, Germany}, isbn = {978-1-7281-1809-3}, doi = {10.1109/IBF.2019.8665415}, author = {Ferenc Horv{\'a}th and Victor Schnepper Lacerda and {\'A}rp{\'a}d Besz{\'e}des and L{\'a}szl{\'o} Vid{\'a}cs and Tibor Gyimothy} } @article {GBH18, title = {Analysis of Static and Dynamic Test-to-code Traceability Information}, journal = {Acta Cybernetica}, volume = {23}, number = {3}, year = {2018}, pages = {903-919}, doi = {10.14232/actacyb.23.3.2018.11}, author = {Gergely, Tam{\'a}s and Balogh, Gerg{\H o} and Horv{\'a}th, Ferenc and Vancsics, B{\'e}la and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @article {16564, title = {Differences Between a Static and a Dynamic Test-to-Code Traceability Recovery Method}, journal = {Software Quality Journal}, volume = {27}, year = {2018}, month = {06/2019}, pages = {797-822}, abstract = {Recovering test-to-code traceability links may be required in virtually every phase of development. This task might seem simple for unit tests thanks to two fundamental unit testing guidelines: isolation (unit tests should exercise only a single unit) and separation (they should be placed next to this unit). However, practice shows that recovery may be challenging because the guidelines typically cannot be fully followed. Furthermore, previous works have already demonstrated that fully automatic test-to-code traceability recovery for unit tests is virtually impossible in a general case. In this work, we propose a semi-automatic method for this task, which is based on computing traceability links using static and dynamic approaches, comparing their results and presenting the discrepancies to the user, who will determine the final traceability links based on the differences and contextual information. We define a set of discrepancy patterns, which can help the user in this task. Additional outcomes of analyzing the discrepancies are structural unit testing issues and related refactoring suggestions. For the static test-to-code traceability, we rely on the physical code structure, while for the dynamic, we use code coverage information. In both cases, we compute combined test and code clusters which represent sets of mutually traceable elements. We also present an empirical study of the method involving 8 non-trivial open source Java systems.}, keywords = {Code coverage, refactoring, select:quality, Structural test smells, Test-to-code traceability, Traceability link recovery, Unit testing}, doi = {10.1007/s11219-018-9430-x}, url = {https://link.springer.com/article/10.1007/s11219-018-9430-x}, author = {Tam{\'a}s Gergely and Gerg{\H o} Balogh and Ferenc Horv{\'a}th and B{\'e}la Vancsics and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyimothy} } @conference {KCV18, title = {Feature Level Complexity and Coupling Analysis in {4GL} Systems}, booktitle = {The 18th International Conference on Computational Science and Its Applications (ICCSA{\textquoteright}18)}, series = {Lecture Notes in Computer Science}, volume = {10964}, year = {2018}, pages = {438-453}, publisher = {Springer}, organization = {Springer}, author = {Kicsi, Andr{\'a}s and Csuvik, Viktor and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {JaB18, title = {Software Testing Conferences and Women}, booktitle = {Proceedings of the 2018 ACM/IEEE 1st International Workshop on Gender Equality in Software Engineering (GE{\textquoteright}18)}, year = {2018}, pages = {17-20}, author = {J{\'a}sz, Judit and {\'A}rp{\'a}d Besz{\'e}des} } @conference {Kicsi:ICSR:2018:Extraction, title = {Supporting Product Line Adoption by Combining Syntactic and Textual Feature Extraction}, booktitle = {International Conference on Software Reuse}, year = {2018}, note = {accepted}, publisher = {Springer International Publishing}, organization = {Springer International Publishing}, isbn = {978-3-319-90420-7}, doi = {10.1007/978-3-319-90421-4_10}, author = {Kicsi, Andr{\'a}s and L{\'a}szl{\'o} Vid{\'a}cs and Csuvik, Viktor and Horv{\'a}th, Ferenc and {\'A}rp{\'a}d Besz{\'e}des and Kocsis, Ferenc} } @article {HGB17, title = {Code Coverage Differences of {Java} Bytecode and Source Code Instrumentation Tools}, journal = {Software Quality Journal}, year = {2017}, publisher = {Springer US}, doi = {http://dx.doi.org/10.1007/s11219-017-9389-z}, author = {Horv{\'a}th, Ferenc and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tengeri, D{\'a}vid and Gerg{\H o} Balogh and Tibor Gyim{\'o}thy} } @conference {KVB17, title = {Information retrieval based feature analysis for product line adoption in {4GL} systems}, booktitle = {Proceedings of the 17th International Conference on Computational Science and Its Applications (ICCSA{\textquoteright}17)}, year = {2017}, pages = {1-6}, author = {Kicsi, Andr{\'a}s and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Kocsis, Ferenc and Kov{\'a}cs, Istv{\'a}n} } @conference {BeV16, title = {Academic and Industrial Software Testing Conferences: Survey and Synergies}, booktitle = {Proceedings of the 2016 IEEE International Conference on Software Testing, Verification and Validation Workshops: 11th Workshop on Testing: Academia-Industry Collaboration, Practice and Research Techniques (TAIC PART{\textquoteright}16)}, year = {2016}, pages = {240-249}, author = {{\'A}rp{\'a}d Besz{\'e}des and L{\'a}szl{\'o} Vid{\'a}cs} } @conference {BGB16b, title = {Are My Unit Tests in the Right Package?}, booktitle = {Proceedings of 16th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM{\textquoteright}16)}, year = {2016}, month = {oct}, pages = {137-146}, author = {Gerg{\H o} Balogh and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {VHT16, title = {Assessing the Test Suite of a Large System Based on Code Coverage, Efficiency and Uniqueness}, booktitle = {Proceedings of the IEEE 23rd International Conference on Software Analysis, Evolution, and Reengineering, the First International Workshop on Validating Software Tests (VST{\textquoteright}16)}, year = {2016}, month = {mar}, pages = {13-16}, author = {L{\'a}szl{\'o} Vid{\'a}cs and Horv{\'a}th, Ferenc and Tengeri, D{\'a}vid and {\'A}rp{\'a}d Besz{\'e}des} } @conference {THB16, title = {Negative Effects of Bytecode Instrumentation on {Java} Source Code Coverage}, booktitle = {Proceedings of the IEEE 23rd International Conference on Software Analysis, Evolution, and Reengineering (SANER{\textquoteright}16)}, year = {2016}, month = {mar}, pages = {225-235}, author = {Tengeri, D{\'a}vid and Horv{\'a}th, Ferenc and {\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy} } @conference {TVB16, title = {Relating Code Coverage, Mutation Score and Test Suite Reducibility to Defect Density}, booktitle = {Proceedings of the 2016 IEEE International Conference on Software Testing, Verification and Validation Workshops: 11th International Workshop on Mutation Analysis (MUTATION{\textquoteright}16)}, year = {2016}, month = {apr}, pages = {174-179}, author = {Tengeri, D{\'a}vid and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Judit J{\'a}sz and Gerg{\H o} Balogh and Vancsics, B{\'e}la and Tibor Gyim{\'o}thy} } @conference {AHS16, title = {Transforming {C++11} Code to {C++03} to Support Legacy Compilation Environments}, booktitle = {Proceedings of 16th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM{\textquoteright}16)}, year = {2016}, pages = {177-186}, author = {Antal, G{\'a}bor and Havas, D{\'a}vid and Istv{\'a}n Siket and {\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Mihalicza, J{\'o}zsef} } @conference {BGB16a, title = {Using the City Metaphor for Visualizing Test-Related Metrics}, booktitle = {Proceedings of the IEEE 23rd International Conference on Software Analysis, Evolution, and Reengineering, the First International Workshop on Validating Software Tests (VST{\textquoteright}16)}, year = {2016}, pages = {17-20}, author = {Gerg{\H o} Balogh and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {TBG15, title = {Beyond Code Coverage - an Approach for Test Suite Assessment and Improvement}, booktitle = {Proceedings of the 8th IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW{\textquoteright}15); 10th Testing: Academic and Industrial Conference - Practice and Research Techniques (TAIC PART{\textquoteright}15)}, year = {2015}, month = {apr}, pages = {1-7}, author = {Tengeri, D{\'a}vid and {\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and L{\'a}szl{\'o} Vid{\'a}cs and Havas, D{\'a}vid and Tibor Gyim{\'o}thy} } @conference {BSB15, title = {{CodeMetropolis}: Eclipse over the City of Source Code}, booktitle = {Proceedings of the 15th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM{\textquoteright}15)}, year = {2015}, month = {sep}, pages = {271-276}, author = {Gerg{\H o} Balogh and Szabolics, Attila and {\'A}rp{\'a}d Besz{\'e}des} } @article {BSC14, title = {Empirical Investigation of {SEA}-Based Dependence Cluster Properties}, journal = {Science of Computer Programming}, volume = {105}, year = {2015}, note = {Special Issue on SCAM{\textquoteright}13}, pages = {3 - 25}, publisher = {Elsevier B.V.}, keywords = {select:quality}, doi = {http://dx.doi.org/10.1016/j.scico.2014.09.010}, author = {{\'A}rp{\'a}d Besz{\'e}des and Schrettner, Lajos and Csaba, B{\'e}la and Tam{\'a}s Gergely and Judit J{\'a}sz and Tibor Gyim{\'o}thy} } @article {Besz15, title = {Global Dynamic Slicing for the {C} Language}, journal = {Acta Polytechnica Hungarica}, volume = {12}, number = {1}, year = {2015}, pages = {117-136}, publisher = {{\'O}buda University}, isbn = {ISSN 1785-8860}, doi = {http://dx.doi.org/10.12700/APH.12.1.2015.1.8}, author = {{\'A}rp{\'a}d Besz{\'e}des} } @conference {BAB15, title = {Identifying Wasted Effort in the Field via Developer Interaction Data}, booktitle = {Proceedings of the 31th IEEE International Conference on Software Maintenance and Evolution (ICSME{\textquoteright}15), Industry Track}, year = {2015}, month = {sep}, pages = {391-400}, author = {Gerg{\H o} Balogh and Antal, G{\'a}bor and {\'A}rp{\'a}d Besz{\'e}des and L{\'a}szl{\'o} Vid{\'a}cs and Tibor Gyim{\'o}thy and V{\'e}gh, {\'A}d{\'a}m Zolt{\'a}n} } @conference {VHM15, title = {Supporting Software Product Line Testing by Optimizing Code Configuration Coverage}, booktitle = {Proceedings of the 8th IEEE International Conference on Software Testing, Verification and Validation Workshops (ICSTW{\textquoteright}15); 10th Testing: Academic and Industrial Conference - Practice and Research Techniques (TAIC PART{\textquoteright}15)}, year = {2015}, month = {apr}, pages = {1-7}, author = {L{\'a}szl{\'o} Vid{\'a}cs and Horv{\'a}th, Ferenc and Mihalicza, J{\'o}zsef and Vancsics, B{\'e}la and {\'A}rp{\'a}d Besz{\'e}des} } @conference {HVV15, title = {Test Suite Evaluation using Code Coverage Based Metrics}, booktitle = {Proceedings of the 14th Symposium on Programming Languages and Software Tools (SPLST{\textquoteright}15)}, year = {2015}, note = {Also appears in CEUR Workshop Proceedings, Vol-1525, urn:nbn:de:0074-1525-1" url = "http://ceur-ws.org/Vol-1525/paper-04.pdf}, month = {oct}, pages = {46-60}, author = {Horv{\'a}th, Ferenc and Vancsics, B{\'e}la and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Tengeri, D{\'a}vid and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy} } @conference {BBI15, title = {Uncovering Dependence Clusters and Linchpin Functions}, booktitle = {Proceedings of the 31th IEEE International Conference on Software Maintenance and Evolution (ICSME{\textquoteright}15)}, year = {2015}, month = {sep}, pages = {141-150}, author = {Binkley, David and {\'A}rp{\'a}d Besz{\'e}des and Islam, Syed and Judit J{\'a}sz and Vancsics, B{\'e}la} } @article {HBG14, title = {Code Coverage Measurement Framework for {Android} Devices}, journal = {Acta Cybernetica}, volume = {21}, number = {3}, year = {2014}, note = {Special Issue on SPLST{\textquoteright}13}, pages = {439-458}, publisher = {Institute of Informatics, University of Szeged, Szeged, Hungary}, author = {Horv{\'a}th, Ferenc and Bogn{\'a}r, Szabolcs and Tam{\'a}s Gergely and R{\'a}cz, R{\'o}bert and {\'A}rp{\'a}d Besz{\'e}des and Marinkovi{\'c}, Vladimir} } @booklet {TR2014001, title = {Differences in the Definition and Calculation of the {LOC} Metric in Free Tools}, number = {TR-2014-001" institution = "University of Szeged, Department of Software Engineering}, year = {2014}, type = {Technical Report}, url = {http://www.inf.u-szeged.hu/~beszedes/research/SED-TR2014-001-LOC.pdf}, author = {Istv{\'a}n Siket and {\'A}rp{\'a}d Besz{\'e}des and Taylor, John} } @article {SJG13, title = {Impact Analysis in the Presence of Dependence Clusters Using {Static Execute After} in {WebKit}}, journal = {Journal of Software: Evolution and Process}, volume = {26}, number = {6}, year = {2014}, note = {Special Issue on SCAM{\textquoteright}12}, month = {jun}, pages = {569-588}, publisher = {John Wiley \& Sons, Ltd.}, author = {Schrettner, Lajos and Judit J{\'a}sz and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {VBT14, title = {Test Suite Reduction for Fault Detection and Localization: A Combined Approach}, booktitle = {Proceedings of the CSMR-WCRE 2014 Software Evolution Week - IEEE Conference on Software Maintenance, Reengineering, and Reverse Engineering (CSMR-WCRE{\textquoteright}14)}, year = {2014}, pages = {204-213}, author = {L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Tengeri, D{\'a}vid and Istv{\'a}n Siket and Tibor Gyim{\'o}thy} } @conference {TBH14, title = {Toolset and Program Repository for Code Coverage-Based Test Suite Analysis and Manipulation}, booktitle = {Proceedings of the 14th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM{\textquoteright}14)}, year = {2014}, month = {sep}, pages = {47-52}, author = {Tengeri, D{\'a}vid and {\'A}rp{\'a}d Besz{\'e}des and Havas, D{\'a}vid and Tibor Gyim{\'o}thy} } @article {16344, title = {Adjusting effort estimation using micro-productivity profiles}, journal = {PROCEEDINGS OF THE ESTONIAN ACADEMY OF SCIENCES}, volume = {62}, year = {2013}, pages = {71{\textendash}80}, issn = {1736-6046}, author = {T{\'o}th, G. and {\'A}. Z. V{\'e}gh and {\'A}rp{\'a}d Besz{\'e}des and Schrettner, L. and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy} } @conference {16355, title = {Code Coverage Measurement Framework for Android Devices}, booktitle = {Proceedings of the 13th Symposium on Programming Languages and Software Tools, SPLST{\textquoteright}13}, year = {2013}, pages = {46{\textendash}60}, publisher = {University of Szeged}, organization = {University of Szeged}, address = {Szeged}, author = {Szabolcs Bogn{\'a}r and Tam{\'a}s Gergely and R{\'o}bert R{\'a}cz and {\'A}rp{\'a}d Besz{\'e}des and Vladimir Marinkovic}, editor = {{\'A}kos Kiss} } @conference {BaB13b, title = {{CodeMetropolis} - a {Minecraft} based collaboration tool for developers}, booktitle = {Proceedings of the 1st IEEE Working Conference on Software Visualization (VISSOFT{\textquoteright}13), New Ideas or Emerging Results track}, year = {2013}, month = {sep}, pages = {1-4}, author = {Gerg{\H o} Balogh and {\'A}rp{\'a}d Besz{\'e}des} } @conference {BaB13a, title = {{CodeMetropolis} - code visualisation in {Minecraft}}, booktitle = {Proceedings of the 13th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM{\textquoteright}13), Tool Track}, year = {2013}, pages = {127-132}, author = {Gerg{\H o} Balogh and {\'A}rp{\'a}d Besz{\'e}des} } @conference {16361, title = {Empirical investigation of SEA-Based dependence cluster properties}, booktitle = {IEEE 13th International Working Conference on Source Code Analysis and Manipulation, SCAM 2013}, year = {2013}, pages = {1{\textendash}10}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Piscataway}, abstract = {Dependence clusters are (maximal) groups of source code entities that each depend on the other according to some dependence relation. Such clusters are generally seen as detrimental to many software engineering activities, but their formation and overall structure are not well understood yet. In a set of subject programs from moderate to large sizes, we observed frequent occurrence of dependence clusters using Static Execute After ({SEA}) dependences ({SEA} is a conservative yet efficiently computable dependence relation on program procedures). We identified potential linchpins inside the clusters; these are procedures that can primarily be made responsible for keeping the cluster together. Furthermore, we found that as the size of the system increases, it is more likely that multiple procedures are jointly responsible as sets of linchpins. We also give a heuristic method based on structural metrics for locating possible linchpins as their exact identification is unfeasible in practice, and presently there are no better ways than the brute-force method. We defined novel metrics and comparison methods to be able to demonstrate clusters of different sizes in programs. {\textcopyright} 2013 {IEEE}.}, keywords = {select:quality}, author = {{\'A}rp{\'a}d Besz{\'e}des and Schrettner, L. and B. Csaba and Tam{\'a}s Gergely and Judit J{\'a}sz and Tibor Gyim{\'o}thy}, editor = {Bram Adams and Juergen Rilling and Foutse Khomh} } @conference {16365, title = {Relating clusterization measures and software quality}, booktitle = {CSMR{\textquoteright}13}, year = {2013}, pages = {345{\textendash}348}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Los Alamitos}, author = {B. Csaba and Schrettner, L. and {\'A}rp{\'a}d Besz{\'e}des and Judit J{\'a}sz and P Heged{\H u}s and Tibor Gyim{\'o}thy}, editor = {Anthony Cleve and Filippo Ricca and Maura Cerioli} } @booklet {BeL13, title = {Special Issue: 11th IEEE International Working Conference on Source Code Analysis and Manipulation}, howpublished = {IET Software}, volume = {7}, number = {3}, year = {2013}, publisher = {The Institution of Engineering and Technology}, editor = {{\'A}rp{\'a}d Besz{\'e}des and Lawrie, Dawn J} } @booklet {TR2013001, title = {Survey on Testing Embedded Systems}, year = {2013}, publisher = {University of Szeged, Department of Software Engineering \& University of Novi Sad, Faculty of Technical Sciences}, type = {Technical Report}, url = {http://cirene.sed.hu/sites/cirene.sed.hu/files/page_files/3.2-Survey-on-Testing-Embedded-Systems.pdf}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Papp, Istv{\'a}n and Marinkovi{\'c}, Vladimir and Zlokolica, Vladimir and Gerg{\H o} Balogh and Bogn{\'a}r, Szabolcs and Kastelan, Ivan and Kova{\v c}evi{\'c}, Jelena and Muhi, Korn{\'e}l and Csaba Nagy and Popovi{\'c}, Miroslav and R{\'a}cz, R{\'o}bert and Istv{\'a}n Siket and Varga, P{\'e}ter} } @conference {16308, title = {Code Coverage-Based Regression Test Selection and Prioritization in {WebKit}}, year = {2012}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Schrettner, L. and Judit J{\'a}sz and L{\'a}szl{\'o} Lang{\'o} and Tibor Gyim{\'o}thy} } @conference {16304, title = {Development of a Unified Software Quality Platform in the Szeged {InfoP{\'o}lus} Cluster}, booktitle = {Proceedings of the16th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}12)}, year = {2012}, pages = {495{\textendash}498}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Los Alamitos}, author = {{\'A}rp{\'a}d Besz{\'e}des and Schrettner, L. and Tibor Gyim{\'o}thy}, editor = {T. Mens and A. Cleve and Rudolf Ferenc} } @conference {16309, title = {Impact Analysis in the Presence of Dependence Clusters Using Static Execute After in {WebKit}}, year = {2012}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Schrettner, L. and Judit J{\'a}sz and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {16306, title = {Impact Analysis Using Static Execute After in {WebKit}}, booktitle = {Proceedings of the16th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}12)}, year = {2012}, pages = {95{\textendash}104}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Los Alamitos}, author = {Judit J{\'a}sz and Schrettner, L. and {\'A}rp{\'a}d Besz{\'e}des and Cs Osztrogon{\'a}c and Tibor Gyim{\'o}thy}, editor = {T. Mens and A. Cleve and Rudolf Ferenc} } @conference {16310, title = {Prediction of Software Development Modification Effort Enhanced by a Genetic Algorithm}, year = {2012}, author = {{\'A}rp{\'a}d Besz{\'e}des and {\'A}. Z. V{\'e}gh and Gerg{\H o} Balogh} } @conference {16307, title = {Predictive Complex Event Processing}, booktitle = {Proceedings of the 5th Balkan Conference in Informatics}, year = {2012}, pages = {26{\textendash}31}, publisher = {ACM Press}, organization = {ACM Press}, address = {New York}, author = {F{\"u}l{\"o}p, L.J. and T{\'o}th, G. and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Demeter, H. and Farkas, L. and Tibor Gyim{\'o}thy and Gerg{\H o} Balogh}, editor = {M. Ivanovic and Z. Budimac} } @conference {16331, title = {Software Quality Model and Framework with Applications in Industrial Context}, booktitle = {Proceedings of the16th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}12)}, year = {2012}, pages = {453{\textendash}456}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Los Alamitos}, author = {Schrettner, L. and F{\"u}l{\"o}p, L.J. and {\'A}rp{\'a}d Besz{\'e}des and {\'A}kos Kiss and Tibor Gyim{\'o}thy}, editor = {T. Mens and A. Cleve and Rudolf Ferenc} } @conference {TVB11a, title = {Adding Process Metrics to Enhance Modification Complexity Prediction}, booktitle = {Proceedings of the 19th IEEE International Conference on Program Comprehension (ICPC{\textquoteright}11)}, year = {2011}, pages = {201-204}, author = {T{\'o}th, G. and {\'A}. Z. V{\'e}gh and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {TVB11b, title = {Adjusting Effort Estimation Using Micro-Productivity Profiles}, booktitle = {Proceedings of the 12th Symposium on Programming Languages and Software Tools (SPLST{\textquoteright}11)}, year = {2011}, month = {oct}, pages = {207-218}, author = {T{\'o}th, G. and {\'A}. Z. V{\'e}gh and {\'A}rp{\'a}d Besz{\'e}des and Schrettner, L. and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy} } @conference {BBC11, title = {The Software Testing Curriculum in the Hungarian Education in Conjunction with International Standards}, booktitle = {Proceedings of the Conference on Informatics in Higher Education 2011 (IF 2011)}, year = {2011}, pages = {1096-1103}, publisher = {Debreceni Egyetem, Informatikai Kar}, organization = {Debreceni Egyetem, Informatikai Kar}, author = {K. Balla and {\'A}rp{\'a}d Besz{\'e}des and B. Gy. Csonka and T. Heckenast and A. Kov{\'a}cs} } @article {Besz11, title = {Teaching Software Testing in Hungary}, journal = {COMPUTERWORLD - Sz{\'a}m{\'\i}t{\'a}stechnika}, volume = {42}, number = {41}, year = {2011}, pages = {13-14}, publisher = {IDG Hungary}, author = {{\'A}rp{\'a}d Besz{\'e}des} } @conference {TNJ10, title = {{CIASYS} {\textendash} Change Impact Analysis at System Level}, booktitle = {Proceedings of the 14th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}10)}, year = {2010}, pages = {203-206}, author = {T{\'o}th, G. and Csaba Nagy and Judit J{\'a}sz and {\'A}rp{\'a}d Besz{\'e}des and F{\"u}l{\"o}p, L.J.} } @conference {THJ10, title = {Comparison of Different Impact Analysis Methods and Programmer{\textquoteright}s Opinion {\textendash} an Empirical Study}, booktitle = {Proceedings of the 8th International Conference on the Principles and Practice of Programming in Java (PPPJ{\textquoteright}10)}, year = {2010}, pages = {109-118}, publisher = {ACM}, organization = {ACM}, author = {T{\'o}th, G. and P Heged{\H u}s and Judit J{\'a}sz and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {TFV10, title = {Complex Event Processing Synergies with Predictive Analytics}, booktitle = {Proceedings of the 4th ACM International Conference on Distributed Event-Based Systems (DEBS{\textquoteright}10), Posters Session}, year = {2010}, pages = {95-96}, publisher = {ACM}, organization = {ACM}, author = {T{\'o}th, G. and F{\"u}l{\"o}p, L.J. and L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Demeter, H. and Farkas, L. and Tibor Gyim{\'o}thy} } @conference {GBG10, title = {Effect of Test Completeness and Redundancy Measurement on Post Release Failures {\textendash} an Industrial Experience Report}, booktitle = {Proceedings of the 2010 IEEE International Conference on Software Maintenance (ICSM{\textquoteright}10)}, year = {2010}, month = {sep}, pages = {Research Track 13}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy and Gyalai, M.I.} } @booklet {FTR10, title = {Survey on Complex Event Processing and Predictive Analytics}, year = {2010}, author = {F{\"u}l{\"o}p, L.J. and T{\'o}th, G. and R. R{\'a}cz and J. P{\'a}ncz{\'e}l and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Farkas, L.} } @conference {NPG10, title = {Towards a Safe Method for Computing Dependencies in Database-Intensive Systems}, booktitle = {Proceedings of the 14th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}10)}, year = {2010}, month = {mar}, pages = {166-175}, author = {Csaba Nagy and J. P{\'a}ntos and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des} } @article {VBG09, title = {Combining preprocessor slicing with {C}/{C++} language slicing}, journal = {Science of Computer Programming}, volume = {74}, number = {7}, year = {2009}, note = {Special Issue on Program Comprehension (ICPC 2008)}, pages = {399-413}, publisher = {Elsevier}, keywords = {relate:quality}, author = {L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {BFG09, title = {Predicting Critical Problems from Execution Logs of a Large-Scale Software System}, booktitle = {Proceedings of the 11th Symposium on Programming Languages and Software Tools and 7th Nordic Workshop on Model Driven Software Engineering (SPLST{\textquoteright}09)}, year = {2009}, month = {aug}, pages = {19-30}, author = {{\'A}rp{\'a}d Besz{\'e}des and F{\"u}l{\"o}p, L.J. and Tibor Gyim{\'o}thy} } @conference {BBG09, title = {Semi-Automatic Test Case Generation from Business Process Models}, booktitle = {Proceedings of the 11th Symposium on Programming Languages and Software Tools and 7th Nordic Workshop on Model Driven Software Engineering (SPLST{\textquoteright}09)}, year = {2009}, month = {aug}, pages = {5-18}, author = {Tibor Bakota and {\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and M. Gyalai and Tibor Gyim{\'o}thy and D. F{\"u}leki} } @conference {VJB08, title = {Combining Preprocessor Slicing with {C}/{C++} Language Slicing}, booktitle = {Proceedings of the 16th IEEE International Conference on Program Comprehension (ICPC{\textquoteright}08)}, year = {2008}, month = {jun}, pages = {163-171}, keywords = {relate:quality, software quality selected}, author = {L{\'a}szl{\'o} Vid{\'a}cs and Judit J{\'a}sz and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {BBF08, title = {Continuous Software Quality Supervision Using {SourceInventory} and {Columbus}}, booktitle = {Research Demonstrations of 30th International Conference on Software Engineering (ICSE{\textquoteright}08)}, year = {2008}, pages = {931-932}, author = {Tibor Bakota and {\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @conference {PBG08, title = {Experiences in Adapting a Source Code-Based Quality Assessment Technology}, booktitle = {Proceedings of the 12th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}08)}, year = {2008}, pages = {311-313}, author = {J. P{\'a}ntos and {\'A}rp{\'a}d Besz{\'e}des and P. Gyenizse and Tibor Gyim{\'o}thy} } @conference {JBG08, title = {Static Execute After/Before as a Replacement of Traditional Software Dependencies}, booktitle = {Proceedings of the 2008 IEEE International Conference on Software Maintenance (ICSM{\textquoteright}08)}, year = {2008}, month = {oct}, pages = {137-146}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Judit J{\'a}sz and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy and V. Rajlich} } @conference {NLB07, title = {Code factoring in {GCC} on different intermediate languages}, booktitle = {Proceedings of the 10th Symposium on Programming Languages and Software Tools (SPLST{\textquoteright}07)}, year = {2007}, month = {jun}, pages = {79-95}, author = {Csaba Nagy and G. L{\'o}ki and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {BGJ07, title = {Computation of {Static Execute After} Relation with Applications to Software Maintenance}, booktitle = {Proceedings of the 2007 IEEE International Conference on Software Maintenance (ICSM{\textquoteright}07)}, year = {2007}, month = {oct}, pages = {295-304}, keywords = {software quality selected}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Judit J{\'a}sz and T{\'o}th, G. and Tibor Gyim{\'o}thy and V. Rajlich} } @conference {BGF07, title = {The Dynamic Function Coupling Metric and Its Use in Software Evolution}, booktitle = {Proceedings of the 11th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}07)}, year = {2007}, month = {mar}, pages = {103-112}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Sz. Farag{\'o} and Tibor Gyim{\'o}thy and Fischer, Ferenc} } @conference {VBF07, title = {Macro Impact Analysis Using Macro Slicing}, booktitle = {Proceedings of the Second International Conference on Software and Data Technologies (ICSOFT{\textquoteright}07)}, year = {2007}, month = {jul}, pages = {230-235}, author = {L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc} } @conference {BGL07, title = {Using Backward Dynamic Program Slicing to Isolate Influencing Statements in {GDB}}, booktitle = {Proceedings of the 2007 GCC Developers{\textquoteright} Summit}, year = {2007}, month = {jul}, pages = {21-30}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy and G. L{\'o}ki and G. Di{\'o}s and F. Kov{\'a}cs} } @conference {SGB07, title = {Verifying the Concept of Union Slices on Java Programs}, booktitle = {Proceedings of the 11th European Conference on Software Maintenance and Reengineering (CSMR{\textquoteright}07)}, year = {2007}, month = {mar}, pages = {233-242}, author = {A. Szegedi and Tam{\'a}s Gergely and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy and T{\'o}th, G.} } @conference {BGG06, title = {Graph-Less Dynamic Dependence-Based Dynamic Slicing Algorithms}, booktitle = {Proceedings of the Sixth IEEE International Workshop on Source Code Analysis and Manipulation (SCAM{\textquoteright}06)}, year = {2006}, month = {sep}, pages = {21-30}, keywords = {relate:quality, software quality selected}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy} } @conference {BFG05, title = {{Columbus: A Reverse Engineering Approach}}, booktitle = {Proceedings of the 13th IEEE Workshop on Software Technology and Engineering Practice (STEP 2005)}, year = {2005}, month = {sep}, pages = {93-96}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {{\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @conference {FBF05, title = {{Design Pattern Mining Enhanced by Machine Learning}}, booktitle = {Proceedings of the 21th International Conference on Software Maintenance (ICSM 2005)}, year = {2005}, month = {sep}, pages = {295-304}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and F{\"u}l{\"o}p, L.J. and J. Lele} } @booklet {GHB05, title = {Model Based Code Compression}, year = {2005}, note = {Patent \# 6,917,315}, author = {Tam{\'a}s Gergely and F. Havasi and {\'A}rp{\'a}d Besz{\'e}des} } @inbook {FBG04b, title = {{Tools for Software Maintenance and Reengineering}}, year = {2005}, pages = {16-31}, publisher = {Franco Angeli Milano}, organization = {Franco Angeli Milano}, chapter = {{Extracting Facts with Columbus from C++ Code}}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy}, editor = {Di Penta, Massimiliano and Harsu, Maarit} } @conference {LKJ04, title = {{Code Factoring in GCC}}, booktitle = {Proceedings of the 2004 GCC Developers{\textquoteright} Summit}, year = {2004}, month = {jun}, pages = {79-84}, keywords = {opensource}, author = {G. L{\'o}ki and {\'A}kos Kiss and Judit J{\'a}sz and {\'A}rp{\'a}d Besz{\'e}des} } @conference {VBF04, title = {{Columbus Schema for C/C++ Preprocessing}}, booktitle = {Proceedings of the 8th European Conference on Software Maintenance and Reengineering (CSMR 2004)}, year = {2004}, month = {mar}, pages = {75-84}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc} } @conference {BFG04, title = {{CSiBE Benchmark: One Year Perspective and Plans}}, booktitle = {Proceedings of the 2004 GCC Developers{\textquoteright} Summit}, year = {2004}, month = {jun}, pages = {7-15}, author = {{\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy and G. L{\'o}ki and L{\'a}szl{\'o} Vid{\'a}cs} } @conference {FBG04, title = {{Extracting Facts with Columbus from C++ Code}}, booktitle = {Tool Demonstrations of the 8th European Conference on Software Maintenance and Reengineering (CSMR 2004)}, year = {2004}, month = {mar}, pages = {4-8}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {FBG04a, title = {{Fact Extraction and Code Auditing with Columbus and SourceAudit}}, booktitle = {Proceedings of the 20th International Conference on Software Maintenance (ICSM 2004)}, year = {2004}, month = {sep}, pages = {513}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and Tibor Gyim{\'o}thy} } @conference {FeB03, title = {{Az Objektumvez{\'e}relt Szoftverek Elemz{\'e}se.}}, booktitle = {VIII. Orsz{\'a}gos (Centen{\'a}riumi) Neumann Kongresszus El{\~o}ad{\'a}sok {\'e}s {\"O}sszefoglal{\'o}k}, year = {2003}, month = {oct}, pages = {463-474}, publisher = {Neumann J{\'a}nos Sz{\'a}m{\'\i}t{\'o}g{\'e}p-tudom{\'a}nyi T{\'a}rsas{\'a}g}, organization = {Neumann J{\'a}nos Sz{\'a}m{\'\i}t{\'o}g{\'e}p-tudom{\'a}nyi T{\'a}rsas{\'a}g}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des} } @conference {ViB03, title = {Opening Up The {C}/{C}++ Preprocessor Black Box}, booktitle = {Proceedings of the Eight Symposium on Programming Languages and Software Tools (SPLST{\textquoteright}03)}, year = {2003}, month = {jun}, pages = {45-57}, author = {L{\'a}szl{\'o} Vid{\'a}cs and {\'A}rp{\'a}d Besz{\'e}des} } @conference {BGG03, title = {Optimizing for Space : Measurements and Possibilities for Improvement}, booktitle = {Proceedings of the 2003 GCC Developers{\textquoteright} Summit}, year = {2003}, month = {may}, pages = {7-20}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Tibor Gyim{\'o}thy and G. L{\'o}ki and L{\'a}szl{\'o} Vid{\'a}cs} } @article {BFG03, title = {{Survey of Code-Size Reduction Methods}}, journal = {ACM Computing Surveys}, volume = {35}, number = {3}, year = {2003}, month = {sep}, pages = {223-267}, keywords = {software quality selected}, author = {{\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Tibor Gyim{\'o}thy and A. Dolenc and K. Karsisto} } @conference {FBT02, title = {{Columbus {\textendash} Reverse Engineering Tool and Schema for C++}}, booktitle = {Proceedings of the 18th International Conference on Software Maintenance (ICSM{\textquoteright}02)}, year = {2002}, month = {oct}, pages = {172-181}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, keywords = {relate:quality}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and M. Tarkiainen and Tibor Gyim{\'o}thy} } @conference {FeB02, title = {{Data Exchange with the Columbus Schema for C++}}, booktitle = {Proceedings of the 6th European Conference on Software Maintenance and Reengineering (CSMR 2002)}, year = {2002}, month = {mar}, pages = {59-66}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des} } @conference {BFS02, title = {Union Slices for Program Maintenance}, booktitle = {Proceedings of the IEEE International Conference on Software Maintenance (ICSM 2002)}, year = {2002}, month = {oct}, pages = {12-21}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {{\'A}rp{\'a}d Besz{\'e}des and Cs. Farag{\'o} and Zs. M. Szab{\'o} and J. Csirik and Tibor Gyim{\'o}thy} } @conference {FMB01, title = {{C}olumbus {\textendash} Tool for Reverse Engineering Large Object Oriented Software Systems}, booktitle = {Proceedings of the Seventh Symposium on Programming Languages and Software Tools (SPLST 2001)}, year = {2001}, month = {jun}, pages = {16-27}, publisher = {University of Szeged}, organization = {University of Szeged}, author = {Rudolf Ferenc and F. Magyar and {\'A}rp{\'a}d Besz{\'e}des and {\'A}kos Kiss and M. Tarkiainen} } @conference {BGS01, title = {Dynamic Slicing Method for Maintenance of Large {C} Programs}, booktitle = {Proceedings of the Fifth European Conference on Software Maintenance and Reengineering (CSMR 2001)}, year = {2001}, month = {mar}, pages = {105-113}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, keywords = {relate:quality, software quality selected}, author = {{\'A}rp{\'a}d Besz{\'e}des and Tam{\'a}s Gergely and Zs. M. Szab{\'o} and J. Csirik and Tibor Gyim{\'o}thy} } @booklet {Ferenc01ashort, title = {A short introduction to {Columbus/CAN}}, year = {2001}, author = {Rudolf Ferenc and {\'A}rp{\'a}d Besz{\'e}des and F. Magyar and Tibor Gyim{\'o}thy} } @booklet {FMBe00, title = {Columbus 2.0 - Tool for Reverse Engineering Large Object Oriented Software Systems}, year = {2000}, publisher = {Research Group on Artificial Intelligence, Hungarian Academy of Sciences and University of Szeged}, author = {Rudolf Ferenc and F. Magyar and {\'A}rp{\'a}d Besz{\'e}des and G. M{\'a}rton and M. Tarkiainen and Tibor Gyim{\'o}thy} } @booklet {BGSz00, title = {Forward Computation of Dynamic Slices of {C} Programs}, year = {2000}, publisher = {Research Group on Artificial Intelligence, Hungarian Academy of Sciences and University of Szeged}, author = {{\'A}rp{\'a}d Besz{\'e}des and Zs. M. Szab{\'o} and Cs. Farag{\'o} and Tibor Gyim{\'o}thy} } @article {Gyimothy:1999:ERS:318774.319248, title = {An efficient relevant slicing method for debugging}, journal = {SIGSOFT Softw. Eng. Notes}, volume = {24}, year = {1999}, month = {October}, pages = {303{\textendash}321}, publisher = {ACM}, address = {New York, NY, USA}, keywords = {debugging, dynamic slicing, relevant slicing, software quality selected}, issn = {0163-5948}, doi = {http://doi.acm.org/10.1145/318774.319248}, url = {http://doi.acm.org/10.1145/318774.319248}, author = {Tibor Gyim{\'o}thy and {\'A}rp{\'a}d Besz{\'e}des and I. Forg{\'a}cs} } @booklet {GyBF99, title = {An Efficient Relevant Slicing Method for Debugging}, year = {1999}, publisher = {Research Group on Artificial Intelligence, Hungarian Academy of Sciences and J{\'o}zsef Attila University}, author = {Tibor Gyim{\'o}thy and {\'A}rp{\'a}d Besz{\'e}des and I. Forg{\'a}cs} } @conference {GBF99, title = {An Efficient Relevant Slicing Method for Debugging}, booktitle = {Proceedings of the Joint 7th European Software Engineering Conference and 7th ACM SIGSOFT International Symposium on the Foundations of Software Engineering (ESEC/FSE{\textquoteright}99)}, series = {Lecture Notes in Computer Science}, number = {1687}, year = {1999}, month = {sep}, pages = {303-321}, publisher = {Springer-Verlag}, organization = {Springer-Verlag}, keywords = {relate:quality}, author = {Tibor Gyim{\'o}thy and {\'A}rp{\'a}d Besz{\'e}des and I. Forg{\'a}cs} } @booklet {Beszedes_anevaluation, title = {An Evaluation of Reverse Engineering Capabilities of the {TDE/Columbus} system}, year = {1999}, author = {{\'A}rp{\'a}d Besz{\'e}des and Rudolf Ferenc and Tibor Gyim{\'o}thy and F. Magyar and G. M{\'a}rton and M. Tarkianen} }