Re: [JPP-Devel] AbstractPlugIn and EnableCheck

2016-11-06 Thread Michaël Michaud
Hi Ede, Thanks for your answer. I know your position about cleaning and upgrading the code. I think there is no absolute rule in this domain. We can probably live for ever with old pieces of code named "workAroundForJava14" or on the contrary refactor the code at every turn. I think I reasona

Re: [JPP-Devel] AbstractPlugIn and EnableCheck

2016-11-06 Thread edgar . soldin
On 06.11.2016 00:02, Michaël Michaud wrote: > Hi Ede, hey Mike, > A question about plugin design. > > In 2012, you added both > - an EnableCheck interface implemented by AbstractPlugIn > - an implementation of this interface in AbstractPlugIn which retrieve > older createEnableCheck method by r

[JPP-Devel] AbstractPlugIn and EnableCheck

2016-11-05 Thread Michaël Michaud
Hi Ede, A question about plugin design. In 2012, you added both - an EnableCheck interface implemented by AbstractPlugIn - an implementation of this interface in AbstractPlugIn which retrieve older createEnableCheck method by reflexion I'd like to add a comment in the code. Am I right to say -