|
Change Parameter Type verbTokenReadings : ArrayList<AnalyzedToken> to verbTokenReadings : List<AnalyzedToken> in method public isException(tokens AnalyzedTokenReadings[], i int, masterInflections List<TokenVerbAgreementRule.Inflection>, slaveInflections List<TokenVerbAgreementRule.Inflection>, nounTokenReadings List<AnalyzedToken>, verbTokenReadings List<AnalyzedToken>) : boolean in class org.languagetool.rules.uk.TokenVerbAgreementExceptionHelper |
From |
To |
|
Change Parameter Type adjTokenReadings : ArrayList<AnalyzedToken> to adjTokenReadings : List<AnalyzedToken> in method public isException(tokens AnalyzedTokenReadings[], i int, masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, adjTokenReadings List<AnalyzedToken>, slaveTokenReadings List<AnalyzedToken>) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Change Parameter Type slaveTokenReadings : ArrayList<AnalyzedToken> to slaveTokenReadings : List<AnalyzedToken> in method public isException(tokens AnalyzedTokenReadings[], i int, masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, adjTokenReadings List<AnalyzedToken>, slaveTokenReadings List<AnalyzedToken>) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Change Parameter Type nounTokenReadings : ArrayList<AnalyzedToken> to nounTokenReadings : List<AnalyzedToken> in method public isException(tokens AnalyzedTokenReadings[], i int, masterInflections List<TokenVerbAgreementRule.Inflection>, slaveInflections List<TokenVerbAgreementRule.Inflection>, nounTokenReadings List<AnalyzedToken>, verbTokenReadings List<AnalyzedToken>) : boolean in class org.languagetool.rules.uk.TokenVerbAgreementExceptionHelper |
From |
To |
|
Rename Variable adjAnalyzedTokenReadins : AnalyzedTokenReadings to adjAnalyzedTokenReadings : AnalyzedTokenReadings in method public isException(tokens AnalyzedTokenReadings[], i int, masterInflections List<InflectionHelper.Inflection>, slaveInflections List<InflectionHelper.Inflection>, adjTokenReadings List<AnalyzedToken>, slaveTokenReadings List<AnalyzedToken>) : boolean in class org.languagetool.rules.uk.TokenInflectionExceptionHelper |
From |
To |
|
Rename Variable adjAnalyzedTokenReadins : AnalyzedTokenReadings to adjAnalyzedTokenReadings : AnalyzedTokenReadings in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable string : String to s : String in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Rename Variable nounAnalyzedTokenReadins : AnalyzedTokenReadings to nounAnalyzedTokenReadings : AnalyzedTokenReadings in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenVerbAgreementRule |
From |
To |
|
Change Variable Type nounTokenReadings : ArrayList<AnalyzedToken> to nounTokenReadings : List<AnalyzedToken> in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenVerbAgreementRule |
From |
To |
|
Change Variable Type list : ArrayList<String> to list : List<String> in method private formatInflections(inflections List<Inflection>, adj boolean) : String in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Change Variable Type slaveTokenReadings : ArrayList<AnalyzedToken> to slaveTokenReadings : List<AnalyzedToken> in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Change Variable Type adjTokenReadings : ArrayList<AnalyzedToken> to adjTokenReadings : List<AnalyzedToken> in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenInflectionAgreementRule |
From |
To |
|
Change Variable Type verbTokenReadings : ArrayList<AnalyzedToken> to verbTokenReadings : List<AnalyzedToken> in method public match(text AnalyzedSentence) : RuleMatch[] in class org.languagetool.rules.uk.TokenVerbAgreementRule |
From |
To |