| Summary: | hangs while creating new class | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Przemek Klosowski <przemek> |
| Component: | eclipse | Assignee: | Alexander Kurtakov <akurtako> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 20 | CC: | akurtako, andjrobins, jerboaa, overholt, rgrunber, swagiaal |
| 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: | 2014-09-01 05:37:11 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Przemek Klosowski
2013-12-05 22:51:41 UTC
Just confirmed that it does the same thing in Eclipse 4.3.2 under Fedora 20. I can work around this issue by right-clicking the src folder in Projects pane, and selecting New/File. In the file editor, I just manually entered the simpple class template:
class MyClass
{
static public void main(String[] args)
{
System.out.println("hello world");
}
}
which then allowed me to Run/Run As/Java Application.
Re-checked in eclipse-platform-4.3.2-3.fc20.x86_64 (Build id: 3fc20) The problem appears to have been fixed; I believe it's appropriate to close it with CURRENTRELEASE, but I am not sure of the workflow so I leave it up to the maintainers. Closing as per reporter testing. |