Ollie Snowden
Ollie Snowden
### Which service(blob, file, queue, table) does this issue concern? blob ### Which version of the Azurite was used? 3.7.0 (mcr.microsoft.com/azure-storage/azurite:3.7.0) I also used azurite:latest. ### Where do you get...
Equality is failing because JTS does [not consider user objects](https://github.com/locationtech/jts/blob/181003a733623467968833fb08440fa921561596/modules/core/src/main/java/org/locationtech/jts/geom/Geometry.java#L1511) (attributes). ```java @Test public void testEqualityWithUserAttributes() { // two identical points Point point = createPoint(new int[]{50, 0}); Point point2 =...
In summary, I believe that this project (or refactored project) should be the base Geometry library for all ESRI Java projects, where other ESRI SDKs reference this project. Quoting from...
The Java 8 [doc lint](http://docs.oracle.com/javase/8/docs/technotes/tools/unix/javadoc.html#BEJEFABE) is pretty strict with Javadoc. This commit should resolve problems that result in failure and help us avoid having to turn off the lint tool....
Perhaps we can have some minimal android documentation. For example: **Android** Add to your build.gradle ``` gradle downloadLicenses { includeProjectDependencies = true dependencyConfiguration = 'compile' } ```