You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you configure sourcePath: 'src/main/java' and you have sources under src/main/java/** and under src/main/java2/** then the sources under java2 are still analyzed. This is unexpected.
Workaround: sourcePath: 'src/main/java/' (with a trailing slash).
Note: this only is occurs when using "analyzeModifiedFilesOnly: true" (default). When all files are analyzed, then sourcePath is considered correctly.
The text was updated successfully, but these errors were encountered:
If you configure
sourcePath: 'src/main/java'
and you have sources undersrc/main/java/**
and undersrc/main/java2/**
then the sources under java2 are still analyzed. This is unexpected.Workaround:
sourcePath: 'src/main/java/'
(with a trailing slash).Note: this only is occurs when using "analyzeModifiedFilesOnly: true" (default). When all files are analyzed, then sourcePath is considered correctly.
The text was updated successfully, but these errors were encountered: