Commit 3021b58
committed
Add getter for the supplied error status of ErrorEditorPart
Currently the ErrorEditorPart supplied status can only be seen by a user
in the UI, this is a bit unfortunate if for example in an automated test
and ErrorEditorPart is seen there is no way to find out what's going
wrong and give good assertion messages.
This adds ErrorEditorPart#getError to allow such programmatic
investigations if ErrorEditorPart is seen in the code.1 parent bcb4a55 commit 3021b58
File tree
1 file changed
+8
-0
lines changed- bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
97 | 105 | | |
0 commit comments