mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[cleanup] adhere to best practice regarding declarations found by static analysis
This commit is contained in:
parent
ad771a9936
commit
960a83bf16
1 changed files with 6 additions and 3 deletions
|
@ -24,9 +24,12 @@ package org.eclipse.rse.core.filters;
|
|||
public class SystemFilterNamingPolicy implements IRSEFilterNamingPolicy, ISystemFilterConstants
|
||||
{
|
||||
|
||||
protected String managerFileNamePrefix, poolFolderNamePrefix, poolFolderNameSuffix,
|
||||
poolFileNamePrefix, filterFileNamePrefix,
|
||||
referenceManagerFileNamePrefix;
|
||||
protected String managerFileNamePrefix;
|
||||
protected String poolFolderNamePrefix;
|
||||
protected String poolFolderNameSuffix;
|
||||
protected String poolFileNamePrefix;
|
||||
protected String filterFileNamePrefix;
|
||||
protected String referenceManagerFileNamePrefix;
|
||||
/**
|
||||
* Default prefix for filter pool manager persisted file: "filterPools_"
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue