Skip to content

Reduce emitted occurences noise from anonymous classes#158

Merged
Strum355 merged 1 commit intomainfrom
nsc/anon-class-tidy
Apr 16, 2021
Merged

Reduce emitted occurences noise from anonymous classes#158
Strum355 merged 1 commit intomainfrom
nsc/anon-class-tidy

Conversation

@Strum355
Copy link
Contributor

This PR addresses the noisy output to synthetic elements arising from anonymous classes and anonymous class constructors.

Copy link
Contributor

@olafurpg olafurpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, really good to see this fixed 👍

@@ -403,26 +403,18 @@ public ItemTouchHelper andCallbacks(final DragCallbacks<U> callbacks) {
// ^^^^^^^^^^^^^^^ definition local18 unresolved_type itemTouchHelper
new ItemTouchHelper(new EpoxyModelTouchCallback<U>(controller, targetModelClass) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

@Strum355 Strum355 force-pushed the nsc/anon-class-tidy branch 3 times, most recently from 229f71a to d46541c Compare April 16, 2021 14:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0-char reference, extraneous definition and duplicate reference ranges from anonymous classes

2 participants