IDEADEV-31824 (Incorrect "manual array copy" warning)
[fedora-idea.git] / plugins / InspectionGadgets / testsrc / com / siyeh / ig / performance / ManualArrayCopyInspectionTest.java
blobe7e5aee1ba36f1b7f3e09dfab14395b3dea7cc82
1 package com.siyeh.ig.performance;
3 import com.IGInspectionTestCase;
5 public class ManualArrayCopyInspectionTest extends IGInspectionTestCase {
7 public void test() throws Exception {
8 doTest("com/siyeh/igtest/performance/manual_array_copy",
9 new ManualArrayCopyInspection());