forked from eclipse-jdt/eclipse.jdt.core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bring back a simpler (cheaper) approach to BoundSet::incorporate ecli…
…pse-jdt#3227 This simple approach was faster than the new one but it didn't cover some very specific use cases, which is why the newer and more complex (slower) approach was introduced. This commit brings back the older, simpler, approach and falls back to the newer, more expensive, approach only when necessary. Fixes eclipse-jdt#3327
- Loading branch information
1 parent
6b53bf4
commit 30aa050
Showing
1 changed file
with
52 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters