Hi,

Several things :

2 methods of which I had reduced the visibility in OpenJUMP core. I'll 
be more careful in my next update.

one regression due to the generification of CollectionMap. Usually, 
generification does not imply regressions, but this case was quite 
complex with array of collections and the problem has finally gone after 
I replaced the array of collections by a vararg in RoadMatcher. I can't 
explain why.

a third problem arose with WorkbenchContext#getErrorHandler where you 
changed the return type from ErrorHandler to ErrorHandler2
I thought this is OK (called covariance isn't it), but fort a reason, I 
get compilation errors. Maybe you know why. I replaced ErrorHandler 
usage by ErrorHandler2 in RoadMatcher.

There was also a fourth problem, an anymous class instance implementing 
an interface but where several methods were missing. You can retrieve it 
in the commit.

Michaël



Le 07/12/2016 à 10:58, edgar.sol...@web.de a écrit :
> can you quickly elaborate what broke it? ..ede
>
> On 07.12.2016 08:52, Michaël Michaud wrote:
>> Hi,
>>
>> I just upgraded RoadMatcher so that it is compatible with future OJ1.10
>> (need last NB of OJ)
>>
>> https://sourceforge.net/projects/jump-pilot/files/OpenJUMP_plugins/More%20Plugins/
>>
>> Please, report any problem,
>>
>> Michaël
>>
>>
>> ------------------------------------------------------------------------------
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/xeonphi
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
> ------------------------------------------------------------------------------
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/xeonphi
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel


------------------------------------------------------------------------------
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/xeonphi
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to