Advertisement
Guest User

PHP Mess Dedector / SF 2.5.3

a guest
Sep 23rd, 2013
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.70 KB | None | 0 0
  1. MediaWiki 1.22alpha (ae44cfb)
  2. PHP 5.4.7 (apache2handler)
  3.  
  4. Semantic Forms (Version 2.5.3)
  5. Semantic MediaWiki (Version 1.9 alpha-3)
  6.  
  7. Report generated by PHP Mess Detector 1.5.0 (http://phpmd.org/)
  8.  
  9. PHPMD report
  10.  
  11. Problems found
  12.  
  13. # File Line Problem
  14. 1 ...\mw\extensions\SemanticForms\includes\SF_AutocompleteAPI.php 21 The method execute() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10.
  15. 2 ...\mw\extensions\SemanticForms\includes\SF_AutocompleteAPI.php 136 The method getAllValuesForProperty() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  16. 3 ...\mw\extensions\SemanticForms\includes\SF_AutocompleteAPI.php 136 The method getAllValuesForProperty() has an NPath complexity of 800. The configured NPath complexity threshold is 200.
  17. 4 ...\mw\extensions\SemanticForms\includes\SF_AutocompleteAPI.php 136 The method getAllValuesForProperty() has 108 lines of code. Current threshold is set to 100. Avoid really long methods.
  18. 5 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 15 The class SFAutoeditAPI has 1158 lines of code. Current threshold is 1000. Avoid really long classes.
  19. 6 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 15 The class SFAutoeditAPI has 15 methods. Consider refactoring SFAutoeditAPI to keep number of methods under 10.
  20. 7 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 15 The class SFAutoeditAPI has an overall complexity of 177 which is very high. The configured complexity threshold is 50.
  21. 8 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 129 The method prepareAction() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10.
  22. 9 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 129 The method prepareAction() has an NPath complexity of 4032. The configured NPath complexity threshold is 200.
  23. 10 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 129 The method prepareAction() has 102 lines of code. Current threshold is set to 100. Avoid really long methods.
  24. 11 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 238 The method getFormTitle() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  25. 12 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 238 The method getFormTitle() has an NPath complexity of 340. The configured NPath complexity threshold is 200.
  26. 13 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 400 The method doStore() has a Cyclomatic Complexity of 35. The configured cyclomatic complexity threshold is 10.
  27. 14 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 400 The method doStore() has an NPath complexity of 1908. The configured NPath complexity threshold is 200.
  28. 15 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 400 The method doStore() has 146 lines of code. Current threshold is set to 100. Avoid really long methods.
  29. 16 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 617 The method generateTargetName() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
  30. 17 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 724 The method doAction() has a Cyclomatic Complexity of 27. The configured cyclomatic complexity threshold is 10.
  31. 18 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 724 The method doAction() has an NPath complexity of 68904. The configured NPath complexity threshold is 200.
  32. 19 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 724 The method doAction() has 182 lines of code. Current threshold is set to 100. Avoid really long methods.
  33. 20 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 907 The method parseDataFromHTMLFrag() has a Cyclomatic Complexity of 22. The configured cyclomatic complexity threshold is 10.
  34. 21 ...\mw\extensions\SemanticForms\includes\SF_AutoeditAPI.php 907 The method parseDataFromHTMLFrag() has an NPath complexity of 4773. The configured NPath complexity threshold is 200.
  35. 22 ...\mw\extensions\SemanticForms\includes\SF_Form.php 63 The method createMarkup() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  36. 23 ...\mw\extensions\SemanticForms\includes\SF_FormEditAction.php 47 The method displayTab() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10.
  37. 24 ...\mw\extensions\SemanticForms\includes\SF_FormEditAction.php 47 The method displayTab() has an NPath complexity of 69120. The configured NPath complexity threshold is 200.
  38. 25 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 15 The class SFFormField has an overall complexity of 67 which is very high. The configured complexity threshold is 50.
  39. 26 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 50 The method createFromDefinition has 12 parameters. Consider to reduce parameter number under 10.
  40. 27 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 170 The method creationHTML() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  41. 28 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 266 The method createMarkup() has a Cyclomatic Complexity of 18. The configured cyclomatic complexity threshold is 10.
  42. 29 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 266 The method createMarkup() has an NPath complexity of 7776. The configured NPath complexity threshold is 200.
  43. 30 ...\mw\extensions\SemanticForms\includes\SF_FormField.php 334 The method getArgumentsForInputCall() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  44. 31 ...\mw\extensions\SemanticForms\includes\SF_FormLinker.php 13 The class SFFormLinker has an overall complexity of 58 which is very high. The configured complexity threshold is 50.
  45. 32 ...\mw\extensions\SemanticForms\includes\SF_FormLinker.php 87 The method getFormsThatPagePointsTo() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  46. 33 ...\mw\extensions\SemanticForms\includes\SF_FormLinker.php 301 The method getDefaultFormsForPage() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  47. 34 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 16 The class SFFormPrinter has 1775 lines of code. Current threshold is 1000. Avoid really long classes.
  48. 35 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 16 The class SFFormPrinter has 11 methods. Consider refactoring SFFormPrinter to keep number of methods under 10.
  49. 36 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 16 The class SFFormPrinter has an overall complexity of 365 which is very high. The configured complexity threshold is 50.
  50. 37 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 332 The method formHTML() has a Cyclomatic Complexity of 318. The configured cyclomatic complexity threshold is 10.
  51. 38 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 332 The method formHTML() has an NPath complexity of 83727526723985836922630400000. The configured NPath complexity threshold is 200.
  52. 39 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 332 The method formHTML() has 1403 lines of code. Current threshold is set to 100. Avoid really long methods.
  53. 40 ...\mw\extensions\SemanticForms\includes\SF_FormPrinter.php 1739 The method formFieldHTML() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  54. 41 ...\mw\extensions\SemanticForms\includes\SF_FormUtils.php 13 The class SFFormUtils has 17 methods. Consider refactoring SFFormUtils to keep number of methods under 10.
  55. 42 ...\mw\extensions\SemanticForms\includes\SF_FormUtils.php 13 The class SFFormUtils has an overall complexity of 84 which is very high. The configured complexity threshold is 50.
  56. 43 ...\mw\extensions\SemanticForms\includes\SF_HelperFormAction.php 48 The method displayTab() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  57. 44 ...\mw\extensions\SemanticForms\includes\SF_HelperFormAction.php 48 The method displayTab() has an NPath complexity of 8640. The configured NPath complexity threshold is 200.
  58. 45 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 12 The class SFPageSchemas has an overall complexity of 201 which is very high. The configured complexity threshold is 50.
  59. 46 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 23 The method createPageSchemasObject() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10.
  60. 47 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 23 The method createPageSchemasObject() has an NPath complexity of 1200. The configured NPath complexity threshold is 200.
  61. 48 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 85 The method createSchemaXMLFromForm() has a Cyclomatic Complexity of 28. The configured cyclomatic complexity threshold is 10.
  62. 49 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 187 The method createFieldXMLFromForm() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  63. 50 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 283 The method getSchemaEditingHTML() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  64. 51 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 283 The method getSchemaEditingHTML() has an NPath complexity of 23437500. The configured NPath complexity threshold is 200.
  65. 52 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 283 The method getSchemaEditingHTML() has 113 lines of code. Current threshold is set to 100. Avoid really long methods.
  66. 53 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 421 The method getFieldEditingHTML() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  67. 54 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 421 The method getFieldEditingHTML() has an NPath complexity of 720. The configured NPath complexity threshold is 200.
  68. 55 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 651 The method generateForm() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10.
  69. 56 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 651 The method generateForm() has an NPath complexity of 4096. The configured NPath complexity threshold is 200.
  70. 57 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 699 The method generatePages() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
  71. 58 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 699 The method generatePages() has an NPath complexity of 675. The configured NPath complexity threshold is 200.
  72. 59 ...\mw\extensions\SemanticForms\includes\SF_PageSchemas.php 699 The method generatePages() has 110 lines of code. Current threshold is set to 100. Avoid really long methods.
  73. 60 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 137 The class SFParserFunctions has an overall complexity of 90 which is very high. The configured complexity threshold is 50.
  74. 61 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 186 The method renderFormInput() has a Cyclomatic Complexity of 33. The configured cyclomatic complexity threshold is 10.
  75. 62 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 186 The method renderFormInput() has an NPath complexity of 92800. The configured NPath complexity threshold is 200.
  76. 63 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 186 The method renderFormInput() has 187 lines of code. Current threshold is set to 100. Avoid really long methods.
  77. 64 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 406 The method renderArrayMapObj() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  78. 65 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 406 The method renderArrayMapObj() has an NPath complexity of 131250. The configured NPath complexity threshold is 200.
  79. 66 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 475 The method renderArrayMapTemplateObj() has an NPath complexity of 6250. The configured NPath complexity threshold is 200.
  80. 67 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 511 The method renderAutoEdit() has a Cyclomatic Complexity of 21. The configured cyclomatic complexity threshold is 10.
  81. 68 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 511 The method renderAutoEdit() has an NPath complexity of 5376. The configured NPath complexity threshold is 200.
  82. 69 ...\mw\extensions\SemanticForms\includes\SF_ParserFunctions.php 511 The method renderAutoEdit() has 125 lines of code. Current threshold is set to 100. Avoid really long methods.
  83. 70 ...\mw\extensions\SemanticForms\includes\SF_TemplateField.php 12 The class SFTemplateField has an overall complexity of 86 which is very high. The configured complexity threshold is 50.
  84. 71 ...\mw\extensions\SemanticForms\includes\SF_TemplateField.php 162 The method createTemplateText() has a Cyclomatic Complexity of 60. The configured cyclomatic complexity threshold is 10.
  85. 72 ...\mw\extensions\SemanticForms\includes\SF_TemplateField.php 162 The method createTemplateText() has an NPath complexity of 6987451392. The configured NPath complexity threshold is 200.
  86. 73 ...\mw\extensions\SemanticForms\includes\SF_TemplateField.php 162 The method createTemplateText() has 211 lines of code. Current threshold is set to 100. Avoid really long methods.
  87. 74 ...\mw\extensions\SemanticForms\includes\SF_TemplateInForm.php 31 The method getAllFields() has a Cyclomatic Complexity of 24. The configured cyclomatic complexity threshold is 10.
  88. 75 ...\mw\extensions\SemanticForms\includes\SF_TemplateInForm.php 31 The method getAllFields() has an NPath complexity of 4321. The configured NPath complexity threshold is 200.
  89. 76 ...\mw\extensions\SemanticForms\includes\SF_TemplateInForm.php 31 The method getAllFields() has 101 lines of code. Current threshold is set to 100. Avoid really long methods.
  90. 77 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 10 The class SFUtils has 1052 lines of code. Current threshold is 1000. Avoid really long classes.
  91. 78 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 10 The class SFUtils has 20 methods. Consider refactoring SFUtils to keep number of methods under 10.
  92. 79 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 10 The class SFUtils has an overall complexity of 186 which is very high. The configured complexity threshold is 50.
  93. 80 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 207 The method printRedirectForm() has an NPath complexity of 300. The configured NPath complexity threshold is 200.
  94. 81 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 207 The method printRedirectForm has 10 parameters. Consider to reduce parameter number under 10.
  95. 82 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 364 The method getAllPagesForCategory() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
  96. 83 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 439 The method getAllPagesForConcept() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  97. 84 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 489 The method getAllPagesForNamespace() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  98. 85 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 489 The method getAllPagesForNamespace() has an NPath complexity of 360. The configured NPath complexity threshold is 200.
  99. 86 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 656 The method processEditErrors() has a Cyclomatic Complexity of 23. The configured cyclomatic complexity threshold is 10.
  100. 87 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 818 The method createFormLink() has a Cyclomatic Complexity of 35. The configured cyclomatic complexity threshold is 10.
  101. 88 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 818 The method createFormLink() has an NPath complexity of 31200. The configured NPath complexity threshold is 200.
  102. 89 ...\mw\extensions\SemanticForms\includes\SF_Utils.php 818 The method createFormLink() has 131 lines of code. Current threshold is set to 100. Avoid really long methods.
  103. 90 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoriesInput.php 23 The method getHTML() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  104. 91 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoriesInput.php 23 The method getHTML() has an NPath complexity of 1536. The configured NPath complexity threshold is 200.
  105. 92 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoriesInput.php 23 The method getHTML() has 100 lines of code. Current threshold is set to 100. Avoid really long methods.
  106. 93 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoryInput.php 23 The method getHTMLForDropdown() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  107. 94 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoryInput.php 77 The method getHTML() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  108. 95 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CategoryInput.php 77 The method getHTML() has an NPath complexity of 6144. The configured NPath complexity threshold is 200.
  109. 96 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CheckboxInput.php 23 The method getHTML() has an NPath complexity of 700. The configured NPath complexity threshold is 200.
  110. 97 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CheckboxesInput.php 30 The method getHTML() has a Cyclomatic Complexity of 15. The configured cyclomatic complexity threshold is 10.
  111. 98 ...\mw\extensions\SemanticForms\includes\forminputs\SF_CheckboxesInput.php 30 The method getHTML() has an NPath complexity of 5440. The configured NPath complexity threshold is 200.
  112. 99 ...\mw\extensions\SemanticForms\includes\forminputs\SF_ComboBoxInput.php 23 The method getHTML() has a Cyclomatic Complexity of 13. The configured cyclomatic complexity threshold is 10.
  113. 100 ...\mw\extensions\SemanticForms\includes\forminputs\SF_ComboBoxInput.php 23 The method getHTML() has an NPath complexity of 1536. The configured NPath complexity threshold is 200.
  114. 101 ...\mw\extensions\SemanticForms\includes\forminputs\SF_DateTimeInput.php 27 The method getHTML() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10.
  115. 102 ...\mw\extensions\SemanticForms\includes\forminputs\SF_DateTimeInput.php 27 The method getHTML() has an NPath complexity of 3400. The configured NPath complexity threshold is 200.
  116. 103 ...\mw\extensions\SemanticForms\includes\forminputs\SF_DropdownInput.php 29 The method getHTML() has a Cyclomatic Complexity of 19. The configured cyclomatic complexity threshold is 10.
  117. 104 ...\mw\extensions\SemanticForms\includes\forminputs\SF_DropdownInput.php 29 The method getHTML() has an NPath complexity of 34560. The configured NPath complexity threshold is 200.
  118. 105 ...\mw\extensions\SemanticForms\includes\forminputs\SF_FormInput.php 294 The method getHTML() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  119. 106 ...\mw\extensions\SemanticForms\includes\forminputs\SF_FormInput.php 294 The method getHTML() has an NPath complexity of 252. The configured NPath complexity threshold is 200.
  120. 107 ...\mw\extensions\SemanticForms\includes\forminputs\SF_ListBoxInput.php 33 The method getHtmlText() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10.
  121. 108 ...\mw\extensions\SemanticForms\includes\forminputs\SF_ListBoxInput.php 33 The method getHtmlText() has an NPath complexity of 11520. The configured NPath complexity threshold is 200.
  122. 109 ...\mw\extensions\SemanticForms\includes\forminputs\SF_RadioButtonInput.php 19 The method getHTML() has a Cyclomatic Complexity of 23. The configured cyclomatic complexity threshold is 10.
  123. 110 ...\mw\extensions\SemanticForms\includes\forminputs\SF_RadioButtonInput.php 19 The method getHTML() has an NPath complexity of 64512. The configured NPath complexity threshold is 200.
  124. 111 ...\mw\extensions\SemanticForms\includes\forminputs\SF_RadioButtonInput.php 19 The method getHTML() has 116 lines of code. Current threshold is set to 100. Avoid really long methods.
  125. 112 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextAreaInput.php 139 The method getTextAreaAttributes() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  126. 113 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextAreaInput.php 139 The method getTextAreaAttributes() has an NPath complexity of 9600. The configured NPath complexity threshold is 200.
  127. 114 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextInput.php 157 The method getHTML() has a Cyclomatic Complexity of 23. The configured cyclomatic complexity threshold is 10.
  128. 115 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextInput.php 157 The method getHTML() has an NPath complexity of 53760. The configured NPath complexity threshold is 200.
  129. 116 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextWithAutocompleteInput.php 49 The method getAutocompletionTypeAndSource() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  130. 117 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextWithAutocompleteInput.php 90 The method setAutocompleteValues() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  131. 118 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextWithAutocompleteInput.php 130 The method getHTML() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10.
  132. 119 ...\mw\extensions\SemanticForms\includes\forminputs\SF_TextWithAutocompleteInput.php 130 The method getHTML() has an NPath complexity of 30720. The configured NPath complexity threshold is 200.
  133. 120 ...\mw\extensions\SemanticForms\specials\SF_CreateClass.php 59 The method createAllPages() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  134. 121 ...\mw\extensions\SemanticForms\specials\SF_CreateClass.php 59 The method createAllPages() has an NPath complexity of 240. The configured NPath complexity threshold is 200.
  135. 122 ...\mw\extensions\SemanticForms\specials\SF_CreateClass.php 151 The method execute() has 131 lines of code. Current threshold is set to 100. Avoid really long methods.
  136. 123 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 14 The class SFCreateForm has an overall complexity of 88 which is very high. The configured complexity threshold is 50.
  137. 124 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 49 The method doSpecialCreateForm() has a Cyclomatic Complexity of 53. The configured cyclomatic complexity threshold is 10.
  138. 125 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 49 The method doSpecialCreateForm() has an NPath complexity of 264499200. The configured NPath complexity threshold is 200.
  139. 126 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 49 The method doSpecialCreateForm() has 351 lines of code. Current threshold is set to 100. Avoid really long methods.
  140. 127 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 406 The method inputTypeParamInput() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
  141. 128 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 463 The method showInputTypeOptions() has a Cyclomatic Complexity of 10. The configured cyclomatic complexity threshold is 10.
  142. 129 ...\mw\extensions\SemanticForms\specials\SF_CreateForm.php 463 The method showInputTypeOptions() has an NPath complexity of 550. The configured NPath complexity threshold is 200.
  143. 130 ...\mw\extensions\SemanticForms\specials\SF_CreateProperty.php 57 The method printCreatePropertyForm() has 119 lines of code. Current threshold is set to 100. Avoid really long methods.
  144. 131 ...\mw\extensions\SemanticForms\specials\SF_FormEdit.php 65 The method printForm() has a Cyclomatic Complexity of 20. The configured cyclomatic complexity threshold is 10.
  145. 132 ...\mw\extensions\SemanticForms\specials\SF_FormEdit.php 65 The method printForm() has an NPath complexity of 2688. The configured NPath complexity threshold is 200.
  146. 133 ...\mw\extensions\SemanticForms\specials\SF_FormStart.php 24 The method execute() has a Cyclomatic Complexity of 17. The configured cyclomatic complexity threshold is 10.
  147. 134 ...\mw\extensions\SemanticForms\specials\SF_FormStart.php 24 The method execute() has an NPath complexity of 3234. The configured NPath complexity threshold is 200.
  148. 135 ...\mw\extensions\SemanticForms\specials\SF_FormStart.php 128 The method doRedirect() has a Cyclomatic Complexity of 14. The configured cyclomatic complexity threshold is 10.
  149. 136 ...\mw\extensions\SemanticForms\specials\SF_RunQuery.php 33 The method printPage() has a Cyclomatic Complexity of 22. The configured cyclomatic complexity threshold is 10.
  150. 137 ...\mw\extensions\SemanticForms\specials\SF_RunQuery.php 33 The method printPage() has an NPath complexity of 259200. The configured NPath complexity threshold is 200.
  151. 138 ...\mw\extensions\SemanticForms\specials\SF_RunQuery.php 33 The method printPage() has 139 lines of code. Current threshold is set to 100. Avoid really long methods.
  152. 139 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 16 The class SFUploadWindowProto has 19 fields. Consider to redesign SFUploadWindowProto to keep the number of fields under 15.
  153. 140 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 16 The class SFUploadWindowProto has 14 methods. Consider refactoring SFUploadWindowProto to keep number of methods under 10.
  154. 141 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 16 The class SFUploadWindowProto has an overall complexity of 100 which is very high. The configured complexity threshold is 50.
  155. 142 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 114 The method execute() has a Cyclomatic Complexity of 16. The configured cyclomatic complexity threshold is 10.
  156. 143 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 114 The method execute() has an NPath complexity of 1440. The configured NPath complexity threshold is 200.
  157. 144 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 344 The method processUpload() has a Cyclomatic Complexity of 11. The configured cyclomatic complexity threshold is 10.
  158. 145 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 344 The method processUpload() has an NPath complexity of 768. The configured NPath complexity threshold is 200.
  159. 146 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 344 The method processUpload() has 112 lines of code. Current threshold is set to 100. Avoid really long methods.
  160. 147 ...\mw\extensions\SemanticForms\specials\SF_UploadWindow.php 721 The method __construct() has an NPath complexity of 1875. The configured NPath complexity threshold is 200.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement