Showing 5,014 of 7,620 total issues
Method createMinimumGradeCount
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Count,
TblLevel $tblLevel,
TblSubject $tblSubject = null,
TblGradeType $tblGradeType = null,
$Period,
Method createMinimumGradeCount
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Count,
TblLevel $tblLevel,
TblSubject $tblSubject = null,
TblGradeType $tblGradeType = null,
$Period,
Method setTableContentForAppointedDateTask
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblDivision $tblDivision,
TblTest $tblTest,
TblSubject $tblSubject,
TblPerson $tblPerson,
$studentList,
Method updateProposalBehaviorGrade
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $form,
TblDivision $tblDivision,
TblTask $tblTask,
TblGradeType $tblGradeType,
$Grade,
Method getGrade
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCertificate $tblCertificate,
$tblGradeTypeAll,
$LaneIndex,
$LaneRanking,
$LabelName = 'Betragen',
Method createPrepareStudent
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPrepareCertificate $tblPrepare,
TblPerson $tblPerson,
TblCertificate $tblCertificate = null,
$IsApproved = false,
$IsPrinted = false,
Method createPrepareData
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblDivision $tblDivision,
$Date,
$Name,
$IsGradeInformation = false,
TblGenerateCertificate $tblGenerateCertificate = null,
Method updateAbiturExamGrades
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $form,
TblPrepareCertificate $tblPrepare,
TblPerson $tblPerson,
$Data,
$GroupId,
Method updatePrepareBehaviorGrades
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
IFormInterface $Stage = null,
TblPrepareCertificate $tblPrepare,
TblGroup $tblGroup = null,
TblGradeType $tblGradeType,
TblGradeType $tblNextGradeType = null,
Method createPrepare
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblDivision $tblDivision,
$Date,
$Name,
$IsGradeInformation = false,
TblGenerateCertificate $tblGenerateCertificate = null,
Method updatePrepareStudent
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblPrepareStudent $tblPrepareStudent,
TblCertificate $tblCertificate = null,
$IsApproved = false,
$IsPrinted = false,
$ExcusedDays = null,
Method frontendPrepareSetting
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$PrepareId = null,
$GroupId = null,
$Route = 'Teacher',
$GradeTypeId = null,
$IsNotGradeType = null,
Method setTableContentForAppointedDateTask
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblDivision $tblDivision,
TblTest $tblTest,
TblSubject $tblSubject,
TblPerson $tblPerson,
$studentList,
Method createExamsContent
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$tblTestList,
$IsFinalGrade,
$studentTable,
$tblCurrentSubject,
$tblSubjectList,
Method setLeaveContentForSekTwo
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
TblCertificate $tblCertificate = null,
TblLeaveStudent $tblLeaveStudent = null,
TblDivision $tblDivision = null,
TblPerson $tblPerson = null,
Stage $stage,
Method setDivisionStudents
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
&$Content,
TblPerson $tblPerson,
TblLevel $tblLevel,
TblDivision $tblDivision,
$gender,
Method frontendSubjectPersonAdd
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
$Id = null,
$SubjectId = null,
$Group = null,
$DataAddPerson = null,
$DataRemovePerson = null,
Method setConnection
has 7 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function setConnection($Username, $Password, $Database, $Driver, $Host, $Port, $Timeout = 5)
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Open
public function __construct($Name, $Path, IIconInterface $Icon = null, $Data = array(), $ToolTip = false, $Anchor = null)
Avoid deeply nested control flow statements. Open
Open
if (settings.ExtensionRowExchange.Url) {
$.post(settings.ExtensionRowExchange.Url,
{
'Direction': settings.ExtensionRowExchange.Connect,
'Data': PostData,