blob: 3f9529ea978a5a54984d3a175455a9758f7bc7e7 [file] [log] [blame]
david_williams26f3a5f2008-03-07 22:56:23 +00001<html>
2<body>
3<h2>Compiler Report</h2>
4<p>Compiler: Eclipse Java Compiler Version: 0.735, 3.3.0 milestone-5</p>
5<p>Number of source files: 16 Number of classfiles: 179</p>
6<p>Problems: 1826 (Errors: 0 Warnings: 1826 )</p>
7<dl>
8 <dt style="font-weight: bold; color: black">Source File:
9 org/eclipse/jst/jsp/css/ui/internal/properties/JSPedCSSPropertySource.java</dt>
10 <dd style="font-weight: normal; color: black">1. WARNING:
11 DiscouragedReference
12 <p
13 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
14 <small>Discouraged access: The type ICSSNode is not accessible
15 due to restriction on classpath entry
16 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
17 </p>
18 <p
19 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
20 </p>
21 <p
22 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">17:
23 import <b><u>org.eclipse.wst.css.core.internal.provisional.document.ICSSNode</u></b>;</p>
24 </dd>
25 <dd style="font-weight: normal; color: black">2. WARNING:
26 DiscouragedReference
27 <p
28 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
29 <small>Discouraged access: The type CSSPropertySource is not
30 accessible due to restriction on classpath entry
31 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
32 </p>
33 <p
34 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
35 </p>
36 <p
37 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">18:
38 import <b><u>org.eclipse.wst.css.ui.internal.properties.CSSPropertySource</u></b>;</p>
39 </dd>
40 <dd style="font-weight: normal; color: black">3. WARNING:
41 DiscouragedReference
42 <p
43 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
44 <small>Discouraged access: The type CSSPropertySource is not
45 accessible due to restriction on classpath entry
46 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
47 </p>
48 <p
49 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
50 </p>
51 <p
52 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
53 public class JSPedCSSPropertySource extends <b><u>CSSPropertySource</u></b>
54 {</p>
55 </dd>
56 <dd style="font-weight: normal; color: black">4. WARNING:
57 DiscouragedReference
58 <p
59 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
60 <small>Discouraged access: The type ICSSNode is not accessible
61 due to restriction on classpath entry
62 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
63 </p>
64 <p
65 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
66 </p>
67 <p
68 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">24:
69 public JSPedCSSPropertySource(<b><u>ICSSNode</u></b> target) {</p>
70 </dd>
71 <dd style="font-weight: normal; color: black">5. WARNING:
72 DiscouragedReference
73 <p
74 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
75 <small>Discouraged access: The constructor
76 CSSPropertySource(ICSSNode) is not accessible due to restriction on
77 classpath entry
78 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
79 </p>
80 <p
81 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
82 </p>
83 <p
84 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
85 <b><u>super(target)</u></b>;</p>
86 </dd>
87 <dd style="font-weight: normal; color: black">6. WARNING:
88 DiscouragedReference
89 <p
90 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
91 <small>Discouraged access: The method setPropertyValue(Object,
92 Object) from the type CSSPropertySource is not accessible due to
93 restriction on classpath entry
94 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
95 </p>
96 <p
97 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySource.java:
98 </p>
99 <p
100 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">38:
101 <b><u>super.setPropertyValue(name, value)</u></b>;</p>
102 </dd>
103 <dt style="font-weight: bold; color: black">Source File:
104 org/eclipse/jst/jsp/css/ui/internal/registry/AdapterFactoryProviderJSPedCSS.java</dt>
105 <dd style="font-weight: normal; color: black">1. WARNING:
106 DiscouragedReference
107 <p
108 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
109 <small>Discouraged access: The type AdapterFactoryProviderCSS
110 is not accessible due to restriction on classpath entry
111 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
112 </p>
113 <p
114 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
115 </p>
116 <p
117 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">14:
118 import <b><u>org.eclipse.wst.css.ui.internal.registry.AdapterFactoryProviderCSS</u></b>;</p>
119 </dd>
120 <dd style="font-weight: normal; color: black">2. WARNING:
121 DiscouragedReference
122 <p
123 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
124 <small>Discouraged access: The type IDocumentTypeHandler is not
125 accessible due to restriction on classpath entry
126 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
127 </p>
128 <p
129 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
130 </p>
131 <p
132 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">15:
133 import <b><u>org.eclipse.wst.sse.core.internal.ltk.modelhandler.IDocumentTypeHandler</u></b>;</p>
134 </dd>
135 <dd style="font-weight: normal; color: black">3. WARNING:
136 DiscouragedReference
137 <p
138 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
139 <small>Discouraged access: The type AdapterFactoryProviderCSS
140 is not accessible due to restriction on classpath entry
141 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.ui/@dot</small>
142 </p>
143 <p
144 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
145 </p>
146 <p
147 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">17:
148 public class AdapterFactoryProviderJSPedCSS extends <b><u>AdapterFactoryProviderCSS</u></b>
149 {</p>
150 </dd>
151 <dd style="font-weight: normal; color: black">4. WARNING:
152 DiscouragedReference
153 <p
154 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
155 <small>Discouraged access: The type IDocumentTypeHandler is not
156 accessible due to restriction on classpath entry
157 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
158 </p>
159 <p
160 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AdapterFactoryProviderJSPedCSS.java:
161 </p>
162 <p
163 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">20:
164 public boolean isFor(<b><u>IDocumentTypeHandler</u></b>
165 contentTypeDescription) {</p>
166 </dd>
167 <dt style="font-weight: bold; color: black">Source File:
168 org/eclipse/jst/jsp/css/ui/internal/views/properties/JSPedCSSPropertySheetConfiguration.java</dt>
169 <dd style="font-weight: normal; color: black">1. WARNING:
170 DiscouragedReference
171 <p
172 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
173 <small>Discouraged access: The type ICSSNode is not accessible
174 due to restriction on classpath entry
175 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
176 </p>
177 <p
178 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
179 </p>
180 <p
181 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
182 import <b><u>org.eclipse.wst.css.core.internal.provisional.document.ICSSNode</u></b>;</p>
183 </dd>
184 <dd style="font-weight: normal; color: black">2. WARNING:
185 DiscouragedReference
186 <p
187 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
188 <small>Discouraged access: The type INodeAdapter is not
189 accessible due to restriction on classpath entry
190 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
191 </p>
192 <p
193 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
194 </p>
195 <p
196 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">33:
197 import <b><u>org.eclipse.wst.sse.core.internal.provisional.INodeAdapter</u></b>;</p>
198 </dd>
199 <dd style="font-weight: normal; color: black">3. WARNING:
200 DiscouragedReference
201 <p
202 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
203 <small>Discouraged access: The type INodeNotifier is not
204 accessible due to restriction on classpath entry
205 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
206 </p>
207 <p
208 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
209 </p>
210 <p
211 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
212 import <b><u>org.eclipse.wst.sse.core.internal.provisional.INodeNotifier</u></b>;</p>
213 </dd>
214 <dd style="font-weight: normal; color: black">4. WARNING:
215 DiscouragedReference
216 <p
217 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
218 <small>Discouraged access: The type XMLUIMessages is not
219 accessible due to restriction on classpath entry
220 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
221 </p>
222 <p
223 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
224 </p>
225 <p
226 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
227 import <b><u>org.eclipse.wst.xml.ui.internal.XMLUIMessages</u></b>;</p>
228 </dd>
229 <dd style="font-weight: normal; color: black">5. WARNING:
230 DiscouragedReference
231 <p
232 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
233 <small>Discouraged access: The type INodeAdapter is not
234 accessible due to restriction on classpath entry
235 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
236 </p>
237 <p
238 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
239 </p>
240 <p
241 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">39:
242 private class CSSPropertySheetRefreshAdapter implements <b><u>INodeAdapter</u></b>
243 {</p>
244 </dd>
245 <dd style="font-weight: normal; color: black">6. WARNING:
246 DiscouragedReference
247 <p
248 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
249 <small>Discouraged access: The type INodeNotifier is not
250 accessible due to restriction on classpath entry
251 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
252 </p>
253 <p
254 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
255 </p>
256 <p
257 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">44:
258 public void notifyChanged(<b><u>INodeNotifier</u></b> notifier, int
259 eventType, Object changedFeature, Object oldValue, Object newValue, int
260 pos) {</p>
261 </dd>
262 <dd style="font-weight: normal; color: black">7. WARNING:
263 DiscouragedReference
264 <p
265 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
266 <small>Discouraged access: The type ICSSNode is not accessible
267 due to restriction on classpath entry
268 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
269 </p>
270 <p
271 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
272 </p>
273 <p
274 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
275 private <b><u>ICSSNode</u></b> fSource = null;</p>
276 </dd>
277 <dd style="font-weight: normal; color: black">8. WARNING:
278 DiscouragedReference
279 <p
280 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
281 <small>Discouraged access: The type ICSSNode is not accessible
282 due to restriction on classpath entry
283 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
284 </p>
285 <p
286 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
287 </p>
288 <p
289 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">60:
290 if (object instanceof <b><u>ICSSNode</u></b>) {</p>
291 </dd>
292 <dd style="font-weight: normal; color: black">9. WARNING:
293 DiscouragedReference
294 <p
295 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
296 <small>Discouraged access: The type ICSSNode is not accessible
297 due to restriction on classpath entry
298 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
299 </p>
300 <p
301 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
302 </p>
303 <p
304 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">61:
305 fSource = (<b><u>ICSSNode</u></b>)object;</p>
306 </dd>
307 <dd style="font-weight: normal; color: black">10. WARNING:
308 DiscouragedReference
309 <p
310 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
311 <small>Discouraged access: The type XMLUIMessages is not
312 accessible due to restriction on classpath entry
313 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
314 </p>
315 <p
316 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
317 </p>
318 <p
319 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">78:
320 super(<b><u>XMLUIMessages.JFaceNodeAdapter_1</u></b>);</p>
321 </dd>
322 <dd style="font-weight: normal; color: black">11. WARNING:
323 DiscouragedReference
324 <p
325 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
326 <small>Discouraged access: The field JFaceNodeAdapter_1 from
327 the type XMLUIMessages is not accessible due to restriction on
328 classpath entry
329 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
330 </p>
331 <p
332 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
333 </p>
334 <p
335 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">78:
336 super(XMLUIMessages.<b><u>JFaceNodeAdapter_1</u></b>);</p>
337 </dd>
338 <dd style="font-weight: normal; color: black">12. WARNING:
339 DiscouragedReference
340 <p
341 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
342 <small>Discouraged access: The type INodeAdapter is not
343 accessible due to restriction on classpath entry
344 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
345 </p>
346 <p
347 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
348 </p>
349 <p
350 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">110:
351 private <b><u>INodeAdapter</u></b> fRefreshAdapter = new
352 CSSPropertySheetRefreshAdapter();</p>
353 </dd>
354 <dd style="font-weight: normal; color: black">13. WARNING:
355 DiscouragedReference
356 <p
357 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
358 <small>Discouraged access: The type INodeNotifier is not
359 accessible due to restriction on classpath entry
360 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
361 </p>
362 <p
363 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
364 </p>
365 <p
366 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">112:
367 private <b><u>INodeNotifier[]</u></b> fSelectedNotifiers;</p>
368 </dd>
369 <dd style="font-weight: normal; color: black">14. WARNING:
370 DiscouragedReference
371 <p
372 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
373 <small>Discouraged access: The method
374 removeAdapter(INodeAdapter) from the type INodeNotifier is not
375 accessible due to restriction on classpath entry
376 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
377 </p>
378 <p
379 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
380 </p>
381 <p
382 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">126:
383 <b><u>fSelectedNotifiers[i].removeAdapter(fRefreshAdapter)</u></b>;</p>
384 </dd>
385 <dd style="font-weight: normal; color: black">15. WARNING:
386 DiscouragedReference
387 <p
388 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
389 <small>Discouraged access: The type ICSSNode is not accessible
390 due to restriction on classpath entry
391 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
392 </p>
393 <p
394 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
395 </p>
396 <p
397 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">136:
398 if (selectedObjects[i] instanceof <b><u>ICSSNode</u></b>) {</p>
399 </dd>
400 <dd style="font-weight: normal; color: black">16. WARNING:
401 DiscouragedReference
402 <p
403 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
404 <small>Discouraged access: The type ICSSNode is not accessible
405 due to restriction on classpath entry
406 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
407 </p>
408 <p
409 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
410 </p>
411 <p
412 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">137:
413 <b><u>ICSSNode</u></b> node = (ICSSNode) selectedObjects[i];</p>
414 </dd>
415 <dd style="font-weight: normal; color: black">17. WARNING:
416 DiscouragedReference
417 <p
418 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
419 <small>Discouraged access: The type ICSSNode is not accessible
420 due to restriction on classpath entry
421 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
422 </p>
423 <p
424 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
425 </p>
426 <p
427 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">137:
428 ICSSNode node = (<b><u>ICSSNode</u></b>) selectedObjects[i];</p>
429 </dd>
430 <dd style="font-weight: normal; color: black">18. WARNING:
431 DiscouragedReference
432 <p
433 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
434 <small>Discouraged access: The method getNodeType() from the
435 type ICSSNode is not accessible due to restriction on classpath entry
436 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
437 </p>
438 <p
439 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
440 </p>
441 <p
442 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
443 while (<b><u>node.getNodeType()</u></b> == ICSSNode.PRIMITIVEVALUE_NODE
444 || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
445 </dd>
446 <dd style="font-weight: normal; color: black">19. WARNING:
447 DiscouragedReference
448 <p
449 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
450 <small>Discouraged access: The type ICSSNode is not accessible
451 due to restriction on classpath entry
452 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
453 </p>
454 <p
455 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
456 </p>
457 <p
458 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
459 while (node.getNodeType() == <b><u>ICSSNode.PRIMITIVEVALUE_NODE</u></b>
460 || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
461 </dd>
462 <dd style="font-weight: normal; color: black">20. WARNING:
463 DiscouragedReference
464 <p
465 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
466 <small>Discouraged access: The field PRIMITIVEVALUE_NODE from
467 the type ICSSNode is not accessible due to restriction on classpath
468 entry
469 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
470 </p>
471 <p
472 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
473 </p>
474 <p
475 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
476 while (node.getNodeType() == ICSSNode.<b><u>PRIMITIVEVALUE_NODE</u></b>
477 || node.getNodeType() == ICSSNode.STYLEDECLITEM_NODE) {</p>
478 </dd>
479 <dd style="font-weight: normal; color: black">21. WARNING:
480 DiscouragedReference
481 <p
482 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
483 <small>Discouraged access: The method getNodeType() from the
484 type ICSSNode is not accessible due to restriction on classpath entry
485 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
486 </p>
487 <p
488 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
489 </p>
490 <p
491 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
492 while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE || <b><u>node.getNodeType()</u></b>
493 == ICSSNode.STYLEDECLITEM_NODE) {</p>
494 </dd>
495 <dd style="font-weight: normal; color: black">22. WARNING:
496 DiscouragedReference
497 <p
498 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
499 <small>Discouraged access: The type ICSSNode is not accessible
500 due to restriction on classpath entry
501 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
502 </p>
503 <p
504 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
505 </p>
506 <p
507 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
508 while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE ||
509 node.getNodeType() == <b><u>ICSSNode.STYLEDECLITEM_NODE</u></b>) {</p>
510 </dd>
511 <dd style="font-weight: normal; color: black">23. WARNING:
512 DiscouragedReference
513 <p
514 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
515 <small>Discouraged access: The field STYLEDECLITEM_NODE from
516 the type ICSSNode is not accessible due to restriction on classpath
517 entry
518 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
519 </p>
520 <p
521 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
522 </p>
523 <p
524 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">138:
525 while (node.getNodeType() == ICSSNode.PRIMITIVEVALUE_NODE ||
526 node.getNodeType() == ICSSNode.<b><u>STYLEDECLITEM_NODE</u></b>) {</p>
527 </dd>
528 <dd style="font-weight: normal; color: black">24. WARNING:
529 DiscouragedReference
530 <p
531 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
532 <small>Discouraged access: The method getParentNode() from the
533 type ICSSNode is not accessible due to restriction on classpath entry
534 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.css.core/@dot</small>
535 </p>
536 <p
537 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
538 </p>
539 <p
540 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">139:
541 node = <b><u>node.getParentNode()</u></b>;</p>
542 </dd>
543 <dd style="font-weight: normal; color: black">25. WARNING:
544 DiscouragedReference
545 <p
546 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
547 <small>Discouraged access: The type INodeNotifier is not
548 accessible due to restriction on classpath entry
549 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
550 </p>
551 <p
552 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
553 </p>
554 <p
555 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">152:
556 if (selectedObjects[i] instanceof <b><u>INodeNotifier</u></b>) {</p>
557 </dd>
558 <dd style="font-weight: normal; color: black">26. WARNING:
559 DiscouragedReference
560 <p
561 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
562 <small>Discouraged access: The method addAdapter(INodeAdapter)
563 from the type INodeNotifier is not accessible due to restriction on
564 classpath entry
565 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
566 </p>
567 <p
568 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
569 </p>
570 <p
571 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">154:
572 <b><u>((INodeNotifier)
573 selectedObjects[i]).addAdapter(fRefreshAdapter)</u></b>;</p>
574 </dd>
575 <dd style="font-weight: normal; color: black">27. WARNING:
576 DiscouragedReference
577 <p
578 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
579 <small>Discouraged access: The type INodeNotifier is not
580 accessible due to restriction on classpath entry
581 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
582 </p>
583 <p
584 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
585 </p>
586 <p
587 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">154:
588 ((<b><u>INodeNotifier</u></b>)
589 selectedObjects[i]).addAdapter(fRefreshAdapter);</p>
590 </dd>
591 <dd style="font-weight: normal; color: black">28. WARNING:
592 DiscouragedReference
593 <p
594 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
595 <small>Discouraged access: The type INodeNotifier is not
596 accessible due to restriction on classpath entry
597 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
598 </p>
599 <p
600 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
601 </p>
602 <p
603 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">157:
604 fSelectedNotifiers = (<b><u>INodeNotifier[]</u></b>)
605 selectedNotifiers.toArray(new INodeNotifier[selectedNotifiers.size()]);</p>
606 </dd>
607 <dd style="font-weight: normal; color: black">29. WARNING:
608 DiscouragedReference
609 <p
610 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
611 <small>Discouraged access: The type INodeNotifier is not
612 accessible due to restriction on classpath entry
613 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
614 </p>
615 <p
616 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
617 </p>
618 <p
619 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">157:
620 fSelectedNotifiers = (INodeNotifier[]) selectedNotifiers.toArray(new <b><u>INodeNotifier</u></b>[selectedNotifiers.size()]);</p>
621 </dd>
622 <dd style="font-weight: normal; color: black">30. WARNING:
623 DiscouragedReference
624 <p
625 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
626 <small>Discouraged access: The method
627 removeAdapter(INodeAdapter) from the type INodeNotifier is not
628 accessible due to restriction on classpath entry
629 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
630 </p>
631 <p
632 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPedCSSPropertySheetConfiguration.java:
633 </p>
634 <p
635 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
636 <b><u>fSelectedNotifiers[i].removeAdapter(fRefreshAdapter)</u></b>;</p>
637 </dd>
638 <dt style="font-weight: bold; color: black">Source File:
639 org/eclipse/jst/jsp/ui/StructuredTextViewerConfigurationJSP.java</dt>
640 <dd style="font-weight: normal; color: black">1. WARNING:
641 DiscouragedReference
642 <p
643 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
644 <small>Discouraged access: The type HTMLFormatProcessorImpl is
645 not accessible due to restriction on classpath entry
646 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
647 </p>
648 <p
649 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
650 </p>
651 <p
652 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
653 import <b><u>org.eclipse.wst.html.core.internal.format.HTMLFormatProcessorImpl</u></b>;</p>
654 </dd>
655 <dd style="font-weight: normal; color: black">2. WARNING:
656 DiscouragedReference
657 <p
658 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
659 <small>Discouraged access: The type ContentTypeIdForHTML is not
660 accessible due to restriction on classpath entry
661 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
662 </p>
663 <p
664 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
665 </p>
666 <p
667 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">54:
668 import <b><u>org.eclipse.wst.html.core.internal.provisional.contenttype.ContentTypeIdForHTML</u></b>;</p>
669 </dd>
670 <dd style="font-weight: normal; color: black">3. WARNING:
671 DiscouragedReference
672 <p
673 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
674 <small>Discouraged access: The type SSEUIPlugin is not
675 accessible due to restriction on classpath entry
676 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
677 </p>
678 <p
679 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
680 </p>
681 <p
682 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">59:
683 import <b><u>org.eclipse.wst.sse.ui.internal.SSEUIPlugin</u></b>;</p>
684 </dd>
685 <dd style="font-weight: normal; color: black">4. WARNING:
686 DiscouragedReference
687 <p
688 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
689 <small>Discouraged access: The type
690 StructuredFormattingStrategy is not accessible due to restriction on
691 classpath entry
692 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
693 </p>
694 <p
695 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
696 </p>
697 <p
698 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">60:
699 import <b><u>org.eclipse.wst.sse.ui.internal.format.StructuredFormattingStrategy</u></b>;</p>
700 </dd>
701 <dd style="font-weight: normal; color: black">5. WARNING:
702 DiscouragedReference
703 <p
704 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
705 <small>Discouraged access: The type LineStyleProvider is not
706 accessible due to restriction on classpath entry
707 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
708 </p>
709 <p
710 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
711 </p>
712 <p
713 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">61:
714 import <b><u>org.eclipse.wst.sse.ui.internal.provisional.style.LineStyleProvider</u></b>;</p>
715 </dd>
716 <dd style="font-weight: normal; color: black">6. WARNING:
717 DiscouragedReference
718 <p
719 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
720 <small>Discouraged access: The type TextHoverManager is not
721 accessible due to restriction on classpath entry
722 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
723 </p>
724 <p
725 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
726 </p>
727 <p
728 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">62:
729 import <b><u>org.eclipse.wst.sse.ui.internal.taginfo.TextHoverManager</u></b>;</p>
730 </dd>
731 <dd style="font-weight: normal; color: black">7. WARNING:
732 DiscouragedReference
733 <p
734 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
735 <small>Discouraged access: The type EditorUtility is not
736 accessible due to restriction on classpath entry
737 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
738 </p>
739 <p
740 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
741 </p>
742 <p
743 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">63:
744 import <b><u>org.eclipse.wst.sse.ui.internal.util.EditorUtility</u></b>;</p>
745 </dd>
746 <dd style="font-weight: normal; color: black">8. WARNING:
747 DiscouragedReference
748 <p
749 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
750 <small>Discouraged access: The type ContentTypeIdForXML is not
751 accessible due to restriction on classpath entry
752 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
753 </p>
754 <p
755 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
756 </p>
757 <p
758 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">64:
759 import <b><u>org.eclipse.wst.xml.core.internal.provisional.contenttype.ContentTypeIdForXML</u></b>;</p>
760 </dd>
761 <dd style="font-weight: normal; color: black">9. WARNING:
762 DiscouragedReference
763 <p
764 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
765 <small>Discouraged access: The type JFaceNodeLabelProvider is
766 not accessible due to restriction on classpath entry
767 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
768 </p>
769 <p
770 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
771 </p>
772 <p
773 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">67:
774 import <b><u>org.eclipse.wst.xml.ui.internal.contentoutline.JFaceNodeLabelProvider</u></b>;</p>
775 </dd>
776 <dd style="font-weight: normal; color: black">10. WARNING:
777 DiscouragedReference
778 <p
779 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
780 <small>Discouraged access: The type LineStyleProvider is not
781 accessible due to restriction on classpath entry
782 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
783 </p>
784 <p
785 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
786 </p>
787 <p
788 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">89:
789 private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJava;</p>
790 </dd>
791 <dd style="font-weight: normal; color: black">11. WARNING:
792 DiscouragedReference
793 <p
794 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
795 <small>Discouraged access: The type LineStyleProvider is not
796 accessible due to restriction on classpath entry
797 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
798 </p>
799 <p
800 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
801 </p>
802 <p
803 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">93:
804 private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJSP;</p>
805 </dd>
806 <dd style="font-weight: normal; color: black">12. WARNING:
807 DiscouragedReference
808 <p
809 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
810 <small>Discouraged access: The type LineStyleProvider is not
811 accessible due to restriction on classpath entry
812 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
813 </p>
814 <p
815 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
816 </p>
817 <p
818 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">97:
819 private <b><u>LineStyleProvider</u></b> fLineStyleProviderForJSPEL;</p>
820 </dd>
821 <dd style="font-weight: normal; color: black">13. WARNING:
822 DiscouragedReference
823 <p
824 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
825 <small>Discouraged access: The constructor
826 StructuredFormattingStrategy(IStructuredFormatProcessor) is not
827 accessible due to restriction on classpath entry
828 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
829 </p>
830 <p
831 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
832 </p>
833 <p
834 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
835 formatter.setMasterStrategy(<b><u>new
836 StructuredFormattingStrategy(new HTMLFormatProcessorImpl())</u></b>);</p>
837 </dd>
838 <dd style="font-weight: normal; color: black">14. WARNING:
839 DiscouragedReference
840 <p
841 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
842 <small>Discouraged access: The type
843 StructuredFormattingStrategy is not accessible due to restriction on
844 classpath entry
845 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
846 </p>
847 <p
848 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
849 </p>
850 <p
851 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
852 formatter.setMasterStrategy(new <b><u>StructuredFormattingStrategy</u></b>(new
853 HTMLFormatProcessorImpl()));</p>
854 </dd>
855 <dd style="font-weight: normal; color: black">15. WARNING:
856 DiscouragedReference
857 <p
858 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
859 <small>Discouraged access: The constructor
860 HTMLFormatProcessorImpl() is not accessible due to restriction on
861 classpath entry
862 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
863 </p>
864 <p
865 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
866 </p>
867 <p
868 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
869 formatter.setMasterStrategy(new StructuredFormattingStrategy(<b><u>new
870 HTMLFormatProcessorImpl()</u></b>));</p>
871 </dd>
872 <dd style="font-weight: normal; color: black">16. WARNING:
873 DiscouragedReference
874 <p
875 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
876 <small>Discouraged access: The type HTMLFormatProcessorImpl is
877 not accessible due to restriction on classpath entry
878 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
879 </p>
880 <p
881 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
882 </p>
883 <p
884 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">236:
885 formatter.setMasterStrategy(new StructuredFormattingStrategy(new <b><u>HTMLFormatProcessorImpl</u></b>()));</p>
886 </dd>
887 <dd style="font-weight: normal; color: black">17. WARNING:
888 DiscouragedReference
889 <p
890 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
891 <small>Discouraged access: The type LineStyleProvider is not
892 accessible due to restriction on classpath entry
893 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
894 </p>
895 <p
896 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
897 </p>
898 <p
899 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">321:
900 public <b><u>LineStyleProvider[]</u></b>
901 getLineStyleProviders(ISourceViewer sourceViewer, String partitionType)
902 {</p>
903 </dd>
904 <dd style="font-weight: normal; color: black">18. WARNING:
905 DiscouragedReference
906 <p
907 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
908 <small>Discouraged access: The type LineStyleProvider is not
909 accessible due to restriction on classpath entry
910 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
911 </p>
912 <p
913 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
914 </p>
915 <p
916 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">322:
917 <b><u>LineStyleProvider[]</u></b> providers = null;</p>
918 </dd>
919 <dd style="font-weight: normal; color: black">19. WARNING:
920 DiscouragedReference
921 <p
922 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
923 <small>Discouraged access: The type LineStyleProvider is not
924 accessible due to restriction on classpath entry
925 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
926 </p>
927 <p
928 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
929 </p>
930 <p
931 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">337:
932 providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJava()};</p>
933 </dd>
934 <dd style="font-weight: normal; color: black">20. WARNING:
935 DiscouragedReference
936 <p
937 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
938 <small>Discouraged access: The type LineStyleProvider is not
939 accessible due to restriction on classpath entry
940 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
941 </p>
942 <p
943 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
944 </p>
945 <p
946 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">340:
947 providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJSPEL()};</p>
948 </dd>
949 <dd style="font-weight: normal; color: black">21. WARNING:
950 DiscouragedReference
951 <p
952 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
953 <small>Discouraged access: The type LineStyleProvider is not
954 accessible due to restriction on classpath entry
955 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
956 </p>
957 <p
958 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
959 </p>
960 <p
961 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">343:
962 providers = new <b><u>LineStyleProvider</u></b>[]{getLineStyleProviderForJSP()};</p>
963 </dd>
964 <dd style="font-weight: normal; color: black">22. WARNING:
965 DiscouragedReference
966 <p
967 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
968 <small>Discouraged access: The type LineStyleProvider is not
969 accessible due to restriction on classpath entry
970 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
971 </p>
972 <p
973 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
974 </p>
975 <p
976 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">349:
977 private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJava() {</p>
978 </dd>
979 <dd style="font-weight: normal; color: black">23. WARNING:
980 DiscouragedReference
981 <p
982 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
983 <small>Discouraged access: The type LineStyleProvider is not
984 accessible due to restriction on classpath entry
985 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
986 </p>
987 <p
988 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
989 </p>
990 <p
991 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">356:
992 private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJSP() {</p>
993 </dd>
994 <dd style="font-weight: normal; color: black">24. WARNING:
995 DiscouragedReference
996 <p
997 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
998 <small>Discouraged access: The type LineStyleProvider is not
999 accessible due to restriction on classpath entry
1000 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1001 </p>
1002 <p
1003 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1004 </p>
1005 <p
1006 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">363:
1007 private <b><u>LineStyleProvider</u></b> getLineStyleProviderForJSPEL()
1008 {</p>
1009 </dd>
1010 <dd style="font-weight: normal; color: black">25. WARNING:
1011 DiscouragedReference
1012 <p
1013 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1014 <small>Discouraged access: The type JFaceNodeLabelProvider is
1015 not accessible due to restriction on classpath entry
1016 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
1017 </p>
1018 <p
1019 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1020 </p>
1021 <p
1022 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">372:
1023 fStatusLineLabelProvider = new <b><u>JFaceNodeLabelProvider</u></b>() {</p>
1024 </dd>
1025 <dd style="font-weight: normal; color: black">26. WARNING:
1026 DiscouragedReference
1027 <p
1028 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1029 <small>Discouraged access: The method getText(Object) from the
1030 type JFaceNodeLabelProvider is not accessible due to restriction on
1031 classpath entry
1032 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
1033 </p>
1034 <p
1035 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1036 </p>
1037 <p
1038 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">382:
1039 s.insert(0, <b><u>super.getText(node)</u></b>);</p>
1040 </dd>
1041 <dd style="font-weight: normal; color: black">27. WARNING:
1042 DiscouragedReference
1043 <p
1044 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1045 <small>Discouraged access: The type TextHoverManager is not
1046 accessible due to restriction on classpath entry
1047 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1048 </p>
1049 <p
1050 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1051 </p>
1052 <p
1053 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
1054 <b><u>TextHoverManager</u></b> manager =
1055 SSEUIPlugin.getDefault().getTextHoverManager();</p>
1056 </dd>
1057 <dd style="font-weight: normal; color: black">28. WARNING:
1058 DiscouragedReference
1059 <p
1060 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1061 <small>Discouraged access: The type SSEUIPlugin is not
1062 accessible due to restriction on classpath entry
1063 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1064 </p>
1065 <p
1066 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1067 </p>
1068 <p
1069 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
1070 TextHoverManager manager = <b><u>SSEUIPlugin</u></b>.getDefault().getTextHoverManager();</p>
1071 </dd>
1072 <dd style="font-weight: normal; color: black">29. WARNING:
1073 DiscouragedReference
1074 <p
1075 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1076 <small>Discouraged access: The method getDefault() from the
1077 type SSEUIPlugin is not accessible due to restriction on classpath
1078 entry
1079 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1080 </p>
1081 <p
1082 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1083 </p>
1084 <p
1085 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
1086 TextHoverManager manager = <b><u>SSEUIPlugin.getDefault()</u></b>.getTextHoverManager();</p>
1087 </dd>
1088 <dd style="font-weight: normal; color: black">30. WARNING:
1089 DiscouragedReference
1090 <p
1091 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1092 <small>Discouraged access: The method getTextHoverManager()
1093 from the type SSEUIPlugin is not accessible due to restriction on
1094 classpath entry
1095 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1096 </p>
1097 <p
1098 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1099 </p>
1100 <p
1101 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">408:
1102 TextHoverManager manager = <b><u>SSEUIPlugin.getDefault().getTextHoverManager()</u></b>;</p>
1103 </dd>
1104 <dd style="font-weight: normal; color: black">31. WARNING:
1105 DiscouragedReference
1106 <p
1107 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1108 <small>Discouraged access: The type TextHoverManager is not
1109 accessible due to restriction on classpath entry
1110 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1111 </p>
1112 <p
1113 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1114 </p>
1115 <p
1116 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
1117 <b><u>TextHoverManager.TextHoverDescriptor[]</u></b> hoverDescs =
1118 manager.getTextHovers();</p>
1119 </dd>
1120 <dd style="font-weight: normal; color: black">32. WARNING:
1121 DiscouragedReference
1122 <p
1123 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1124 <small>Discouraged access: The type
1125 TextHoverManager.TextHoverDescriptor is not accessible due to
1126 restriction on classpath entry
1127 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1128 </p>
1129 <p
1130 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1131 </p>
1132 <p
1133 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
1134 <b><u>TextHoverManager.TextHoverDescriptor[]</u></b> hoverDescs =
1135 manager.getTextHovers();</p>
1136 </dd>
1137 <dd style="font-weight: normal; color: black">33. WARNING:
1138 DiscouragedReference
1139 <p
1140 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1141 <small>Discouraged access: The method getTextHovers() from the
1142 type TextHoverManager is not accessible due to restriction on classpath
1143 entry
1144 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1145 </p>
1146 <p
1147 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1148 </p>
1149 <p
1150 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">409:
1151 TextHoverManager.TextHoverDescriptor[] hoverDescs = <b><u>manager.getTextHovers()</u></b>;</p>
1152 </dd>
1153 <dd style="font-weight: normal; color: black">34. WARNING:
1154 DiscouragedReference
1155 <p
1156 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1157 <small>Discouraged access: The method isEnabled() from the type
1158 TextHoverManager.TextHoverDescriptor is not accessible due to
1159 restriction on classpath entry
1160 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1161 </p>
1162 <p
1163 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1164 </p>
1165 <p
1166 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
1167 if (<b><u>hoverDescs[i].isEnabled()</u></b> &amp;&amp;
1168 EditorUtility.computeStateMask(hoverDescs[i].getModifierString()) ==
1169 stateMask) {</p>
1170 </dd>
1171 <dd style="font-weight: normal; color: black">35. WARNING:
1172 DiscouragedReference
1173 <p
1174 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1175 <small>Discouraged access: The type EditorUtility is not
1176 accessible due to restriction on classpath entry
1177 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1178 </p>
1179 <p
1180 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1181 </p>
1182 <p
1183 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
1184 if (hoverDescs[i].isEnabled() &amp;&amp; <b><u>EditorUtility</u></b>.computeStateMask(hoverDescs[i].getModifierString())
1185 == stateMask) {</p>
1186 </dd>
1187 <dd style="font-weight: normal; color: black">36. WARNING:
1188 DiscouragedReference
1189 <p
1190 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1191 <small>Discouraged access: The method computeStateMask(String)
1192 from the type EditorUtility is not accessible due to restriction on
1193 classpath entry
1194 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1195 </p>
1196 <p
1197 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1198 </p>
1199 <p
1200 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
1201 if (hoverDescs[i].isEnabled() &amp;&amp; <b><u>EditorUtility.computeStateMask(hoverDescs[i].getModifierString())</u></b>
1202 == stateMask) {</p>
1203 </dd>
1204 <dd style="font-weight: normal; color: black">37. WARNING:
1205 DiscouragedReference
1206 <p
1207 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1208 <small>Discouraged access: The method getModifierString() from
1209 the type TextHoverManager.TextHoverDescriptor is not accessible due to
1210 restriction on classpath entry
1211 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1212 </p>
1213 <p
1214 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1215 </p>
1216 <p
1217 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">412:
1218 if (hoverDescs[i].isEnabled() &amp;&amp;
1219 EditorUtility.computeStateMask(<b><u>hoverDescs[i].getModifierString()</u></b>)
1220 == stateMask) {</p>
1221 </dd>
1222 <dd style="font-weight: normal; color: black">38. WARNING:
1223 DiscouragedReference
1224 <p
1225 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1226 <small>Discouraged access: The method getId() from the type
1227 TextHoverManager.TextHoverDescriptor is not accessible due to
1228 restriction on classpath entry
1229 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1230 </p>
1231 <p
1232 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1233 </p>
1234 <p
1235 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">413:
1236 String hoverType = <b><u>hoverDescs[i].getId()</u></b>;</p>
1237 </dd>
1238 <dd style="font-weight: normal; color: black">39. WARNING:
1239 DiscouragedReference
1240 <p
1241 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1242 <small>Discouraged access: The type TextHoverManager is not
1243 accessible due to restriction on classpath entry
1244 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1245 </p>
1246 <p
1247 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1248 </p>
1249 <p
1250 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">414:
1251 if (<b><u>TextHoverManager.COMBINATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
1252 {</p>
1253 </dd>
1254 <dd style="font-weight: normal; color: black">40. WARNING:
1255 DiscouragedReference
1256 <p
1257 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1258 <small>Discouraged access: The field COMBINATION_HOVER from the
1259 type TextHoverManager is not accessible due to restriction on classpath
1260 entry
1261 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1262 </p>
1263 <p
1264 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1265 </p>
1266 <p
1267 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">414:
1268 if (TextHoverManager.<b><u>COMBINATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
1269 {</p>
1270 </dd>
1271 <dd style="font-weight: normal; color: black">41. WARNING:
1272 DiscouragedReference
1273 <p
1274 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1275 <small>Discouraged access: The method
1276 createBestMatchHover(ITextHover) from the type TextHoverManager is not
1277 accessible due to restriction on classpath entry
1278 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1279 </p>
1280 <p
1281 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1282 </p>
1283 <p
1284 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">417:
1285 hover = <b><u>manager.createBestMatchHover(new
1286 JSPTagInfoHoverProcessor())</u></b>;</p>
1287 </dd>
1288 <dd style="font-weight: normal; color: black">42. WARNING:
1289 DiscouragedReference
1290 <p
1291 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1292 <small>Discouraged access: The method
1293 createBestMatchHover(ITextHover) from the type TextHoverManager is not
1294 accessible due to restriction on classpath entry
1295 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1296 </p>
1297 <p
1298 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1299 </p>
1300 <p
1301 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">421:
1302 hover = <b><u>manager.createBestMatchHover(new
1303 JSPJavaJavadocHoverProcessor())</u></b>;</p>
1304 </dd>
1305 <dd style="font-weight: normal; color: black">43. WARNING:
1306 DiscouragedReference
1307 <p
1308 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1309 <small>Discouraged access: The type TextHoverManager is not
1310 accessible due to restriction on classpath entry
1311 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1312 </p>
1313 <p
1314 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1315 </p>
1316 <p
1317 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">424:
1318 else if (<b><u>TextHoverManager.DOCUMENTATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
1319 {</p>
1320 </dd>
1321 <dd style="font-weight: normal; color: black">44. WARNING:
1322 DiscouragedReference
1323 <p
1324 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1325 <small>Discouraged access: The field DOCUMENTATION_HOVER from
1326 the type TextHoverManager is not accessible due to restriction on
1327 classpath entry
1328 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1329 </p>
1330 <p
1331 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1332 </p>
1333 <p
1334 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">424:
1335 else if (TextHoverManager.<b><u>DOCUMENTATION_HOVER</u></b>.equalsIgnoreCase(hoverType))
1336 {</p>
1337 </dd>
1338 <dd style="font-weight: normal; color: black">45. WARNING:
1339 DiscouragedReference
1340 <p
1341 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1342 <small>Discouraged access: The type ContentTypeIdForHTML is not
1343 accessible due to restriction on classpath entry
1344 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1345 </p>
1346 <p
1347 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1348 </p>
1349 <p
1350 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">458:
1351 targets.put(<b><u>ContentTypeIdForHTML.ContentTypeID_HTML</u></b>,
1352 null);</p>
1353 </dd>
1354 <dd style="font-weight: normal; color: black">46. WARNING:
1355 DiscouragedReference
1356 <p
1357 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1358 <small>Discouraged access: The field ContentTypeID_HTML from
1359 the type ContentTypeIdForHTML is not accessible due to restriction on
1360 classpath entry
1361 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1362 </p>
1363 <p
1364 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1365 </p>
1366 <p
1367 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">458:
1368 targets.put(ContentTypeIdForHTML.<b><u>ContentTypeID_HTML</u></b>,
1369 null);</p>
1370 </dd>
1371 <dd style="font-weight: normal; color: black">47. WARNING:
1372 DiscouragedReference
1373 <p
1374 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1375 <small>Discouraged access: The type ContentTypeIdForXML is not
1376 accessible due to restriction on classpath entry
1377 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1378 </p>
1379 <p
1380 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1381 </p>
1382 <p
1383 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">459:
1384 targets.put(<b><u>ContentTypeIdForXML.ContentTypeID_XML</u></b>, null);</p>
1385 </dd>
1386 <dd style="font-weight: normal; color: black">48. WARNING:
1387 DiscouragedReference
1388 <p
1389 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1390 <small>Discouraged access: The field ContentTypeID_XML from the
1391 type ContentTypeIdForXML is not accessible due to restriction on
1392 classpath entry
1393 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1394 </p>
1395 <p
1396 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredTextViewerConfigurationJSP.java:
1397 </p>
1398 <p
1399 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">459:
1400 targets.put(ContentTypeIdForXML.<b><u>ContentTypeID_XML</u></b>, null);</p>
1401 </dd>
1402 <dt style="font-weight: bold; color: black">Source File:
1403 org/eclipse/jst/jsp/ui/internal/JSPUIPlugin.java</dt>
1404 <dd style="font-weight: normal; color: black">1. WARNING:
1405 DiscouragedReference
1406 <p
1407 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1408 <small>Discouraged access: The type AdapterFactoryRegistry is
1409 not accessible due to restriction on classpath entry
1410 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1411 </p>
1412 <p
1413 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
1414 </p>
1415 <p
1416 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
1417 import <b><u>org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistry</u></b>;</p>
1418 </dd>
1419 <dd style="font-weight: normal; color: black">2. WARNING:
1420 DiscouragedReference
1421 <p
1422 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1423 <small>Discouraged access: The type AdapterFactoryRegistryImpl
1424 is not accessible due to restriction on classpath entry
1425 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1426 </p>
1427 <p
1428 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
1429 </p>
1430 <p
1431 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">23:
1432 import <b><u>org.eclipse.wst.sse.ui.internal.provisional.registry.AdapterFactoryRegistryImpl</u></b>;</p>
1433 </dd>
1434 <dd style="font-weight: normal; color: black">3. WARNING:
1435 DiscouragedReference
1436 <p
1437 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1438 <small>Discouraged access: The type AdapterFactoryRegistry is
1439 not accessible due to restriction on classpath entry
1440 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1441 </p>
1442 <p
1443 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
1444 </p>
1445 <p
1446 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">56:
1447 public <b><u>AdapterFactoryRegistry</u></b> getAdapterFactoryRegistry()
1448 {</p>
1449 </dd>
1450 <dd style="font-weight: normal; color: black">4. WARNING:
1451 DiscouragedReference
1452 <p
1453 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1454 <small>Discouraged access: The type AdapterFactoryRegistryImpl
1455 is not accessible due to restriction on classpath entry
1456 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1457 </p>
1458 <p
1459 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
1460 </p>
1461 <p
1462 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">57:
1463 return <b><u>AdapterFactoryRegistryImpl</u></b>.getInstance();</p>
1464 </dd>
1465 <dd style="font-weight: normal; color: black">5. WARNING:
1466 DiscouragedReference
1467 <p
1468 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1469 <small>Discouraged access: The method getInstance() from the
1470 type AdapterFactoryRegistryImpl is not accessible due to restriction on
1471 classpath entry
1472 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1473 </p>
1474 <p
1475 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">JSPUIPlugin.java:
1476 </p>
1477 <p
1478 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">57:
1479 return <b><u>AdapterFactoryRegistryImpl.getInstance()</u></b>;</p>
1480 </dd>
1481 <dt style="font-weight: bold; color: black">Source File:
1482 org/eclipse/jst/jsp/ui/internal/autoedit/AutoEditStrategyForTabs.java</dt>
1483 <dd style="font-weight: normal; color: black">1. WARNING:
1484 DiscouragedReference
1485 <p
1486 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1487 <small>Discouraged access: The type HTMLCorePlugin is not
1488 accessible due to restriction on classpath entry
1489 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1490 </p>
1491 <p
1492 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1493 </p>
1494 <p
1495 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">31:
1496 import <b><u>org.eclipse.wst.html.core.internal.HTMLCorePlugin</u></b>;</p>
1497 </dd>
1498 <dd style="font-weight: normal; color: black">2. WARNING:
1499 DiscouragedReference
1500 <p
1501 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1502 <small>Discouraged access: The type HTMLCorePreferenceNames is
1503 not accessible due to restriction on classpath entry
1504 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1505 </p>
1506 <p
1507 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1508 </p>
1509 <p
1510 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
1511 import <b><u>org.eclipse.wst.html.core.internal.preferences.HTMLCorePreferenceNames</u></b>;</p>
1512 </dd>
1513 <dd style="font-weight: normal; color: black">3. WARNING:
1514 DiscouragedReference
1515 <p
1516 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1517 <small>Discouraged access: The type HTMLCorePlugin is not
1518 accessible due to restriction on classpath entry
1519 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1520 </p>
1521 <p
1522 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1523 </p>
1524 <p
1525 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">181:
1526 Preferences preferences = <b><u>HTMLCorePlugin</u></b>.getDefault().getPluginPreferences();</p>
1527 </dd>
1528 <dd style="font-weight: normal; color: black">4. WARNING:
1529 DiscouragedReference
1530 <p
1531 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1532 <small>Discouraged access: The method getDefault() from the
1533 type HTMLCorePlugin is not accessible due to restriction on classpath
1534 entry
1535 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1536 </p>
1537 <p
1538 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1539 </p>
1540 <p
1541 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">181:
1542 Preferences preferences = <b><u>HTMLCorePlugin.getDefault()</u></b>.getPluginPreferences();</p>
1543 </dd>
1544 <dd style="font-weight: normal; color: black">5. WARNING:
1545 DiscouragedReference
1546 <p
1547 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1548 <small>Discouraged access: The type HTMLCorePreferenceNames is
1549 not accessible due to restriction on classpath entry
1550 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1551 </p>
1552 <p
1553 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1554 </p>
1555 <p
1556 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
1557 if (<b><u>HTMLCorePreferenceNames.SPACE</u></b>.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))</p>
1558 </dd>
1559 <dd style="font-weight: normal; color: black">6. WARNING:
1560 DiscouragedReference
1561 <p
1562 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1563 <small>Discouraged access: The field SPACE from the type
1564 HTMLCorePreferenceNames is not accessible due to restriction on
1565 classpath entry
1566 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1567 </p>
1568 <p
1569 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1570 </p>
1571 <p
1572 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
1573 if (HTMLCorePreferenceNames.<b><u>SPACE</u></b>.equals(preferences.getString(HTMLCorePreferenceNames.INDENTATION_CHAR)))</p>
1574 </dd>
1575 <dd style="font-weight: normal; color: black">7. WARNING:
1576 DiscouragedReference
1577 <p
1578 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1579 <small>Discouraged access: The type HTMLCorePreferenceNames is
1580 not accessible due to restriction on classpath entry
1581 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1582 </p>
1583 <p
1584 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1585 </p>
1586 <p
1587 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
1588 if (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(<b><u>HTMLCorePreferenceNames.INDENTATION_CHAR</u></b>)))</p>
1589 </dd>
1590 <dd style="font-weight: normal; color: black">8. WARNING:
1591 DiscouragedReference
1592 <p
1593 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1594 <small>Discouraged access: The field INDENTATION_CHAR from the
1595 type HTMLCorePreferenceNames is not accessible due to restriction on
1596 classpath entry
1597 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1598 </p>
1599 <p
1600 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1601 </p>
1602 <p
1603 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">182:
1604 if
1605 (HTMLCorePreferenceNames.SPACE.equals(preferences.getString(HTMLCorePreferenceNames.<b><u>INDENTATION_CHAR</u></b>)))</p>
1606 </dd>
1607 <dd style="font-weight: normal; color: black">9. WARNING:
1608 DiscouragedReference
1609 <p
1610 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1611 <small>Discouraged access: The type HTMLCorePreferenceNames is
1612 not accessible due to restriction on classpath entry
1613 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1614 </p>
1615 <p
1616 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1617 </p>
1618 <p
1619 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
1620 width = preferences.getInt(<b><u>HTMLCorePreferenceNames.INDENTATION_SIZE</u></b>);</p>
1621 </dd>
1622 <dd style="font-weight: normal; color: black">10. WARNING:
1623 DiscouragedReference
1624 <p
1625 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1626 <small>Discouraged access: The field INDENTATION_SIZE from the
1627 type HTMLCorePreferenceNames is not accessible due to restriction on
1628 classpath entry
1629 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.html.core/@dot</small>
1630 </p>
1631 <p
1632 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AutoEditStrategyForTabs.java:
1633 </p>
1634 <p
1635 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">183:
1636 width = preferences.getInt(HTMLCorePreferenceNames.<b><u>INDENTATION_SIZE</u></b>);</p>
1637 </dd>
1638 <dt style="font-weight: bold; color: black">Source File:
1639 org/eclipse/jst/jsp/ui/internal/autoedit/StructuredAutoEditStrategyJSP.java</dt>
1640 <dd style="font-weight: normal; color: black">1. WARNING:
1641 DiscouragedReference
1642 <p
1643 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1644 <small>Discouraged access: The type IStructuredModel is not
1645 accessible due to restriction on classpath entry
1646 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1647 </p>
1648 <p
1649 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1650 </p>
1651 <p
1652 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
1653 import <b><u>org.eclipse.wst.sse.core.internal.provisional.IStructuredModel</u></b>;</p>
1654 </dd>
1655 <dd style="font-weight: normal; color: black">2. WARNING:
1656 DiscouragedReference
1657 <p
1658 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1659 <small>Discouraged access: The type IDOMNode is not accessible
1660 due to restriction on classpath entry
1661 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1662 </p>
1663 <p
1664 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1665 </p>
1666 <p
1667 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">26:
1668 import <b><u>org.eclipse.wst.xml.core.internal.provisional.document.IDOMNode</u></b>;</p>
1669 </dd>
1670 <dd style="font-weight: normal; color: black">3. WARNING:
1671 DiscouragedReference
1672 <p
1673 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1674 <small>Discouraged access: The type IStructuredModel is not
1675 accessible due to restriction on classpath entry
1676 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1677 </p>
1678 <p
1679 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1680 </p>
1681 <p
1682 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
1683 <b><u>IStructuredModel</u></b> model = null;</p>
1684 </dd>
1685 <dd style="font-weight: normal; color: black">4. WARNING:
1686 DiscouragedReference
1687 <p
1688 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1689 <small>Discouraged access: The method
1690 getExistingModelForRead(IDocument) from the type IModelManager is not
1691 accessible due to restriction on classpath entry
1692 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1693 </p>
1694 <p
1695 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1696 </p>
1697 <p
1698 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
1699 model = <b><u>StructuredModelManager.getModelManager().getExistingModelForRead(document)</u></b>;</p>
1700 </dd>
1701 <dd style="font-weight: normal; color: black">5. WARNING:
1702 DiscouragedReference
1703 <p
1704 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1705 <small>Discouraged access: The type IDOMNode is not accessible
1706 due to restriction on classpath entry
1707 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1708 </p>
1709 <p
1710 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1711 </p>
1712 <p
1713 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
1714 <b><u>IDOMNode</u></b> node = (IDOMNode)
1715 model.getIndexedRegion(command.offset);</p>
1716 </dd>
1717 <dd style="font-weight: normal; color: black">6. WARNING:
1718 DiscouragedReference
1719 <p
1720 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1721 <small>Discouraged access: The type IDOMNode is not accessible
1722 due to restriction on classpath entry
1723 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1724 </p>
1725 <p
1726 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1727 </p>
1728 <p
1729 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
1730 IDOMNode node = (<b><u>IDOMNode</u></b>)
1731 model.getIndexedRegion(command.offset);</p>
1732 </dd>
1733 <dd style="font-weight: normal; color: black">7. WARNING:
1734 DiscouragedReference
1735 <p
1736 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1737 <small>Discouraged access: The method getIndexedRegion(int)
1738 from the type IStructuredModel is not accessible due to restriction on
1739 classpath entry
1740 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1741 </p>
1742 <p
1743 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1744 </p>
1745 <p
1746 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">42:
1747 IDOMNode node = (IDOMNode) <b><u>model.getIndexedRegion(command.offset)</u></b>;</p>
1748 </dd>
1749 <dd style="font-weight: normal; color: black">8. WARNING:
1750 DiscouragedReference
1751 <p
1752 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1753 <small>Discouraged access: The method getSource() from the type
1754 IDOMNode is not accessible due to restriction on classpath entry
1755 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1756 </p>
1757 <p
1758 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1759 </p>
1760 <p
1761 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">43:
1762 if (prefixedWith(document, command.offset, "&lt;") &amp;&amp; !<b><u>node.getSource()</u></b>.endsWith("%&gt;"))
1763 { //$NON-NLS-1$ //$NON-NLS-2$</p>
1764 </dd>
1765 <dd style="font-weight: normal; color: black">9. WARNING:
1766 DiscouragedReference
1767 <p
1768 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1769 <small>Discouraged access: The type IDOMNode is not accessible
1770 due to restriction on classpath entry
1771 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1772 </p>
1773 <p
1774 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1775 </p>
1776 <p
1777 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
1778 <b><u>IDOMNode</u></b> node = (IDOMNode)
1779 model.getIndexedRegion(command.offset);</p>
1780 </dd>
1781 <dd style="font-weight: normal; color: black">10. WARNING:
1782 DiscouragedReference
1783 <p
1784 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1785 <small>Discouraged access: The type IDOMNode is not accessible
1786 due to restriction on classpath entry
1787 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1788 </p>
1789 <p
1790 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1791 </p>
1792 <p
1793 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
1794 IDOMNode node = (<b><u>IDOMNode</u></b>)
1795 model.getIndexedRegion(command.offset);</p>
1796 </dd>
1797 <dd style="font-weight: normal; color: black">11. WARNING:
1798 DiscouragedReference
1799 <p
1800 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1801 <small>Discouraged access: The method getIndexedRegion(int)
1802 from the type IStructuredModel is not accessible due to restriction on
1803 classpath entry
1804 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1805 </p>
1806 <p
1807 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1808 </p>
1809 <p
1810 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">51:
1811 IDOMNode node = (IDOMNode) <b><u>model.getIndexedRegion(command.offset)</u></b>;</p>
1812 </dd>
1813 <dd style="font-weight: normal; color: black">12. WARNING:
1814 DiscouragedReference
1815 <p
1816 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1817 <small>Discouraged access: The method getSource() from the type
1818 IDOMNode is not accessible due to restriction on classpath entry
1819 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1820 </p>
1821 <p
1822 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1823 </p>
1824 <p
1825 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">53:
1826 !<b><u>node.getSource()</u></b>.endsWith("}")) { //$NON-NLS-1$
1827 //$NON-NLS-2$</p>
1828 </dd>
1829 <dd style="font-weight: normal; color: black">13. WARNING:
1830 DiscouragedReference
1831 <p
1832 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1833 <small>Discouraged access: The method releaseFromRead() from
1834 the type IStructuredModel is not accessible due to restriction on
1835 classpath entry
1836 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1837 </p>
1838 <p
1839 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">StructuredAutoEditStrategyJSP.java:
1840 </p>
1841 <p
1842 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">65:
1843 <b><u>model.releaseFromRead()</u></b>;</p>
1844 </dd>
1845 <dt style="font-weight: bold; color: black">Source File:
1846 org/eclipse/jst/jsp/ui/internal/breakpointproviders/AbstractBreakpointProvider.java</dt>
1847 <dd style="font-weight: normal; color: black">1. WARNING:
1848 DiscouragedReference
1849 <p
1850 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1851 <small>Discouraged access: The type IStructuredModel is not
1852 accessible due to restriction on classpath entry
1853 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1854 </p>
1855 <p
1856 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1857 </p>
1858 <p
1859 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">21:
1860 import <b><u>org.eclipse.wst.sse.core.internal.provisional.IStructuredModel</u></b>;</p>
1861 </dd>
1862 <dd style="font-weight: normal; color: black">2. WARNING:
1863 DiscouragedReference
1864 <p
1865 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1866 <small>Discouraged access: The type IndexedRegion is not
1867 accessible due to restriction on classpath entry
1868 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1869 </p>
1870 <p
1871 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1872 </p>
1873 <p
1874 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">22:
1875 import <b><u>org.eclipse.wst.sse.core.internal.provisional.IndexedRegion</u></b>;</p>
1876 </dd>
1877 <dd style="font-weight: normal; color: black">3. WARNING:
1878 DiscouragedReference
1879 <p
1880 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1881 <small>Discouraged access: The type IStructuredDocument is not
1882 accessible due to restriction on classpath entry
1883 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1884 </p>
1885 <p
1886 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1887 </p>
1888 <p
1889 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">23:
1890 import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocument</u></b>;</p>
1891 </dd>
1892 <dd style="font-weight: normal; color: black">4. WARNING:
1893 DiscouragedReference
1894 <p
1895 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1896 <small>Discouraged access: The type IStructuredDocumentRegion
1897 is not accessible due to restriction on classpath entry
1898 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1899 </p>
1900 <p
1901 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1902 </p>
1903 <p
1904 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">24:
1905 import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.IStructuredDocumentRegion</u></b>;</p>
1906 </dd>
1907 <dd style="font-weight: normal; color: black">5. WARNING:
1908 DiscouragedReference
1909 <p
1910 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1911 <small>Discouraged access: The type ITextRegion is not
1912 accessible due to restriction on classpath entry
1913 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1914 </p>
1915 <p
1916 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1917 </p>
1918 <p
1919 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">25:
1920 import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegion</u></b>;</p>
1921 </dd>
1922 <dd style="font-weight: normal; color: black">6. WARNING:
1923 DiscouragedReference
1924 <p
1925 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1926 <small>Discouraged access: The type ITextRegionCollection is
1927 not accessible due to restriction on classpath entry
1928 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1929 </p>
1930 <p
1931 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1932 </p>
1933 <p
1934 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">26:
1935 import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionCollection</u></b>;</p>
1936 </dd>
1937 <dd style="font-weight: normal; color: black">7. WARNING:
1938 DiscouragedReference
1939 <p
1940 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1941 <small>Discouraged access: The type ITextRegionList is not
1942 accessible due to restriction on classpath entry
1943 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.core/@dot</small>
1944 </p>
1945 <p
1946 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1947 </p>
1948 <p
1949 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">27:
1950 import <b><u>org.eclipse.wst.sse.core.internal.provisional.text.ITextRegionList</u></b>;</p>
1951 </dd>
1952 <dd style="font-weight: normal; color: black">8. WARNING:
1953 DiscouragedReference
1954 <p
1955 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1956 <small>Discouraged access: The type ISourceEditingTextTools is
1957 not accessible due to restriction on classpath entry
1958 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1959 </p>
1960 <p
1961 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1962 </p>
1963 <p
1964 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">28:
1965 import <b><u>org.eclipse.wst.sse.ui.internal.provisional.extensions.ISourceEditingTextTools</u></b>;</p>
1966 </dd>
1967 <dd style="font-weight: normal; color: black">9. WARNING:
1968 DiscouragedReference
1969 <p
1970 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1971 <small>Discouraged access: The type IBreakpointProvider is not
1972 accessible due to restriction on classpath entry
1973 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.sse.ui/@dot</small>
1974 </p>
1975 <p
1976 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1977 </p>
1978 <p
1979 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">29:
1980 import <b><u>org.eclipse.wst.sse.ui.internal.provisional.extensions.breakpoint.IBreakpointProvider</u></b>;</p>
1981 </dd>
1982 <dd style="font-weight: normal; color: black">10. WARNING:
1983 DiscouragedReference
1984 <p
1985 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
1986 <small>Discouraged access: The type CMElementDeclaration is not
1987 accessible due to restriction on classpath entry
1988 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
1989 </p>
1990 <p
1991 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
1992 </p>
1993 <p
1994 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">30:
1995 import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration</u></b>;</p>
1996 </dd>
1997 <dd style="font-weight: normal; color: black">11. WARNING:
1998 DiscouragedReference
1999 <p
2000 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2001 <small>Discouraged access: The type CMNode is not accessible
2002 due to restriction on classpath entry
2003 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2004 </p>
2005 <p
2006 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2007 </p>
2008 <p
2009 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">31:
2010 import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.CMNode</u></b>;</p>
2011 </dd>
2012 <dd style="font-weight: normal; color: black">12. WARNING:
2013 DiscouragedReference
2014 <p
2015 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2016 <small>Discouraged access: The type ModelQuery is not
2017 accessible due to restriction on classpath entry
2018 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2019 </p>
2020 <p
2021 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2022 </p>
2023 <p
2024 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">32:
2025 import <b><u>org.eclipse.wst.xml.core.internal.contentmodel.modelquery.ModelQuery</u></b>;</p>
2026 </dd>
2027 <dd style="font-weight: normal; color: black">13. WARNING:
2028 DiscouragedReference
2029 <p
2030 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2031 <small>Discouraged access: The type ModelQueryUtil is not
2032 accessible due to restriction on classpath entry
2033 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2034 </p>
2035 <p
2036 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2037 </p>
2038 <p
2039 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">33:
2040 import <b><u>org.eclipse.wst.xml.core.internal.modelquery.ModelQueryUtil</u></b>;</p>
2041 </dd>
2042 <dd style="font-weight: normal; color: black">14. WARNING:
2043 DiscouragedReference
2044 <p
2045 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2046 <small>Discouraged access: The type CMNodeWrapper is not
2047 accessible due to restriction on classpath entry
2048 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2049 </p>
2050 <p
2051 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2052 </p>
2053 <p
2054 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">34:
2055 import <b><u>org.eclipse.wst.xml.core.internal.provisional.contentmodel.CMNodeWrapper</u></b>;</p>
2056 </dd>
2057 <dd style="font-weight: normal; color: black">15. WARNING:
2058 DiscouragedReference
2059 <p
2060 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2061 <small>Discouraged access: The type IDOMDocument is not
2062 accessible due to restriction on classpath entry
2063 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2064 </p>
2065 <p
2066 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2067 </p>
2068 <p
2069 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">35:
2070 import <b><u>org.eclipse.wst.xml.core.internal.provisional.document.IDOMDocument</u></b>;</p>
2071 </dd>
2072 <dd style="font-weight: normal; color: black">16. WARNING:
2073 DiscouragedReference
2074 <p
2075 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2076 <small>Discouraged access: The type DOMRegionContext is not
2077 accessible due to restriction on classpath entry
2078 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.core/@dot</small>
2079 </p>
2080 <p
2081 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2082 </p>
2083 <p
2084 style="margin-left: +.5in; font-size: -2; font-family: monospace; margin-top: 0; margin-bottom: 0;">36:
2085 import <b><u>org.eclipse.wst.xml.core.internal.regions.DOMRegionContext</u></b>;</p>
2086 </dd>
2087 <dd style="font-weight: normal; color: black">17. WARNING:
2088 DiscouragedReference
2089 <p
2090 style="margin-left: +.5in; font-size: -1; margin-top: 0; margin-bottom: 0;">
2091 <small>Discouraged access: The type IDOMSourceEditingTextTools
2092 is not accessible due to restriction on classpath entry
2093 /home/shared/webtools/build-wtp-R2.0-S/workdir/plugins/org.eclipse.wst.xml.ui/@dot</small>
2094 </p>
2095 <p
2096 style="margin-left: +.5in; font-size: -2; margin-top: 0; margin-bottom: 0;">AbstractBreakpointProvider.java:
2097 </p>
2098 <p
2099 style="margin-left