Home
last modified time | relevance | path

Searched refs:RandomStringUtils (Results 1 – 18 of 18) sorted by relevance

/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/
DRandomStringUtilsTest.java46 assertNotNull(new RandomStringUtils()); in testConstructor()
47 final Constructor<?>[] cons = RandomStringUtils.class.getDeclaredConstructors(); in testConstructor()
50 assertTrue(Modifier.isPublic(RandomStringUtils.class.getModifiers())); in testConstructor()
51 assertFalse(Modifier.isFinal(RandomStringUtils.class.getModifiers())); in testConstructor()
59 String r1 = RandomStringUtils.random(50); in testRandomStringUtils()
61 String r2 = RandomStringUtils.random(50); in testRandomStringUtils()
65 r1 = RandomStringUtils.randomAscii(50); in testRandomStringUtils()
70 r2 = RandomStringUtils.randomAscii(50); in testRandomStringUtils()
73 r1 = RandomStringUtils.randomAlphabetic(50); in testRandomStringUtils()
78 r2 = RandomStringUtils.randomAlphabetic(50); in testRandomStringUtils()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DRandomStringUtils.java50 public class RandomStringUtils { class
472 public RandomStringUtils() { in RandomStringUtils() method in RandomStringUtils
/external/apache-commons-lang/src/site/resources/release-notes/
DRELEASE-NOTES-2.2.txt79 LANG-100 RandomStringUtils.random() family of methods create invalid unicode sequences
120 LANG-250 Performance boost for RandomStringUtils
DRELEASE-NOTES-1.0.txt149 org.apache.commons.lang.RandomStringUtils
151 > public org.apache.commons.lang.RandomStringUtils();
DRELEASE-NOTES-3.7.txt58 o LANG-1346: Remove deprecation from RandomStringUtils
111 o org.apache.commons.lang3.RandomStringUtils
199 o LANG-1286: RandomStringUtils random method can overflow and return characters
202 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
268 org.apache.commons.lang3.RandomStringUtils.
346 o LANG-1224: Extend RandomStringUtils with methods that generate strings
359 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
876 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
914 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
915 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.6.txt59 o org.apache.commons.lang3.RandomStringUtils
147 o LANG-1286: RandomStringUtils random method can overflow and return characters
150 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
216 org.apache.commons.lang3.RandomStringUtils.
294 o LANG-1224: Extend RandomStringUtils with methods that generate strings
307 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
824 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
862 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
863 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.8.1.txt159 o LANG-1346: Remove deprecation from RandomStringUtils
205 o org.apache.commons.lang3.RandomStringUtils
293 o LANG-1286: RandomStringUtils random method can overflow and return characters
296 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
362 org.apache.commons.lang3.RandomStringUtils.
440 o LANG-1224: Extend RandomStringUtils with methods that generate strings
453 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
970 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
1008 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
1009 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.9.txt182 o LANG-1346: Remove deprecation from RandomStringUtils
228 o org.apache.commons.lang3.RandomStringUtils
316 o LANG-1286: RandomStringUtils random method can overflow and return characters
319 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
385 org.apache.commons.lang3.RandomStringUtils.
463 o LANG-1224: Extend RandomStringUtils with methods that generate strings
476 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
993 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
1031 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
1032 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.8.txt126 o LANG-1346: Remove deprecation from RandomStringUtils
172 o org.apache.commons.lang3.RandomStringUtils
260 o LANG-1286: RandomStringUtils random method can overflow and return characters
263 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
329 org.apache.commons.lang3.RandomStringUtils.
407 o LANG-1224: Extend RandomStringUtils with methods that generate strings
420 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
937 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
975 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
976 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.2.txt107 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
145 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
146 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.2.1.txt119 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
157 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
158 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.5.txt32 org.apache.commons.lang3.RandomStringUtils.
110 o LANG-1224: Extend RandomStringUtils with methods that generate strings
123 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
640 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
678 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
679 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.3.2.txt211 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
249 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
250 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.3.txt184 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
222 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
223 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-3.3.1.txt198 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
236 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
237 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
DRELEASE-NOTES-2.0.txt91 RandomStringUtils:
159 18723 RandomStringUtils infinite loop with length < 1
168 20592 [lang] RandomStringUtils.randomAlpha methods omit 'z'
513 org.apache.commons.lang.RandomStringUtils
DRELEASE-NOTES-3.4.txt344 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
382 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
383 o LANG-805: RandomStringUtils.random(count, 0, 0, false, false, universe,
/external/apache-commons-lang/
DRELEASE-NOTES.txt68 o LANG-1628: Javadoc for RandomStringUtils.random() letters, numbers parameters is wrong. Thanks to…
499 o LANG-1346: Remove deprecation from RandomStringUtils
545 o org.apache.commons.lang3.RandomStringUtils
633 o LANG-1286: RandomStringUtils random method can overflow and return characters
636 o LANG-1287: RandomStringUtils#random can enter infinite loop if end parameter
702 org.apache.commons.lang3.RandomStringUtils.
780 o LANG-1224: Extend RandomStringUtils with methods that generate strings
793 o LANG-1225: Add RandomStringUtils#randomGraph and #randomPrint which match
1310 o LANG-902: RandomStringUtils.random javadoc was incorrectly promising letters
1348 o LANG-807: RandomStringUtils throws confusing IAE when end <= start.
[all …]