IBundleGroupProvider[] providers = Platform.getBundleGroupProviders();
if (providers != null) {
for (IBundleGroupProvider provider : providers) {
IBundleGroup[] bundleGroups = provider.getBundleGroups();
for (IBundleGroup group : bundleGroups) {
if (group.getIdentifier().equals(featureId)) {
version = group.getVersion();
}
}
}
}
}
chatGPT is good help with Erlang with caveats
-
I spent time this morning practicing my Erlang skills, few as they are. I
usually work with chatGPT because the amount and quality of tutorials, etc.
on ...
1 week ago


No comments:
Post a Comment