Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(359)

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 533743002: Drop the 'occurrences' field from the EXTRACT_METHOD refactoring feedback. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 3018 matching lines...) Expand 10 before | Expand all | Expand 10 after
3029 <p> 3029 <p>
3030 True if a getter could be created rather than a method. 3030 True if a getter could be created rather than a method.
3031 </p> 3031 </p>
3032 </field> 3032 </field>
3033 <field name="parameters"> 3033 <field name="parameters">
3034 <list><ref>RefactoringMethodParameter</ref></list> 3034 <list><ref>RefactoringMethodParameter</ref></list>
3035 <p> 3035 <p>
3036 The proposed parameters for the method. 3036 The proposed parameters for the method.
3037 </p> 3037 </p>
3038 </field> 3038 </field>
3039 <field name="occurrences">
3040 <ref>int</ref>
3041 <p>
3042 The number of times the expression or statements occurs.
3043 </p>
3044 </field>
3045 <field name="offsets"> 3039 <field name="offsets">
3046 <list><ref>int</ref></list> 3040 <list><ref>int</ref></list>
3047 <p> 3041 <p>
3048 The offsets of the expressions or statements that would 3042 The offsets of the expressions or statements that would
3049 be replaced by an invocation of the method. 3043 be replaced by an invocation of the method.
3050 </p> 3044 </p>
3051 </field> 3045 </field>
3052 <field name="lengths"> 3046 <field name="lengths">
3053 <list><ref>int</ref></list> 3047 <list><ref>int</ref></list>
3054 <p> 3048 <p>
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
3191 <h2>Errors</h2> 3185 <h2>Errors</h2>
3192 <p> 3186 <p>
3193 This section contains a list of all of the errors that are 3187 This section contains a list of all of the errors that are
3194 produced by the server and the data that is returned with each. 3188 produced by the server and the data that is returned with each.
3195 </p> 3189 </p>
3196 <p> 3190 <p>
3197 TBD 3191 TBD
3198 </p> 3192 </p>
3199 </body> 3193 </body>
3200 </html> 3194 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698