11/*******************************************************************************
2- * Copyright (c) 2000, 2009 IBM Corporation and others.
2+ * Copyright (c) 2000, 2010 IBM Corporation and others.
33 * All rights reserved. This program and the accompanying materials
44 * are made available under the terms of the Eclipse Public License v1.0
55 * which accompanies this distribution, and is available at
@@ -29,7 +29,7 @@ public class State {
2929String javaProjectName ;
3030ClasspathMultiDirectory [] sourceLocations ;
3131ClasspathLocation [] binaryLocations ;
32- // keyed by the project relative path of the type (ie . "src1/p1/p2/A.java"), value is a ReferenceCollection or an AdditionalTypeCollection
32+ // keyed by the project relative path of the type (i.e . "src1/p1/p2/A.java"), value is a ReferenceCollection or an AdditionalTypeCollection
3333SimpleLookupTable references ;
3434// keyed by qualified type name "p1/p2/A", value is the project relative path which defines this type "src1/p1/p2/A.java"
3535public SimpleLookupTable typeLocators ;
@@ -44,7 +44,7 @@ public class State {
4444private StringSet structurallyChangedTypes ;
4545public static int MaxStructurallyChangedTypes = 100 ; // keep track of ? structurally changed types, otherwise consider all to be changed
4646
47- public static final byte VERSION = 0x0017 ; // added root name references
47+ public static final byte VERSION = 0x0018 ; // fix for 291472
4848
4949static final byte SOURCE_FOLDER = 1 ;
5050static final byte BINARY_FOLDER = 2 ;
0 commit comments