mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-23 00:03:53 +02:00
Removing dead code. Fixing reference bug.
This commit is contained in:
parent
f256e4bc8b
commit
2847fd0d3e
1 changed files with 5 additions and 1 deletions
|
@ -349,7 +349,10 @@ public class SystemFilterPoolReferenceManager extends SystemPersistableReference
|
||||||
*/
|
*/
|
||||||
public void setName(String name)
|
public void setName(String name)
|
||||||
{
|
{
|
||||||
String oldName = getName();
|
/*
|
||||||
|
* DWD Setting a name should schedule a save. Is this the same as a rename?
|
||||||
|
*/
|
||||||
|
// String oldName = getName(); DWD temporarily(?) removed.
|
||||||
if (savePolicy == ISystemFilterSavePolicies.SAVE_POLICY_ONE_FILE_PER_MANAGER)
|
if (savePolicy == ISystemFilterSavePolicies.SAVE_POLICY_ONE_FILE_PER_MANAGER)
|
||||||
{
|
{
|
||||||
IFile file = getResourceHelpers().getFile(getFolder(), getSaveFileName());
|
IFile file = getResourceHelpers().getFile(getFolder(), getSaveFileName());
|
||||||
|
@ -581,6 +584,7 @@ public class SystemFilterPoolReferenceManager extends SystemPersistableReference
|
||||||
{
|
{
|
||||||
ISystemFilterPoolReference filterPoolReference = createSystemFilterPoolReference(filterPool);
|
ISystemFilterPoolReference filterPoolReference = createSystemFilterPoolReference(filterPool);
|
||||||
addReferencingObject(filterPoolReference);
|
addReferencingObject(filterPoolReference);
|
||||||
|
filterPoolReference.setParentReferenceManager(this);
|
||||||
invalidateFilterPoolReferencesCache();
|
invalidateFilterPoolReferencesCache();
|
||||||
quietSave();
|
quietSave();
|
||||||
// callback to provider so they can fire events in their GUI
|
// callback to provider so they can fire events in their GUI
|
||||||
|
|
Loading…
Add table
Reference in a new issue