You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@proksch I thought about these issues a lot. All of them are somehow related to the FastenUris design. We can perhaps spend some time and do some workarounds to hide them but I'm not sure it is worth the time. I think a proper solution is as you mentioned an ANTLR-based solution or sth similar.
To Reproduce
Analyze a java class
MyClass
with no package: you end up with a JSON containing:in the produced JSON.
Expected behavior
I feel that en empty string (so "//MyClass") would make more sense than "null".
The text was updated successfully, but these errors were encountered: