Test the validity of configuration element before accessing attributes#2600
Conversation
a85e167 to
064eb24
Compare
Is this something that is supposed to be changed elsewhere? Or is the expectation that I bump the version? |
|
There is still not a version difference in the current master branch. Am I supposed to bump the version in the manifest? |
|
@iloveeclipse Can you help with the version issue that fails the build? |
|
I tried rebasing. Maybe that helps. |
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
The
IConfigurationElement.getAttributemethod throwsInvalidRegistryObjectException. CheckisValid()before accessing attributes to prevent uncaught exception.see #2593