We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82a976 commit aedde6dCopy full SHA for aedde6d
1 file changed
src/main/java/com/eprosima/idl/parser/typecode/Member.java
@@ -69,7 +69,7 @@ public void setTypecode(TypeCode typecode)
69
70
public boolean isIsPlain()
71
{
72
- if (m_typecode != null && !isAnnotationOptional())
+ if (m_typecode != null && !isAnnotationOptional() && !isAnnotationExternal())
73
74
return m_typecode.isIsPlain();
75
}
0 commit comments