fisharebest/webtrees

View on GitHub

Showing 677 of 2,403 total issues

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('sources')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 's_file')
                                ->on('l_from', '=', 's_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('sources')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 's_file')
                                ->on('l_from', '=', 's_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('families')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'f_file')
                                ->on('l_from', '=', 'f_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('other')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'o_file')
                                ->on('l_from', '=', 'o_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('individuals')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'i_file')
                                ->on('l_from', '=', 'i_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('individuals')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'i_file')
                                ->on('l_from', '=', 'i_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('families')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'f_file')
                                ->on('l_from', '=', 'f_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('individuals')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'i_file')
                                ->on('l_from', '=', 'i_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('sources')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 's_file')
                                ->on('l_from', '=', 's_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('other')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'o_file')
                                ->on('l_from', '=', 'o_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 319..330
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                        } elseif (preg_match('/^(\w*):(\w+) CONTAINS (.+)$/', $value, $match)) {
                            // Don't unset this filter. This is just initial filtering for performance
                            $match[3] = strtr($match[3], ['\\' => '\\\\', '%'  => '\\%', '_'  => '\\_', ' ' => '%']);
                            $like = "%\n1 " . $match[1] . "%\n2 " . $match[2] . '%' . $match[3] . '%';
                            $query->where('f_gedcom', 'LIKE', $like);
Severity: Major
Found in app/Report/ReportParserGenerate.php and 1 other location - About 2 hrs to fix
app/Report/ReportParserGenerate.php on lines 1972..1977

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 14 locations. Consider refactoring.
Open

                    DB::table('media')
                        ->join('link', static function (JoinClause $join): void {
                            $join
                                ->on('l_file', '=', 'm_file')
                                ->on('l_from', '=', 'm_id');
Severity: Major
Found in app/Http/RequestHandlers/RenumberTreeAction.php and 13 other locations - About 2 hrs to fix
app/Http/RequestHandlers/RenumberTreeAction.php on lines 206..217
app/Http/RequestHandlers/RenumberTreeAction.php on lines 219..230
app/Http/RequestHandlers/RenumberTreeAction.php on lines 232..243
app/Http/RequestHandlers/RenumberTreeAction.php on lines 245..256
app/Http/RequestHandlers/RenumberTreeAction.php on lines 269..280
app/Http/RequestHandlers/RenumberTreeAction.php on lines 293..304
app/Http/RequestHandlers/RenumberTreeAction.php on lines 306..317
app/Http/RequestHandlers/RenumberTreeAction.php on lines 332..343
app/Http/RequestHandlers/RenumberTreeAction.php on lines 345..356
app/Http/RequestHandlers/RenumberTreeAction.php on lines 375..386
app/Http/RequestHandlers/RenumberTreeAction.php on lines 388..399
app/Http/RequestHandlers/RenumberTreeAction.php on lines 401..412
app/Http/RequestHandlers/RenumberTreeAction.php on lines 414..425

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                        } elseif (preg_match('/^(\w*):(\w+) CONTAINS (.+)$/', $value, $match)) {
                            // Don't unset this filter. This is just initial filtering for performance
                            $match[3] = strtr($match[3], ['\\' => '\\\\', '%'  => '\\%', '_'  => '\\_', ' ' => '%']);
                            $like = "%\n1 " . $match[1] . "%\n2 " . $match[2] . '%' . $match[3] . '%';
                            $query->where('i_gedcom', 'LIKE', $like);
Severity: Major
Found in app/Report/ReportParserGenerate.php and 1 other location - About 2 hrs to fix
app/Report/ReportParserGenerate.php on lines 2066..2071

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 121.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<?php

/**
 * webtrees: online genealogy
 * Copyright (C) 20 webtrees development team
Severity: Major
Found in app/Http/RequestHandlers/ModulesTabsAction.php and 2 other locations - About 1 hr to fix
app/Http/RequestHandlers/ModulesMenusAction.php on lines 1..51
app/Http/RequestHandlers/ModulesSidebarsAction.php on lines 1..51

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<?php

/**
 * webtrees: online genealogy
 * Copyright (C) 20 webtrees development team
Severity: Major
Found in app/Http/RequestHandlers/ModulesMenusAction.php and 2 other locations - About 1 hr to fix
app/Http/RequestHandlers/ModulesSidebarsAction.php on lines 1..51
app/Http/RequestHandlers/ModulesTabsAction.php on lines 1..51

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 3 locations. Consider refactoring.
Open

<?php

/**
 * webtrees: online genealogy
 * Copyright (C) 20 webtrees development team
Severity: Major
Found in app/Http/RequestHandlers/ModulesSidebarsAction.php and 2 other locations - About 1 hr to fix
app/Http/RequestHandlers/ModulesMenusAction.php on lines 1..51
app/Http/RequestHandlers/ModulesTabsAction.php on lines 1..51

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                            case 'SDX_STD':
                                $sdx = Soundex::russell($field_value);
                                if ($sdx !== '') {
                                    $this->wherePhonetic($query, 'individual_name.n_soundex_surn_std', $sdx);
                                } else {
Severity: Major
Found in app/Services/SearchService.php and 1 other location - About 1 hr to fix
app/Services/SearchService.php on lines 732..744

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

                            case 'SDX_DM':
                                $sdx = Soundex::daitchMokotoff($field_value);
                                if ($sdx !== '') {
                                    $this->wherePhonetic($query, 'individual_name.n_soundex_surn_dm', $sdx);
                                } else {
Severity: Major
Found in app/Services/SearchService.php and 1 other location - About 1 hr to fix
app/Services/SearchService.php on lines 718..730

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 120.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

            if ($KEEP_ALIVE_YEARS_DEATH !== 0) {
                preg_match_all('/\n1 (?:' . implode('|', Gedcom::DEATH_EVENTS) . ').*(?:\n[2-9].*)*\n2 DATE (.+)/', $this->gedcom, $matches, PREG_SET_ORDER);
                foreach ($matches as $match) {
                    $date = new Date($match[1]);
                    if ($date->isOK() && $date->gregorianYear() + $KEEP_ALIVE_YEARS_DEATH > date('Y')) {
Severity: Major
Found in app/Individual.php and 1 other location - About 1 hr to fix
app/Individual.php on lines 101..110

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 119.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Similar blocks of code found in 2 locations. Consider refactoring.
Open

            if ($KEEP_ALIVE_YEARS_BIRTH !== 0) {
                preg_match_all('/\n1 (?:' . implode('|', Gedcom::BIRTH_EVENTS) . ').*(?:\n[2-9].*)*\n2 DATE (.+)/', $this->gedcom, $matches, PREG_SET_ORDER);
                foreach ($matches as $match) {
                    $date = new Date($match[1]);
                    if ($date->isOK() && $date->gregorianYear() + $KEEP_ALIVE_YEARS_BIRTH > date('Y')) {
Severity: Major
Found in app/Individual.php and 1 other location - About 1 hr to fix
app/Individual.php on lines 112..121

Duplicated Code

Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

Tuning

This issue has a mass of 119.

We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

Refactorings

Further Reading

Severity
Category
Status
Source
Language