Skip to content

Commit 835b254

Browse files
committed
Removes dead link and correct code formatting in
Status_Handling_Best_Practices
1 parent 0c3e7f1 commit 835b254

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/Status_Handling_Best_Practices.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,13 +134,11 @@ Most of the framework related to Logging and Error rendering uses an IStatus:
134134
Calling the Status API
135135
----------------------
136136

137-
You should investigate the Status and MultiStatus classes. We recommend you use the following constructor:
138-
139-
public Status(int severity, String pluginId, int code, String message, Throwable exception)
137+
You should investigate the Status and MultiStatus classes.
138+
We recommend you use the following constructor:
140139

141140
public Status(int severity, String pluginId, int code, String message, Throwable exception)
142141

143-
**ZZZZZZZZZZZZZ DO MORE HERE ZZZZZZZZZZZZZZ**
144142

145143
Implementing your own Status
146144
----------------------------
@@ -176,8 +174,6 @@ In Eclipse 3.3 we added a new framework to handle statuses. The goal was triple:
176174
2. Allow products based on eclipse a central way to handle statuses before they are rendered or logged
177175
3. Allow products based on eclipse to extend the ErrorDialog for specific errors
178176

179-
Check the following link to learn more about the StatusHandler project \[ [http://wiki.eclipse.org/index.php/Platform\_UI\_Error_Handling](http://wiki.eclipse.org/index.php/Platform_UI_Error_Handling)\]
180-
181177
In the first part of this paragraph, we will describe the best practices a developer should use to log or render an IStatus. In the second part of this paragraph, we will explain the best practices to create your own StatusHandler.
182178

183179
Using the new Eclipse status handler API

0 commit comments

Comments
 (0)