Skip to content

Conversation

@rnc
Copy link
Contributor

@rnc rnc commented Jul 10, 2025

No description provided.

@rnc rnc requested a review from dwalluck July 10, 2025 14:29
*/
@StructPart
public class NpmTypeInfoExtraInfo
public class EmptyTypeInfoExtraInfo
Copy link
Member

@dwalluck dwalluck Jul 10, 2025

Choose a reason for hiding this comment

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

I think the fact that it is empty is just incidental. I'd rather see this class and the type information kept by just making another copy of this class.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't think it is incidental as it was purposely added by @pkocandr in #144 ; I have just renamed and reused it here. If this messes up the encoding then sure, I can roll it back

return "FileExtraInfo{" + "npmExtraInfo=" + npmExtraInfo + "}";
}
else if ( getMavenExtraInfo() != null )
else if ( getTypeInfo() != null )
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Was duplicating a getMavenExtraInfo from line 149.

@rnc rnc marked this pull request as ready for review July 11, 2025 10:49
@dwalluck dwalluck self-requested a review July 14, 2025 14:56
@rnc rnc merged commit 189698d into release-engineering:master Jul 14, 2025
1 check passed
@rnc rnc deleted the NCL9197 branch July 14, 2025 15:01
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