-
Notifications
You must be signed in to change notification settings - Fork 3
Running the Evaluator
Raffi Khatchadourian edited this page Apr 26, 2019
·
16 revisions
https://github.com/JorisAerts/Eclipse-Environment-Variables
Key | Type | Description |
---|---|---|
edu.cuny.hunter.log.evaluation.useGitHistory | boolean | Traverse git history to rejuvenate log levels. |
edu.cuny.hunter.log.evaluation.useLogCategory | boolean | Treat CONFIG/WARNING/SEVERE log levels as category and not traditional levels. |
edu.cuny.hunter.log.evaluation.useLogCategoryWithConfig | boolean | Treat CONFIG log level as a category and not a traditional level. |
edu.cuny.hunter.log.evaluation.notLowerLogLevelInCatchBlock | boolean | Never lower the logging level of logging statements within catch blocks. |
edu.cuny.hunter.log.evaluation.notLowerLogLevelInIfStatement | boolean | Never lower the logging level of logging statements within immediate if statements. |
edu.cuny.hunter.log. evaluation.checkIfCondition | boolean | Do not change a log level in a logging statement if there exists an immediate if statement whose condition contains a log level. |
A file named eval.properties
can be placed at the project root. The following keys are available:
Key | Type | Description |
---|---|---|
NToUseForCommits | int | The maximal number of commits the tool will analyze. |