|
|
Clarify type names in analysis server API.
The following types are renamed:
- ErrorFixes -> AnalysisErrorFixes
- ErrorSeverity -> AnalysisErrorSeverity
- ErrorType -> AnalysisErrorType
This clarifies that the types have to do with the
errors/warnings/hints generated by the analysis of user code, as
opposed to analysis server protocol errors.
R=brianwilkerson@google.com
Committed: https://code.google.com/p/dart/source/detail?r=39770
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+400 lines, -608 lines) |
Patch |
 |
M |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/GetFixesConsumer.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisErrorFixes.java
|
View
|
|
3 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisErrorSeverity.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/AnalysisErrorType.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorFixes.java
|
View
|
|
1 chunk |
+0 lines, -138 lines |
0 comments
|
Download
|
 |
D |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorSeverity.java
|
View
|
|
1 chunk |
+0 lines, -32 lines |
0 comments
|
Download
|
 |
D |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/ErrorType.java
|
View
|
|
1 chunk |
+0 lines, -38 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/remote/processor/FixesProcessor.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/RemoteAnalysisServerImplTest.java
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.server_test/src/com/google/dart/server/internal/remote/processor/AnalysisErrorImplTest.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisMarkerManager_NEW.java
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/QuickFixProcessor_NEW.java
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.ui/src/com/google/dart/tools/ui/internal/text/correction/QuickFixProcessor_OLD.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/doc/api.html
|
View
|
|
5 chunks |
+32 lines, -32 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/lib/src/edit/edit_domain.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/lib/src/generated_protocol.dart
|
View
|
|
10 chunks |
+210 lines, -210 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/lib/src/protocol.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/test/analysis/get_errors_test.dart
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/test/analysis/notification_errors_test.dart
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/test/edit/fixes_test.dart
|
View
|
|
2 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/test/integration/integration_test_methods.dart
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/test/integration/protocol_matchers.dart
|
View
|
|
5 chunks |
+56 lines, -56 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/tool/spec/codegen_dart_protocol.dart
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
pkg/analysis_server/tool/spec/spec_input.html
|
View
|
|
4 chunks |
+46 lines, -46 lines |
0 comments
|
Download
|
Total messages: 4 (1 generated)
|