Community
Participate
Working Groups
Created attachment 206120 [details] Changes for QualifiedNameProvider The JavaDoc of DefaultDeclarativeQualifiedNameProvider contains the wrong signature of qualifiedName methods to write for dispatcher. The return type has changed with Xtext 2.0 from String to QualifiedName. The DefaultOutlineTreeProvider contains a method for Object without content to override the method and change the signature easily. This could be adapted also for the NameProvider to make writing the method easier.
Looks good, thanks, but the method qualifiedName should at least be protected. I changed that and pushed it to MASTER.
Requested via bug 522520. -M.