1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-15 20:25:46 +02:00

lost condition causing NPE returned back

This commit is contained in:
Andrew Gvozdev 2009-09-14 01:27:27 +00:00
parent c20ac81db5
commit eb0d031a7b

View file

@ -2179,11 +2179,13 @@ public class BuildDescription implements IBuildDescription {
var = new String();
Set<BuildIOType> set = fVarToAddlInSetMap.get(var);
if(set != null){
for (BuildIOType t : set) {
t.addResource(rc);
}
}
}
}
protected void resourceRemovedFromType(BuildIOType type, BuildResource rc){