rnveach
rnveach
> so using latest is better Actually using both is better. Newer projects make sure we stay up to date on latest stuff. Older projects make sure we aren't breaking...
@romani Could you please define which projects should use master and which shouldn't or are we updating them all?
@romani We made discussion that we would possibly keep both old and new. Are we just dropping all the old?
It was just a short discussion in this thread: https://github.com/checkstyle/contribution/issues/250#issuecomment-311674521 https://github.com/checkstyle/contribution/issues/250#issuecomment-311679396
@romani > need to be written in java .... We did this tool on groovy only I think you are confusing what tool I am talking about here. [patch-diff-report-tool](https://github.com/checkstyle/contribution/tree/master/patch-diff-report-tool) is...
Duplicate of https://github.com/checkstyle/contribution/issues/351 with same concerns
I have started a test area for my multi-threading implementation and currently 2 additional threads reduces my run times almost in half (80 minutes) with regression showing no differences. Checkstyle...
> so sources become plain text. jxr and maven-checkstyle-plugin inside `checkstyle-tester` should be removed as they just amount to nothing. Jxr just limits us to Java files and we can't...
> customization of css: > ` ` > ` ${project.basedir}/jxr.css` https://github.com/apache/maven-jxr/blob/6e0098709e4b5e392909638aabfed911b4b2f9a1/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java#L266 https://github.com/apache/maven-jxr/blob/6e0098709e4b5e392909638aabfed911b4b2f9a1/maven-jxr-plugin/src/main/java/org/apache/maven/plugin/jxr/AbstractJxrReport.java#L335 All this does is take the stylesheet we give it, and copies it to the required location. It...
I assume we are not referring to maven-checkstyle-plugin, as that has no bearing here for patch-diff-report. If we are referring to the JXR plugin which generates the Java HTML file...