Re: [CONFIGURATION] Changing method parameter to base class type

2017-03-04 Thread Oliver Heger
Hi Pascal, Am 03.03.2017 um 23:33 schrieb Pascal Schumacher: > Hi Oliver, > > guess clirr is complaining because changing the parameter type of > methods is not binary compatible: > > http://stackoverflow.com/questions/1365409/refactored-methods-and-binary-compatibility-in-java > > > http://wi

Re: [CONFIGURATION] Changing method parameter to base class type

2017-03-03 Thread Pascal Schumacher
Hi Oliver, guess clirr is complaining because changing the parameter type of methods is not binary compatible: http://stackoverflow.com/questions/1365409/refactored-methods-and-binary-compatibility-in-java http://wiki.eclipse.org/Evolving_Java-based_APIs_2 -Pascal Am 03.03.2017 um 22:32 sch

[CONFIGURATION] Changing method parameter to base class type

2017-03-03 Thread Oliver Heger
Hi, in CONFIGURATION-653 [1] it is proposed to change the type of some method parameters of utility methods from Configuration to the base type ImmutableConfiguration. This makes those methods broader in scope. I would expect that this is a change which should not affect client code. Nevertheless