]> Linked list heap sort 5.1.2 C++ Linux 2004-11-01-00:00:01 Original developer Unit testing Class / modules / files 1 Program generates only some correct values CMO07 Statements are missing CCF01 Statements controlled by wrong condition Linked list heap sort 5.1.3 C++ Linux 2004-11-01-00:00:02 Original developer Unit testing Class / modules / files 1 Program generates only some correct values Nodes appear after insertion and later disappear CMO07 Statements are missing CR05 Variable not assigned Linked list heap sort 5.1.4 C++ Linux 2004-11-01-00:00:03 Original developer Unit testing Class / modules / files 1 Program generates some incorrect values Node with key 4 disappeared, node with key 1 has pointer to non-existent parent CR02 Wrong variable referenced CR03 Wrong constant referenced Linked list heap sort 5.1.5 C++ Linux 2004-11-01-00:00:04 Original developer Unit testing Class / modules / files 1 Program generates some incorrect values Not a binary tree- node with key 3 should have 2 children, not 1 child and 1 grandchild CX03 Extraneous statements are executed Linked list heap sort 5.1.6 C++ Linux 2004-11-01-00:00:05 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CCF01 Statements controlled by wrong condition Linked list heap sort 5.1.7 C++ Linux 2004-11-01-00:00:06 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CCF01 Statements controlled by wrong condition CCF04 Loop runs indefinitely Linked list heap sort 5.1.8 C++ Linux 2004-11-01-00:00:07 Original developer Unit testing Class / modules / files 1 Program generates only some correct values Some items were not processed, all children of root CR05 Variable not assigned Linked list heap sort 5.1.9 C++ Linux 2004-11-01-00:00:08 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CR05 Variable not assigned CCF01 Statements controlled by wrong condition Linked list heap sort 5.1.10 C++ Linux 2004-11-01-00:00:09 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CMO07 Statements are missing CIX10 There is an extra term Linked list heap sort 5.1.11 C++ Linux 2004-11-01-00:00:10 Original developer Unit testing Class / modules / files 1 Program generates only some correct values Not a valid binary tree after item with key 7 removed CMO07 Statements are missing CR05 Variable not assigned Linked list heap sort 5.1.12 C++ Linux 2004-11-01-00:00:11 Original developer Unit testing Class / modules / files 1 Program generates only some correct values Not a valid binary tree after item with key 7 removed CR02 Wrong variable referenced Linked list heap sort 5.1.13 C++ Linux 2004-11-01-00:00:12 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CMO07 Statements are missing Linked list heap sort 5.1.14 C++ Linux 2004-11-01-00:00:13 Original developer Unit testing Class / modules / files 1 Program generates only some correct values Several items are missing from each test case output CIX03 Wrong arithmetic operator used Linked list heap sort 5.1.15 C++ Linux 2004-11-01-00:00:14 Original developer Unit testing Class / modules / files 1 Program terminates prematurely Segmentation fault running under gdb CMO07 Statements are missing CCF01 Statements controlled by wrong condition Linked list heap sort 5.1.16 C++ Linux 2004-11-01-00:00:15 Original developer Unit testing Class / modules / files 1 Program never terminates traced variable cycles through processed nodes CMO07 Statements are missing CCF01 Statements controlled by wrong condition Idiom recognizer 10.2.2 C++ Linux 2004-11-02-00:00:01 Original developer Unit testing Packages / components / relocatables 1 Program generates some incorrect values Output links and numbers are almost all zero CMO07 Statements are missing CI09 Aggregate variable allocated wrong size Idiom recognizer 10.2.3 C++ Linux 2004-11-02-00:00:02 Original developer Unit testing Packages / components / relocatables 1 Program generates some incorrect values Some output links and numbers are negative CI09 Aggregate variable allocated wrong size CI04 Aggregate variable always uninitialized Idiom recognizer 10.2.4 C++ Linux 2004-11-02-00:00:03 Original developer Unit testing Packages / components / relocatables 1 Program generates some incorrect values Most output links unchanged, some output numbers corrupted CI07 Aggregate variable partially uninitialized CCF07 Statement executed too many times Idiom recognizer 10.2.5 C++ Linux 2004-11-02-00:00:04 Original developer Unit testing Packages / components / relocatables 1 Program generates some incorrect values Last column of IdiomTable object dump has negative values CI09 Aggregate variable allocated wrong size Idiom recognizer 10.2.6 C++ Linux 2004-11-02-00:00:05 Original developer Unit testing Packages / components / relocatables 1 Other Error found reading source code CR05 Variable not assigned CCF01 Statements controlled by wrong condition Idiom recognizer 10.2.7 C++ Linux 2004-11-02-00:00:06 Original developer Unit testing Packages / components / relocatables 1 Program terminates prematurely Segmentation fault running under gdb CDD01 Array subscript out of bounds CCF01 Statements controlled by wrong condition Idiom recognizer 10.2.8 C++ Linux 2004-11-02-00:00:07 Original developer Unit testing Packages / components / relocatables 1 Program runs indefinitely Two trace statements occur over and over CCF01 Statements controlled by wrong condition Idiomrecognizer 10.2.9 C++ Linux 2004-11-02-00:00:08 Original developer Unit testing Packages / components / relocatables 1 Program terminates prematurely Some trace statements only executed once, others not at all CCF01 Statements controlled by wrong condition Idiom recognizer 10.2.10 C++ Linux 2004-11-02-00:00:09 Original developer Unit testing Packages / components / relocatables 1 Other Error found reading source code CCF01 Statements controlled by wrong condition CI03 Simple variable initialized with wrong value CR02 Wrong variable referenced Idiom recognizer 10.2.11 C++ Linux 2004-11-02-00:00:10 Original developer Unit testing Packages / components / relocatables 1 Program generates some incorrect values Benefit calculations are zero; trace statements aren't executed CMO07 Statements are missing Lexicographic sort 10.1.2 Java Linux 2004-11-03-00:00:01 Original developer User report Methods / functions / procedures One hour or less Program terminates prematurely ArrayIndexOutOfBounds 2 >= 0 CI04 Aggregate variable always uninitialized CR01 Wrong procedure called Lexicographic sort 10.1.3 Java Linux 2004-11-03-00:00:02 Original developer User report Methods / functions / procedures One hour or less Program terminates prematurely ClassCastException: Vector CI06 Aggregate variable initialized with wrong value Lexicographic sort 10.1.4 Java Linux 2004-11-03-00:00:03 Original developer User report Methods / functions / procedures One hour or less Program terminates prematurely NullPointerException CDD03 Uninitialized pointer dereferenced CI06 Aggregate variable initialized with wrong value Lexicographic sort 10.1.5 Java Linux 2004-11-03-00:00:04 Original developer User report Methods / functions / procedures One hour or less Program terminates prematurely ArrayIndexOutOfBounds CCF02 Loop iterations off by one