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

StoreToArrayHandler.java:41-44: Avoid using 'instance of'... #347

Closed
0pdd opened this issue Jul 12, 2024 · 1 comment
Closed

StoreToArrayHandler.java:41-44: Avoid using 'instance of'... #347

0pdd opened this issue Jul 12, 2024 · 1 comment

Comments

@0pdd
Copy link

0pdd commented Jul 12, 2024

The puzzle 329-81bae0b7 from #329 has to be resolved:

* @todo #329:90min Avoid using 'instance of' in {@link StoreToArrayHandler#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 volodya-lombrozo on 12-Jul-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 13, 2024

The puzzle 329-81bae0b7 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