Bug 19293

Summary: cancelling compiling does not always cancel
Product: [Eclipse Project] JDT Reporter: Adam Kiezun <akiezun>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: RESOLVED WONTFIX QA Contact:
Severity: normal    
Priority: P3 CC: philippe_mulet
Version: 2.0   
Target Milestone: 2.0 F3   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Adam Kiezun CLA 2002-06-05 08:27:18 EDT
F2
.autobuild on
.create a java project
.on the file system, put the OS.java file (from swt) in the project
.refresh

a dialog comes up 'compiling'
press cancel - dialog still there
Comment 1 Philipe Mulet CLA 2002-06-05 08:41:37 EDT
Does it eventually cancel or not ?
Comment 2 Adam Kiezun CLA 2002-06-05 08:47:43 EDT
it did - after maybe 30 seconds
Comment 3 Kent Johnson CLA 2002-06-05 11:06:26 EDT
We check before calling the compiler and when each file is finished... but if 
the first file is large and requires numerous other files to be parsed and 
processed then its possible for the compiler to not finish with it for quite a 
while.

Philippe: Do we want to have the compiler check for 'cancel'?
Comment 4 Kent Johnson CLA 2002-06-05 12:44:05 EDT
We are not going to do anything else with this right now.

Having the compiler check back with a user supplied cancel requestor just opens 
us up to too many potential problems.