Branch: refs/heads/master
Home:
https://github.com/windup/windup
Commit: 9bf4ac259f5f26c184021b6dd15fab177714ec8f
https://github.com/windup/windup/commit/9bf4ac259f5f26c184021b6dd15fab177...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2017-01-19 (Thu, 19 Jan 2017)
Changed paths:
M
reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportIndexModel.java
M reporting/impl/src/main/resources/reports/templates/include/navbar_macro.ftl
M
rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxWSAnnotationsRuleProvider.java
M
rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
M
test-util/src/main/java/org/jboss/windup/testutil/html/TestJavaApplicationOverviewUtil.java
M tests/pom.xml
M
tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureDuplicateTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
M tests/src/test/xml/DuplicateTestRules.windup.xml
Log Message:
-----------
Fixed a few bugs that were causing NPEs (#1066)
* Fixed a few bugs that were causing NPEs
* Added a new test
* Added a unit test