Skip to content

Use of qualified type names in external flow summary models #12278

Answered by atorralba
knutwannheden asked this question in Q&A
Discussion options

You must be logged in to vote

Hey @knutwannheden,

This is how it's supposed to work:

  • The modeled elements themselves (combination of package, type, subtypes, and name columns) always use the fully qualified name, precisely because the package is part of the model, e.g. java.lang;String;false;toString;...
  • Method signatures (which are optional) normally use short type names, although fully qualified type names are allowed too, but not a combination of both, e.g. ...;(String,List,Map);... or ...;(java.lang.String,java.util.List,java.util.Map);...
  • Field references in the input and output columns use fully qualified names (e.g. ...;Field[my.package.MyClass.classField];...

Does this match your observations? If not, could …

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by knutwannheden
Comment options

You must be logged in to vote
5 replies
@atorralba
Comment options

@knutwannheden
Comment options

@atorralba
Comment options

@knutwannheden
Comment options

@knutwannheden
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants