You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Claude Brisson (JIRA)" <de...@velocity.apache.org> on 2007/01/10 01:01:27 UTC

[jira] Closed: (VELOCITY-493) RuntimeInstance.getProperty() should check overridingProperties when not yet initialized

     [ https://issues.apache.org/jira/browse/VELOCITY-493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claude Brisson closed VELOCITY-493.
-----------------------------------


> RuntimeInstance.getProperty() should check overridingProperties  when not yet initialized
> -----------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-493
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-493
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.5 beta1
>         Environment: all
>            Reporter: Claude Brisson
>            Priority: Minor
>             Fix For: 1.5 beta2
>
>         Attachments: runtimeinstance.patch
>
>
> For consistency, RuntimeInstance.getProperty() should return the values previously set with setProperty() event when it hasn't already been initialized.
> runtimeInstance.setProperty("foo","bar");
> System.out.println(runtimeInstance.getProperty("foo")); // output "null"
> runtimeInstance.init();
> System.out.println(runtimeInstance.getProperty("foo")); // output "bar"

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@velocity.apache.org
For additional commands, e-mail: dev-help@velocity.apache.org