Bug 12985 - Unexpected full build in incremental mode
Summary: Unexpected full build in incremental mode
Status: VERIFIED WORKSFORME
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 F2   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-08 09:43 EDT by Philipe Mulet CLA
Modified: 2002-06-03 09:17 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 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