• Title/Summary/Keyword: 버그 관리

Search Result 41, Processing Time 0.022 seconds

A Technique to Recommend Appropriate Developers for Reported Bugs Based on Term Similarity and Bug Resolution History (개발자 별 버그 해결 유형을 고려한 자동적 개발자 추천 접근법)

  • Park, Seong Hun;Kim, Jung Il;Lee, Eun Joo
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.3 no.12
    • /
    • pp.511-522
    • /
    • 2014
  • During the development of the software, a variety of bugs are reported. Several bug tracking systems, such as, Bugzilla, MantisBT, Trac, JIRA, are used to deal with reported bug information in many open source development projects. Bug reports in bug tracking system would be triaged to manage bugs and determine developer who is responsible for resolving the bug report. As the size of the software is increasingly growing and bug reports tend to be duplicated, bug triage becomes more and more complex and difficult. In this paper, we present an approach to assign bug reports to appropriate developers, which is a main part of bug triage task. At first, words which have been included the resolved bug reports are classified according to each developer. Second, words in newly bug reports are selected. After first and second steps, vectors whose items are the selected words are generated. At the third step, TF-IDF(Term frequency - Inverse document frequency) of the each selected words are computed, which is the weight value of each vector item. Finally, the developers are recommended based on the similarity between the developer's word vector and the vector of new bug report. We conducted an experiment on Eclipse JDT and CDT project to show the applicability of the proposed approach. We also compared the proposed approach with an existing study which is based on machine learning. The experimental results show that the proposed approach is superior to existing method.

양계 일반사양 관리

  • 로렌스 R. 버그
    • KOREAN POULTRY JOURNAL
    • /
    • v.5 no.7 s.45
    • /
    • pp.53-55
    • /
    • 1973
  • 이 원고는 지난 6월 9일 한국을 방문한 워싱턴 주립대학교수 버그박사가 한국양계인을 위하여 특별히 기고한 것이다. 버그 박사는 한국의 양계를 둘러보고 6월 22일 대구에서, 6월 22일 서울에서 강습회를 가진바 있다.

  • PDF

종란, 부화, 양계관리

  • 로렌스 R. 버그
    • KOREAN POULTRY JOURNAL
    • /
    • v.5 no.6 s.44
    • /
    • pp.102-103
    • /
    • 1973
  • 이 원고는 오는 6월 9일 한국을 방문하게될 워싱턴 주립대학교수 버그박사가 한국양계인을 위하여 특별히 기고한 것이다. 버그 박사는 한국의 양계를 둘러보고 6월 22일 대구에서, 6월 28일 서울에서 강습회를 가질 예정이다.

  • PDF

A Study on Efficient Game QA Project Management based on JIRA (JIRA 기반의 효율적인 게임 QA 프로젝트 관리에 관한 연구)

  • Kim, Ji-Eun;Kim, Hyo-Nam
    • Proceedings of the Korean Society of Computer Information Conference
    • /
    • 2021.07a
    • /
    • pp.151-154
    • /
    • 2021
  • 본 대학에서 게임 개발 프로젝트를 진행할 때 개발팀에서는 프로젝트 관리를 위해 프로젝트 관리 툴을 사용하고, QA팀에서는 버그 관리를 위해 BTS 툴을 사용한다. 본 논문에서는 BTS 툴을 소개하면서, 개발팀과 QA팀이 게임 개발 과정의 QA 프로젝트에서 프로젝트 관리와 버그 관리를 효과적으로 수행하는 방법에 대해서 연구하였다. 프로젝트 관리와 버그 관리 기능을 모두 가지고 있는 JIRA라는 툴을 선정하여 집중적으로 연구하였으며, 업무에서 JIRA를 사용할 때 효율적으로 사용할 수 있는 방법을 제시하고자 한다.

  • PDF

An Empirical Study of Meta Field Reassignment on New Bug Report (버그리포트의 메타필드 초기 재할당의 실증적 분석)

  • Min, Sae-Won;Kim, Mi-Soo;Lee, Eun-Seok
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.11a
    • /
    • pp.480-483
    • /
    • 2017
  • 소프트웨어 개발 및 유지보수 단계에서 발생한 문제들은 버그 추적 시스템을 통해 버그리포트로 등록되고 관리된다. 등록된 버그리포트를 기반으로 배정자는 해당 문제를 해결할 수 있는 개발자들을 배정하고, 배정된 개발자는 이를 해결한다. 그러나 버그리포트에서 제공되는 정보가 정확하지 않을 경우 문제 해결에 많은 시간이 소모된다. 본 논문에서는 Eclipse 오픈소스 프로젝트들에 대해 12가지의 도메인으로 분류하여 총 395,967개의 버그리포트에 대해 초기 정보의 불완전성을 분석한다. 이를 위해 초기 버그리포트에서 제공되는 정보 중 메타필드 내 정보에 초점을 맞춘다. 분석결과 필드들이 도메인 별로 최소 6%, 평균 20%, 최대 33%가 최소 한 번 이상 변경되는 것을 확인하였으며, 프로젝트 도메인 별로 상이하게 변경되는 것을 확인할 수 있었다.

