Bug 458261 - Error messages from early startup should be more
descriptive

Additionally to the extra information from the extension the error
reporter id is changed to be from the platform ui, to make clear that
the error is reported by the platform and not by the broken extension
code. As a side effect this avoids the possible NPE during logging if
the wrong configuration element has no namespace (current code of
TableReader.basicLoadExtension() allows this).

Change-Id: If3218e07416ed2824bc2473e0b1c2f3a82f0e07c
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
1 file changed
tree: b41db904e42c841640260b0688b1a823391a9852
  1. bundles/
  2. examples/
  3. features/
  4. releng/
  5. tests/
  6. .gitignore
  7. CONTRIBUTING.md
  8. pom.xml
  9. README.md
README.md

Platform UI

Platform UI provides the basic building blocks for user interfaces built with Eclipse. Some of these form the Eclipse Rich Client Platform (RCP) and can be used for arbitrary rich client applications, while others are specific to the Eclipse IDE. The Platform UI codebase is built on top of the Eclipse Standard Widget Toolkit (SWT), which is developed as an independent project.

For more information, refer to the [Platform UI wiki page] 1.

Contributions

For information how to contribute to the Platform UI project see [Platform UI - How to contribute wiki page] 2.

License

Eclipse Public License (EPL) v1.0