Aaron-Dennis Axisa

Results 2 issues of Aaron-Dennis Axisa

Assume i have this schema structure SchemaA.json: ``` { "properties": { "myValA": { "$ref" : "file:path/to/Common.json"} } } ``` SchemaB.json: ``` { "properties": { "myValB": { "$ref" : "file:path/to/Common.json"} }...

raml-to-jaxrs

`Invalid range specified: (6386,2072); java.lang.Throwable at com.intellij.openapi.diagnostic.Logger.error(Logger.java:132) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:222) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:217) at com.intellij.openapi.util.TextRange.assertProperRange(TextRange.java:213) at com.intellij.openapi.util.TextRange.(TextRange.java:43) at com.intellij.openapi.util.TextRange.(TextRange.java:32) at org.mule.tooling.lang.raml.annotator.RamlAnnotator.apply(RamlAnnotator.java:50) at org.mule.tooling.lang.raml.annotator.RamlAnnotator.apply(RamlAnnotator.java:18) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.c(ExternalToolPass.java:192) at com.intellij.codeInsight.daemon.impl.ExternalToolPass.access$700(ExternalToolPass.java:44) at com.intellij.codeInsight.daemon.impl.ExternalToolPass$1.a(ExternalToolPass.java:166) at com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1061) at...