Back to the previous page
Test Case ID | ![]() |
Bad / Good / Mixed | Bad![]() |
Author | IARPA STONESOUP Test and Evaluation team |
Associations | Test suite: 102 Application: 16 |
Added by | Charles Oliveira |
Language | Java |
Type of test case | Source Code |
Input string | |
Expected Output | |
Instructions | See src/build.xml. |
Submission date | 2015-10-06 |
Description | This test takes a number and attempts to determine whether it is prime by dividing it by each number less than it. For large enough prime integers, this calculation takes an excessive amount of time. Metadata - Base program: JTree - Source Taint: FILE_CONTENTS - Data Type: SIMPLE - Data Flow: BASIC - Control Flow: SEQUENCE |
File(s) |
|
Flaw |
There are no comments
Have any comments on this test case? Please,
.
- JTreeOptions.java
- J-C834A-JTRE-01-ST02-DT02-DF11-CF20-01.yaml
- J-C834A-JTRE-01-ST02-DT02-DF11-CF20-01.xml
- service_mon.sh
- runFifos.py
File Contains:
CWE-834: Excessive Iteration on line(s): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142
CWE-834: Excessive Iteration on line(s): 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142