Bug 76174 - [1.5] missing error when using static import
Summary: [1.5] missing error when using static import
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.1 M3   Edit
Assignee: Kent Johnson CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-13 11:56 EDT by David Audel CLA
Modified: 2004-11-03 09:48 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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