Bug 76174

Summary: [1.5] missing error when using static import
Product: [Eclipse Project] JDT Reporter: David Audel <david_audel>
Component: CoreAssignee: Kent Johnson <kent_johnson>
Status: VERIFIED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 3.1 M3   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description David Audel CLA 2004-10-13 11:56:40 EDT
build I20041013
1) create X.java
import static java.lang.System.*;
public class X {
  void foo() {
    arraycopy();
  }
}
2) compile

arraycopy() needs some parameters but there is no error.
Comment 1 Kent Johnson CLA 2004-10-15 14:03:52 EDT
fixed.

added StaticImportTest.test010().
Comment 2 David Audel CLA 2004-11-03 09:48:24 EST
Verified for 3.1M3 with build I20041102