Bug 14908

Summary: 100% CPU utilization, hang
Product: [Eclipse Project] JDT Reporter: Scott Doyle <scotdoyle>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: RESOLVED WORKSFORME QA Contact:
Severity: major    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 M6   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Scott Doyle CLA 2002-04-30 10:15:24 EDT
If you paste the following code into an object called Item.Java, Eclipse 
hangs.  I know it is invalid Java, but should it choke eclipse?  I think many 
people copy psuedo doe into the editor while coding...

Let me know if I can help,
Scot


package com.xyz.charts.timeline;


public class SomeObject {

	private int id;

- id (optional, only used for manipulation after addition?)
- resource label
- layer (normal, background e.g. availability, pop-up?)
- primary start, end
- secondary start, end
- attributes (discrete values or numeric values)

	/**
	 * Constructor for SomeObject.
	 */
	public SomeObject() {
		super();
	}

}
Comment 1 Philipe Mulet CLA 2002-04-30 12:57:32 EDT
Which build are you using ? It works fine for me with build 20020425.
Comment 2 Philipe Mulet CLA 2002-04-30 13:06:30 EDT
Closing, it works now.