Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 1b131e323a774fe7b787366ddeae1c7303b03d34
https://github.com/windup/windup/commit/1b131e323a774fe7b787366ddeae1c730...
Author: David Klingenberg <dklingenberg(a)gmail.com>
Date: 2017-01-13 (Fri, 13 Jan 2017)
Changed paths:
A
reporting/api/src/main/java/org/jboss/windup/reporting/model/rule/ExecutionPhaseModel.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/model/rule/RuleExecutionModel.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/model/rule/RuleProviderModel.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/ruleexecution/RuleExecutionInformationForReading.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/service/rule/ExecutionPhaseService.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/service/rule/RuleExecutionService.java
A
reporting/api/src/main/java/org/jboss/windup/reporting/service/rule/RuleProviderService.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/ruleexecution/GetRuleExecutionResults.java
M
reporting/impl/src/main/java/org/jboss/windup/reporting/ruleexecution/RuleExecutionInformation.java
A
reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateRuleProviderReportRuleProvider.java
Log Message:
-----------
446 - rule description in graph (#1062)
* Call ExecutionStatistics.get().end after executing method.
Before it was calling begin twice.
* Store rule related information into graph.