1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00
cdt/dsf/org.eclipse.cdt.examples.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
..
.externalToolBuilders Add refresh option to example ant build. 2009-03-16 18:25:55 +00:00
.settings Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
icons Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
META-INF Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
src/org/eclipse/cdt/examples/dsf Fixed problem where auto-unboxing may throw NPE 2015-03-28 10:15:35 +01:00
src_ant/org/eclipse/cdt/examples/ant/tasks bug 319777: Missing @Override annotations 2010-07-14 13:51:53 +00:00
src_preprocess/org/eclipse/cdt/examples/dsf Cleaned up random number generation in DSF examples. 2015-07-21 16:13:35 -04:00
.classpath Move some leftover plugins from Java 5 to Java 7. 2015-03-25 13:42:20 -04:00
.project Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
about.html Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
about.ini New CDT Icon. 2010-06-03 14:59:53 +00:00
about.mappings Fixed up a number of legal items. 2009-06-10 19:37:19 +00:00
about.properties update copyright in about and update provider info 2010-05-31 20:40:20 +00:00
build.properties forgot to put the png into the build.properties. No wonder it didn't show up :P 2010-06-03 21:11:36 +00:00
build_preprocess.xml Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
cdt_logo_icon32.png Update to new CDT Logo 2014-12-16 13:29:12 -05:00
plugin.properties bug 254307 - branding 2009-05-26 14:48:10 +00:00
plugin.xml Migrated DSF and DSF-GDB to the CDT project. 2009-01-08 21:08:05 +00:00
pom.xml Incremented CDT feature version to 8.8.0 2015-06-10 09:33:49 -04:00