Results 1611 comments of Roman Ivanov

@rnveach , please resolve conflict and change commit message to reference PR not a umbrella issue.

I don't see any bad casting. If no objections, let's squash commits.

I prefer API that doesn't throw exception

Does anybody can reproduce this on local ? If not, it might be jdk specific issue and we can try to use container with different jdk.

Can you review https://github.com/checkstyle/checkstyle/issues/3605 As some hacking on ENTITY is working for Android team. Be aware that it is disabled by default https://checkstyle.org/config_system_properties.html#Enable_External_DTD_load

@vellotis, if you share minimalistic example it would be awesome.

@vellotis , thanks a lot for example. Here is my mofigication of your example to be more reusable by CLI. ``` $ cat Test.java class Test { int i =...

@xenoterracide , is this example resolve your issue ? > xi:include I am not sure how this works in general and is standard java xml parser support this. But I...