Skip to content

Remove unused code#191

Open
elharo wants to merge 5 commits intomasterfrom
unused
Open

Remove unused code#191
elharo wants to merge 5 commits intomasterfrom
unused

Conversation

@elharo
Copy link
Copy Markdown
Contributor

@elharo elharo commented Nov 16, 2025

No description provided.

@elharo elharo requested a review from slachiewicz November 16, 2025 14:07
@slachiewicz slachiewicz added the java Pull requests that update Java code label Nov 22, 2025
*
* @param path
* @return
* @return true if the path is relative and false if absolute also returns false if it is relative to the parent
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Inline returns has bracers at the start and end of line (final dot is automatically added at inline return). But this needs Java 16, which we don't use yet for EJB plugin.

But this method has a parameter, so inline return statement is not applicable.

So this Javadoc should needs a useful description, a parameter description and the return description.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes it does, and that's a separate pre-existing issue

@slachiewicz slachiewicz marked this pull request as draft February 1, 2026 20:23
@slachiewicz slachiewicz closed this Apr 5, 2026
@slachiewicz slachiewicz deleted the unused branch April 5, 2026 10:26
@elharo elharo restored the unused branch April 5, 2026 11:41
@elharo elharo reopened this Apr 5, 2026
@elharo elharo marked this pull request as ready for review April 5, 2026 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants