data-weave-intellij-plugin icon indicating copy to clipboard operation
data-weave-intellij-plugin copied to clipboard

[BUG] DataWeave valid Type annotation is marked as unable to resolve, but parsed correctly

Open KaiGrassnick opened this issue 2 years ago • 1 comments

I'm getting this issue while writing dwl functions.

image

it also happens with other types. They are totally valid and the Plugin also parses it correctly ( gives a different error if the object is not an object, e.g. an array and marks the content ).

What should happen? Plugin should not mark the default types as unable to resolve

KaiGrassnick avatar Jan 09 '23 06:01 KaiGrassnick

Yes, this happens when DW doesn't found wlang library in the classpath. Make sure you have it as a dependency

machaval avatar Feb 10 '23 14:02 machaval