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

Lambdas and Method Reference to work with @DebugLog #77

Closed
ersin-ertan opened this issue Feb 15, 2015 · 2 comments
Closed

Lambdas and Method Reference to work with @DebugLog #77

ersin-ertan opened this issue Feb 15, 2015 · 2 comments

Comments

@ersin-ertan
Copy link

Just started using Retrolambda and Java 8(request is not specific to Android)

Feature Request: The current functionality, @debuglog does not trigger with these two examples

Feature Request: @debuglog to trigger on the lambda standalone:

button3.setOnClickListener((View v) -> {
         Toast.makeText(this, "test", Toast.LENGTH_SHORT)
              .show();
      }); 
@JakeWharton
Copy link
Owner

I have no interest in supporting retrolambda. Someone can contribute a fix
if they'd like to, however.
On Feb 14, 2015 4:10 PM, "Ersin Ertan" [email protected] wrote:

Just started using Retrolambda and Java 8(request is not specific to
Android)

Feature Request: The current functionality, @debuglog does not trigger
with these two examples
https://gist.github.com/ersin-ertan/b49c8dc3ea7f248a3c33

Feature Request: @debuglog to trigger on the lambda standalone:

button3.setOnClickListener((View v) -> {
Toast.makeText(this, "test", Toast.LENGTH_SHORT)
.show();
});


Reply to this email directly or view it on GitHub
#77.

@promeG
Copy link
Contributor

promeG commented Mar 20, 2015

@ersin-ertan

I just create an alternative library XLog which can work with Retrolambda.

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

3 participants