1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 22:22:11 +02:00
cdt/dsf
Jesper Eskilson 7542722436 Cleaned up random number generation in DSF examples.
Fixed two FindBugs problems: (1) doing Math.abs(random.nextInt()) (which
may be negative if nextInt() returns Integer.MIN_VALUE), and (2)
creating a new Random() object for each nextInt() invocation.

Change-Id: I037a8f6c6c875c951a20beb315c54dc3759c963f
Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2015-07-21 16:13:35 -04:00
..
org.eclipse.cdt.dsf Bug 317173 - Better use of generics 2015-06-16 15:42:17 -04:00
org.eclipse.cdt.dsf.ui Fix Disassembly creating 64-bit address breakpoint for 32-bit target 2015-07-14 15:16:45 +02:00
org.eclipse.cdt.examples.dsf Cleaned up random number generation in DSF examples. 2015-07-21 16:13:35 -04:00
org.eclipse.cdt.examples.dsf-feature Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.examples.dsf.pda Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.examples.dsf.pda.ui Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00
org.eclipse.cdt.tests.dsf Bug 469926: Update readme from CVS to GIT URLs 2015-06-11 13:01:58 +01:00