Showing 5,014 of 7,620 total issues
Method updateDivisionBehaviorTaskAsBulk
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateDivisionBehaviorTaskAsBulk(
$behaviorTaskAddList,
$behaviorTaskRemoveTestList
) {
Method countGradesAndStudentsByTest
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function countGradesAndStudentsByTest(TblTest $tblTest, &$countGrades, &$countStudents)
{
$tblDivision = $tblTest->getServiceTblDivision();
$tblSubject = $tblTest->getServiceTblSubject();
$tblSubjectGroup = $tblTest->getServiceTblSubjectGroup();
Method updateAbiturLevelTenGrades
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function updateAbiturLevelTenGrades(
IFormInterface $form,
TblPrepareCertificate $tblPrepare,
TblPerson $tblPerson,
$Data,
Method createAbsence
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function createAbsence(
IFormInterface $Stage = null,
TblPerson $tblPerson,
TblDivision $tblDivision,
$BasicRoute = '',
Method buildView
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function buildView()
{
$TableList = $this->LinkList;
$QueryBuilder = $this->Structure->getQueryBuilder();
Method frontendSubjectGroupChange
has 71 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function frontendSubjectGroupChange($Id = null, $SubjectId = null, $DivisionId = null, $DivisionSubjectId = null, $Group = null)
{
if ($Id === null || $SubjectId === null || $DivisionId === null || $DivisionSubjectId === null) {
$Stage = new Stage('Fach-Gruppen', 'Bearbeiten');
Service
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends AbstractService
{
/**
* @param bool $doSimulation
ApiDocument
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class ApiDocument implements IApiInterface
{
// registered method
use ApiTrait;
AbstractDocument
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class AbstractDocument
{
/** @var null|Frame $Document */
private $Document = null;
Service
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Service extends Extension
{
/**
* @param IFormInterface|null $Stage
Data
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Data extends AbstractData
{
/**
* @return false|ViewPeopleGroupMember[]
Data
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
class Data extends AbstractData
{
/**
* @return void
AbstractView
has 25 functions (exceeds 20 allowed). Consider refactoring. Open
Open
abstract class AbstractView extends Element
{
const DISABLE_PATTERN = '!(_Id$|_service|_tbl|Locked|MetaTable|^Id$|^Entity)!s';
/** @var array $NameDefinitionList */
Method runPlatform
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function runPlatform()
{
/**
* REST-API
Function ModForm
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
$.fn.ModForm = function(options)
{
var thisForm = this;
// This is the easiest way to have default options.
var settings = $.extend({
Method clearPassword
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function clearPassword($GroupByTime, $Confirm = false)
{
$Stage = new Stage('Benutzer', 'Klartext Passwörter');
if ($GroupByTime) {
$GroupByTime = new \DateTime($GroupByTime);
Method getLevelTen
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function getLevelTen(TblPerson $tblPerson = null)
{
$slice = new Slice();
$slice
Method getSubjectLanesForGradeInformation
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
protected function getSubjectLanesForGradeInformation(TblPerson $tblPerson = null)
{
$personId = $tblPerson ? $tblPerson->getId() : 0;
Method setHighlightedTestsOverview
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private function setHighlightedTestsOverview($Data, $IsDivisionTeacher, $PersonId = null)
{
$stage = new Stage('Leistungsüberprüfung', 'Planungsübersicht');
$stage->addButton(new Standard(
'Zurück',
Method __construct
has 70 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
public function __construct(
TblDivision $tblDivision,
TblPerson $tblPerson,
TblPrepareCertificate $tblPrepareCertificate
) {