mirror of
https://github.com/apache/maven.git
synced 2025-02-06 10:09:04 +00:00
Use if-statements instead of exception-based control flow. Throwing exceptions is very expensive and should not be used for normal flow.
Use if-statements instead of exception-based control flow. Throwing exceptions is very expensive and should not be used for normal flow.