A Technique to Link Bug and Commit Report based on Commit History (커밋 히스토리에 기반한 버그 및 커밋 연결 기법)

  • Chae, Youngjae;Lee, Eunjoo
    • KIISE Transactions on Computing Practices
    • /
    • v.22 no.5
    • /
    • pp.235-239
    • /
    • 2016
  • 'Commit-bug link', the link between commit history and bug reports, is used for software maintenance and defect prediction in bug tracking systems. Previous studies have shown that the links are automatically detected based on text similarity, time interval, and keyword. Existing approaches depend on the quality of commit history and could thus miss several links. In this paper, we proposed a technique to link commit and bug report using not only messages of commit history, but also the similarity of files in the commit history coupled with bug reports. The experimental results demonstrated the applicability of the suggested approach.

A comparative study on the archival theory of Hilary Jenkinson and Theodore R. Schellenberg (젠킨슨과 쉘렌버그의 기록학 이론 비교연구)

  • Kim, Sang-Shin
    • The Korean Journal of Archival Studies
    • /
    • no.50
    • /
    • pp.61-95
    • /
    • 2016
  • Many scholars exerted efforts to establish archival studies as a specialized academic domain. Two of the most often-quoted leading scholars who worked for the emergence of modern archival studies were English archivist Hilary Jenkinson (1882-1961) and American archivist Theodore R. Schellenberg (1903-1970). As they were published over 50 years ago, their theories were not only applied in various areas, but they also served as important principles in archival practice in the past. Nevertheless, there only exists a few translated books on the prominent archival theories. These studies-which directly focus on their theories or related studies such as comparative studies-lack Korean translations. The objectives of this study are to review Jenkinson and Schellenberg's biography and their professional achievements, as well as to empirically examine and investigate why there were differences in their theories by reviewing the periods they had lived and worked in. To achieve these objectives, the review of their academic and biographical backgrounds was prioritized. Their archival definitions, assessment, roles and perspectives on education as archivists were then compared one by one.

Design and Implementation of Buffers for Efficient Management of Debug Information in Real-Time Operating Systems (실시간 운영체제에서 효율적인 디버그 정보 관리를 위한 버퍼 설계 및 구현)

  • 이재규;류현수;정명조;성영락;이철훈
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2003.10a
    • /
    • pp.304-306
    • /
    • 2003
  • 실시간 운영 체제(Real-Time Operating Systems)는 시스템 동작이 논리적 정확성뿐만 아니라 시간적 정확성에도 좌우되는 운영 체제이다. 그리고 실시간 운영체제는 멀티태스킹(Multitasking) 과 ITC(Inter Task Communication)을 제공한다는 점에서 일반 운영 체제인 Windows, Linux, Unix등과 같지만 시간 결정성을 보장해야 한다는 점에서 일반 운영 체제와 다르다. 이러한 실시간 운영체제에서 프로그래머가 디버그 정보를 알기 위해서 여러 가지 기법을 사용하게 된다. 본 논문은 실시간 운영체제에서 시간 결정성을 지키면서 메모리에 관련된 디버그 이벤트들을 알기 위한 버퍼의 설계 및 구현에 대해 기술한다.

  • PDF

ACL based Mobile Agent Framework (ACL 기반 이동 에이전트 프레인워크)

  • 조정은;김원국;김상욱
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 1998.10a
    • /
    • pp.580-582
    • /
    • 1998
  • 본 논문에서는 ACL(Agent Communication Language)를 기반으로 한 에이전트 프레임워크 Mollet을 제안하고 코드와 데이터의 이동성을 중점을 두어 이를 OS 버그 패치 시스템에 적용하여 본다. Mollet의 메시지 전송과 에이전트 이동은 FIPA에서 표준안으로 정의한 ACL을 사용함으로 다른 에이전트와의 효율성을 높이고 있으며 전송 과정에서 노출을 막기 위하여 암호화 기법을 이용한다. 이동성, 협상, 보안, 인증, 등록 등의 에이전트가 가지는 공통적인 속성과 각 에이전트만이 가지는 속성을 모듈화함으로서 확정성을 높을 수 있으며 JDBC 사용으로 데이터베이스와의 투명성을 제공하고 있다. 또, Mollet은 하나의 호스트가 서버와 클라이언트의 속성을 동시에 가질 수 있다. Mollet을 OS 버그 패치 시스템에 적용하여 사용자의 공식 패치 서버 검색을 자동화하고 신속하고 간편한 패치를 제공함으로 시스템의 보안과 신뢰도를 유지할 수 있고 시스템 관리자의 부담과 관리 비용을 줄인다.

  • PDF