OLD | NEW |
1 <!DOCTYPE html><html><head> | 1 <!DOCTYPE html><html><head> |
2 <meta charset="UTF-8"> | 2 <meta charset="UTF-8"> |
3 <title>Analysis Server Plugin API Specification</title> | 3 <title>Analysis Server Plugin API Specification</title> |
4 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code
+Pro|Roboto:500,400italic,300,400" type="text/css"><style>body { | 4 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Code
+Pro|Roboto:500,400italic,300,400" type="text/css"><style>body { |
5 font-family: 'Roboto', sans-serif; | 5 font-family: 'Roboto', sans-serif; |
6 max-width: 800px; | 6 max-width: 800px; |
7 margin: 0 auto; | 7 margin: 0 auto; |
8 padding: 0 16px; | 8 padding: 0 16px; |
9 font-size: 16px; | 9 font-size: 16px; |
10 line-height: 1.5; | 10 line-height: 1.5; |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 | 272 |
273 | 273 |
274 | 274 |
275 | 275 |
276 | 276 |
277 | 277 |
278 | 278 |
279 | 279 |
280 | 280 |
281 | 281 |
282 | |
283 <h3>Requests</h3><dl><dt class="request"><a name="request_analysis.getNavigation
">analysis.getNavigation</a></dt><dd><div class="box"><pre>request: { | 282 <h3>Requests</h3><dl><dt class="request"><a name="request_analysis.getNavigation
">analysis.getNavigation</a></dt><dd><div class="box"><pre>request: { |
284 "id": String | 283 "id": String |
285 "method": "analysis.getNavigation" | 284 "method": "analysis.getNavigation" |
286 "params": { | 285 "params": { |
287 "<b>file</b>": <a href="#type_FilePath">FilePath</a> | 286 "<b>file</b>": <a href="#type_FilePath">FilePath</a> |
288 "<b>offset</b>": int | 287 "<b>offset</b>": int |
289 "<b>length</b>": int | 288 "<b>length</b>": int |
290 } | 289 } |
291 }</pre><br><pre>response: { | 290 }</pre><br><pre>response: { |
292 "id": String | 291 "id": String |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
392 | 391 |
393 <h4>parameters:</h4><dl><dt class="field"><b>roots: List<<a href="#type_Fil
ePath">FilePath</a>><span style="color:#999999"> (optional)</span></b></dt><d
d> | 392 <h4>parameters:</h4><dl><dt class="field"><b>roots: List<<a href="#type_Fil
ePath">FilePath</a>><span style="color:#999999"> (optional)</span></b></dt><d
d> |
394 | 393 |
395 <p> | 394 <p> |
396 A list of the context roots that are to be re-analyzed. | 395 A list of the context roots that are to be re-analyzed. |
397 </p> | 396 </p> |
398 <p> | 397 <p> |
399 If no context roots are provided, then all current context roots | 398 If no context roots are provided, then all current context roots |
400 should be re-analyzed. | 399 should be re-analyzed. |
401 </p> | 400 </p> |
402 </dd></dl></dd><dt class="request"><a name="request_analysis.setContextBui
lderOptions">analysis.setContextBuilderOptions</a></dt><dd><div class="box"><pre
>request: { | |
403 "id": String | |
404 "method": "analysis.setContextBuilderOptions" | |
405 "params": { | |
406 "<b>options</b>": <a href="#type_ContextBuilderOptions">ContextBuilderOption
s</a> | |
407 } | |
408 }</pre><br><pre>response: { | |
409 "id": String | |
410 "error": <span style="color:#999999">optional</span> <a href="#type_RequestErr
or">RequestError</a> | |
411 }</pre></div> | |
412 <p> | |
413 Used to set the options used to build analysis contexts. This request will | |
414 be sent exactly once before any context roots have been specified. | |
415 </p> | |
416 | |
417 <h4>parameters:</h4><dl><dt class="field"><b>options: <a href="#type_ContextBu
ilderOptions">ContextBuilderOptions</a></b></dt><dd> | |
418 | |
419 <p> | |
420 The options used to build the analysis contexts. | |
421 </p> | |
422 </dd></dl></dd><dt class="request"><a name="request_analysis.setContextRoo
ts">analysis.setContextRoots</a></dt><dd><div class="box"><pre>request: { | 401 </dd></dl></dd><dt class="request"><a name="request_analysis.setContextRoo
ts">analysis.setContextRoots</a></dt><dd><div class="box"><pre>request: { |
423 "id": String | 402 "id": String |
424 "method": "analysis.setContextRoots" | 403 "method": "analysis.setContextRoots" |
425 "params": { | 404 "params": { |
426 "<b>roots</b>": List<<a href="#type_ContextRoot">ContextRoot</a>> | 405 "<b>roots</b>": List<<a href="#type_ContextRoot">ContextRoot</a>> |
427 } | 406 } |
428 }</pre><br><pre>response: { | 407 }</pre><br><pre>response: { |
429 "id": String | 408 "id": String |
430 "error": <span style="color:#999999">optional</span> <a href="#type_RequestErr
or">RequestError</a> | 409 "error": <span style="color:#999999">optional</span> <a href="#type_RequestErr
or">RequestError</a> |
431 }</pre></div> | 410 }</pre></div> |
(...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1041 | 1020 |
1042 | 1021 |
1043 | 1022 |
1044 | 1023 |
1045 | 1024 |
1046 | 1025 |
1047 | 1026 |
1048 | 1027 |
1049 | 1028 |
1050 | 1029 |
1051 | |
1052 <dl><dt class="typeDefinition"><a name="type_AddContentOverlay">AddContentOverla
y: object</a></dt><dd> | 1030 <dl><dt class="typeDefinition"><a name="type_AddContentOverlay">AddContentOverla
y: object</a></dt><dd> |
1053 <p> | 1031 <p> |
1054 A directive to begin overlaying the contents of a file. The supplied | 1032 A directive to begin overlaying the contents of a file. The supplied |
1055 content will be used for analysis in place of the file contents in the | 1033 content will be used for analysis in place of the file contents in the |
1056 filesystem. | 1034 filesystem. |
1057 </p> | 1035 </p> |
1058 <p> | 1036 <p> |
1059 If this directive is used on a file that already has a file content | 1037 If this directive is used on a file that already has a file content |
1060 overlay, the old overlay is discarded and replaced with the new one. | 1038 overlay, the old overlay is discarded and replaced with the new one. |
1061 </p> | 1039 </p> |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1357 A keyword is being suggested. For suggestions of this kind, the | 1335 A keyword is being suggested. For suggestions of this kind, the |
1358 completion is the keyword. | 1336 completion is the keyword. |
1359 </p> | 1337 </p> |
1360 </dd><dt class="value">NAMED_ARGUMENT</dt><dd> | 1338 </dd><dt class="value">NAMED_ARGUMENT</dt><dd> |
1361 | 1339 |
1362 <p> | 1340 <p> |
1363 A named argument for the current call site is being suggested. For | 1341 A named argument for the current call site is being suggested. For |
1364 suggestions of this kind, the completion is the named argument | 1342 suggestions of this kind, the completion is the named argument |
1365 identifier including a trailing ':' and a space. | 1343 identifier including a trailing ':' and a space. |
1366 </p> | 1344 </p> |
1367 </dd><dt class="value">OPTIONAL_ARGUMENT</dt><dt class="value">PARAMETER</
dt></dl></dd><dt class="typeDefinition"><a name="type_ContextBuilderOptions">Con
textBuilderOptions: object</a></dt><dd> | 1345 </dd><dt class="value">OPTIONAL_ARGUMENT</dt><dt class="value">PARAMETER</
dt></dl></dd><dt class="typeDefinition"><a name="type_ContextRoot">ContextRoot:
object</a></dt><dd> |
1368 <p> | |
1369 The options used to build an analysis context. | |
1370 </p> | |
1371 | |
1372 <dl><dt class="field"><b>dartSdkSummaryPath: <a href="#type_FilePath">FilePath
</a><span style="color:#999999"> (optional)</span></b></dt><dd> | |
1373 | |
1374 <p> | |
1375 The file path of the file containing the summary of the SDK that | |
1376 should be used to "analyze" the SDK. The field will be omitted if the | |
1377 summary should be found in the SDK. | |
1378 </p> | |
1379 </dd><dt class="field"><b>defaultAnalysisOptionsFilePath: List<<a href=
"#type_FilePath">FilePath</a>><span style="color:#999999"> (optional)</span><
/b></dt><dd> | |
1380 | |
1381 <p> | |
1382 The file path of the analysis options file that should be used in | |
1383 place of any file in the root directory or a parent of the root | |
1384 directory. The field will be omitted if the normal lookup mechanism | |
1385 should be used. | |
1386 </p> | |
1387 </dd><dt class="field"><b>declaredVariables: Map<String, String><spa
n style="color:#999999"> (optional)</span></b></dt><dd> | |
1388 | |
1389 <p> | |
1390 A table mapping variable names to values for the declared variables. | |
1391 The field will be omitted if no additional variables need to be | |
1392 declared. | |
1393 </p> | |
1394 </dd><dt class="field"><b>defaultPackageFilePath: List<<a href="#type_F
ilePath">FilePath</a>><span style="color:#999999"> (optional)</span></b></dt>
<dd> | |
1395 | |
1396 <p> | |
1397 The file path of the .packages file that should be used in place of | |
1398 any file found using the normal (Package Specification DEP) lookup | |
1399 mechanism. The field will be omitted if the normal lookup mechanism | |
1400 should be used. | |
1401 </p> | |
1402 </dd><dt class="field"><b>defaultPackagesDirectoryPath: List<<a href="#
type_FilePath">FilePath</a>><span style="color:#999999"> (optional)</span></b
></dt><dd> | |
1403 | |
1404 <p> | |
1405 The file path of the packages directory that should be used in place | |
1406 of any file found using the normal (Package Specification DEP) lookup | |
1407 mechanism. The field will be omitted if the normal lookup mechanism | |
1408 should be used. | |
1409 </p> | |
1410 </dd></dl></dd><dt class="typeDefinition"><a name="type_ContextRoot">Conte
xtRoot: object</a></dt><dd> | |
1411 <p> | 1346 <p> |
1412 A description of an analysis context. | 1347 A description of an analysis context. |
1413 </p> | 1348 </p> |
1414 | 1349 |
1415 <dl><dt class="field"><b>root: <a href="#type_FilePath">FilePath</a></b></dt><
dd> | 1350 <dl><dt class="field"><b>root: <a href="#type_FilePath">FilePath</a></b></dt><
dd> |
1416 | 1351 |
1417 <p> | 1352 <p> |
1418 The absolute path of the root directory containing the files to be | 1353 The absolute path of the root directory containing the files to be |
1419 analyzed. | 1354 analyzed. |
1420 </p> | 1355 </p> |
(...skipping 1143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2564 <p> | 2499 <p> |
2565 The old name of the element before the refactoring. | 2500 The old name of the element before the refactoring. |
2566 </p> | 2501 </p> |
2567 </dd></dl><h4>Options:</h4><dl><dt class="field"><b>newName: String</b></d
t><dd> | 2502 </dd></dl><h4>Options:</h4><dl><dt class="field"><b>newName: String</b></d
t><dd> |
2568 | 2503 |
2569 <p> | 2504 <p> |
2570 The name that the element should have after the refactoring. | 2505 The name that the element should have after the refactoring. |
2571 </p> | 2506 </p> |
2572 </dd></dl></dd></dl> | 2507 </dd></dl></dd></dl> |
2573 <h2 class="domain"><a name="index">Index</a></h2> | 2508 <h2 class="domain"><a name="index">Index</a></h2> |
2574 <h3>Domains</h3><h4>plugin (<a href="#domain_plugin">↑</a>)</h4><div class="subi
ndex"><h5>Requests</h5><ul><li><a href="#request_plugin.versionCheck">versionChe
ck</a></li><li><a href="#request_plugin.shutdown">shutdown</a></li></ul><h5>Noti
fications</h5><div class="subindex"><ul><li><a href="#notification_plugin.error"
>error</a></li></ul></div></div><h4>analysis (<a href="#domain_analysis">↑</a>)<
/h4><div class="subindex"><h5>Requests</h5><ul><li><a href="#request_analysis.ge
tNavigation">getNavigation</a></li><li><a href="#request_analysis.handleWatchEve
nts">handleWatchEvents</a></li><li><a href="#request_analysis.reanalyze">reanaly
ze</a></li><li><a href="#request_analysis.setContextBuilderOptions">setContextBu
ilderOptions</a></li><li><a href="#request_analysis.setContextRoots">setContextR
oots</a></li><li><a href="#request_analysis.setPriorityFiles">setPriorityFiles</
a></li><li><a href="#request_analysis.setSubscriptions">setSubscriptions</a></li
><li><a href="#request_analysis.updateContent">updateContent</a></li></ul><h5>No
tifications</h5><div class="subindex"><ul><li><a href="#notification_analysis.er
rors">errors</a></li><li><a href="#notification_analysis.folding">folding</a></l
i><li><a href="#notification_analysis.highlights">highlights</a></li><li><a href
="#notification_analysis.navigation">navigation</a></li><li><a href="#notificati
on_analysis.occurrences">occurrences</a></li><li><a href="#notification_analysis
.outline">outline</a></li></ul></div></div><h4>completion (<a href="#domain_comp
letion">↑</a>)</h4><div class="subindex"><h5>Requests</h5><ul><li><a href="#requ
est_completion.getSuggestions">getSuggestions</a></li></ul></div><h4>edit (<a hr
ef="#domain_edit">↑</a>)</h4><div class="subindex"><h5>Requests</h5><ul><li><a h
ref="#request_edit.getAssists">getAssists</a></li><li><a href="#request_edit.get
AvailableRefactorings">getAvailableRefactorings</a></li><li><a href="#request_ed
it.getFixes">getFixes</a></li><li><a href="#request_edit.getRefactoring">getRefa
ctoring</a></li></ul></div><h3>Types (<a href="#types">↑</a>)</h3><div class="su
bindex"><ul><li><a href="#type_AddContentOverlay">AddContentOverlay</a></li><li>
<a href="#type_AnalysisError">AnalysisError</a></li><li><a href="#type_AnalysisE
rrorFixes">AnalysisErrorFixes</a></li><li><a href="#type_AnalysisErrorSeverity">
AnalysisErrorSeverity</a></li><li><a href="#type_AnalysisErrorType">AnalysisErro
rType</a></li><li><a href="#type_AnalysisService">AnalysisService</a></li><li><a
href="#type_ChangeContentOverlay">ChangeContentOverlay</a></li><li><a href="#ty
pe_CompletionSuggestion">CompletionSuggestion</a></li><li><a href="#type_Complet
ionSuggestionKind">CompletionSuggestionKind</a></li><li><a href="#type_ContextBu
ilderOptions">ContextBuilderOptions</a></li><li><a href="#type_ContextRoot">Cont
extRoot</a></li><li><a href="#type_Element">Element</a></li><li><a href="#type_E
lementKind">ElementKind</a></li><li><a href="#type_FilePath">FilePath</a></li><l
i><a href="#type_FoldingKind">FoldingKind</a></li><li><a href="#type_FoldingRegi
on">FoldingRegion</a></li><li><a href="#type_HighlightRegion">HighlightRegion</a
></li><li><a href="#type_HighlightRegionType">HighlightRegionType</a></li><li><a
href="#type_LinkedEditGroup">LinkedEditGroup</a></li><li><a href="#type_LinkedE
ditSuggestion">LinkedEditSuggestion</a></li><li><a href="#type_LinkedEditSuggest
ionKind">LinkedEditSuggestionKind</a></li><li><a href="#type_Location">Location<
/a></li><li><a href="#type_NavigationRegion">NavigationRegion</a></li><li><a hre
f="#type_NavigationTarget">NavigationTarget</a></li><li><a href="#type_Occurrenc
es">Occurrences</a></li><li><a href="#type_Outline">Outline</a></li><li><a href=
"#type_Position">Position</a></li><li><a href="#type_PrioritizedSourceChange">Pr
ioritizedSourceChange</a></li><li><a href="#type_RefactoringFeedback">Refactorin
gFeedback</a></li><li><a href="#type_RefactoringKind">RefactoringKind</a></li><l
i><a href="#type_RefactoringMethodParameter">RefactoringMethodParameter</a></li>
<li><a href="#type_RefactoringMethodParameterKind">RefactoringMethodParameterKin
d</a></li><li><a href="#type_RefactoringOptions">RefactoringOptions</a></li><li>
<a href="#type_RefactoringProblem">RefactoringProblem</a></li><li><a href="#type
_RefactoringProblemSeverity">RefactoringProblemSeverity</a></li><li><a href="#ty
pe_RemoveContentOverlay">RemoveContentOverlay</a></li><li><a href="#type_Request
Error">RequestError</a></li><li><a href="#type_RequestErrorCode">RequestErrorCod
e</a></li><li><a href="#type_SourceChange">SourceChange</a></li><li><a href="#ty
pe_SourceEdit">SourceEdit</a></li><li><a href="#type_SourceFileEdit">SourceFileE
dit</a></li><li><a href="#type_WatchEvent">WatchEvent</a></li><li><a href="#type
_WatchEventType">WatchEventType</a></li></ul></div><h3>Refactorings (<a href="#r
efactorings">↑</a>)</h3><div class="subindex"><ul><li><a href="#refactoring_CONV
ERT_GETTER_TO_METHOD">CONVERT_GETTER_TO_METHOD</a></li><li><a href="#refactoring
_CONVERT_METHOD_TO_GETTER">CONVERT_METHOD_TO_GETTER</a></li><li><a href="#refact
oring_EXTRACT_LOCAL_VARIABLE">EXTRACT_LOCAL_VARIABLE</a></li><li><a href="#refac
toring_EXTRACT_METHOD">EXTRACT_METHOD</a></li><li><a href="#refactoring_INLINE_L
OCAL_VARIABLE">INLINE_LOCAL_VARIABLE</a></li><li><a href="#refactoring_INLINE_ME
THOD">INLINE_METHOD</a></li><li><a href="#refactoring_MOVE_FILE">MOVE_FILE</a></
li><li><a href="#refactoring_RENAME">RENAME</a></li></ul></div> | 2509 <h3>Domains</h3><h4>plugin (<a href="#domain_plugin">↑</a>)</h4><div class="subi
ndex"><h5>Requests</h5><ul><li><a href="#request_plugin.versionCheck">versionChe
ck</a></li><li><a href="#request_plugin.shutdown">shutdown</a></li></ul><h5>Noti
fications</h5><div class="subindex"><ul><li><a href="#notification_plugin.error"
>error</a></li></ul></div></div><h4>analysis (<a href="#domain_analysis">↑</a>)<
/h4><div class="subindex"><h5>Requests</h5><ul><li><a href="#request_analysis.ge
tNavigation">getNavigation</a></li><li><a href="#request_analysis.handleWatchEve
nts">handleWatchEvents</a></li><li><a href="#request_analysis.reanalyze">reanaly
ze</a></li><li><a href="#request_analysis.setContextRoots">setContextRoots</a></
li><li><a href="#request_analysis.setPriorityFiles">setPriorityFiles</a></li><li
><a href="#request_analysis.setSubscriptions">setSubscriptions</a></li><li><a hr
ef="#request_analysis.updateContent">updateContent</a></li></ul><h5>Notification
s</h5><div class="subindex"><ul><li><a href="#notification_analysis.errors">erro
rs</a></li><li><a href="#notification_analysis.folding">folding</a></li><li><a h
ref="#notification_analysis.highlights">highlights</a></li><li><a href="#notific
ation_analysis.navigation">navigation</a></li><li><a href="#notification_analysi
s.occurrences">occurrences</a></li><li><a href="#notification_analysis.outline">
outline</a></li></ul></div></div><h4>completion (<a href="#domain_completion">↑<
/a>)</h4><div class="subindex"><h5>Requests</h5><ul><li><a href="#request_comple
tion.getSuggestions">getSuggestions</a></li></ul></div><h4>edit (<a href="#domai
n_edit">↑</a>)</h4><div class="subindex"><h5>Requests</h5><ul><li><a href="#requ
est_edit.getAssists">getAssists</a></li><li><a href="#request_edit.getAvailableR
efactorings">getAvailableRefactorings</a></li><li><a href="#request_edit.getFixe
s">getFixes</a></li><li><a href="#request_edit.getRefactoring">getRefactoring</a
></li></ul></div><h3>Types (<a href="#types">↑</a>)</h3><div class="subindex"><u
l><li><a href="#type_AddContentOverlay">AddContentOverlay</a></li><li><a href="#
type_AnalysisError">AnalysisError</a></li><li><a href="#type_AnalysisErrorFixes"
>AnalysisErrorFixes</a></li><li><a href="#type_AnalysisErrorSeverity">AnalysisEr
rorSeverity</a></li><li><a href="#type_AnalysisErrorType">AnalysisErrorType</a><
/li><li><a href="#type_AnalysisService">AnalysisService</a></li><li><a href="#ty
pe_ChangeContentOverlay">ChangeContentOverlay</a></li><li><a href="#type_Complet
ionSuggestion">CompletionSuggestion</a></li><li><a href="#type_CompletionSuggest
ionKind">CompletionSuggestionKind</a></li><li><a href="#type_ContextRoot">Contex
tRoot</a></li><li><a href="#type_Element">Element</a></li><li><a href="#type_Ele
mentKind">ElementKind</a></li><li><a href="#type_FilePath">FilePath</a></li><li>
<a href="#type_FoldingKind">FoldingKind</a></li><li><a href="#type_FoldingRegion
">FoldingRegion</a></li><li><a href="#type_HighlightRegion">HighlightRegion</a><
/li><li><a href="#type_HighlightRegionType">HighlightRegionType</a></li><li><a h
ref="#type_LinkedEditGroup">LinkedEditGroup</a></li><li><a href="#type_LinkedEdi
tSuggestion">LinkedEditSuggestion</a></li><li><a href="#type_LinkedEditSuggestio
nKind">LinkedEditSuggestionKind</a></li><li><a href="#type_Location">Location</a
></li><li><a href="#type_NavigationRegion">NavigationRegion</a></li><li><a href=
"#type_NavigationTarget">NavigationTarget</a></li><li><a href="#type_Occurrences
">Occurrences</a></li><li><a href="#type_Outline">Outline</a></li><li><a href="#
type_Position">Position</a></li><li><a href="#type_PrioritizedSourceChange">Prio
ritizedSourceChange</a></li><li><a href="#type_RefactoringFeedback">RefactoringF
eedback</a></li><li><a href="#type_RefactoringKind">RefactoringKind</a></li><li>
<a href="#type_RefactoringMethodParameter">RefactoringMethodParameter</a></li><l
i><a href="#type_RefactoringMethodParameterKind">RefactoringMethodParameterKind<
/a></li><li><a href="#type_RefactoringOptions">RefactoringOptions</a></li><li><a
href="#type_RefactoringProblem">RefactoringProblem</a></li><li><a href="#type_R
efactoringProblemSeverity">RefactoringProblemSeverity</a></li><li><a href="#type
_RemoveContentOverlay">RemoveContentOverlay</a></li><li><a href="#type_RequestEr
ror">RequestError</a></li><li><a href="#type_RequestErrorCode">RequestErrorCode<
/a></li><li><a href="#type_SourceChange">SourceChange</a></li><li><a href="#type
_SourceEdit">SourceEdit</a></li><li><a href="#type_SourceFileEdit">SourceFileEdi
t</a></li><li><a href="#type_WatchEvent">WatchEvent</a></li><li><a href="#type_W
atchEventType">WatchEventType</a></li></ul></div><h3>Refactorings (<a href="#ref
actorings">↑</a>)</h3><div class="subindex"><ul><li><a href="#refactoring_CONVER
T_GETTER_TO_METHOD">CONVERT_GETTER_TO_METHOD</a></li><li><a href="#refactoring_C
ONVERT_METHOD_TO_GETTER">CONVERT_METHOD_TO_GETTER</a></li><li><a href="#refactor
ing_EXTRACT_LOCAL_VARIABLE">EXTRACT_LOCAL_VARIABLE</a></li><li><a href="#refacto
ring_EXTRACT_METHOD">EXTRACT_METHOD</a></li><li><a href="#refactoring_INLINE_LOC
AL_VARIABLE">INLINE_LOCAL_VARIABLE</a></li><li><a href="#refactoring_INLINE_METH
OD">INLINE_METHOD</a></li><li><a href="#refactoring_MOVE_FILE">MOVE_FILE</a></li
><li><a href="#refactoring_RENAME">RENAME</a></li></ul></div> |
2575 | 2510 |
2576 | 2511 |
2577 </body></html> | 2512 </body></html> |
OLD | NEW |