Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.4
-
None
-
None
Description
WildcardFileFilter ctors should not use null to mean IOCase.SENSITIVE when delegating to other ctors.
Just because null happens to mean case-sensitive, does not mean that internal calls to ctors should use that feature. It makes the code harder to read.