-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DATA: Updated the Lite data files for December data. BUG: putIfAbsent will return null if the key was not already set, which will always be the case as this is only called when get returns null. FEAT: Usage data now shared over HTTPS. FEAT: Added benchmark example. FEAT: Overrides are now applied to the match method in the same way as they were with the now depricated results method. FEAT: Usage sharing and property value overrides are now released as stable. OPTIM: The getValues method now ensures that the get method is not run twice. OPTIM: Modified the implementation of getValues to use a ConcurrentHashMap.
- Loading branch information
Showing
42 changed files
with
1,551 additions
and
644 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,5 @@ nb-configuration.xml | |
*.lic | ||
.idea/ | ||
*.iml | ||
/target/ | ||
/target/ | ||
nbactions* |
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
This file was deleted.
Oops, something went wrong.
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
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
Oops, something went wrong.