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

Don't use FQN for types from java.lang #10

Closed
markiewb opened this issue Jan 31, 2016 · 1 comment
Closed

Don't use FQN for types from java.lang #10

markiewb opened this issue Jan 31, 2016 · 1 comment
Milestone

Comments

@markiewb
Copy link
Collaborator

The FQN of the method

package com.foo;
class Bar{
  String foo(String s){return null;}
}

ACTUAL:
com.foo.Bar.foo(java.lang.String):java.lang.String
EXPECTED:
com.foo.Bar.foo(String):String

@markiewb
Copy link
Collaborator Author

fixed in 1.4.0

@markiewb markiewb modified the milestone: 1.4.0 Mar 21, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant