[
https://issues.apache.org/jira/browse/FELIX-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Pierre De Rop updated FELIX-1868:
---------------------------------
Attachment: DefaultNullObject.java
> DM/ NullObject improvement
> --------------------------
>
> Key: FELIX-1868
> URL: https://issues.apache.org/jira/browse/FELIX-1868
> Project: Felix
> Issue Type: Improvement
> Components: Dependency Manager
> Affects Versions: dependencymanager-2.0.1
> Reporter: Pierre De Rop
> Priority: Minor
> Attachments: DefaultNullObject.java
>
>
> Here are three improvements concerning the Default NullObject in DM:
> 1) support for a default Date return type
> 2) support for a default String return type
> 3) return a NullObject for method whose return type is not a primitive type.
> For example, currently, the following "MyService.getSomething()" method can't
> return a NullObject with the current DefaultNullObject: class:
> interface MyService {
> Something getSomething();
> }
> interface Something {
> }
>
> See attached patch
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.