Bug 12985

Summary: Unexpected full build in incremental mode
Product: [Eclipse Project] JDT Reporter: Philipe Mulet <philippe_mulet>
Component: CoreAssignee: Philipe Mulet <philippe_mulet>
Status: VERIFIED WORKSFORME QA Contact:
Severity: normal    
Priority: P3    
Version: 2.0   
Target Milestone: 2.0 F2   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Philipe Mulet CLA 2002-04-08 09:43:32 EDT
Build 20020404

Was developping normally, and running test suites. Performed some incremental 
change (added on test case), and suddenly hitting ctrl-B triggered a full build.
Apparently no build state was found, which is really bizarre, since I had 
modified them several times recently, build and run successfully several times.
Looks like something caused the build state to have been reset under me.
---------

Starting build of org.eclipse.jdt.core.tests @ Mon Apr 08 15:44:59 CEST 2002
Performing full build since last saved state was not found
FULL build
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Runner/org/eclipse/jdt/c
lderTests.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Runner/org/eclipse/jdt/c
pilerTests.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Runner/org/eclipse/jdt/c
Tests.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Runner/org/eclipse/jdt/c
matterTests.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Runner/org/eclipse/jdt/c
elTests.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Compiler/org/eclipse/jdt
ExcludedTestSuite.java
About to compile 
D:/eclipse/workspaces/dev2.0/plugins/org.eclipse.jdt.core.tests/Eclipse Java 
Tests Compiler/org/eclipse/jdt
RunAllTests.java
Comment 1 Kent Johnson CLA 2002-04-10 16:07:24 EDT
Now that no one else is clearing the build state but the builder, we'll see if 
this is happens again.
Comment 2 Kent Johnson CLA 2002-05-21 12:05:15 EDT
No reproducable case in over 2 months...
Comment 3 Philipe Mulet CLA 2002-06-03 09:17:00 EDT
Verified