am I being a dummy? the other local variables shou...
# codereview
c
am I being a dummy? the other local variables shouldn't be considered JSON just because I annotated a single local variable right?
c
my
@Language("URL")
is only weak, but I'm guessing you're saying it should be reported as an issue 😂, I'll see if I can reproduce in a tiny example later, thanks
c
Yes, sorry 😅
h
@czuckie Are you using the
{dis,en}abledScope
strings inside the
json
string by any chance?
c
yes, but within quotes
h
I'd open a ticket in youtrack then – IntelliJ realizes that the string is going to end up in a JSON string and therefore validates it as JSON, but separately. And that makes no sense (as demonstrated).