-
Bug
-
Resolution: Done
-
Major
-
7.1.0.DR9
-
None
needsEscape = needsEscape || containsQuote; .... EscapeSelector escSelector = containsQuote && !needsEscape ? QUOTES_ONLY_ESCAPE_SELECTOR : ESCAPE_SELECTOR;
QUOTES_ONLY_ESCAPE_SELECTOR will be never used, because containsQuote would have to be true and needsEscape false. But because of needsEscape = needsEscape || containsQuote needsEscape will be always true when containsQuote is true.
- is cloned by
-
WFCORE-2120 Dead code in DefaultFilenameTabCompleter - completeCandidates
- Resolved
- is incorporated by
-
JBEAP-7572 (7.1.0) Upgrade to WildFly Core 3.0.0.Alpha17
- Closed