Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.

[java] Parse KLASS generic type #7

Open
pingpongboss opened this issue Aug 21, 2016 · 1 comment
Open

[java] Parse KLASS generic type #7

pingpongboss opened this issue Aug 21, 2016 · 1 comment
Labels

Comments

@pingpongboss
Copy link
Contributor

pingpongboss commented Aug 21, 2016

For example:

public class foo.bar.Foo<T extends baz.qux.Bar>

Where signature should be foo.bar.Foo, but existing (\S+) captures foo.bar.Foo<T

@pingpongboss pingpongboss changed the title [java] KLASS signature is not always captured by (\S+) [java] Parse KLASS generic type Aug 21, 2016
@pingpongboss
Copy link
Contributor Author

Similarly, where signature should be MyClass<T, V>, only MyClass<T, is captured.

Example can be generated in https://github.com/material-motion/material-motion-family-rebound-android/ by running

apidiff 232399fc08314b0fbf2d31959c5a625f18911a3d cc4382f0c30ff3a808b1cabd4768ce2ce2e648d8 android library

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants