|
From: Adam A. (JIRA) <no...@sp...> - 2010-01-19 18:53:10
|
AbstractApplicationWindow createPage method uses confusing variable name
------------------------------------------------------------------------
Key: RCP-625
URL: https://jira.springsource.org/browse/RCP-625
Project: Spring Rich Client Project
Issue Type: Refactoring
Reporter: Adam Armistead
Assignee: Lieven Doclo
The createPage method in the AbstractApplicationWindow get the ApplicationPageFactory from the registered application services and assigns it to a variable with the confusing name of "windowFactory" and uses it to create a new application page. The variable should probably be named "pageFactory".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.springsource.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|