bundlelevel gogo command will never work for modifying bundle level
-------------------------------------------------------------------
Key: FELIX-2676
URL: https://issues.apache.org/jira/browse/FELIX-2676
Project: Felix
Issue Type: Bug
Components: Gogo Command
Affects Versions: gogo-0.6.0
Reporter: Arik Kfir
Priority: Blocker
BundleLevel when given a list of bundles for modifying bundle level, checks if
the given list if empty, instead of *not* empty.
See line 137 in org.apache.felix.gogo.command.Basic: it checks if the list of
bundles IS NOT null AND LENGTH==0 - I think it should be != 0
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.