[Geotools-devel] Build failed in Jenkins: geotools-master-online-oracle #594

2018-05-09 Thread monitor
See Changes: [Daniele Romagnoli] [GEOT-6011]: MarchingSquares producing Empty MultiPolygon instead of -- [...truncated 388.53 KB...] [INFO] Compiling 16 sou

[Geotools-devel] Build failed in Jenkins: geotools-master-online-sqlserver-jtds #198

2018-05-09 Thread monitor
See Changes: [github] [GEOT-5920] WFSClient fails when a function is used in a query (#1883) -- [...truncated 891.10 KB...] [exec] dumping searc

[Geotools-devel] Build failed in Jenkins: geotools-master-online-postgis #594

2018-05-09 Thread monitor
See Changes: [Daniele Romagnoli] [GEOT-6008]: ImageMosaic multiple sidecar files (small update based on [github] [GEOT-5920] WFSClient fails when a function is used in a query (#1883) --

Re: [Geotools-devel] So how is it going with the new formatting rules?

2018-05-09 Thread Andrea Aime
On Wed, May 9, 2018 at 11:53 AM, Daniele Romagnoli < daniele.romagn...@geo-solutions.it> wrote: > Hi Andrea, > generally speaking, I like it. > However, I agree with your findings about the formatter sometime splitting > the code into too much lines: > Some examples: > > +rescaled = >

Re: [Geotools-devel] So how is it going with the new formatting rules?

2018-05-09 Thread Nuno Oliveira
Hi Andrea, so far I'm happy with them :) At an early stage some of the new formatting rules seems a bit weird to me, e.g.: https://github.com/nmco/geoserver/blob/d13b5172f43c4d49b3eeecdd585b395c30b4bb47/src/extension/app-schema/app-schema-mongo-test/src/test/java/org/geoserver/test/onlineTest/Co

Re: [Geotools-devel] So how is it going with the new formatting rules?

2018-05-09 Thread Daniele Romagnoli
Hi Andrea, generally speaking, I like it. However, I agree with your findings about the formatter sometime splitting the code into too much lines: Some examples: +rescaled = +(Geometry) +(useOverviews +

[Geotools-devel] So how is it going with the new formatting rules?

2018-05-09 Thread Andrea Aime
Hi, I'm wondering if people have been coding with the new formatting rules, and how are you feeling about them? Personally I'm getting used to it, and finding I'm having to adapt a bit my coding style so that lines do not need to be split over multiple lines too much. Sometimes it's a matter of fac