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

LtByXsl.java:170-176: Use {@link XML#xpath(String)}... #216

Closed
0pdd opened this issue Jan 9, 2025 · 0 comments · Fixed by #261
Closed

LtByXsl.java:170-176: Use {@link XML#xpath(String)}... #216

0pdd opened this issue Jan 9, 2025 · 0 comments · Fixed by #261
Labels
bug Something isn't working pdd

Comments

@0pdd
Copy link

0pdd commented Jan 9, 2025

The puzzle 199-3cb36c43 from #199 has to be resolved:

* @todo #199:30min Use {@link XML#xpath(String)} Method Instead.
* This method is using a custom implementation to find the name of the program.
* We should replace it with the {@link XML#xpath(String)} method to make the code cleaner.
* You can use `program.xpath("/program/@name").stream().findFirst().orElse("unknown")`
* to find the name.
* This issue is blocked by
* <a href="https://github.com/jcabi/jcabi-xml/issues/289">jcabi/jcabi-xml#289</a>.

The puzzle was created by @yegor256 on 09-Jan-25.

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.

@0pdd 0pdd added bug Something isn't working pdd labels Jan 9, 2025
0pdd referenced this issue Jan 9, 2025
feat(#199): Optimize `empty-object.xsl` Check
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
volodya-lombrozo added a commit to volodya-lombrozo/lints that referenced this issue Jan 21, 2025
yegor256 added a commit that referenced this issue Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working pdd
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant