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

StoreToArrayAgent.java:44-47: Avoid using 'instance of'... #385

Closed
0pdd opened this issue Aug 13, 2024 · 1 comment
Closed

StoreToArrayAgent.java:44-47: Avoid using 'instance of'... #385

0pdd opened this issue Aug 13, 2024 · 1 comment

Comments

@0pdd
Copy link

0pdd commented Aug 13, 2024

The puzzle 329-fac58199 from #329 has to be resolved:

* @todo #329:90min Avoid using 'instance of' in {@link StoreToArrayAgent#findRef(AstNode)}.
* Here we use 'instance of' statement to find a Reference.
* The solution related to Reference looks incorrect, in general.
* We should invent a proper solution without the use of this statement.

The puzzle was created by rultor on 13-Aug-24.

Estimate: 90 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.

@0pdd
Copy link
Author

0pdd commented Aug 14, 2024

The puzzle 329-fac58199 has disappeared from the source code, that's why I closed this issue.

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

1 participant