marcelog/PAMI

View on GitHub

Showing 55 of 282 total issues

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

<?php
/**
 * Event triggered when an action ShowDialPlan is issued.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/ListDialplanEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered for agents.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/AgentsEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a bridge is destroyed.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/BridgeDestroyEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a dtmf is detected in a call.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/DTMFEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when an agi executes an application.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/AGIExecEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a bridged channel is unlinked.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/UnlinkEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeCreateEvent.php on lines 1..115
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117

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 104.

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 12 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a bridge is created.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/BridgeCreateEvent.php and 11 other locations - About 1 hr to fix
src/PAMI/Message/Event/AGIExecEvent.php on lines 1..117
src/PAMI/Message/Event/AgentsEvent.php on lines 1..117
src/PAMI/Message/Event/BridgeDestroyEvent.php on lines 1..115
src/PAMI/Message/Event/DTMFEvent.php on lines 1..117
src/PAMI/Message/Event/HangupEvent.php on lines 1..117
src/PAMI/Message/Event/LinkEvent.php on lines 1..117
src/PAMI/Message/Event/ListDialplanEvent.php on lines 1..117
src/PAMI/Message/Event/RTCPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPReceiverStatEvent.php on lines 1..117
src/PAMI/Message/Event/RTPSenderStatEvent.php on lines 1..117
src/PAMI/Message/Event/UnlinkEvent.php on lines 1..117

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 104.

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

<?php
/**
 * ShowDialPlan action message.
 *
 * PHP Version 5
Severity: Minor
Found in src/PAMI/Message/Action/ShowDialPlanAction.php and 1 other location - About 40 mins to fix
src/PAMI/Message/Action/QueueStatusAction.php on lines 1..63

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 93.

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

<?php
/**
 * QueueStatus action message.
 *
 * PHP Version 5
Severity: Minor
Found in src/PAMI/Message/Action/QueueStatusAction.php and 1 other location - About 40 mins to fix
src/PAMI/Message/Action/ShowDialPlanAction.php on lines 1..64

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 93.

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

<?php
/**
 * QueuePenalty action message.
 *
 * PHP Version 5
Severity: Minor
Found in src/PAMI/Message/Action/QueuePenaltyAction.php and 1 other location - About 35 mins to fix
src/PAMI/Message/Action/AGIAction.php on lines 1..60

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 92.

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

<?php
/**
 * AGI action message.
 *
 * PHP Version 5
Severity: Minor
Found in src/PAMI/Message/Action/AGIAction.php and 1 other location - About 35 mins to fix
src/PAMI/Message/Action/QueuePenaltyAction.php on lines 1..63

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 92.

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 4 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when an action DAHDIShowChannel is issued.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/DAHDIShowChannelsEvent.php and 3 other locations - About 30 mins to fix
src/PAMI/Message/Event/ChannelUpdateEvent.php on lines 1..107
src/PAMI/Message/Event/NewCalleridEvent.php on lines 1..107
src/PAMI/Message/Event/QueueSummaryEvent.php on lines 1..107

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 91.

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 4 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a caller id is used.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/NewCalleridEvent.php and 3 other locations - About 30 mins to fix
src/PAMI/Message/Event/ChannelUpdateEvent.php on lines 1..107
src/PAMI/Message/Event/DAHDIShowChannelsEvent.php on lines 1..108
src/PAMI/Message/Event/QueueSummaryEvent.php on lines 1..107

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 91.

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 4 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered for a QueueSummary action.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/QueueSummaryEvent.php and 3 other locations - About 30 mins to fix
src/PAMI/Message/Event/ChannelUpdateEvent.php on lines 1..107
src/PAMI/Message/Event/DAHDIShowChannelsEvent.php on lines 1..108
src/PAMI/Message/Event/NewCalleridEvent.php on lines 1..107

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 91.

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 4 locations. Consider refactoring.
Open

<?php
/**
 * Event triggered when a channel updated its status.
 *
 * PHP Version 5
Severity: Major
Found in src/PAMI/Message/Event/ChannelUpdateEvent.php and 3 other locations - About 30 mins to fix
src/PAMI/Message/Event/DAHDIShowChannelsEvent.php on lines 1..108
src/PAMI/Message/Event/NewCalleridEvent.php on lines 1..107
src/PAMI/Message/Event/QueueSummaryEvent.php on lines 1..107

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 91.

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