
|
If you were logged in you would be able to see more operations.
|
|
|
|
String[] entries = OsgiResourceUtils.getRequireBundle(bundle);
works incorrectly since it doesn't support version ranges (it does splitting by a comma) and this results in a NPE later down the road.
|
|
Description
|
String[] entries = OsgiResourceUtils.getRequireBundle(bundle);
works incorrectly since it doesn't support version ranges (it does splitting by a comma) and this results in a NPE later down the road.
|
Show » |
| There are no comments yet on this issue.
|
|