-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RAT-98: report skipped files #417
base: master
Are you sure you want to change the base?
Conversation
@Claudenw did you accidentally push an old branch as the build fails with spotbugs errors? |
@ottlinger My next step is to see how I can split this into smaller pieces. |
…adur-rat into RAT-98_report_skipped_files
Fixes issues raised by report skipped processing, specifically issues with Maven not correctly skipping files that should be skipped.
In the process of working on the bugs additional testing code was implemented to allows testing on file systems that are not native. Most name based code now checks against UNIX, WINDOWS, and OSX.
Significant additional work was undertaken to ensure that the document names work as expected.