|
Project
|
IntelliJ IDEA
|
|
Priority
|
Normal |
|
Type
|
Bug |
|
Fix versions
|
No Fix versions |
|
State
|
Fixed |
|
Assignee
|
Bas Leijdekkers |
|
Subsystem
|
Code Analysis. Inspection |
|
Affected versions
|
No Affected versions |
|
Fixed in build
|
108.65 |
for (int i = offset + offset2; i < length; i++) {
destination[i] = source[i];
}
System.arraycopy(source, offset + offset2, destination, offset + offset2, length - offset + offset2);
System.arraycopy(source, offset + offset2, destination, offset + offset2, length - (offset + offset2));
|
|
|
|
|