Skip to content

new issue datetime_convert.java #19

Description

@jakepappas

Description A clear and concise description of what the issue/bug is.

Steps to Reproduce

First step to reproduce the issue/bug
copy lines 9 and 10
Second step to reproduce the issue/bug
paste lines 9 and 10 in reverse order, (paste line 10 then line 9) 600(?) times
Third step to reproduce the issue/bug

Expected Behavior A clear and concise description of what you expected to happen.
I expected compiler errors due to redefining variables within main method.
Actual Behavior A clear and concise description of what actually happened.
There are compiler errors:

"error: variable formattedDate is already defined in method main(String[])"
"error: variable dateObj is already defined in method main(String[])"

Screenshots If applicable, add screenshots to help explain the issue/bug.

Additional Information

Operating System:
Browser:
Version:
Any other relevant information
Possible Solution If you have any suggestions for a possible solution, please include them here.
Remove lines 11 through lines 1810.
Related Issues Are there any related issues? If so, please link to them here.

Priority How critical is this issue/bug? Low, medium, or high priority?
high
Reproducibility How often can this issue/bug be reproduced? Always, sometimes, or random?
always
Impact What is the impact of this issue/bug? Low, medium, or high?
high

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions