mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +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
|
public class SystemFilterNamingPolicy implements IRSEFilterNamingPolicy, ISystemFilterConstants
|
||||||
{
|
{
|
||||||
|
|
||||||
protected String managerFileNamePrefix, poolFolderNamePrefix, poolFolderNameSuffix,
|
protected String managerFileNamePrefix;
|
||||||
poolFileNamePrefix, filterFileNamePrefix,
|
protected String poolFolderNamePrefix;
|
||||||
referenceManagerFileNamePrefix;
|
protected String poolFolderNameSuffix;
|
||||||
|
protected String poolFileNamePrefix;
|
||||||
|
protected String filterFileNamePrefix;
|
||||||
|
protected String referenceManagerFileNamePrefix;
|
||||||
/**
|
/**
|
||||||
* Default prefix for filter pool manager persisted file: "filterPools_"
|
* Default prefix for filter pool manager persisted file: "filterPools_"
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue