mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
![]() 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> |
||
---|---|---|
.. | ||
org.eclipse.cdt.dsf | ||
org.eclipse.cdt.dsf.ui | ||
org.eclipse.cdt.examples.dsf | ||
org.eclipse.cdt.examples.dsf-feature | ||
org.eclipse.cdt.examples.dsf.pda | ||
org.eclipse.cdt.examples.dsf.pda.ui | ||
org.eclipse.cdt.tests.dsf |