mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-08 08:45:44 +02:00
bug 322695: Can't access preferences of any unrelated CDT project having "bad" project in workspace
This commit is contained in:
parent
6bd17c4f77
commit
338a01952d
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ public class CfgDiscoveredPathManager implements IResourceChangeListener {
|
|||
} else if(queryParent){
|
||||
// IResourceInfo rcInfo = tool.getParentResourceInfo();
|
||||
ITool superTool = tool.getSuperClass();
|
||||
if(!superTool.isExtensionElement()){
|
||||
if(superTool!=null && !superTool.isExtensionElement()){
|
||||
if(inType != null){
|
||||
IInputType superInType = null;
|
||||
String exts[] = inType.getSourceExtensions(tool);
|
||||
|
|
Loading…
Add table
Reference in a new issue