[Windup-commits] [windup/windup] 1b131e: 446 - rule description in graph (#1062)

David Klingenberg dklingenberg at gmail.com
Fri Jan 13 00:04:57 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/windup/windup
  Commit: 1b131e323a774fe7b787366ddeae1c7303b03d34
      https://github.com/windup/windup/commit/1b131e323a774fe7b787366ddeae1c7303b03d34
  Author: David Klingenberg <dklingenberg at 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.




More information about the Windup-commits mailing list