152 <tr> |
152 <tr> |
153 <td><a href="#CodeStyleCheckerDialog.__itemFixable">__itemFixable</a></td> |
153 <td><a href="#CodeStyleCheckerDialog.__itemFixable">__itemFixable</a></td> |
154 <td>Private method to check, if an item has a fixable issue.</td> |
154 <td>Private method to check, if an item has a fixable issue.</td> |
155 </tr> |
155 </tr> |
156 <tr> |
156 <tr> |
|
157 <td><a href="#CodeStyleCheckerDialog.__migrateIssueCodes">__migrateIssueCodes</a></td> |
|
158 <td>Private method to migrate the issue codes to the form 'category'-'number'.</td> |
|
159 </tr> |
|
160 <tr> |
157 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> |
161 <td><a href="#CodeStyleCheckerDialog.__modifyFixedResultItem">__modifyFixedResultItem</a></td> |
158 <td>Private method to modify a result list entry to show its positive fixed state.</td> |
162 <td>Private method to modify a result list entry to show its positive fixed state.</td> |
159 </tr> |
163 </tr> |
160 <tr> |
164 <tr> |
161 <td><a href="#CodeStyleCheckerDialog.__modifyOptions">__modifyOptions</a></td> |
165 <td><a href="#CodeStyleCheckerDialog.__modifyOptions">__modifyOptions</a></td> |
737 <dt>Return Type:</dt> |
741 <dt>Return Type:</dt> |
738 <dd> |
742 <dd> |
739 bool |
743 bool |
740 </dd> |
744 </dd> |
741 </dl> |
745 </dl> |
|
746 <a NAME="CodeStyleCheckerDialog.__migrateIssueCodes" ID="CodeStyleCheckerDialog.__migrateIssueCodes"></a> |
|
747 <h4>CodeStyleCheckerDialog.__migrateIssueCodes</h4> |
|
748 <b>__migrateIssueCodes</b>(<i></i>) |
|
749 <p> |
|
750 Private method to migrate the issue codes to the form 'category'-'number'. |
|
751 </p> |
|
752 |
742 <a NAME="CodeStyleCheckerDialog.__modifyFixedResultItem" ID="CodeStyleCheckerDialog.__modifyFixedResultItem"></a> |
753 <a NAME="CodeStyleCheckerDialog.__modifyFixedResultItem" ID="CodeStyleCheckerDialog.__modifyFixedResultItem"></a> |
743 <h4>CodeStyleCheckerDialog.__modifyFixedResultItem</h4> |
754 <h4>CodeStyleCheckerDialog.__modifyFixedResultItem</h4> |
744 <b>__modifyFixedResultItem</b>(<i>itm, result</i>) |
755 <b>__modifyFixedResultItem</b>(<i>itm, result</i>) |
745 <p> |
756 <p> |
746 Private method to modify a result list entry to show its |
757 Private method to modify a result list entry to show its |
763 <b>__modifyOptions</b>(<i>source</i>) |
774 <b>__modifyOptions</b>(<i>source</i>) |
764 <p> |
775 <p> |
765 Private method to modify the options based on eflag: entries. |
776 Private method to modify the options based on eflag: entries. |
766 </p> |
777 </p> |
767 <p> |
778 <p> |
768 This method looks for comment lines like '# eflag: noqa = M601' |
779 This method looks for comment lines like '# eflag: noqa = M-601' |
769 at the end of the source in order to extend the list of excluded |
780 at the end of the source in order to extend the list of excluded |
770 messages for one file only. |
781 messages for one file only. |
771 </p> |
782 </p> |
772 |
783 |
773 <dl> |
784 <dl> |