Bug 800596

Summary: GCC-Java intake error
Product: [Fedora] Fedora Reporter: Brandon <h_fone>
Component: gccAssignee: Jakub Jelinek <jakub>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: jakub, law
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-17 17:25:59 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Brandon 2012-03-06 18:54:50 UTC
Description of problem:

if i write the following statement:

System.out.println("please input a number");
iNumber = intake.nextInt();

then I get the following result
Get intake
Please Input a number
get intake

both intake numbers must be identical or it will crash.

Comment 1 Brandon 2012-12-17 17:25:59 UTC
This