Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Let enigma suggest "o" for equals parameter for now #4

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

Conversation

liach
Copy link
Contributor

@liach liach commented Sep 25, 2021

I doubt the feasibility of adding these actual params to the mappings given the impact on size, used resource, and the minuscule actual value, but having enigma suggest it would be somewhat helpful.

if (parent == null) {
return Optional.empty();
}
if (parent.getDesc().equals(EQUALS_DESC) && parent.getName().equals("equals")) {
Copy link
Member

Choose a reason for hiding this comment

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

Checkstyle :)

@liach
Copy link
Contributor Author

liach commented Sep 25, 2021

This is still wip as I still have to test it (or you can probably help me test it) and whether this approach is feasible is still subject to discussion

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

Successfully merging this pull request may close these issues.

2 participants