1 resultado para Software testing. Problem-oriented programming. Teachingmethodology
em Coffee Science - Universidade Federal de Lavras
Filtro por publicador
- Aberdeen University (1)
- Academic Archive On-line (Mid Sweden University; Sweden) (1)
- Acceda, el repositorio institucional de la Universidad de Las Palmas de Gran Canaria. España (1)
- AMS Campus - Alm@DL - Università di Bologna (1)
- AMS Tesi di Dottorato - Alm@DL - Università di Bologna (10)
- AMS Tesi di Laurea - Alm@DL - Università di Bologna (15)
- Applied Math and Science Education Repository - Washington - USA (1)
- ArchiMeD - Elektronische Publikationen der Universität Mainz - Alemanha (1)
- Archivo Digital para la Docencia y la Investigación - Repositorio Institucional de la Universidad del País Vasco (1)
- Aston University Research Archive (15)
- Biblioteca de Teses e Dissertações da USP (2)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (3)
- Biblioteca Digital da Produção Intelectual da Universidade de São Paulo (BDPI/USP) (32)
- BORIS: Bern Open Repository and Information System - Berna - Suiça (23)
- Brock University, Canada (16)
- Bulgarian Digital Mathematics Library at IMI-BAS (19)
- CentAUR: Central Archive University of Reading - UK (27)
- CiencIPCA - Instituto Politécnico do Cávado e do Ave, Portugal (5)
- Cochin University of Science & Technology (CUSAT), India (4)
- Coffee Science - Universidade Federal de Lavras (1)
- Collection Of Biostatistics Research Archive (1)
- Comissão Econômica para a América Latina e o Caribe (CEPAL) (1)
- Consorci de Serveis Universitaris de Catalunya (CSUC), Spain (81)
- Cor-Ciencia - Acuerdo de Bibliotecas Universitarias de Córdoba (ABUC), Argentina (2)
- CORA - Cork Open Research Archive - University College Cork - Ireland (1)
- Corvinus Research Archive - The institutional repository for the Corvinus University of Budapest (1)
- CUNY Academic Works (1)
- Dalarna University College Electronic Archive (9)
- Department of Computer Science E-Repository - King's College London, Strand, London (30)
- Digital Commons - Michigan Tech (1)
- Digital Commons at Florida International University (10)
- Digital Peer Publishing (2)
- DigitalCommons@The Texas Medical Center (4)
- DigitalCommons@University of Nebraska - Lincoln (2)
- Doria (National Library of Finland DSpace Services) - National Library of Finland, Finland (130)
- DRUM (Digital Repository at the University of Maryland) (4)
- Fachlicher Dokumentenserver Paedagogik/Erziehungswissenschaften (1)
- Galway Mayo Institute of Technology, Ireland (3)
- Harvard University (1)
- Instituto Politécnico de Leiria (1)
- Instituto Politécnico do Porto, Portugal (53)
- Iowa Publications Online (IPO) - State Library, State of Iowa (Iowa), United States (5)
- Lume - Repositório Digital da Universidade Federal do Rio Grande do Sul (1)
- Martin Luther Universitat Halle Wittenberg, Germany (5)
- Massachusetts Institute of Technology (9)
- National Center for Biotechnology Information - NCBI (1)
- Open University Netherlands (1)
- RDBU - Repositório Digital da Biblioteca da Unisinos (6)
- ReCiL - Repositório Científico Lusófona - Grupo Lusófona, Portugal (1)
- Repositório Científico do Instituto Politécnico de Lisboa - Portugal (9)
- Repositório da Produção Científica e Intelectual da Unicamp (1)
- Repositório digital da Fundação Getúlio Vargas - FGV (5)
- Repositório Digital da UNIVERSIDADE DA MADEIRA - Portugal (5)
- Repositório Digital da Universidade Municipal de São Caetano do Sul - USCS (2)
- Repositório Institucional da Universidade de Aveiro - Portugal (1)
- Repositório Institucional da Universidade Estadual de São Paulo - UNESP (1)
- Repositório Institucional da Universidade Tecnológica Federal do Paraná (RIUT) (2)
- Repositorio Institucional de la Universidad de Málaga (2)
- Repositório Institucional UNESP - Universidade Estadual Paulista "Julio de Mesquita Filho" (64)
- RUN (Repositório da Universidade Nova de Lisboa) - FCT (Faculdade de Cienecias e Technologia), Universidade Nova de Lisboa (UNL), Portugal (40)
- Scielo Saúde Pública - SP (9)
- Scottish Institute for Research in Economics (SIRE) (SIRE), United Kingdom (1)
- Universidad de Alicante (2)
- Universidad del Rosario, Colombia (6)
- Universidad Politécnica de Madrid (38)
- Universidade do Minho (13)
- Universidade dos Açores - Portugal (1)
- Universidade Federal do Pará (2)
- Universidade Federal do Rio Grande do Norte (UFRN) (35)
- Universitat de Girona, Spain (14)
- Universitätsbibliothek Kassel, Universität Kassel, Germany (11)
- Université de Lausanne, Switzerland (20)
- Université de Montréal (2)
- Université de Montréal, Canada (24)
- University of Michigan (5)
- University of Queensland eSpace - Australia (38)
- University of Southampton, United Kingdom (16)
- University of Washington (1)
- Worcester Research and Publications - Worcester Research and Publications - UK (1)
Resumo:
Code patterns, including programming patterns and design patterns, are good references for programming language feature improvement and software re-engineering. However, to our knowledge, no existing research has attempted to detect code patterns based on code clone detection technology. In this study, we build upon the previous work and propose to detect and analyze code patterns from a collection of open source projects using NiPAT technology. Because design patterns are most closely associated with object-oriented languages, we choose Java and Python projects to conduct our study. The tool we use for detecting patterns is NiPAT, a pattern detecting tool originally developed for the TXL programming language based on the NiCad clone detector. We extend NiPAT for the Java and Python programming languages. Then, we try to identify all the patterns from the pattern report and classify them into several different categories. In the end of the study, we analyze all the patterns and compare the differences between Java and Python patterns.