Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 1-1-beta-2
-
Fix Version/s: 1.2
-
Component/s: PicoContainer (Java)
-
Labels:None
-
Environment:Win2K, Eclipse 3.1M1
-
Number of attachments :
Description
/*
- Compile and run this dode and an exception is thrown.
- The failure description and a proposal for the bug cause is included in the comments of the source code.
*/
import org.picocontainer.MutablePicoContainer;
import org.picocontainer.alternatives.ImplementationHidingPicoContainer;
public class PicoContainerBugTest {
public static void main(String[] args)
public static interface I1 {
}
public static interface I2 {
}
public static class A {
public A() {
}
}
public static class B implements I1 {
public B(final A a) {
}
}
public static class C implements I2 {
public C(final A a) {
}
}
}
Activity
Carsten Langer
made changes -
Field | Original Value | New Value |
---|---|---|
Attachment | PicoContainerBugTest.java [ 13116 ] |
Jörg Schaible
made changes -
Fix Version/s | 1.2 [ 11330 ] |
Mauro Talevi
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Cannot Reproduce [ 5 ] |
Paul Hammant
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Copy of the source file describing the bug.