Page MenuHomePhabricator

NullReferenceException in Tools.RenameTemplate
Closed, ResolvedPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Check "Apply general fixes" is on
  • login to uk.wikipedia.org
  • Add Дніпропетровська область to list
  • Press Ctrl+G

What happens?:

What should have happened instead?:

description:

workaround:

Exception:NullReferenceException
Message:Ссылка на объект не указывает на экземпляр объекта.
Call stack:<pre> в WikiFunctions.Tools.RenameTemplate(String articleText, String templateName, String newTemplateName, Boolean keepFirstLetterCase)
в WikiFunctions.Parse.Parsers.FixSyntax(String articleText)
в WikiFunctions.Article.PerformGeneralFixes(Parsers parsers, HideText removeText, ISkipOptions skip, Boolean replaceReferenceTags, Boolean restrictDefaultsortAddition, Boolean noMOSComplianceFixes)
в AutoWikiBrowser.MainForm.ProcessPage(Article theArticle, Boolean mainProcess)</pre>

thread: BackgroundThread
OS: Microsoft Windows NT 6.2.9200.0
version: AutoWikiBrowser (6.4.0.1), WikiFunctions (6.4.0.1), revision 12974 (2025-03-07 08:57:47)
net: 4.0.30319.42000
duplicate: [encountered while processing page ''[https://uk.wikipedia.org/w/index.php?title=%d0%94%d0%bd%d1%96%d0%bf%d1%80%d0%be%d0%bf%d0%b5%d1%82%d1%80%d0%be%d0%b2%d1%81%d1%8c%d0%ba%d0%b0+%d0%be%d0%b1%d0%bb%d0%b0%d1%81%d1%82%d1%8c&oldid=44690592]'']
site: https://uk.wikipedia.org

Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):

Other information (browser name/version, screenshots, etc.):

Event Timeline

Rjwilmsi claimed this task.
Rjwilmsi subscribed.

rev 12984 FixSyntax handling of template calls whose contents are wikitables

Will be in next release of AWB