checkstyle / contribution

some useful sources that should not stay in main repo but it is good to host them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patch-diff-report-tool: deprecated attributes

rnveach opened this issue · comments

https://ci.appveyor.com/project/Checkstyle/contribution/build/job/lctbnj5kftmrmu4w#L828

Running command: java -jar C:\projects\contribution\patch-diff-report-tool\target\patch-diff-report-tool-0.1-SNAPSHOT-jar-with-dependencies.jar --patchReport reports/patch-branch/guava/checkstyle-result.xml
                        --output reports/diff/guava --patchConfig my_check.xml --baseReport reports/master/guava/checkstyle-result.xml --baseConfig my_check.xml --shortFilePaths
patch-diff-report-tool execution started.
XML parsing is started.
Creation of configuration report is started.
Creation of diff html site is started.
[main] WARN org.thymeleaf.standard.processor.StandardIncludeTagProcessor - [THYMELEAF][main][header] Deprecated attribute {th:include,data-th-include} found in template header, line 71, col 21. Please use {th:insert,data-th-insert} instead, this deprecated attribute will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor - [THYMELEAF][main][header] Deprecated unwrapped fragment expression "::module" found in template header, line 71, col 21. Please use the complete syntax of fragment expressions instead ("~{::module}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.StandardIncludeTagProcessor - [THYMELEAF][main][header] Deprecated attribute {th:include,data-th-include} found in template header, line 71, col 21. Please use {th:insert,data-th-insert} instead, this deprecated attribute will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor - [THYMELEAF][main][header] Deprecated unwrapped fragment expression "::module" found in template header, line 71, col 21. Please use the complete syntax of fragment expressions instead ("~{::module}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.StandardIncludeTagProcessor - [THYMELEAF][main][header] Deprecated attribute {th:include,data-th-include} found in template header, line 71, col 21. Please use {th:insert,data-th-insert} instead, this deprecated attribute will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor - [THYMELEAF][main][header] Deprecated unwrapped fragment expression "::module" found in template header, line 71, col 21. Please use the complete syntax of fragment expressions instead ("~{::module}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.StandardIncludeTagProcessor - [THYMELEAF][main][header] Deprecated attribute {th:include,data-th-include} found in template header, line 71, col 21. Please use {th:insert,data-th-insert} instead, this deprecated attribute will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor - [THYMELEAF][main][header] Deprecated unwrapped fragment expression "::module" found in template header, line 71, col 21. Please use the complete syntax of fragment expressions instead ("~{::module}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.StandardIncludeTagProcessor - [THYMELEAF][main][header] Deprecated attribute {th:include,data-th-include} found in template header, line 71, col 21. Please use {th:insert,data-th-insert} instead, this deprecated attribute will be removed in future versions of Thymeleaf.
[main] WARN org.thymeleaf.standard.processor.AbstractStandardFragmentInsertionTagProcessor - [THYMELEAF][main][header] Deprecated unwrapped fragment expression "::module" found in template header, line 71, col 21. Please use the complete syntax of fragment expressions instead ("~{::module}"). The old, unwrapped syntax for fragment expressions will be removed in future versions of Thymeleaf.
Creation of the result site succeed.
patch-diff-report-tool execution finished.
Diff report generation finished ...
Starting creating report summary page ...
Creating report summary page finished...

Fix is merged