Skip to content

Tags: klausyoum/BLIA

Tags

v1.5.2

Toggle v1.5.2's commit message
Added an option to include/exclude comments of new bug report.

v1.5.0

Toggle v1.5.0's commit message
README.md updated for BLIA v1.5

v1.0.0

Toggle v1.0.0's commit message
Warning message related unnecessary import removed.

v0.8.9

Toggle v0.8.9's commit message
candidateLimitRate, candidateLimitSize added to reduce anlaysis

computing time
Evaluator's thread error of synchronization fixed

v0.8.8

Toggle v0.8.8's commit message
Bug.bugID datatype changed from String to int

v0.8.7

Toggle v0.8.7's commit message
1. File path handling logic added to include test sources

2. Improved stack trace analysis logic to support file path 
3. Same fixed date handling logic added for computing similarity score
among bug reports
4. DB schema updated(SF_INFO.CLS_NAME added.
BUG_INFO.IDX_BUG_INFO_FDATE)

v0.8.6

Toggle v0.8.6's commit message
1. HTML tag removement logic added to BugCorpusCreator

2. HTML special character replacement logic added to FileParser
3. "word's" parsing logic added to Spllitter
4. Stemming test codes added.

v0.8.5

Toggle v0.8.5's commit message
Database creation policy changed.(One DB for all projects to one DB for

one project)

v0.8

Toggle v0.8's commit message
MAP implemented. The result is exactly same with BugLocator.

v0.7

Toggle v0.7's commit message
All DB modules were linked to BugLocator and implemented/tested.