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

Improve naming of anonymous classes & fix GitHub CI #103

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

amousavigourabi
Copy link

Aims to resolve (part of) #54 and make GitHub CI pass again.

Represents anonymous classes using the com.example.ClassImpl#method$Anonymous1 format.

Includes the method in which an anonymous class is defined in its name. Uses the format com.example.ClassImpl#method$Anonymous1 to replace com.example.ClassImpl$Anonymous1.
@mauricioaniche
Copy link
Owner

Hey, @amousavigourabi! Are you still going to work on this one? It's a good MR, I just need to understand the extra dependencies there. They don't seem necessary. Shall we just remove them and get this MR merged?

@amousavigourabi
Copy link
Author

Hi @mauricioaniche ! It's been a while so I'm not 100% sure, but I believe that the pipeline failed without these dependencies.

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

Successfully merging this pull request may close these issues.

None yet

2 participants