[windup/windup] 1b584a: WINDUP-769: Separate report for catchall rules
by Ondrej Zizka
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 1b584a904e3cf265ea4bd460bbd9fbd7f0a1c01b
https://github.com/windup/windup/commit/1b584a904e3cf265ea4bd460bbd9fbd7f...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-02 (Fri, 02 Oct 2015)
Changed paths:
A reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForProjectMethod.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/IsReportableFile.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderIndexPageRuleProvider.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderOverviewPageRuleProvider.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaApplicationOverviewReportModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderApplicationPieChartDirective.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/service/TypeReferenceServiceTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
Log Message:
-----------
WINDUP-769: Separate report for catchall rules
Commit: 3d3ecd3b54cb83f3347626cc0c5fda43eb6946c4
https://github.com/windup/windup/commit/3d3ecd3b54cb83f3347626cc0c5fda43e...
Author: OndraZizka <zizka(a)seznam.cz>
Date: 2015-10-02 (Fri, 02 Oct 2015)
Changed paths:
M reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/IsReportableFile.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/model/FreeMarkerSourceReportModel.java
M reporting/impl/src/main/resources/reports/templates/source.ftl
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
Log Message:
-----------
WINDUP-769 - Create a separate catchall report - Fix the include/exclude logic.
Commit: da150b48cd945a163a6a1de672b2a1a422f7bb32
https://github.com/windup/windup/commit/da150b48cd945a163a6a1de672b2a1a42...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-02 (Fri, 02 Oct 2015)
Changed paths:
A test-files/catchalltest/src/FileWithBoth.java
A test-files/catchalltest/src/FileWithCatchallHits.java
A test-files/catchalltest/src/FileWithoutCatchallHits.java
A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
Log Message:
-----------
WINDUP-769: Fixed unit tests and added one more
Commit: 70dcccdbc4beed16c9af198b276c72918298d6cb
https://github.com/windup/windup/commit/70dcccdbc4beed16c9af198b276c72918...
Author: Ondrej Zizka <zizka(a)seznam.cz>
Date: 2015-10-05 (Mon, 05 Oct 2015)
Changed paths:
A reporting/api/src/main/java/org/jboss/windup/reporting/TagUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/config/Hint.java
M reporting/api/src/main/java/org/jboss/windup/reporting/freemarker/FreeMarkerUtil.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/ApplicationReportModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/model/InlineHintModel.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/ClassificationService.java
M reporting/api/src/main/java/org/jboss/windup/reporting/service/InlineHintService.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/GetEffortForProjectMethod.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/IsReportableFile.java
M reporting/impl/src/main/java/org/jboss/windup/reporting/model/FreeMarkerSourceReportModel.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderIndexPageRuleProvider.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/rendering/RenderOverviewPageRuleProvider.java
M reporting/impl/src/main/resources/reports/templates/source.ftl
M reporting/tests/src/test/java/org/jboss/windup/reporting/ClassificationServiceTest.java
M reporting/tests/src/test/java/org/jboss/windup/reporting/InlineHintServiceTest.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaApplicationOverviewReportModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/freemarker/RenderApplicationPieChartDirective.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/reporting/rules/CreateJavaApplicationOverviewReportRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/service/TypeReferenceService.java
M rules-java/api/src/main/resources/reports/templates/java_application.ftl
M rules-java/tests/src/test/java/org/jboss/windup/rules/apps/java/service/TypeReferenceServiceTest.java
A test-files/catchalltest/src/FileWithBoth.java
A test-files/catchalltest/src/FileWithCatchallHits.java
A test-files/catchalltest/src/FileWithoutCatchallHits.java
A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureCatchallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureHibernateTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJEEExampleTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureMediumBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSmallBinaryModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSpringSmallTest.java
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureTest.java
Log Message:
-----------
Merge pull request #713 from jsight/OndraZizka-catchallReport-B-WINDUP-769
Is this ready for review?
Compare: https://github.com/windup/windup/compare/6491f799e6d0...70dcccdbc4be
9 years, 3 months
[windup/windup] 972037: Missed copy of images to the HTML folder
by Sande Gilda
Branch: refs/heads/gh-pages
Home: https://github.com/windup/windup
Commit: 972037daaf5ad30bfb2a02e82aba900ec4cfda28
https://github.com/windup/windup/commit/972037daaf5ad30bfb2a02e82aba900ec...
Author: Sande Gilda <sgilda(a)redhat.com>
Date: 2015-10-02 (Fri, 02 Oct 2015)
Changed paths:
A docs/2.4.0.CR2/html/images/2-extending-s1.png
A docs/2.4.0.CR2/html/images/2-extending-s2.png
A docs/2.4.0.CR2/html/images/5-main-menu.png
A docs/2.4.0.CR2/html/images/6-archive-overview.png
A docs/2.4.0.CR2/html/images/6-java-classification-1.png
A docs/2.4.0.CR2/html/images/6-java-hint1.png
A docs/2.4.0.CR2/html/images/6-java-hint2.png
A docs/2.4.0.CR2/html/images/6-resource-classification.png
A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportApplication.png
A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportOverview.png
A docs/2.4.0.CR2/html/images/CreateYourFirstRule-ReportSource.png
A docs/2.4.0.CR2/html/images/GraphOperationSubtypes.png
A docs/2.4.0.CR2/html/images/Logotype_RHJB_MigrationToolkit_CMYK_Black-small.png
A docs/2.4.0.CR2/html/images/Logotype_RHJB_MigrationToolkit_CMYK_Black.svg
A docs/2.4.0.CR2/html/images/WindupModels-NbScreenshot.png
A docs/2.4.0.CR2/html/images/directory-setup.png
A docs/2.4.0.CR2/html/images/report-directory-file-list.png
A docs/2.4.0.CR2/html/images/report-example.png
A docs/2.4.0.CR2/html/images/report-index-page.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-01-summary.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-02-ear.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-03-services-jar.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-04-war.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-file-detail-part1.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-file-detail-part2.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-ruleprovider.png
A docs/2.4.0.CR2/html/images/report-javaee-ear-summary.png
A docs/2.4.0.CR2/html/images/report-jee-example-app-ear.png
A docs/2.4.0.CR2/html/images/report-jee-example-application-overview.png
A docs/2.4.0.CR2/html/images/report-jee-example-freemarker.png
A docs/2.4.0.CR2/html/images/report-jee-example-index-page.png
A docs/2.4.0.CR2/html/images/report-jee-example-ruleprovider.png
A docs/2.4.0.CR2/html/images/report-jee-example-send-feedback.png
A docs/2.4.0.CR2/html/images/report-jee-example-services-jar.png
A docs/2.4.0.CR2/html/images/report-jee-example-source-1.png
A docs/2.4.0.CR2/html/images/report-jee-example-source-2.png
A docs/2.4.0.CR2/html/images/rh-logo.png
A docs/2.4.0.CR2/html/images/windup-logo-large.png
A docs/2.4.0.CR2/html/images/windup-logo-wiki-header.jpg
Log Message:
-----------
Missed copy of images to the HTML folder
9 years, 4 months
[windup/windup] 20a158: Fixing (X)HTML markup
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 20a158638229a806543826005e17abc40ed90a47
https://github.com/windup/windup/commit/20a158638229a806543826005e17abc40...
Author: Marc Zottner <marc(a)zottner.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M reporting/impl/src/main/resources/reports/templates/classloader.ftl
M reporting/impl/src/main/resources/reports/templates/embedded.ftl
M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl
M reporting/impl/src/main/resources/reports/templates/index.ftl
M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl
M reporting/impl/src/main/resources/reports/templates/server-resources.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl
Log Message:
-----------
Fixing (X)HTML markup
Commit: d11927ff0a6d56a979f0f8a5d9e89a4a88b9064d
https://github.com/windup/windup/commit/d11927ff0a6d56a979f0f8a5d9e89a4a8...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M reporting/impl/src/main/resources/reports/templates/classloader.ftl
M reporting/impl/src/main/resources/reports/templates/embedded.ftl
M reporting/impl/src/main/resources/reports/templates/include/userfeedback.ftl
M reporting/impl/src/main/resources/reports/templates/index.ftl
M reporting/impl/src/main/resources/reports/templates/ruleprovidersummary.ftl
M reporting/impl/src/main/resources/reports/templates/server-resources.ftl
M reporting/impl/src/main/resources/reports/templates/source.ftl
M reporting/impl/src/main/resources/reports/templates/windupfreemarkerfunctions.ftl
Log Message:
-----------
Merge pull request #705 from Maarc/markup_fix
Fixing (X)HTML markup
Compare: https://github.com/windup/windup/compare/d6ec6e237079...d11927ff0a6d
9 years, 4 months
[windup/windup] 6b6406: WINDUP-766: Scan JSP's for potential migration iss...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 6b64067a91708ad29e364f30525d1970c2d686eb
https://github.com/windup/windup/commit/6b64067a91708ad29e364f30525d1970c...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/JspSourceFileModel.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/AnalyzeJSPFileRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxRsAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxWSAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/AbstractJavaSourceModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaSourceFileModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/JavaTypeReferenceModel.java
A test-files/jsptest/src/example-with-taglib.jsp
A test-files/jsptest/src/health.jsp
A test-files/jsptest/src/snoop.jsp
A test-files/jsptest/src/test.jsp
A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/xml/XmlExample.windup.xml
Log Message:
-----------
WINDUP-766: Scan JSP's for potential migration issues
Commit: d6ec6e2370798710d96f1c90fc8e6444278dab7c
https://github.com/windup/windup/commit/d6ec6e2370798710d96f1c90fc8e64442...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M java-ast/addon/src/main/java/org/jboss/windup/ast/java/data/TypeReferenceLocation.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/model/JspSourceFileModel.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/AnalyzeJSPFileRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverEjbAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJPAAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxRsAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverJaxWSAnnotationsRuleProvider.java
M rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/DiscoverRmiRuleProvider.java
A rules-java-ee/addon/src/main/java/org/jboss/windup/rules/apps/javaee/rules/JspFileMappingRuleProvider.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/condition/JavaClass.java
A rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/AbstractJavaSourceModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/model/JavaSourceFileModel.java
M rules-java/api/src/main/java/org/jboss/windup/rules/apps/java/scan/ast/JavaTypeReferenceModel.java
A test-files/jsptest/src/example-with-taglib.jsp
A test-files/jsptest/src/health.jsp
A test-files/jsptest/src/snoop.jsp
A test-files/jsptest/src/test.jsp
A tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureJspTest.java
M tests/src/test/xml/XmlExample.windup.xml
Log Message:
-----------
Merge pull request #697 from jsight/WINDUP-766
WINDUP-766: Scan JSP's for potential migration issues
Compare: https://github.com/windup/windup/compare/1a5babe1b7fa...d6ec6e237079
9 years, 4 months
[windup/windup] 2a37c9: WINDUP-748: Incident counts appear to be off for s...
by Jesse Sightler
Branch: refs/heads/master
Home: https://github.com/windup/windup
Commit: 2a37c93858ecf10ef3a5328296c8eed7ed2586b6
https://github.com/windup/windup/commit/2a37c93858ecf10ef3a5328296c8eed7e...
Author: Jess Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateMigrationIssuesReportRuleProvider.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java
A reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
R reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl
M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java
A test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java
M tests/src/test/groovy/GroovyExampleRule.windup.groovy
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
Log Message:
-----------
WINDUP-748: Incident counts appear to be off for some issues in the "Migration Issue Report"
Commit: 1a5babe1b7fa498b541f89ca4bcd8a1afb94c087
https://github.com/windup/windup/commit/1a5babe1b7fa498b541f89ca4bcd8a1af...
Author: Jesse Sightler <jesse.sightler(a)gmail.com>
Date: 2015-10-01 (Thu, 01 Oct 2015)
Changed paths:
M reporting/impl/src/main/java/org/jboss/windup/reporting/freemarker/problemsummary/GetProblemSummariesMethod.java
A reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateMigrationIssuesReportRuleProvider.java
R reporting/impl/src/main/java/org/jboss/windup/reporting/rules/generation/CreateProblemCentricReportRuleProvider.java
A reporting/impl/src/main/resources/reports/templates/migration-issues.ftl
R reporting/impl/src/main/resources/reports/templates/problem-centric-report.ftl
M rules-xml/addon/src/main/java/org/jboss/windup/rules/apps/xml/operation/xslt/XSLTTransformation.java
A test-util/src/main/java/org/jboss/windup/testutil/html/TestMigrationIssuesReportUtil.java
M tests/src/test/groovy/GroovyExampleRule.windup.groovy
M tests/src/test/java/org/jboss/windup/tests/application/WindupArchitectureSourceModeTest.java
Log Message:
-----------
Merge pull request #693 from jsight/WINDUP-748
WINDUP-748: Incident counts appear to be off for some issues in the "Migration Issue Report"
Compare: https://github.com/windup/windup/compare/435cb77e0c77...1a5babe1b7fa
9 years, 4 months