incremental compiler questions

2015-01-09 Thread Martin Gainty
Good Evening Igor- Instead of implementing eclipe jdt for incremental java compilation is there: 1)any ability to refactor/reconfigure javac to read Last Modified Date of source file to enable incremental compilation? 2)any concerns over generated class files..are they the same? any deltas ..if

Re: incremental compiler questions

2015-01-09 Thread Igor Fedorenko
I am not sure I understand your questions, maybe you can explain you what you are trying to achieve and I can tell how to do it. Few general comments As I tried to explain in the hangout, proper incremental compilation requires type reference information. Consider two classes, A and B extends

Re: Releasing the Checkstyle Plugin

2015-01-09 Thread Kristian Rosenvold
Definitely does not count as a regression, although like all fixed bugs it has end user value. You call, I say go for 1.6 and use the extra time energy elsewhere :) K The only fixed issue that could I see that could have a direct benefit to end users is:

Re: Releasing the Checkstyle Plugin

2015-01-09 Thread Dennis Lundberg
I've started going through the open issues and have found a problem that I need som help with. It turns out that Checkstyle 5.9 uses Java 6 classes, even though it is not mentioned in the release notes. How do we want to handle this? I see two possible options: 1. Make version 2.14 of the plugin

Re: Releasing the Checkstyle Plugin

2015-01-09 Thread Dennis Lundberg
The only fixed issue that could I see that could have a direct benefit to end users is: http://jira.codehaus.org/browse/MCHECKSTYLE-254 Update plexus-interpolation to avoid thread safety issues But I don't know if anyone has had any problems with this specifically regarding the Checkstyle

Re: Releasing the Checkstyle Plugin

2015-01-09 Thread Kristian Rosenvold
As long as we're not regressed on the latest version I'd say that's your call right now. Kristian 2015-01-09 13:29 GMT+01:00 Dennis Lundberg denn...@apache.org: I've started going through the open issues and have found a problem that I need som help with. It turns out that Checkstyle 5.9 uses

Re: Releasing the Checkstyle Plugin

2015-01-09 Thread Jason van Zyl
+1 On Jan 9, 2015, at 8:13 AM, Kristian Rosenvold kristian.rosenv...@gmail.com wrote: As long as we're not regressed on the latest version I'd say that's your call right now. Kristian 2015-01-09 13:29 GMT+01:00 Dennis Lundberg denn...@apache.org: I've started going through the open