You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "Will Glass-Husain (JIRA)" <ji...@apache.org> on 2006/11/11 17:58:38 UTC

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

     [ http://issues.apache.org/jira/browse/VELOCITY-493?page=all ]

Will Glass-Husain resolved VELOCITY-493.
----------------------------------------

    Fix Version/s: 1.5 beta2
       Resolution: Fixed

Patch applied.  Thanks Claude for the patch and Mike for raising the issue!

(minor note: remember our code style re: braces when submitting patches, please).

> RuntimeInstance.getProperty() should check overridingProperties  when not yet initialized
> -----------------------------------------------------------------------------------------
>
>                 Key: VELOCITY-493
>                 URL: http://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: http://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