22 Oct, 2014
6 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11182 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Update GeneralizedTime#valueOf to parse correctly a lowercase string git-svn-id: https://svn.forgerock.org/opendj/trunk@11181 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11180 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Removed dead code, unused classes/methods, or classes/methods used to no effect, pushed down fields and classes to remove classes sitting in a class hierarchy with no value, etc. git-svn-id: https://svn.forgerock.org/opendj/trunk@11179 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
ArgumentParser.java: Extracted method writeUsageToOutputStream(). Removed duplicated code by directly using getUsage(). git-svn-id: https://svn.forgerock.org/opendj/trunk@11177 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Code review: Nicolas Capponi AbstractSubstringMatchingRuleImpl.java: In evaluateEscapes(SubstringReader, char[], boolean trim), removed the trim parameter which was always false. In evaluateEscapes(SubstringReader, char[], char[], boolean trim), removed the trim parameter which was always false + as a consequence, removed lengthWithoutSpace which was never used git-svn-id: https://svn.forgerock.org/opendj/trunk@11176 41b1ffd8-f28e-4786-ab96-9950f0a78031
21 Oct, 2014
10 commits
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11175 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11174 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
CoreSchemaImpl.java: Renamed OPENDJ_ORIGIN to OPENDS_ORIGIN (it was an incorrect rename). Readded OPENDJ_ORIGIN constant as a new value. Created addForgeRockProprietary() and moved fullVendorVersion attribute type to it. git-svn-id: https://svn.forgerock.org/opendj/trunk@11173 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11172 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11171 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Thanks to Matt for onscreen review. git-svn-id: https://svn.forgerock.org/opendj/trunk@11170 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11169 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11168 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
…eration against two replicated DS Fixed ConcurrentModificationException. I suspect the NoSuchElementException is thrown by the desugared foreach loop on an ArrayList. JEChangelogDB.java, FileChangelogDB.java: FOr the fields registeredDomainCursors and replicaCursors, replaced the use of ArrayList + synchronized keywords with using ConcurrentSkipListMap + CopyOnWriteArrayList to ensure thread safe access/modifications of these MultiMaps. Created putInMultiMap(). Aligned code between the 2 implementations. git-svn-id: https://svn.forgerock.org/opendj/trunk@11167 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11165 41b1ffd8-f28e-4786-ab96-9950f0a78031
20 Oct, 2014
5 commits
-
(I forgot to run mvn clean install with the precommit profile) git-svn-id: https://svn.forgerock.org/opendj/trunk@11162 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11161 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11160 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11159 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
- removed useless parentheses - added parentheses to disambiguate expressions - removed useless use of "this" keyword in method calls - removed useless null checks in conjunction with use of instanceof operator *.java: Manually extracted local variables. OperatingSystem.java: Manually changed the code to use String.contains() git-svn-id: https://svn.forgerock.org/opendj/trunk@11158 41b1ffd8-f28e-4786-ab96-9950f0a78031
17 Oct, 2014
2 commits
-
* Update GenerateCoreSchema to include licence text and do not edit message, to use checkstyle-friendly layout, and to skip methods for collation matching rules * Add fullVendorVersion attribute type to CoreSchemaImpl class * Regenerate CoreSchema class with latest CoreSchemaImpl class git-svn-id: https://svn.forgerock.org/opendj/trunk@11157 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
* com.forgerock.opendj.ldap.tools.PerformanceRunner ** Makes the ResponseTimeBuckets inner class package private to allow unit tests. * com.forgerock.opendj.ldap.tools.PerformanceRunnerStatsTestCase ** Adds a simple black box unit test to control PerformanceRunner eTimes calculation. git-svn-id: https://svn.forgerock.org/opendj/trunk@11156 41b1ffd8-f28e-4786-ab96-9950f0a78031
16 Oct, 2014
6 commits
-
The specific methods in CoreSchema will disappear in future git-svn-id: https://svn.forgerock.org/opendj/trunk@11155 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Lower visibility of collation matching rules implementations class git-svn-id: https://svn.forgerock.org/opendj/trunk@11154 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11153 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Manually converted System.arrayCopy() to Arrays.copyOf(). git-svn-id: https://svn.forgerock.org/opendj/trunk@11152 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11151 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11146 41b1ffd8-f28e-4786-ab96-9950f0a78031
15 Oct, 2014
9 commits
-
Code deduplication and cleanup. git-svn-id: https://svn.forgerock.org/opendj/trunk@11144 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11142 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
In DefaultSubstringAssertion.createIndexQuery(), slight improvement. git-svn-id: https://svn.forgerock.org/opendj/trunk@11139 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11138 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11137 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Adapters.java, Converters.java: Further improved code, and removed duplication. git-svn-id: https://svn.forgerock.org/opendj/trunk@11136 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Adapters.java: Changed code to use the new InternalClientConnection.processSearch(SearchRequest) method. git-svn-id: https://svn.forgerock.org/opendj/trunk@11135 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
Adapters.java: Changed code to use the new InternalClientConnection.processSearch(SearchRequest) method. git-svn-id: https://svn.forgerock.org/opendj/trunk@11134 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11132 41b1ffd8-f28e-4786-ab96-9950f0a78031
14 Oct, 2014
2 commits
-
* org.forgerock.opendj.ldap.Function ** Removed * All impacted classes are now using org.forgerock.util.promise.Function git-svn-id: https://svn.forgerock.org/opendj/trunk@11127 41b1ffd8-f28e-4786-ab96-9950f0a78031
-
git-svn-id: https://svn.forgerock.org/opendj/trunk@11123 41b1ffd8-f28e-4786-ab96-9950f0a78031