[
https://issues.apache.org/jira/browse/FELIX-4250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Clement Escoffier updated FELIX-4250:
-------------------------------------
Description:
It was reported an error when detecting the service specification on the
following code:
{code:java}
Set<MyServiceInterface> myServices;
@Bind(optional=true, aggregate=true)
addMyService(MyServiceInterface newService) {
myServices.add(newService);
}
{code}
was:
It was reproted an error when detecting the service specification on the
following code:
{code:java}
Set<MyServiceInterface> myServices;
@Bind(optional=true, aggregate=true)
addMyService(MyServiceInterface newService) {
myServices.add(newService);
}
{code}
> Specification deduction broken when the method does not start with the 'bind'
> prefix
> ------------------------------------------------------------------------------------
>
> Key: FELIX-4250
> URL: https://issues.apache.org/jira/browse/FELIX-4250
> Project: Felix
> Issue Type: Bug
> Components: iPOJO
> Reporter: Clement Escoffier
> Assignee: Clement Escoffier
> Fix For: ipojo-runtime-1.10.2
>
>
> It was reported an error when detecting the service specification on the
> following code:
> {code:java}
> Set<MyServiceInterface> myServices;
> @Bind(optional=true, aggregate=true)
> addMyService(MyServiceInterface newService) {
> myServices.add(newService);
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.1#6144)