Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot distinguish generics type with different number of type arguments #2

Closed
pierre3 opened this issue Dec 8, 2016 · 0 comments
Closed

Comments

@pierre3
Copy link
Owner

pierre3 commented Dec 8, 2016

class GenericsType {
} 

class GenericsType<T1> {
}

class GenericsType<T1,T2> {
}

In the plantuml, all of the above classes are interpreted as the same class.

class GenericsType {
}

class GenericsType`1<T1> {
}

class GenericsType`2<T1,T2> {
}

I consider converting to such UML.

@pierre3 pierre3 closed this as completed in 019321b Dec 8, 2016
pierre3 pushed a commit that referenced this issue Oct 14, 2022
…Paths

Fix excludePaths from skipping incorrectly
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant