Hello Jon,
There is one additional question.
In Javadoc for example for present ScreenLoader's getInstance() method
it is stated that in some cases null is returned:
/**
* Pulls out an instance of the object by name. Name is just the
* single name of the object.
*
* @param name Name of object instance.
* @return A Screen with the specified name, or null.
* @exception Exception, a generic exception.
*/
public Screen getInstance (String name)
But it seems that it will not happen unless there will be something
like this:
if ( name==null || name.length()==0 )
{
return null;
}
If yes, I will add this to my patch.
/ Shamil
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]
- [PROPOSAL] Several applications over one Turbine Shamil Yahin
- Re: [PROPOSAL] Several applications over one Turbine Rafal Krzewski
- Re[2]: [PROPOSAL] Several applications over one Tu... Shamil Yahin
- Re: [PROPOSAL] Several applications over one T... Rafal Krzewski
- Re[2]: [PROPOSAL] Several applications ove... Shamil Yahin
- Re: [PROPOSAL] Several applications o... Rafal Krzewski
- Re: [PROPOSAL] Several applications over one Turbine Jon Stevens
- Re: [PROPOSAL] Several applications over one Turbine Jon Stevens
- Re[2]: [PROPOSAL] Several applications over one Tu... Shamil Yahin
- Re: Re[2]: [PROPOSAL] Several applications over on... Shamil Yahin
- Re: Re[2]: [PROPOSAL] Several applications ove... Jon Stevens
- Re[4]: [PROPOSAL] Several applications ove... Shamil Yahin
- Re: Re[4]: [PROPOSAL] Several applica... Jon Stevens
- Re[6]: [PROPOSAL] Several application... Shamil Yahin
- Re: Re[6]: [PROPOSAL] Several applica... Jon Stevens
