Skip to content

Commit 30f4095

Browse files
committed
Add qualifier.
1 parent 978537b commit 30f4095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

edu.cuny.hunter.log.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="edu.cuny.hunter.log.feature"
44
label="Logging Level Evolution"
5-
version="1.6.0">
5+
version="1.6.0.qualifier">
66

77
<description>
88
Developers usually choose log levels to filter information they would like to print. However, developers may not well estimate the cost and benefit for each log level, and log levels may change overtime with requirements. Our tools consist of Eclipse plugins which help developers adjust and rejuvenate log levels by using Degree of Interests (DOI) model. DOI value is a kind of real number for a program element which shows how developers are interested in it. It is computed from the interaction events between developer and element, such as developer edits the element. Transformation decision is made by analyzing the DOI values of enclosing methods for logging invocations.

0 commit comments

Comments
 (0)