[
https://issues.apache.org/jira/browse/FELIX-1956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Valentin Valchev updated FELIX-1956:
------------------------------------
Attachment: eclipse-warnings-duplicate-code.patch
I'm attaching a patch that:
* adds WebConsoleUtil class with static utility methods.
* getParameter & sendRedirect from AbstractWebConsolePlugin are moved to that
class, the original methods are deprecated.
* fixed a lot of eclipse warnings - this is mostly javadoc code, undocumented
blocks or spelling errors.
> Collect duplicate & reusable code in WebConsoleUtil
> ---------------------------------------------------
>
> Key: FELIX-1956
> URL: https://issues.apache.org/jira/browse/FELIX-1956
> Project: Felix
> Issue Type: Improvement
> Components: Web Console
> Reporter: Valentin Valchev
> Priority: Trivial
> Attachments: eclipse-warnings-duplicate-code.patch
>
>
> I've looked at the Web Console code and found some common methods that are
> used in the plugins. These methods can be reused by third party plugins and
> it would be nice, if they are exported as new class WebConsoleUtil.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.