Bug 14908 - 100% CPU utilization, hang
Summary: 100% CPU utilization, hang
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 major (vote)
Target Milestone: 2.0 M6   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-30 10:15 EDT by Scott Doyle CLA
Modified: 2002-04-30 13:06 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.