Update AbstractResolveDependencies.java to handle "null" optional fields by ascopes · Pull Request #334 · mojohaus/extra-enforcer-rules (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ascopes

@ascopes @slawekjaranowski

Seems null optional fields can exist which causes the rule to crash at runtime since it will try to unbox a null value.

This change helps work around this.

dongjoon-hyun added a commit to apache/spark that referenced this pull request

Nov 4, 2025

@dongjoon-hyun

huangxiaopingRD pushed a commit to huangxiaopingRD/spark that referenced this pull request

Nov 25, 2025

@dongjoon-hyun @huangxiaopingRD

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

Labels