Skip to content

Conversation

gianm
Copy link
Contributor

@gianm gianm commented Aug 23, 2025

The LocalInputSource can do "baseDir" + "filter", but can also have a list of "files". Previously, FakeIndexTaskUtil would throw NPE when encountering a LocalInputSource that used "files" instead of "baseDir" and "filter".

The LocalInputSource can do "baseDir" + "filter", but can also have a
list of "files". Previously, FakeIndexTaskUtil would throw NPE when
encountering a LocalInputSource that used "files" instead of "baseDir"
and "filter".
localInputSource.getSystemFields()
);
}

private static File resolveFile(File projectRoot, @Nullable File file)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: @Nullable annotation

@gianm gianm merged commit 881846d into apache:master Aug 25, 2025
70 checks passed
@gianm gianm deleted the fitu-local-files branch August 25, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants