OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:conversionRuleList
(Results
1 - 4
of
4
) sorted by null
/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
JCLRuleSet.java
39
private ArrayList<ConversionRule>
conversionRuleList
;
57
conversionRuleList
= new ArrayList<ConversionRule>();
58
conversionRuleList
.add(cr0);
59
conversionRuleList
.add(cr1);
60
conversionRuleList
.add(cr2);
61
conversionRuleList
.add(cr3);
62
conversionRuleList
.add(cr4);
63
conversionRuleList
.add(cr5);
67
return
conversionRuleList
.iterator();
Log4jRuleSet.java
33
private ArrayList<ConversionRule>
conversionRuleList
;
60
conversionRuleList
= new ArrayList<ConversionRule>();
61
conversionRuleList
.add(crImport0);
62
conversionRuleList
.add(catImport);
63
conversionRuleList
.add(crImport1);
64
conversionRuleList
.add(crImport2);
65
conversionRuleList
.add(crImportMDC);
66
conversionRuleList
.add(crFactory0);
67
conversionRuleList
.add(crFactory1);
68
conversionRuleList
.add(crFactory2)
[
all
...]
JULRuleSet.java
39
private ArrayList<ConversionRule>
conversionRuleList
;
58
conversionRuleList
= new ArrayList<ConversionRule>();
59
conversionRuleList
.add(crImport0);
60
conversionRuleList
.add(crImport1);
61
conversionRuleList
.add(crImport2);
62
conversionRuleList
.add(crFactory0);
63
conversionRuleList
.add(crFactory1);
64
conversionRuleList
.add(crWarning);
65
conversionRuleList
.add(crSevere);
69
return
conversionRuleList
.iterator()
[
all
...]
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/line/
TrivialMatcher.java
38
private ArrayList<ConversionRule>
conversionRuleList
;
54
conversionRuleList
= new ArrayList<ConversionRule>();
55
conversionRuleList
.add(cr);
56
conversionRuleList
.add(cr1);
60
return
conversionRuleList
.iterator();
Completed in 121 milliseconds