@article {GVS20, title = {BugsJS: a Benchmark and Taxonomy of JavaScript Bugs}, journal = {Software Testing, Verification and Reliability}, volume = {n/a}, number = {n/a}, year = {2020}, note = {e1751 stvr.1751}, pages = {e1751}, doi = {10.1002/stvr.1751}, url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/stvr.1751}, author = {Gyimesi, P{\'e}ter and Vancsics, B{\'e}la and Stocco, Andrea and Mazinanian, Davood and Besz{\'e}des, {\'A}rp{\'a}d and Ferenc, Rudolf and Mesbah, Ali} } @conference {Horvath:ICSME:2020:IFL, title = {Experiments with Interactive Fault Localization Using Simulated and Real Users}, booktitle = {Proceedings of the 36th IEEE International Conference on Software Maintenance and Evolution (ICSME{\textquoteright}20)}, year = {2020}, month = {sep}, author = {Horv{\'a}th, Ferenc and Besz{\'e}des, {\'A}rp{\'a}dd and Vancsics, B{\'e}la and Balogh, Gerg{\H o} and Vid{\'a}cs, L{\'a}szl{\'o} and Gyim{\'o}thy, Tibor} } @article {Baniata2020, title = {Graft: A model for evaluating actuator systems in terms of force production}, journal = {Sensors (Switzerland)}, volume = {20}, number = {7}, year = {2020}, note = {cited By 0}, doi = {10.3390/s20071894}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-85082792047\&doi=10.3390\%2fs20071894\&partnerID=40\&md5=e63869e5eee29a94a04f1b691b9e7587}, author = {Baniata, H. and Sharieh, A. and Mahmood, S. and Kertesz, A.} } @conference {BHD20, title = {Leveraging Contextual Information from Function Call Chains to Improve Fault Localization}, booktitle = {Proceedings of the 27th IEEE International Conference on Software Analysis, Evolution, and Reengineering (SANER{\textquoteright}20)}, year = {2020}, month = {feb}, pages = {468-479}, author = {Besz{\'e}des, {\'A}rp{\'a}d and Horv{\'a}th, Ferenc and Di Penta, Massimiliano and Gyim{\'o}thy, Tibor} } @conference {Baniata2020430, title = {PF-BVM: A Privacy-aware fog-enhanced blockchain validation mechanism}, booktitle = {CLOSER 2020 - Proceedings of the 10th International Conference on Cloud Computing and Services Science}, year = {2020}, note = {cited By 1}, pages = {430-439}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-85088384191\&partnerID=40\&md5=88797bf98995c723f4596a2860371160}, author = {Baniata, H. and Kertesz, A.} } @conference {VSB20, title = {Relationship Between the Effectiveness of Spectrum-Based Fault Localization and Bug-fix Types in JavaScript Programs}, booktitle = {Proceedings of the 27th IEEE International Conference on Software Analysis, Evolution, and Reengineering (SANER{\textquoteright}20)}, year = {2020}, month = {feb}, pages = {308-319}, author = {Vancsics, B{\'e}la and Szatm{\'a}ri, Attila and Besz{\'e}des, {\'A}rp{\'a}d} } @conference {VGB20, title = {Simulating the Effect of Test Flakiness on Fault Localization Effectiveness}, booktitle = {Proceedings of the 3rd International Workshop on Validation, Analysis and Evolution of Software Tests (VST{\textquoteright}20)}, year = {2020}, pages = {28-35}, author = {Vancsics, B{\'e}la and Gergely, Tam{\'a}s and Besz{\'e}des, {\'A}rp{\'a}d} } @article {Baniata2020102657, title = {A Survey on Blockchain-Fog Integration Approaches}, journal = {IEEE Access}, volume = {8}, year = {2020}, note = {cited By 1}, pages = {102657-102668}, doi = {10.1109/ACCESS.2020.2999213}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-85086470162\&doi=10.1109\%2fACCESS.2020.2999213\&partnerID=40\&md5=7bf78504350a997025ca40716044974d}, author = {Baniata, H. and Kertesz, A.} } @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} } @proceedings {16554, title = {Challenging Machine Learning Algorithms in Predicting Vulnerable JavaScript Functions}, year = {2019}, pages = {8-14}, publisher = {IEEE Press}, keywords = {select:itsec}, author = {Rudolf Ferenc and P{\'e}ter Heged{\H u}s and P{\'e}ter Gyimesi and G{\'a}bor Antal and D{\'e}nes B{\'a}n and Tibor Gyimothy} } @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 {16540, title = {Stunner: A Smart Phone Trace for Developing Decentralized Edge Systems}, journal = {Lecture Notes in Computer Science}, volume = {vol 11534}, year = {2019}, month = {06/19}, publisher = {Springer}, edition = {Pereira J., Ricci L. (eds) Distributed Applications and Interoperable Systems}, keywords = {select:inclouded2}, author = {Zolt{\'a}n Szab{\'o} and Kriszt{\'a}n T{\'e}gl{\'a}s and {\'A}rp{\'a}d Berta and M{\'a}rk Jelasity and Vilmos Bilicki} } @article {16535, title = {Analysis of a Pulse Rate Variability Measurement Using a Smartphone Camera}, journal = {Journal of Healthcare Engineering}, volume = {vol. 2018}, year = {2018}, pages = {15 pages}, keywords = {select:inclouded1}, doi = {https://doi.org/10.1155/2018/4038034}, author = {Andr{\'a}s B{\'a}nhalmi and J{\'a}nos Borb{\'a}s and M{\'a}rta Fidrich and Vilmos Bilicki and Zolt{\'a}n Gingl and L{\'a}szl{\'o} Rudas} } @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} } @conference {16538, title = {Detection of Respiratory Effort-Related Arousals Using a Hidden Markov Model and Random Decision Forest}, booktitle = {2018 Computing in Cardiology Conference (CinC)}, year = {2018}, month = {12/2018}, keywords = {select:inclouded1}, author = {J{\'a}nos Szalma and Andr{\'a}s B{\'a}nhalmi and Vilmos Bilicki} } @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} } @article {ban2018prediction, title = {Prediction Models for Performance, Power, and Energy Efficiency of Software Executed on Heterogeneous Hardware}, journal = {Journal of Supercomputing}, year = {2018}, note = {(Accepted for publication.)}, pages = {25}, publisher = {springer}, author = {B{\'a}n, D{\'e}nes and Rudolf Ferenc and Siket, Istv{\'a}n and {\'A}kos Kiss and Tibor Gyim{\'o}thy} } @article {16541, title = {Smartphone-based data collection with stunner, the reality of peer-to-peer connectivity and web real-time communications using crowdsourcing: lessons learnt while cleaning the data}, journal = {International Journal On Advances in Software}, volume = {11}, year = {2018}, pages = {120-130}, keywords = {select:inclouded2}, author = {Zolt{\'a}n Szab{\'o} and Vilmos Bilicki and {\'A}rp{\'a}d Berta and Zolt{\'a}n Rich{\'a}rd J{\'a}nki} } @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} } @article {16536, title = {Method for tracking of motion of objects associated with wireless communication devices within a predefined area}, year = {2017}, type = {US Patent }, keywords = {select:inclouded1}, issn = {9,648,462}, author = {S{\'a}ndor Nagy and Tibor Gyimothy and M{\'a}rk Jelasity and Vilmos Bilicki and {\'A}d{\'a}m V{\'e}gh} } @article {16537, title = {A method for tracking of motion of objects associated with wireless communication devices within a predefined area}, year = {2017}, type = {European Patent}, keywords = {select:inclouded1}, issn = {EP3026938}, author = {S{\'a}ndor Nagy and Tibor Gyimothy and M{\'a}rk Jelasity and Vilmos Bilicki and {\'A}d{\'a}m V{\'e}gh} } @proceedings {16542, title = {Smartphone-based Data Collection with Stunner Using Crowdsourcing: Lessons Learnt while Cleaning the Data. IARIA Conference. Best paper award}, year = {2017}, pages = {28-35}, address = {Nice, France}, keywords = {select:inclouded2}, author = {Zolt{\'a}n Szab{\'o} and Vilmos Bilicki and {\'A}rp{\'a}d Berta and Zolt{\'a}n Rich{\'a}rd J{\'a}nki} } @proceedings {FBG16, title = {10th Jubilee Conference of PhD Students in Computer Science (CSCS 2016)}, year = {2016}, note = {Volume of Extended Abstracts}, month = {jun}, publisher = {University of Szeged}, address = {Szeged, Hungary}, url = {http://www.inf.u-szeged.hu/~cscs/}, editor = {Rudolf Ferenc and B{\'a}nhelyi, Bal{\'a}zs and Tam{\'a}s Gergely and Attila Kert{\'e}sz and Kincses, Zolt{\'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 {GBS16, title = {Enforcing Techniques and Transformation of {C/C++} Source Code to Heterogeneous Hardware}, booktitle = {Proceedings of the 16th IEEE International Conference on Scalable Computing and Communication (ScalCom 2016)}, year = {2016}, month = {jul}, pages = {1173{\textendash}1180}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Toulouse, France}, abstract = {Besides well-known CPU based architectures, the so-called accelerators (GPU, DSP, FPGA) are about to gain ground in everyday programming, computing tasks. However, programming such computation units is quite different from traditional programming for CPUs, and special skills are required from the developers. In this paper we present techniques, tooling support for the developers in the first step of re-engineering for parallelism in heterogeneous parallel platforms, namely to assure that the code to be offloaded to an accelerator conforms to its specific requirements by identifying the possible violations in the source code, and also by providing automatic code transformations for their elimination.}, keywords = {C/C++, Cevelop, code transformation, Eclipse CDT, heterogeneous hardware, REPARA, Static Analysis}, doi = {10.1109/UIC-ATC-ScalCom-CBDCom-IoP-SmartWorld.2016.0180}, url = {http://ieeexplore.ieee.org/document/7816976/}, author = {Gyimesi, G{\'a}bor and D{\'e}nes B{\'a}n and Istv{\'a}n Siket and Rudolf Ferenc and Brugnoni, Silvano and Corbat, Thomas and Sommerlad, Peter and Suter, Toni} } @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} } @article {Kertesz201641, title = {A Pliant-based Virtual Machine Scheduling Solution to Improve the Energy Efficiency of IaaS Clouds}, journal = {Journal of Grid Computing}, volume = {14}, number = {1}, year = {2016}, note = {cited By 0}, pages = {41-53}, doi = {10.1007/s10723-015-9336-9}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84928623040\&doi=10.1007\%2fs10723-015-9336-9\&partnerID=40\&md5=d9b31d1217fd1528c28baa3fdff354be}, author = {Attila Kert{\'e}sz and J D Dombi and Benyi, A.} } @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} } @article {Bacs{\'o}2016347, title = {A Set of Successive Job Allocation Models in Distributed Computing Infrastructures}, journal = {Journal of Grid Computing}, volume = {14}, number = {2}, year = {2016}, note = {cited By 0}, pages = {347-358}, doi = {10.1007/s10723-015-9347-6}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84945209059\&doi=10.1007\%2fs10723-015-9347-6\&partnerID=40\&md5=f2923f1e793eb60a94c7d429fd85d228}, author = {Bacs{\'o}, G. and Kis, T. and Visegr{\'a}di, {\'A}. and Attila Kert{\'e}sz and Nemeth, Z.} } @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 {BFS15, title = {Prediction Models for Performance, Power, and Energy Efficiency of Software Executed on Heterogeneous Hardware}, booktitle = {Proceedings of the 13th IEEE International Symposium on Parallel and Distributed Processing with Applications (ISPA 2015)}, year = {2015}, month = {aug}, pages = {178{\textendash}183}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Helsinki, Finland}, abstract = {Heterogeneous environments are becoming commonplace so it is increasingly important to understand how and where we could execute a given algorithm the most efficiently. In this paper we propose a methodology that uses both static source code metrics and dynamic execution time, power and energy measurements to build configuration prediction models. These models are trained on special benchmarks that have both sequential and parallel implementations and can be executed on various computing elements, e.g., on CPUs or GPUs. After they are built, however, they can be applied to a new system using only the system{\textquoteright}s static metrics which are much more easily computable than any dynamic measurement. We found that we could predict the optimal execution configuration fairly accurately using static information alone.}, keywords = {configuration selection, Green computing, heterogeneous architecture, performance optimization, power-aware execution}, doi = {10.1109/Trustcom.2015.629}, url = {http://ieeexplore.ieee.org/document/7345645/}, author = {D{\'e}nes B{\'a}n and Rudolf Ferenc and Istv{\'a}n Siket and {\'A}kos Kiss} } @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} } @proceedings {FBG14, title = {9th Conference of PhD Students in Computer Science (CSCS 2014)}, year = {2014}, note = {Volume of Extended Abstracts}, month = {jun}, publisher = {University of Szeged}, address = {Szeged, Hungary}, url = {http://www.inf.u-szeged.hu/~cscs/cscs2014/}, editor = {Rudolf Ferenc and B{\'a}nhelyi, Bal{\'a}zs and Tam{\'a}s Gergely and Kincses, Zolt{\'a}n} } @article {Barat2014275, title = {Biochemical application porting by interoperating personal and IaaS clouds}, journal = {Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)}, volume = {8805}, number = {Part 1}, year = {2014}, note = {cited By 0}, pages = {275-286}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84917691095\&partnerID=40\&md5=b7c89a1f213257a4668d8935ea700840}, author = {Barat, T. and Attila Kert{\'e}sz} } @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} } @proceedings {16543, title = {Defining and Understanding Smartphone Churn over the Internet: a Measurement Study}, year = {2014}, month = {10/2014}, pages = {1-5}, publisher = {IEEE Press}, edition = {Paper 23}, address = {London, United Kingdom}, keywords = {select:inclouded2}, doi = {10.1109/P2P.2014.6934317}, author = {{\'A}rp{\'a}d Berta and Vilmos Bilicki and M{\'a}rk Jelasity} } @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 {Bacs{\'o}2014169, title = {On Efficiency of Multi-job Grid Allocation Based on Statistical Trace Data}, journal = {Journal of Grid Computing}, volume = {12}, number = {1}, year = {2014}, note = {cited By 3}, pages = {169-186}, doi = {10.1007/s10723-013-9274-3}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84899408842\&doi=10.1007\%2fs10723-013-9274-3\&partnerID=40\&md5=4e15afb48683e0cc723a519b7be6dd14}, author = {Bacs{\'o}, G. and Visegr{\'a}di, {\'A}. and Attila Kert{\'e}sz and Nemeth, Z.} } @conference {Benyi2014519, title = {Energy-aware VM scheduling in IaaS clouds using pliant logic}, booktitle = {CLOSER 2014 - Proceedings of the 4th International Conference on Cloud Computing and Services Science}, year = {2014}, note = {cited By 3}, pages = {519-526}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84902335921\&partnerID=40\&md5=952c7168ba5b385800201e585ee529e2}, author = {Benyi, A. and J D Dombi and Attila Kert{\'e}sz} } @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} } @article {Kertesz201454, title = {An interoperable and self-adaptive approach for SLA-based service virtualization in heterogeneous Cloud environments}, journal = {Future Generation Computer Systems}, volume = {32}, number = {1}, year = {2014}, note = {cited By 28}, pages = {54-68}, doi = {10.1016/j.future.2012.05.016}, url = {https://www.scopus.com/inward/record.uri?eid=2-s2.0-84891593585\&doi=10.1016\%2fj.future.2012.05.016\&partnerID=40\&md5=473d8e79a619d53d0b6458cec7bc61f2}, author = {Attila Kert{\'e}sz and Kecskemeti, G. and Brandic, I.} } @conference {BHS14, title = {{QualityGate SourceAudit}: a Tool for Assessing the Technical Quality of Software}, booktitle = {Proceedings of the 2014 Software Evolution Week (Merger of the 18th IEEE European Conference on Software Maintenance and Reengineering \& 21st IEEE Working Conference on Reverse Engineering {\textendash} CSMR-WCRE 2014)}, year = {2014}, month = {feb}, pages = {440{\textendash}445}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Antwerp, Belgium}, abstract = {Software systems are evolving continuously in order to fulfill the ever-changing business needs. This endless modification, however, decreases the internal quality of the system over time. This phenomena is called software erosion, which results in higher development, testing, and operational costs. The SourceAudit tool presented in this paper helps managing the technical risks of software deterioration by allowing imme-diate, automatic, and objective assessment of software quality. By monitoring the high-level technical quality of systems it is possible to immediately perform the necessary steps needed to reduce the effects of software erosion, thus reaching higher maintainability and lower costs in the mid and long-term. The tool measures source code maintainability according to the ISO/IEC 25010 based probabilistic software maintainability model called ColumbusQM. It gives a holistic view on software quality and warns on source code maintainability decline.}, keywords = {ColumbusQM, development costs, internal system quality, ISO-IEC 25010 based probabilistic software maintainability, operational costs, QualityGate SourceAudit, software deterioration, Software Erosion, Source code maintainability, technical software quality, testing costs}, doi = {10.1109/CSMR-WCRE.2014.6747214}, url = {http://ieeexplore.ieee.org/document/6747214/}, author = {Tibor Bakota and P Heged{\H u}s and Istv{\'a}n Siket and Lad{\'a}nyi, Gergely and Rudolf Ferenc} } @conference {BaF14, title = {Recognizing Antipatterns and Analyzing Their Effects on Software Maintainability}, booktitle = {Proceedings of the 14th International Conference on Computational Science and Its Applications (ICCSA 2014)}, series = {Lecture Notes in Computer Science (LNCS)}, volume = {8583}, year = {2014}, month = {jun}, pages = {337{\textendash}352}, publisher = {Springer-Verlag}, organization = {Springer-Verlag}, address = {Guimar{\~a}es, Portugal}, abstract = {Similarly to design patterns and their inherent extra information about the structure and design of a system, antipatterns - or bad code smells - can also greatly influence the quality of software. Although the belief that they negatively impact maintainability is widely accepted, there are still relatively few objective results that would support this theory. In this paper we show our approach of detecting antipatterns in source code by structural analysis and use the results to reveal connections among antipatterns, number of bugs, and maintainability. We studied 228 open-source Java based systems and extracted bug-related information for 34 of them from the PROMISE database. For estimating the maintainability, we used the ColumbusQM probabilistic quality model. We found that there is a statistically significant, 0.55 Spearman correlation between the number of bugs and the number of antipatterns. Moreover, there is an even stronger, -0.62 reverse Spearman correlation between the number of antipatterns and code maintainability. We also found that even these few implemented antipatterns could nearly match the machine learning based bug-predicting power of 50 class level source code metrics. Although the presented analysis is not conclusive by far, these first results suggest that antipatterns really do decrease code quality and can highlight spots that require closer attention.}, keywords = {Antipatterns, Empirical validation, ISO/IEC 25010, OO design, Software maintainability, SQuaRE}, doi = {10.1007/978-3-319-09156-3_25}, url = {https://link.springer.com/chapter/10.1007\%2F978-3-319-09156-3_25}, author = {D{\'e}nes B{\'a}n and Rudolf Ferenc} } @conference {FLS14, title = {{SourceMeter} {SonarQube} plug-in}, booktitle = {Proceedings of the 14th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2014)}, year = {2014}, month = {sep}, pages = {77{\textendash}82}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Victoria, British Columbia, Canada}, abstract = {The SourceMeter Sonar Qube plug-in is an extension of Sonar Qube, an open-source platform for managing code quality made by Sonar Source S.A, Switzerland. The plug-in extends the built-in Java code analysis engine of Sonar Qube with Front End ART{\textquoteright}s high-end Java code analysis engine. Most of Sonar Qubes original analysis results are replaced (including the detected source code duplications), while the range of available analyses is extended with a number of additional metrics and issue detectors. Additionally, the plug-in offers new GUI features on the Sonar Qube dashboard and drilldown views, making the Sonar Qube user experience more comfortable and the work with the tool more productive.}, keywords = {clone detection, coding issues, metrics, plug-in, software quality, Sonar Qube, Source Meter}, doi = {10.1109/SCAM.2014.31}, url = {http://ieeexplore.ieee.org/document/6975640/}, author = {Rudolf Ferenc and Lang{\'o}, L{\'a}szl{\'o} and Istv{\'a}n Siket and Tibor Gyim{\'o}thy and Tibor Bakota} } @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} } @article {16345, title = {A Drill-Down Approach for Measuring Maintainability at Source Code Element Level}, journal = {ELECTRONIC COMMUNICATIONS OF THE EASST}, volume = {60}, year = {2013}, pages = {20{\textendash}29}, issn = {1863-2122}, url = {http://www.inf.u-szeged.hu/ ferenc/papers/SQM2013_pre_proceedings.pdf}, author = {P Heged{\H u}s and Tibor Bakota and G. Lad{\'a}nyi and Csaba Farag{\'o} and Rudolf Ferenc} } @article {HBL13, title = {A Drill-Down Approach for Measuring Maintainability at Source Code Element Level}, journal = {Electronic Communications of the {EASST}}, volume = {60}, year = {2013}, pages = {1{\textendash}21}, abstract = {Measuring source code maintainability has always been a challenge for software engineers. To address this problem, a number of metrics-based quality models have been proposed by researchers. Besides expressing source code maintainability in terms of numerical values, these models are also expected to provide explicable results, i.e. to give a detailed list of source code fragments that should be improved in order to reach higher overall quality. In this paper, we propose a general method for drilling down to the root causes of a quality rating. According to our approach, a relative maintainability index can be calculated for each source code element for which metrics are calculated (e.g. methods, classes). The index value expresses the source code element{\textquoteright}s contribution to the overall quality rating. We empirically validated the method on the jEdit open source tool, by comparing the results with the opinions of software engineering students. The case study shows that there is a high, 0.68 Spearman{\textquoteright}s correlation, which suggests that relative maintainability indices assigned by our method express the subjective feelings of humans fairly well.}, keywords = {ISO/IEC 9126, Method level maintainability, Metrics-based quality model, Relative maintainability index}, issn = {1863-2122}, doi = {10.14279/tuj.eceasst.60.852}, url = {https://journal.ub.tu-berlin.de/eceasst/article/view/852}, author = {P Heged{\H u}s and Tibor Bakota and Lad{\'a}nyi, Gergely and Farag{\'o}, Csaba and Rudolf Ferenc} } @conference {HBL13b, title = {A Drill-Down Approach for Measuring Maintainability at Source Code Element Level}, booktitle = {Proceedings of the 7th International Workshop on Software Quality and Maintainability (SQM 2013)}, year = {2013}, month = {mar}, pages = {20{\textendash}29}, address = {Genova, Italy}, abstract = {Measuring source code maintainability has always been a challenge for software engineers. To address this problem, a number of metrics-based quality models have been proposed by researchers. Besides expressing source code maintainability in terms of numerical values, these models are also expected to provide explicable results, i.e. to give a detailed list of source code fragments that should be improved in order to reach higher overall quality. In this paper, we propose a general method for drilling down to the root causes of a quality rating. According to our approach, a relative maintainability index can be calculated for each source code element for which metrics are calculated (e.g. methods, classes). The index value expresses the source code element{\textquoteright}s contribution to the overall quality rating. We empirically validated the method on the jEdit open source tool, by comparing the results with the opinions of software engineering students. The case study shows that there is a high, 0.68 Spearman{\textquoteright}s correlation, which suggests that relative maintainability indices assigned by our method express the subjective feelings of humans fairly well.}, keywords = {ISO/IEC 9126, Method level maintainability, Metrics-based quality model, Relative maintainability index}, author = {P Heged{\H u}s and Tibor Bakota and Lad{\'a}nyi, Gergely and Farag{\'o}, Csaba and Rudolf Ferenc} } @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} } @conference {16351, title = {A Semi-automatic Usability Evaluation Framework}, booktitle = {Computational Science and Its Applications {\textendash} ICCSA 2013}, year = {2013}, pages = {529{\textendash}542}, publisher = {"Springer-Verlag"address}, organization = {"Springer-Verlag"address}, address = {Berlin; Heidelberg}, abstract = {Most of the software maintenance costs come from usability bugs reported after the release and deployment. A usability bug is really subjective, hence there is a large communication overhead between the end user and the developer. Moreover, the reputation of the software development company could be decreased as well. Therefore, proactively testing and maintaining software systems from a usability point of view is unambiguously beneficial. In this paper we propose a research prototype, the Usability Evaluation Framework. The development of the framework is driven by welldefined requirements. It is built upon a usability model, it calculates usability metrics, it integrates questionnaires and it also ensures several meaningful reports. We have successfully applied the framework to evaluate and to improve the usability of two industrial software systems.}, author = {Korn{\'e}l Muhi and G{\'a}bor Sz{\H o}ke and F{\"u}l{\"o}p, L.J. and Rudolf Ferenc and {\'A}goston Berger}, editor = {Beniamino Murgante and Sanjay Misra and Maurizio Carlini and Carmelo M Torre and Hong-Quang Nguyen and David Taniar and Bernady O Apduhan and Osvaldo Gervasi} } @conference {MSF13, title = {A Semi-automatic Usability Evaluation Framework}, booktitle = {Proceedings of the 13th International Conference on Computational Science and Its Applications (ICCSA 2013)}, series = {Lecture Notes in Computer Science (LNCS)}, volume = {7973}, year = {2013}, month = {jun}, pages = {529{\textendash}542}, publisher = {Springer-Verlag}, organization = {Springer-Verlag}, address = {Ho Chi Minh City, Vietnam}, abstract = {Most of the software maintenance costs come from usability bugs reported after the release and deployment. A usability bug is really subjective, hence there is a large communication overhead between the end user and the developer. Moreover, the reputation of the software development company could be decreased as well. Therefore, proactively testing and maintaining software systems from a usability point of view is unambiguously beneficial. In this paper we propose a research prototype, the Usability Evaluation Framework. The development of the framework is driven by welldefined requirements. It is built upon a usability model, it calculates usability metrics, it integrates questionnaires and it also ensures several meaningful reports. We have successfully applied the framework to evaluate and to improve the usability of two industrial software systems.}, doi = {10.1007/978-3-642-39643-4_38}, url = {https://link.springer.com/chapter/10.1007\%2F978-3-642-39643-4_38}, author = {Muhi, Korn{\'e}l and Sz{\H o}ke, G{\'a}bor and F{\"u}l{\"o}p, Lajos Jen{\H o} and Rudolf Ferenc and Berger, {\'A}goston} } @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} } @article {16352, title = {A Survey on Service Quality Description}, journal = {ACM COMPUTING SURVEYS}, volume = {46}, year = {2013}, pages = {1{\textendash}58}, issn = {0360-0300}, author = {K. Kritikos and B. Pernici and P. Plebani and C. Cappiello and M. Comuzzi and S. Benbernou and I. Brandic and Attila Kert{\'e}sz and M. Parkin and M. Carro} } @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} } @article {16341, title = {Code Clones: Good, Bad, or Ugly?}, journal = {Nordic Journal of Computing}, volume = {15}, year = {2012}, pages = {3{\textendash}17}, issn = {1236-6064}, author = {M. Harsu and Tibor Bakota and Istv{\'a}n Siket and K. Koskimies and T. Systa} } @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 {16329, title = {A Cost Model Based on Software Maintainability}, booktitle = {Proceedings of the 28th IEEE International Conference on Software Maintenance (ICSM)}, year = {2012}, pages = {316{\textendash}325}, publisher = {IEEE Comput. Soc. Press}, organization = {IEEE Comput. Soc. Press}, address = {Los Alamitos}, author = {Tibor Bakota and P Heged{\H u}s and G. Lad{\'a}nyi and K{\"o}rtv{\'e}lyesi, P and Rudolf Ferenc and Tibor Gyim{\'o}thy}, editor = {Paolo Tonella and Massimiliano Di Penta and Jonathan I Maletic} } @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} } @article {16324, title = {D{\"o}nt{\'e}st{\'a}mogat{\'a}s a telemedicin{\'a}ban}, year = {2012}, author = {V. Bilicki} } @conference {16319, title = {End User Programming in Smart Home}, booktitle = {Patterns, Programming and Everything}, year = {2012}, pages = {19{\textendash}31}, publisher = {Springer-Verlag}, organization = {Springer-Verlag}, address = {London}, author = {V. Bilicki and Z. Rak and M. Kasza and {\'A}. Z. V{\'e}gh and R. B{\'e}l{\'a}di and Tibor Gyim{\'o}thy}, editor = {Karin K Breitman and R Nigel Horspool} } @conference {16333, title = {Facilitating self-adaptable Inter-Cloud management}, booktitle = {Proceedings of the 20th international Euromicro conference on parallel, distributed and network-based processing}, year = {2012}, pages = {575{\textendash}582}, publisher = {IEEE Computer Society Press}, organization = {IEEE Computer Society Press}, address = {Los Alamitos}, abstract = {Cloud Computing infrastructures have been developed as individual islands, and mostly proprietary solutions so far. However, as more and more infrastructure providers apply the technology, users face the inevitable question of using multiple infrastructures in parallel. Federated cloud management systems offer a simplified use of these infrastructures by hiding their proprietary solutions. As the infrastructure becomes more complex underneath these systems, the situations (like system failures, handling of load peaks and slopes) that users cannot easily handle, occur more and more frequently. Therefore, federations need to manage these situations autonomously without user interactions. This paper introduces a methodology to autonomously operate cloud federations by controlling their behavior with the help of knowledge management systems. Such systems do not only suggest reactive actions to comply with established Service Level Agreements ({SLA}) between provider and consumer, but they also find a balance between the fulfillment of established {SLAs} and resource consumption. The paper adopts rule-based techniques as its knowledge management solution and provides an extensible rule set for federated clouds built on top of multiple infrastructures.}, author = {G. Kecskem{\'e}ti and M. Maurer and I. Brandic and Attila Kert{\'e}sz and N{\'e}meth, Zsolt and S. Dustdar}, editor = {Stotzka, R. and Schiffers, M. and Cotronis, Y.} } @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 {16335, title = {Interoperable Resource Management for establishing Federated Clouds}, booktitle = {Achieving Federated and Self-Manageable Cloud Infrastructures: Theory and Practice}, year = {2012}, pages = {18{\textendash}35}, publisher = {IGI Global}, organization = {IGI Global}, address = {Hershey}, abstract = {Cloud Computing builds on the latest achievements of diverse research areas, such as Grid Computing, Service-oriented computing, business process modeling and virtualization. As this new computing paradigm was mostly lead by companies, several proprietary systems arose. Recently, alongside these commercial systems, several smaller-scale privately owned systems are maintained and developed. This chapter focuses on issues faced by users with interests on Multi-Cloud use and by Cloud providers with highly dynamic workloads. We propose a Federated Cloud Management architecture that provides unified access to a federated Cloud that aggregates multiple heterogeneous {IaaS} Cloud providers in a transparent manner. The architecture incorporates the concepts of meta-brokering, Cloud brokering and on-demand service deployment. The meta-brokering component provides transparent service execution for the users by allowing the interconnection of various Cloud brokering solutions. Cloud-Brokers manage the number and the location of the Virtual Machines performing the user requests. In order to decrease Virtual Machine instantiation time and increase dynamism in the system, our service deployment component optimizes service delivery by encapsulating services as virtual appliances allowing their decomposition and replication among {IaaS} Cloud infrastructures. The architecture achieves service provider level transparency through automatic virtual appliance replication and Virtual Machine management of Cloud-Brokers.}, author = {G. Kecskem{\'e}ti and Attila Kert{\'e}sz and A. Marosi and P. Kacsuk}, editor = {Massimo, Villari and I. Brandic and Francesco, Tusa} } @article {16323, title = {Mobil telefon alap{\'u} szem{\'e}lyi egyszs{\'e}gt{\'a}r egy K+F projektben}, year = {2012}, author = {V. Bilicki} } @article {16326, title = {Myth or Reality? Analyzing the Effect of Design Patterns on Software Maintainability}, journal = {Communications in Computer and Information Science}, volume = {340}, year = {2012}, pages = {138{\textendash}145}, issn = {1865-0929}, author = {P Heged{\H u}s and D{\'e}nes B{\'a}n and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @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} } @article {16322, title = {Topol{\'o}gia felder{\'\i}t{\'e}s hibrid h{\'a}l{\'o}zatokban}, year = {2012}, author = {V. Bilicki} } @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 {5739040, title = {Autonomic SLA-Aware Service Virtualization for Distributed Systems}, booktitle = {Parallel, Distributed and Network-Based Processing (PDP), 2011 19th Euromicro International Conference on}, year = {2011}, month = {feb.}, pages = {503 -510}, keywords = {adaptive interoperation, agreement negotiation, autonomic SLA-aware service virtualization architecture, cloud computing, distributed system, fault tolerant computing, on-demand deployment, open systems, service brokering, service level agreement, service-oriented architecture}, issn = {1066-6192}, doi = {10.1109/PDP.2011.17}, author = {Attila Kert{\'e}sz and G. Kecskem{\'e}ti and I. Brandic} } @article {CsBD11, title = {Dilemm{\'a}k {\'e}s megold{\'a}sok {\'e}l{\H o}laboros k{\'\i}s{\'e}rletek tervez{\'e}s{\'e}n{\'e}l}, journal = {IME : Informatika {\'e}s menedzsment az eg{\'e}szs{\'e}g{\"u}gyben}, volume = {X}, number = {4}, year = {2011}, pages = {39-43}, author = {Cs. A. Csoma and V. Bilicki and A. Davies and E. Kov{\'a}cs and P. Uhlir} } @conference {SzVK11, title = {Evaluating Data Modeling Aspects for Home Telemonitoring}, booktitle = {Proceedings of PATTERNS 2011, The Third International Conferences on Pervasive Patterns and Applications}, year = {2011}, pages = {78-83}, author = {V. Sz{\H u}cs and {\'A}. Z. V{\'e}gh and M. Kasza and V. Bilicki} } @conference {KMB11, title = {Facilitating self-adaptable Inter-Cloud management}, booktitle = {Accepted for the 20th Euromicro International Conference on Parallel, Distributed and Network-Based Computing (PDP {\textquoteright}12)}, year = {2011}, author = {G. Kecskem{\'e}ti and M. Maurer and I. Brandic and Attila Kert{\'e}sz and Zs. N{\'e}meth, and S. Dustdar} } @conference {VSzK11, title = {Issues of Persistence Service Integration in Enterprise Systems}, booktitle = {Proceedings of PATTERNS 2011, The Third International Conferences on Pervasive Patterns and Applications}, year = {2011}, pages = {96-101}, author = {{\'A}. Z. V{\'e}gh and V. Sz{\H u}cs and M. Kasza and V. Bilicki} } @article {BVSz11, title = {Klinikai d{\"o}nt{\'e}st{\'a}mogat{\'o} rendszerek {\'e}s a Telemedicina}, journal = {IME : Informatika {\'e}s menedzsment az eg{\'e}szs{\'e}g{\"u}gyben}, volume = {X}, number = {7}, year = {2011}, pages = {50-54}, author = {V. Bilicki and {\'A}. Z. V{\'e}gh and V. Sz{\H u}cs} } @conference {JBK11, title = {Modeling network-level impacts of P2P flows}, booktitle = {19th Euromicro International Conference on Parallel, Distributed and Network-Based Processing (PDP)}, year = {2011}, pages = {590-594}, author = {M. Jelasity and V. Bilicki and M. Kasza} } @conference {6080791, title = {A probabilistic software quality model}, booktitle = {Software Maintenance (ICSM), 2011 27th IEEE International Conference on}, year = {2011}, month = {sept.}, pages = {243 -252}, keywords = {cost estimation, costing, development cost, IEC standards, ISO standards, ISO/IEC 9126 standard, maintainability, probabilistic software quality model, probability, risk estimation, select:quality, software change, software maintenance, software quality, software quality selected}, issn = {1063-6773}, doi = {10.1109/ICSM.2011.6080791}, author = {Tibor Bakota and P Heged{\H u}s and K{\"o}rtv{\'e}lyesi, P and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @article {JeBi11, title = {Scalable Stealth Mode P2P Overlays of Very Small Constant Degree}, journal = {ACM Transactions on Autonomous and Adaptive Systems}, volume = {6}, number = {4}, year = {2011}, pages = {1-27}, author = {M. Jelasity and V. Bilicki} } @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} } @conference {conf/fgit/HegedusBILFG11, title = {Source Code Metrics and Maintainability: A Case Study.}, booktitle = {FGIT-ASEA/DRBC/EL}, series = {Communications in Computer and Information Science}, volume = {257}, year = {2011}, pages = {272-284}, publisher = {Springer}, organization = {Springer}, keywords = {dblp}, isbn = {978-3-642-27206-6}, url = {http://dblp.uni-trier.de/db/conf/fgit/asea2011.html$\#$HegedusBILFG11}, author = {P Heged{\H u}s and Tibor Bakota and L. Ill{\'e}s and G. Lad{\'a}nyi and Rudolf Ferenc and Tibor Gyim{\'o}thy}, editor = {Kim, Tai-Hoon and Adeli, Hojjat and Kim, Haeng-Kon and Kang, Heau-Jo and Kim, Kyung Jung and Kiumi, Akingbehin and Kang, Byeong Ho} } @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 {Bakota11, title = {Tracking the evolution of code clones}, booktitle = {Proceedings of the 37th Springer LNCS International Conference on Current Trends in Theory and Practice of computer science}, year = {2011}, pages = {86-98}, author = {Tibor Bakota} } @article {danicic:unifying, title = {A unifying theory of control dependence and its application to arbitrary program structures}, journal = {Theoretical Computer Science}, volume = {412}, number = {49}, year = {2011}, pages = {6809{\textendash}6842}, author = {S. Danicic and R. Barraclough and M. Harman and J. D. Howroyd and {\'A}kos Kiss and M. Laurence} } @inbook {springerlink:10.1007/978-3-642-17599-2_4, title = {Architectures \& Infrastructure}, booktitle = {Service Research Challenges and Solutions for the Future Internet}, series = {Lecture Notes in Computer Science}, volume = {6500}, year = {2010}, pages = {85-116}, publisher = {Springer Berlin / Heidelberg}, organization = {Springer Berlin / Heidelberg}, isbn = {978-3-642-17598-5}, url = {http://dx.doi.org/10.1007/978-3-642-17599-2_4}, author = {F. Andr{\'e} and I. Brandic and E. Daubert and G. Gauvrit and M. Giordano and G. Kecskem{\'e}ti and Attila Kert{\'e}sz and C. Di Napoli and Zs. N{\'e}meth, and J.-L. Pazat and H. Psaier and W. Renz and J. Sudeikat}, editor = {M. Papazoglou and K. Pohl and M. Parkin and A. Metzger} } @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 {Schrettner:2010:DMS:1955601.1955983, title = {Development of a Methodology, Software {\textendash} Suite and Service for Supporting Software Architecture Reconstruction}, booktitle = {Proceedings of the 2010 14th European Conference on Software Maintenance and Reengineering}, series = {CSMR {\textquoteright}10}, year = {2010}, pages = {190{\textendash}193}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, address = {Washington, DC, USA}, keywords = {architecture evolution, architecture management, architecture reconstruction, architecture visualization}, isbn = {978-0-7695-4321-5}, doi = {http://dx.doi.org/10.1109/CSMR.2010.32}, url = {http://dx.doi.org/10.1109/CSMR.2010.32}, author = {Schrettner, L. and P Heged{\H u}s and Rudolf Ferenc and F{\"u}l{\"o}p, L.J. and Tibor Bakota} } @conference {KBH10, title = {{DPDX} {\textendash} A Common Exchange Format for Design Pattern Detection Tools}, booktitle = {14th European Conference on Software Maintenance and Reengineering (CSMR 2010)}, year = {2010}, month = {mar}, pages = {232-235}, author = {G. Kniesel and A. Binun and P Heged{\H u}s and F{\"u}l{\"o}p, L.J. and A. Chatzigeorgiou and Y.-G. Gueheneuc and N. Tsantalis} } @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.} } @inbook {BKSz10, title = {Homokh{\'a}ti Small Area Living Lab Benefiting the Agricultural Sector in Hungary}, booktitle = {Living Labs for Rural Development - Results from the C@R Integrated Project}, year = {2010}, pages = {105-124}, author = {V. Bilicki and M. Kasza and V. Sz{\H u}cs and G. Moln{\'a}r} } @mastersthesis {Bilicki10, title = {Infrastructure Aware Applications}, year = {2010}, type = {phd}, author = {V. Bilicki} } @conference {5614035, title = {{LAYSI}: A Layered Approach for SLA-Violation Propagation in Self-Manageable Cloud Infrastructures}, booktitle = {Computer Software and Applications Conference Workshops (COMPSACW), 2010 IEEE 34th Annual}, year = {2010}, month = {july}, pages = {365 -370}, keywords = {autonomic computing, cloud computing, contract law, fault tolerant computing, Internet, LAYSI, resource allocation, self manageable cloud infrastructure, service level agreement, SLA violation propagation}, doi = {10.1109/COMPSACW.2010.70}, author = {I. Brandic and V. C. Emeakaroha and M. Maurer and S. Dustdar and Acs, S. and Attila Kert{\'e}sz and G. Kecskem{\'e}ti} } @inbook {springerlink:10.1007/978-3-642-17599-2_6, title = {Modeling and Negotiating Service Quality}, booktitle = {Service Research Challenges and Solutions for the Future Internet}, series = {Lecture Notes in Computer Science}, volume = {6500}, year = {2010}, pages = {157-208}, publisher = {Springer Berlin / Heidelberg}, organization = {Springer Berlin / Heidelberg}, isbn = {978-3-642-17598-5}, url = {http://dx.doi.org/10.1007/978-3-642-17599-2_6}, author = {S. Benbernou and I. Brandic and C. Cappiello and M. Carro and M. Comuzzi and Attila Kert{\'e}sz and K. Kritikos and M. Parkin and B. Pernici and P. Plebani}, editor = {M. Papazoglou and K. Pohl and M. Parkin and A. Metzger} } @booklet {ViBe10, title = {Monitoring the Quality of Service in Wireless Mesh Networks Consumption Aspect}, year = {2010}, note = {ICAI 2010 T{\'a}mogat{\'o}k visszal{\'e}p{\'e}se miatt nem jelent meg}, author = {V. Bilicki and R. B{\'e}l{\'a}di} } @booklet {ViRa10, title = {Peces - Pervasive Computing in Embedded Systems}, year = {2010}, note = {ICAI 2010 T{\'a}mogat{\'o}k visszal{\'e}p{\'e}se miatt nem jelent meg}, author = {V. Bilicki and Z. Rak} } @inbook {MBD10, title = {Reference Architecture for Collaborative Working Environments in Rural Areas}, booktitle = {Living Labs for Rural Development - Results from the C@R Integrated Project}, year = {2010}, pages = {53-82}, author = {C. Merz and V. Bilicki and J. D{\"o}rflinger and M. V. Fern{\'a}ndez and J. G. Guzman and P. Horak and E. Jacob and J. Astorga and E. Azan{\'o}n and V. Sz{\H u}cs} } @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 {barraclough:strict, title = {A Trajectory-based Strict Semantics for Program Slicing}, journal = {Theoretical Computer Science}, volume = {411}, number = {11{\textendash}13}, year = {2010}, pages = {1372{\textendash}1386}, publisher = {elsevier}, author = {R. W. Barraclough and D. Binkley and S. Danicic and M. Harman and R. M. Hierons and {\'A}kos Kiss and M. Laurence and L. Ouarbya} } @booklet {ViRa10a, title = {Wireless Mesh Networks from the Energy Consumption Aspect}, year = {2010}, note = {ICAI 2010 T{\'a}mogat{\'o}k visszal{\'e}p{\'e}se miatt nem jelent meg}, author = {V. Bilicki and Z. Rak} } @booklet {KKB09, title = {Autonomic Resource Virtualization in Cloud-like Environments}, year = {2009}, note = {TUV-1841-2009-04}, author = {Attila Kert{\'e}sz and G. Kecskem{\'e}ti and I. Brandic} } @conference {HBS09, title = {Code Clones: Good, Bad, or Ugly?}, booktitle = {11th Symposium on Programming Languages and Software Tools SPLST{\textquoteright}09}, year = {2009}, pages = {31-44}, author = {M. Harsu and Tibor Bakota and Istv{\'a}n Siket and K. Koskimies and T. Systa} } @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} } @booklet {KBH09, title = {A common exchange format for design pattern detection tools}, year = {2009}, note = {IAI-TR-2009-03}, author = {G. Kniesel and A. Binun and P Heged{\H u}s and F{\"u}l{\"o}p, L.J. and A. Chatzigeorgiou and Y.-G. Gueheneuc and N. Tsantalis} } @article {BKSz09, title = {Homokh{\'a}ti Small Area Living Lab Benefiting The Agricultural Sector In Hungary}, journal = {eJOV}, volume = {11}, year = {2009}, pages = {83-100}, author = {V. Bilicki and M. Kasza and V. Sz{\H u}cs and G. Moln{\'a}r} } @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} } @article {MDB09, title = {Reference Architecture For Collaborative Working Environments In Rural Areas}, journal = {eJOV}, volume = {11}, year = {2009}, pages = {35-63}, author = {C. Merz and J. D{\"o}rflinger and V. Bilicki and M. V. Fern{\'a}ndez and J. G. Guzman and P. Horak and J. Astorga and E. Azan{\'o}n and V. Sz{\H u}cs} } @inbook {JeBi09, title = {Scalable P2P overlays of very small constant degree: an emerging security threat}, booktitle = {Lecture notes in computer science}, volume = {5873}, year = {2009}, pages = {399-412}, author = {M. Jelasity and V. Bilicki} } @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 {Kertesz:2009:SRV:1555336.1555341, title = {An {SLA}-based resource virtualization approach for on-demand service provision}, booktitle = {Proceedings of the 3rd international workshop on Virtualization technologies in distributed computing}, series = {VTDC {\textquoteright}09}, year = {2009}, pages = {27{\textendash}34}, publisher = {ACM}, organization = {ACM}, address = {New York, NY, USA}, keywords = {on-demand deployment, resource virtualization, service brokering, sla negotiation}, isbn = {978-1-60558-580-2}, doi = {http://doi.acm.org/10.1145/1555336.1555341}, url = {http://doi.acm.org/10.1145/1555336.1555341}, author = {Attila Kert{\'e}sz and G. Kecskem{\'e}ti and I. Brandic} } @conference {JeBi09a, title = {Towards automated detection of peer-to-peer botnets: On the limits of local approaches}, booktitle = {LEET 09 2nd USENIX Workshop on Large-Scale Exploits and Emergent Threats Proceedings}, year = {2009}, month = {dec}, pages = {1-8}, author = {M. Jelasity and V. Bilicki} } @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} } @inbook {Bilicki08, title = {Innovation Commercialization in a Rural Region: A Case Study}, booktitle = {European Living Labs: a new approach for human centric regional innovation}, year = {2008}, pages = {77-92}, author = {V. Bilicki} } @conference {GBM08, title = {Living Labs Fostering Open Innovation and Rural Development: Methodology and Results}, booktitle = {Proceedings of the 14th International Conference on Concurrent Enterprising}, year = {2008}, author = {G. J. Guzman and V. Bilicki and C. Merz and M. Valenzuela} } @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 {DBLP:conf/icsm/BakotaFG07, title = {Clone Smells in Software Evolution}, booktitle = {ICSM}, year = {2007}, pages = {24-33}, author = {Tibor Bakota and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @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} } @booklet {bicsak:cfg, title = {Constructing control flows graphs of binary executable programs at post-link time}, year = {2007}, author = {A. Bics{\'a}k and {\'A}kos Kiss and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @conference {BiKa07a, title = {Dynamic Code Generation and a New {AOP} Design Pattern in Network Management}, booktitle = {Proceedings of the 10th Symposium on Programming Languages and Software Tools (SPLST 2007)}, year = {2007}, pages = {265-280}, author = {V. Bilicki and M. Kasza} } @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 {KalBi07, title = {Innovation Commercialization in a Rural Region: The Case of Rural Living Lab, Hungary}, booktitle = {Summer University on Information Technology in Agriculture and Rural Development}, year = {2007}, pages = {1-9}, author = {T. K{\'a}llai and V. Bilicki} } @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} } @booklet {bicsak:abstracting, title = {Method and a device for abstracting instruction sequences with tail merging}, year = {2007}, author = {A. Bics{\'a}k and {\'A}kos Kiss and G. Lehotai and Rudolf Ferenc and Tibor Gyim{\'o}thy} } @conference {BBK07, title = {Netspotter: a framework for network testing}, booktitle = {7th International Conference on Applied Informatics}, year = {2007}, author = {V. Bilicki and M. Bohus and M. Kasza} } @conference {BiBe07, title = {A novel approach for distributed Management and Monitoring of Wireless Mesh Networks}, booktitle = {Proceedings of the Regional Conference on Embedded and Ambient Systems (RCEAS 2007)}, year = {2007}, pages = {Paper 46}, author = {V. Bilicki and R. B{\'e}l{\'a}di} } @conference {BiKa07, title = {A novel approach for monitoring ad-hoc networks}, booktitle = {Proceedings of the Regional Conference on Embedded and Ambient Systems (RCEAS 2007)}, year = {2007}, author = {V. Bilicki and M. Kasza} } @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 {BiKal07, title = {Wireless Mesh Network For Rural Communities}, booktitle = {AVA 3 International Conference on Agricultural Ekonomics , Rural Development and Informatics}, year = {2007}, pages = {237-247}, author = {V. Bilicki and T. K{\'a}llai and M. Kasza} } @conference {BKK07, title = {Wireless Mesh Network For Rural Communities}, booktitle = {IST-Africa 2007 Conference \& Exhibition}, year = {2007}, author = {V. Bilicki and M. Kasza and T. K{\'a}llai} } @conference {KaszBi07, title = {{WMN} for rural communities: a case study}, booktitle = {Summer University on Information Technology in Agriculture and Rural Development}, year = {2007}, pages = {83-94}, author = {M. Kasza and V. Bilicki} } @conference {BiDo06a, title = {Building a framework for the consistency management of the distributed applications}, booktitle = {Proceedings of the 4th International Conference on .NET Technologies}, year = {2006}, pages = {55-63}, author = {V. Bilicki and J D Dombi} } @article {binkley:relationship, title = {A Formalisation of the Relationship between Forms of Program Slicing}, journal = {Science of Computer Programming}, volume = {62}, number = {3}, year = {2006}, month = {oct}, pages = {228{\textendash}252}, publisher = {elsevier}, keywords = {relate:quality}, author = {D. Binkley and S. Danicic and Tibor Gyim{\'o}thy and M. Harman and {\'A}kos Kiss and B. Korel} } @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 {Bilicki06, title = {Network topology discovery}, booktitle = {Volume of Extended Abstracts of the 5th Conference of PhD Students in Computer Science}, year = {2006}, pages = {27}, author = {V. Bilicki} } @conference {CsAB06, title = {New, Linguistics-based, Ontology-enabled Approaches in Biological Information Management}, booktitle = {Proceedings of eChallenges e-2006 Conference}, year = {2006}, month = {jan}, pages = {1352-1359}, author = {D. Csendes and Z. Alexin and R. Busa-Fekete and A. Kocsor and K. Kov{\'a}cs} } @conference {BiDo06, title = {Paxos with multiple leaders}, booktitle = {Volume of Extended Abstracts of the 5th Conference of PhD Students in Computer Science}, year = {2006}, pages = {28}, author = {V. Bilicki and J D Dombi} } @conference {Bilicki06a, title = {Testing and Verifying an {IPv6} Based Multicast Network}, booktitle = {ICCGI {\textquoteright}06: Proceedings of the International Multi-Conference on Computing in the Global Information Technology}, year = {2006}, pages = {3}, author = {V. Bilicki} } @article {binkley:foundations, title = {Theoretical Foundations of Dynamic Program Slicing}, journal = {Theoretical Computer Science}, volume = {360}, number = {1{\textendash}3}, year = {2006}, month = {aug}, pages = {23{\textendash}41}, publisher = {elsevier}, author = {D. Binkley and S. Danicic and Tibor Gyim{\'o}thy and M. Harman and {\'A}kos Kiss and B. Korel} } @conference {BFG06, title = {{Towards Portable Metrics-based Models for Software Maintenance Problems}}, booktitle = {Proceedings of the 22nd International Conference on Software Maintenance (ICSM 2006)}, year = {2006}, month = {sep}, pages = {483-486}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, author = {Tibor Bakota and Rudolf Ferenc and Tibor Gyim{\'o}thy and C. Riva and J. Xu} } @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} } @conference {Bilicki05, title = {{LanStore}: a highly distributed reliable file storage system}, booktitle = {Proceedings of the 3rd International Conference on .NET Technologies}, year = {2005}, pages = {47-56}, author = {V. Bilicki} } @conference {BoBi05, title = {LanStore: egy elosztott, megb{\'\i}zhat{\'o} f{\'a}jl t{\'a}rol{\'o} rendszer}, booktitle = {Networkshop 2005}, year = {2005}, pages = {Paper 156}, author = {M. Bohus and V. Bilicki} } @conference {binkley:minimal, title = {Minimal Slicing and the Relationships between Forms of Slicing}, booktitle = {Proceedings of the 5th {IEEE} International Workshop on Source Code Analysis and Manipulation ({SCAM} 2005)}, year = {2005}, note = {Best paper award}, pages = {45{\textendash}54}, publisher = {ieeecs}, organization = {ieeecs}, address = {Budapest, Hungary}, keywords = {relate:quality}, author = {D. Binkley and S. Danicic and Tibor Gyim{\'o}thy and M. Harman and {\'A}kos Kiss and B. Korel} } @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 {SSB04a, title = {A forgalomszab{\'a}lyoz{\'a}s egy optimaliz{\'a}l{\'a}si modellje}, booktitle = {XXVI. Oper{\'a}ci{\'o}kutat{\'a}si Konferencia}, year = {2004}, month = {may}, author = {Cs. Imreh and V. Bilicki} } @conference {binkley:formalizing, title = {Formalizing Executable Dynamic and Forward Slicing}, booktitle = {Proceedings of the 4th IEEE International Workshop on Source Code Analysis and Manipulation (SCAM 2004)}, year = {2004}, pages = {43{\textendash}52}, publisher = {ieeecs}, organization = {ieeecs}, address = {Chicago, Illinois, USA}, author = {D. Binkley and S. Danicic and Tibor Gyim{\'o}thy and M. Harman and {\'A}kos Kiss and L. Ouarbya} } @conference {BBo04, title = {Robust Distributed Secure Storage for Middle Size Networks}, booktitle = {Proceedings of the 6th international conference on applied informatics (ICAI 2004)}, year = {2004}, month = {jan}, pages = {495}, author = {V. Bilicki and M. Bohus} } @article {SMR:SMR294, title = {Seventh European Conference on Software Maintenance and Reengineering (CSMR 2003)}, journal = {Journal of Software Maintenance and Evolution: Research and Practice}, volume = {16}, number = {4-5}, year = {2004}, pages = {217{\textendash}218}, publisher = {John Wiley \& Sons, Ltd.}, issn = {1532-0618}, doi = {10.1002/smr.294}, url = {http://dx.doi.org/10.1002/smr.294}, author = {M. G. J. van den Brand and G. Canfora and Tibor Gyim{\'o}thy} } @conference {SSB04, title = {Signaling compression}, booktitle = {Fourth Conference of PhD Students in Computer Science (CSCS 2004)}, year = {2004}, month = {jul}, pages = {103}, author = {Istv{\'a}n Siket and G. Sey and V. Bilicki} } @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 {KBH03, title = {Comparing different postagging techniques for hungarian}, booktitle = {Proceedings of the MSZNY 2003}, year = {2003}, pages = {16-23}, author = {A. Kuba and Tibor Bakota and A. H{\'o}cza and Cs. Oravecz} } @conference {Alexin:2003:MAH:1067737.1067747, title = {Manually annotated Hungarian corpus}, booktitle = {Proceedings of the tenth conference on European chapter of the Association for Computational Linguistics - Volume 2}, series = {EACL {\textquoteright}03}, year = {2003}, pages = {53-56}, publisher = {Association for Computational Linguistics}, organization = {Association for Computational Linguistics}, address = {Stroudsburg, PA, USA}, isbn = {1-111-56789-0}, doi = {http://dx.doi.org/10.3115/1067737.1067747}, url = {http://dx.doi.org/10.3115/1067737.1067747}, author = {Z. Alexin and Tibor Gyim{\'o}thy and Cs. Hatvani and L. Tihanyi and J. Csirik and K. Bibok and G. Pr{\'o}sz{\'e}ky} } @conference {BaF03, title = {{Mining Design Patterns from C++ Source Code}}, booktitle = {Proceedings of the 19th International Conference on Software Maintenance (ICSM 2003)}, year = {2003}, month = {sep}, pages = {305-314}, publisher = {IEEE Computer Society}, organization = {IEEE Computer Society}, doi = {http://dx.doi.org/10.1109/ICSM.2003.1235436}, author = {Zs. Balanyi and Rudolf Ferenc} } @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 {FBS03, title = {SIP compression}, journal = {Periodica Polytechnica-Electrical Engineering}, volume = {47}, year = {2003}, pages = {1-2}, author = {M. Fidrich and V. Bilicki and Z. S{\'o}gor and G. Sey} } @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} } @inbook {BHI01, title = {Heuristics for the {PNS} problem}, booktitle = {Optimization theory: Recent development from M{\'a}trah{\'a}za}, year = {2001}, pages = {1-18}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and Cs. Imreh and Z. Kov{\'a}cs} } @conference {alexin:LLL01, title = {A Rule-Based Tagger Development Framework}, year = {2001}, month = {September}, pages = {1-10}, address = {Strasbourg, France}, keywords = {Language_Learning}, author = {Z. Alexin and P. Leipold and J. Csirik and K. Bibok and Tibor Gyim{\'o}thy}, editor = {Lubo{\v s} Popel{\'\i}nsk{\'y} and Miloslav Nepil} } @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} } @article {BHI00, title = {On bottleneck and k-sum versions of the Process Network Synthesis problems}, journal = {Novi Sad Journal of Mathematics}, volume = {30}, number = {3}, year = {2000}, pages = {11-19}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and B. Imreh and Cs. Imreh and Z. Kov{\'a}cs} } @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 {BHI00a, title = {On a well solvable class of the {PNS} problem}, journal = {Novi Sad Journal of Mathematics}, volume = {30}, number = {3}, year = {2000}, pages = {21-30}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and B. Imreh and Cs. Imreh and Z. Kov{\'a}cs} } @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} } @inbook {BHI99, title = {Kisz{\'a}molhat{\'o} korl{\'a}tok speci{\'a}lis {PNS}-probl{\'e}maoszt{\'a}lyok lehets{\'e}ges megold{\'a}sainak a sz{\'a}m{\'a}ra}, year = {1999}, pages = {182-194}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and B. Imreh} } @article {HBI99, title = {On a Merging Reduction of the Process Network Synthesis Problem}, journal = {Acta Cybernetica}, volume = {14}, year = {1999}, pages = {251-261}, author = {Cs. Holl{\'o} and Z. Bl{\'a}zsik and Cs. Imreh and Z. Kov{\'a}cs} } @article {BHI98, title = {On Decision-Mappings Related to Process Network Synthesis Problem}, journal = {Acta Cybernetica}, volume = {13}, year = {1998}, pages = {319-328}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and B. Imreh} } @article {BHI98a, title = {Explicit bounds for the number of feasible solutions of special {PNS}-problem classes}, journal = {Pure Mathematics and Applications}, volume = {9}, year = {1998}, pages = {17-27}, author = {Z. Bl{\'a}zsik and Cs. Holl{\'o} and B. Imreh} } @conference {Bilicki98, title = {Mobil felhaszn{\'a}l{\'o}k mobilit{\'a}sa}, booktitle = {Networkshop 1998}, year = {1998}, author = {V. Bilicki} } @booklet {Bilicki98a, title = {Mobil felhaszn{\'a}l{\'o}k mobilit{\'a}s{\'a}nak modellez{\'e}se}, year = {1998}, note = {BME TDK}, author = {V. Bilicki} } @inbook {springerlink:10.1007/BFb0029443, title = {Application of inductive logic programming for learning {ECG} waveforms}, booktitle = {Artificial Intelligence in Medicine}, series = {Lecture Notes in Computer Science}, volume = {1211}, year = {1997}, note = {10.1007/BFb0029443}, pages = {126-129}, publisher = {Springer Berlin / Heidelberg}, organization = {Springer Berlin / Heidelberg}, isbn = {978-3-540-62709-8}, url = {http://dx.doi.org/10.1007/BFb0029443}, author = {G. K{\'o}kai and Z. Alexin and Tibor Gyim{\'o}thy}, editor = {Keravnou, Elpida and Garbay, Catherine and Baud, Robert and Wyatt, Jeremy} } @article {Alexin_Gyimothy_Bostrom_1997, title = {{IMPUT}: An Interactive Learning Tool Based on Program Specialization}, journal = {Intelligent Data Analysis}, volume = {1}, number = {4}, year = {1997}, pages = {219{\textendash}244}, url = {http://www-east.elsevier.com/ida/browse/0104/ida00015/ida00015.htm}, author = {Z. Alexin and Tibor Gyim{\'o}thy and H. Bostr{\"o}m} } @conference {AlexinGyBo96, title = {Integrating Algorithmic Debugging and Unfolding Transformation in an Interactive Learner}, booktitle = {Proceedings of the European Conference on Artificial Intelligence (ECAI{\textquoteright}96)}, year = {1996}, pages = {403-407}, keywords = {SPECTRE algorithmic_debugging debugging ilp inductive_programming ip-system program_synthesis}, author = {Z. Alexin and Tibor Gyim{\'o}thy and H. Bostr{\"o}m} } @conference {AlexinGyBo95, title = {Integrating Algorithmic Debugging and Unfolding Transformation in an Interactive Learner}, booktitle = {Fifth International Workshop on Inductive Logic Programming}, year = {1996}, pages = {437-452}, author = {Z. Alexin and Tibor Gyim{\'o}thy and H. Bostr{\"o}m} } @conference {SchBo94, title = {A Parallel Design Method for Producing Valid Protocols}, booktitle = {Proc. of 8th Symposium on Microcomputer and Microprocessor Applications}, year = {1994}, month = {oct}, pages = {689-697}, author = {Schrettner, L. and M. Bohus} }