eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html

branch
eric7
changeset 8877
548d45c3f571
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html	Wed Dec 29 16:53:04 2021 +0100
+++ b/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html	Wed Dec 29 16:54:36 2021 +0100
@@ -73,14 +73,14 @@
 
 <a NAME="CodeStyleStatisticsDialog.__init__" ID="CodeStyleStatisticsDialog.__init__"></a>
 <h4>CodeStyleStatisticsDialog (Constructor)</h4>
-<b>CodeStyleStatisticsDialog</b>(<i>statistics, parent=None</i>)
+<b>CodeStyleStatisticsDialog</b>(<i>statisticData, parent=None</i>)
 
 <p>
         Constructor
 </p>
 <dl>
 
-<dt><i>statistics</i> (dict)</dt>
+<dt><i>statisticData</i> (dict)</dt>
 <dd>
 dictionary with the statistical data
 </dd>
@@ -91,7 +91,7 @@
 </dl>
 <a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a>
 <h4>CodeStyleStatisticsDialog.__createItem</h4>
-<b>__createItem</b>(<i>counts, code, message</i>)
+<b>__createItem</b>(<i>counts, msgCode, message</i>)
 
 <p>
         Private method to create an entry in the result list.
@@ -103,9 +103,9 @@
 dictionary containing the total and ignored occurrences
             of the issue
 </dd>
-<dt><i>code</i> (str)</dt>
+<dt><i>msgCode</i> (str)</dt>
 <dd>
-of a code style issue message
+code of a code style issue message
 </dd>
 <dt><i>message</i> (str)</dt>
 <dd>

eric ide

mercurial