Bug 19293 - cancelling compiling does not always cancel
Summary: cancelling compiling does not always cancel
Status: RESOLVED WONTFIX
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.0 F3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-05 08:27 EDT by Adam Kiezun CLA
Modified: 2002-06-11 10:10 EDT (History)
1 user (show)

See Also:


Attachments

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