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

XmlClass.java:132-143: Find and include the name of the... #508

Open
0pdd opened this issue Feb 5, 2021 · 0 comments
Open

XmlClass.java:132-143: Find and include the name of the... #508

0pdd opened this issue Feb 5, 2021 · 0 comments

Comments

@0pdd
Copy link
Collaborator

0pdd commented Feb 5, 2021

The puzzle 114-7bfa1f3a from #114 has to be resolved:

// @todo #114:30min Find and include the name of the variable the
// method is called on, if possible. Currently, only the name of called
// method is retrieved. This is currently implemented in
// `visitMethodInsn` down below.
// Example 1: `Bar.NAME.length();`
// - Here, `length` is retrieved from the method `visitMethodInsn`'s
// - param `name`, but the word `NAME` itself is not included in any of
// - the `visitMethodInsn` arguments.
// Example 2: `src.length();`
// - Here, `length` is retrieved from the method `visitMethodInsn`'s
// - param `name` but the word `src` itself is not included in any of
// - the `visitMethodInsn` arguments.

The puzzle was created by yegor256 on 05-Feb-21.

Estimate: 30 minutes, role: DEV.

If you have any technical questions, don't ask me, submit new tickets instead. The task will be "done" when the problem is fixed and the text of the puzzle is removed from the source code. Here is more about PDD and about me.

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

2 participants