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
When the <NAME> is not specified, you get the below error after which no code generation occurs.
java.lang.NullPointerException: qualified name may not be null
at org.eclipse.xtext.resource.EObjectDescription.<init>(EObjectDescription.java:35)
at com.regnosys.rosetta.resource.RuleDescription.<init>(RuleDescription.java:16)
at com.regnosys.rosetta.resource.RosettaResourceDescriptionStrategy.createEObjectDescriptions(RosettaResourceDescriptionStrategy.java:43)
at org.eclipse.xtext.resource.impl.DefaultResourceDescription.computeExportedObjects(DefaultResourceDescription.java:90)
The text was updated successfully, but these errors were encountered:
The syntax for reporting rule is:
When the
<NAME>
is not specified, you get the below error after which no code generation occurs.The text was updated successfully, but these errors were encountered: