https://github.com/andrehora/andrehora.github.io
https://andrehora.github.io
https://github.com/andrehora/andrehora.github.io
Last synced: about 1 year ago
JSON representation
https://andrehora.github.io
- Host: GitHub
- URL: https://github.com/andrehora/andrehora.github.io
- Owner: andrehora
- Created: 2024-02-27T19:24:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-31T14:01:18.000Z (over 1 year ago)
- Last Synced: 2025-01-31T15:19:52.132Z (over 1 year ago)
- Homepage:
- Size: 7.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**Andre Hora** is a professor in the [Department of Computer Science](https://dcc.ufmg.br) at [UFMG](https://ufmg.br), Brazil.
He is member of the [Applied Software Engineering Research Group (ASERG)](http://aserg.labsoft.dcc.ufmg.br).
He obtained his Ph.D. in Computer Science from the [University of Lille](https://www.univ-lille.fr), France.
Previously, he was a postdoctoral researcher at DCC/UFMG, a software developer at [Inria](https://www.inria.fr/en) (Lille, France), and a research intern at Siemens (Erlangen, Germany).
> **Research interests**: Software Testing, Software Evolution, Software Maintenance, Mining Software Repositories
> **Contact:** andrehoraa [at] gmail [dot] com • andrehora [at] dcc [dot] ufmg [dot] br
> **See also:** [Google Scholar](https://scholar.google.com.br/citations?user=2fwfYtQAAAAJ&hl=en) • [Researchr](https://conf.researchr.org/profile/conf/andrehora) • [DBLP](https://dblp.org/pid/54/7440.html) • [Research Gate](https://www.researchgate.net/profile/Andre_Hora) • [Lattes](http://lattes.cnpq.br/4957418183504876) • [CSIndexbr](https://csindexbr.org/authors.html?p=Andre-Hora) • [DCC profile](https://dcc.ufmg.br/professor/andre-cavalcante-hora) • [SlideShare](https://www.slideshare.net/andrehoraa) • [Teaching](teaching.md)
## News
- Jan, 2025, Paper accepted - MSR 2025: [What Do Contribution Guidelines Say About Software Testing?](https://andrehora.github.io/pub/2025-msr-test-documentation.pdf)
- Jan, 2025, Paper accepted - MSR 2025, Data and Tools Showcase Track: [TestMigrationsInPy: A Dataset of Test Migrations from Unittest to Pytest](https://andrehora.github.io/pub/2025-msr-testmigrationsinpy.pdf)
- Jan, 2025, Paper accepted - AST 2025: [Exceptional Behaviors: How Frequently Are They Tested?](https://andrehora.github.io/pub/2025-ast-exceptional-behaviors.pdf)
- Dec, 2024, PC Member - [ISSTA 2025, Tool Demonstrations Track](https://conf.researchr.org/home/issta-2025)
- Oct, 2024: Paper accepted - Empirical Software Engineering: [How and Why Developers Implement OS-Specific Tests](https://andrehora.github.io/pub/2025-emse-os-specific-tests.pdf)
- Sep, 2024: PC Member - [MSR 2025](https://2025.msrconf.org)
- Aug, 2024, PC Member - [ICSE 2025, Demonstrations Track](https://conf.researchr.org/track/icse-2025/icse-2025-demonstrations)
- Apr, 2024, Paper accepted - FSE 2024, Ideas, Visions and Reflections Track: [Test Polarity: Detecting Positive and Negative Tests](https://andrehora.github.io/pub/2024-fse-test-polarity.pdf)
- Apr, 2024, Paper accepted - FSE 2024, Ideas, Visions and Reflections Track: [Monitoring the Execution of 14K Tests: Methods Tend to Have One
Path that Is Significantly More Executed](https://andrehora.github.io/pub/2024-fse-tested-paths.pdf)
- Apr, 2024, Paper accepted - FSE 2024, Ideas, Visions and Reflections Track: [Predicting Test Results without Execution](https://andrehora.github.io/pub/2024-fse-predicting-test-result-gpt4.pdf)
- Apr, 2024, Paper accepted - FSE 2024, Demonstrations Track: [PathSpotter: Exploring Tested Paths to Discover Missing Tests](https://andrehora.github.io/pub/2024-fse-pathspotter.pdf)
- Mar, 2024, PC Member - [ECOOP/ISSTA 2024, Tool Demonstrations Track](https://conf.researchr.org/home/issta-ecoop-2024)
- Jan, 2024, Paper accepted - ICSE 2024, Demonstrations Track: [SpotFlow: Tracking Method Calls and States at Runtime](https://andrehora.github.io/pub/2024-icse-spotflow.pdf)
- Jan, 2024, Paper accepted - MSR 2024: [Availability and Usage of Platform-Specific APIs: A First
Empirical Study](https://andrehora.github.io/pub/2024-msr-ptaform-specific-apis.pdf)
- Jan, 2024, Paper accepted - MSR 2024, Data and Tools Showcase Track: [TestDossier: A Dataset of Tested Values Automatically Extracted
from Test Execution](https://andrehora.github.io/pub/2024-msr-testdossier.pdf)
## Awards and Recognition
- Research Productivity Grant (CNPq/PQ) - 2023
- Best Master thesis - SBES/CBSoft 2023: Exploring Code Samples Characteristics and Their Impacts on Software Ecosystems
- ACM Distinguished Paper Award - MSR 2021: What Code Is Deliberately Excluded from Test Coverage and Why?
- Distinguished Reviewer Award - MSR 2020
## Publications
See: [Google Scholar](https://scholar.google.com.br/citations?user=2fwfYtQAAAAJ&hl=en)
## Program Committee
- 34th ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2025), Tool Demonstrations Track, Trondheim, Norway
- 22th IEEE/ACM International Conference on Mining Software Repositories (MSR 2025), Ottawa, Canada
- 47th IEEE/ACM International Conference on Software Engineering (ICSE 2025), Demonstrations Track, Ottawa, Canada
- ISSTA/ECOOP 2024, Tool Demonstrations Track, Vienna, Austria
- 21th IEEE/ACM International Conference on Mining Software Repositories (MSR 2024), Lisbon, Portugal
- 31th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER 2024), ERA Track, Rovaniemi, Finland
- 19th IEEE/ACM International Conference on Mining Software Repositories (MSR 2022), Pittsburgh, USA
- 9th Workshop on Software Visualization, Evolution and Maintenance (VEM 2021), online
- 37th IEEE International Conference on Software Maintenance and Evolution (ICSME 2021), Luxembourg City, Luxembourg
- 18th IEEE/ACM International Conference on Mining Software Repositories (MSR 2021), Madrid, Spain
- 35th Brazilian Symposium on Software Engineering (SBES 2021), Joinville, Brazil
- 36th IEEE International Conference on Software Maintenance and Evolution (ICSME 2020), Adelaide, Australia
- 20th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2020), Engineering Track, Adelaide, Australia
- 8th Workshop on Software Visualization, Evolution and Maintenance (VEM 2020), Natal, Brazil
- SBES 2020 - Innovative Ideas and Emerging Results Track (SBES 2020), Natal, Brazil
- 8th Workshop on Thesis and Dissertations of CBSoft (WTDSoft 2020), Natal, Brazil
- 28th International Conference on Program Comprehension (ICPC 2020), Tool Track, Seoul, South Korea
- 19th International Conference on Software and Systems Reuse (ICSR 2020), Hammamet, Tunisia
- 17th IEEE/ACM International Conference on Mining Software Repositories (MSR 2020), Seoul, South Korea
- 27th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER 2020), ERA Track, London, Canada
- 23rd Ibero-American Conference on Software Engineering (CIbSE 2020), Curitiba, Brazil
- 35th IEEE International Conference on Software Maintenance and Evolution (ICSME 2019), Short Papers Track, Cleveland, USA
- 19th IEEE International Working Conference on Source Code Analysis and Manipulation (SCAM 2019), Engineering Track, Cleveland, USA
- 12th Seminar on Advanced Techniques & Tools for Software Evolution (SATToSE 2019), Bolzano, Italy
- 26th IEEE International Conference on Software Analysis, Evolution and Reengineering (SANER 2019), ERA Track, Hangzhou, China
- International Workshop on Smalltalk Technologies (IWST 2019), Cologne, Germany
- 7th Workshop on Thesis and Dissertations of CBSoft (WTDSoft 2019), Salvador, Brazil
- 10th Brazilian Conference on Software: Theory and Practice (Tool Track 2019), Salvador, Brazil
- 7th Workshop on Software Visualization, Evolution and Maintenance (VEM 2019), Salvador, Brazil
- 34th IEEE International Conference on Software Maintenance and Evolution (ICSME 2018), Madrid, Spain
- 34th IEEE International Conference on Software Maintenance and Evolution (ICSME 2018), Artifacts Track, Madrid, Spain
- 5th Workshop on Software Visualization, Evolution and Maintenance (VEM 2017), Fortaleza, Brazil
- 6th Workshop on Software Visualization, Evolution and Maintenance (VEM 2018), São Carlos, Brazil
- 8th Workshop on Thesis and Dissertations of CBSoft (WTDSoft 2018), São Carlos, Brazil
- 10th Seminar on Advanced Techniques & Tools for Software Evolution (SATToSE 2017), Madrid, Spain
- 7th Workshop on Thesis and Dissertations of CBSoft (WTDSoft 2017), Fortaleza, Brazil
- 4th Workshop on Software Visualization, Evolution and Maintenance (VEM 2016), Maringá, Brazil
## Journal Reviewer
- ACM Transactions on Software Engineering and Methodology (TOSEM) - since 2023
- Journal of Systems and Software (JSS) - since 2018
- IEEE Transactions on Software Engineering (TSE) - since 2016
- Empirical Software Engineering (EMSE) - since 2016
- Information and Software Technology (IST) - since 2015
- Journal of Software Engineering Research and Development (JSERD) - since 2015
- Software Quality Journal (SQJ) - since 2014