Skip to content

Conversation

@mbwhite
Copy link
Contributor

@mbwhite mbwhite commented Dec 17, 2025

JavaDoc fixes to ensure the examples and isthmus-cli are clean. Not expecting these to be published, as not APIs to use directly.

JavaDoc fixes to ensure the examples and isthmus-cli are clean.
Not expecting these to be published, as not APIs to use directly.

Signed-off-by: MBWhite <[email protected]>
/** Indent character. */
protected String indentChar = " ";

/** Indents of idnentsize to use. */
Copy link
Member

@nielspardon nielspardon Jan 8, 2026

Choose a reason for hiding this comment

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

It feels to me like if we have fields with the same semantic they should have the same documentation. So I would use the same comment also for the previous ones in FunctionArgStringify and ParentStringify.

Suggested change
/** Indents of idnentsize to use. */
/** Number of indents to use. */

Comment on lines +59 to +62
* Get the outdent to use, decreats indent counter.
*
* @param sb Stribug Builder with outdent
* @return outdent string
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* Get the outdent to use, decreats indent counter.
*
* @param sb Stribug Builder with outdent
* @return outdent string
* Get the outdent to use, decreaces the indent counter.
*
* @param sb {@link StringBuilder} with the outdent
* @return outdent string

/**
* Constructor.
*
* @param indent numver of idents to use
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
* @param indent numver of idents to use
* @param indent number of indents to use

import org.graalvm.nativeimage.hosted.RuntimeReflection;
import org.immutables.value.Value;

/** */
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
/** */
/** GraalVM {@link Feature} used during native image generation which registers classes for reflection at runtime using {@link RuntimeReflection}. */

package io.substrait.isthmus.cli;

/** */
public class InitializeAtBuildTime {}
Copy link
Member

Choose a reason for hiding this comment

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

looks like more dead code that we can drop. I don't think this class is used anywhere.

Copy link
Member

Choose a reason for hiding this comment

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

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

Successfully merging this pull request may close these issues.

2 participants