|
Change Parameter Type masterInflections : List<Inflection> to masterInflections : List<InflectionHelper.Inflection> in method private genderMatches(masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, masterCaseFilter String, slaveCaseFilter String) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Change Parameter Type slaveInflections : List<Inflection> to slaveInflections : List<InflectionHelper.Inflection> in method private genderMatches(masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, masterCaseFilter String, slaveCaseFilter String) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Change Parameter Type slaveInflections : List<Inflection> to slaveInflections : List<InflectionHelper.Inflection> in method private caseGovernmentMatches(adjTokenReadings List<AnalyzedToken>, slaveInflections List<InflectionHelper.Inflection>) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Move Method private genderMatches(masterInflections List<Inflection>, slaveInflections List<Inflection>, masterCaseFilter String, slaveCaseFilter String) : boolean from class org.languagetool.rules.uk.TokenInflectionAgreementRule to private genderMatches(masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, masterCaseFilter String, slaveCaseFilter String) : boolean from class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Move Method private reverseConjFind(tokens AnalyzedTokenReadings[], pos int, depth int) : boolean from class org.languagetool.rules.uk.TokenInflectionAgreementRule to private reverseConjFind(tokens AnalyzedTokenReadings[], pos int, depth int) : boolean from class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Move Method public isCaseSensitive() : boolean from class org.languagetool.rules.uk.TokenInflectionAgreementRule to public isCaseSensitive() : boolean from class org.languagetool.rules.uk.TokenVerbAgreementRule |
From |
To |
|
Move Method private loadMap(path String) : Map<String,Set<String>> from class org.languagetool.rules.uk.TokenInflectionAgreementRule to private loadMap(path String) : Map<String,Set<String>> from class org.languagetool.rules.uk.CaseGovernmentHelper |
From |
To |
|
Move Method private forwardConjFind(tokens AnalyzedTokenReadings[], pos int, depth int) : boolean from class org.languagetool.rules.uk.TokenInflectionAgreementRule to private forwardConjFind(tokens AnalyzedTokenReadings[], pos int, depth int) : boolean from class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Move Method public isCaseSensitive() : boolean from class org.languagetool.rules.uk.TokenAgreementRule to public isCaseSensitive() : boolean from class org.languagetool.rules.uk.TokenVerbAgreementRule |
From |
To |
|
Rename Variable posTag : String to nounPosTag : String in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable animTag : String to vidmTag : String in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable token : AnalyzedToken to nounToken : AnalyzedToken in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable posTag2 : String to nounPosTag : String in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable posTag : String to posTag0 : String in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable reqCases : ArrayList<String> to suggestions : List<String> in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |