Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Won't Fix
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
It should take one in one of it's constructors or something similar.
Activity
Jon Tirsen
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.0-beta-1 [ 10147 ] |
Aslak Hellesøy
made changes -
Resolution | Won't Fix [ 2 ] | |
Fix Version/s | 1.0-beta-1 [ 10147 ] | |
Status | Unassigned [ 1 ] | Closed [ 6 ] |
I don't understand. StringNano wraps a pico. It's pico that'
s responsible for the instantiation (delegating to its component factory).
Nano shouldn't know about the component factory, that's pico's business.
pseudo code:
Pico pico = new Pico( new MyComponentFactory() );
StringNano nano = new StringNano( pico );