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

Issue 462403005: Move Location factories and RefactoringProblemSeverity.max into the generated classes. (Closed)

Created:
6 years, 4 months ago by scheglov
Modified:
6 years, 4 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Move Location factories and RefactoringProblemSeverity.max into the generated classes. R=brianwilkerson@google.com, paulberry@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=39499

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rename to 'fromX'. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+205 lines, -221 lines) Patch
M pkg/analysis_server/lib/src/generated_protocol.dart View 1 2 chunks +22 lines, -4 lines 0 comments Download
M pkg/analysis_server/lib/src/protocol2.dart View 1 11 chunks +119 lines, -54 lines 0 comments Download
M pkg/analysis_server/lib/src/search/search_result.dart View 1 1 chunk +1 line, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/statement_analyzer.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/correction/status.dart View 3 chunks +3 lines, -102 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/extract_local.dart View 1 1 chunk +1 line, -1 line 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_class_member.dart View 1 5 chunks +5 lines, -5 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_constructor.dart View 1 2 chunks +2 lines, -2 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_local.dart View 1 3 chunks +6 lines, -7 lines 0 comments Download
M pkg/analysis_server/lib/src/services/refactoring/rename_unit_member.dart View 1 4 chunks +23 lines, -31 lines 0 comments Download
M pkg/analysis_server/test/services/correction/status_test.dart View 1 4 chunks +4 lines, -4 lines 0 comments Download
M pkg/analysis_server/tool/spec/codegen_dart_protocol.dart View 1 1 chunk +17 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
scheglov
6 years, 4 months ago (2014-08-22 16:23:12 UTC) #1
Brian Wilkerson
https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart File pkg/analysis_server/lib/src/generated_protocol.dart (right): https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart#newcode7601 pkg/analysis_server/lib/src/generated_protocol.dart:7601: static RefactoringProblemSeverity max(RefactoringProblemSeverity a, RefactoringProblemSeverity b) => I guess ...
6 years, 4 months ago (2014-08-22 16:32:17 UTC) #2
scheglov
https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart File pkg/analysis_server/lib/src/generated_protocol.dart (right): https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart#newcode7601 pkg/analysis_server/lib/src/generated_protocol.dart:7601: static RefactoringProblemSeverity max(RefactoringProblemSeverity a, RefactoringProblemSeverity b) => On 2014/08/22 ...
6 years, 4 months ago (2014-08-22 16:43:02 UTC) #3
Paul Berry
lgtm https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart File pkg/analysis_server/lib/src/generated_protocol.dart (right): https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart#newcode6627 pkg/analysis_server/lib/src/generated_protocol.dart:6627: factory Location.forElement(engine.Element element) => Can you help me ...
6 years, 4 months ago (2014-08-22 16:46:59 UTC) #4
scheglov
https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart File pkg/analysis_server/lib/src/generated_protocol.dart (right): https://codereview.chromium.org/462403005/diff/1/pkg/analysis_server/lib/src/generated_protocol.dart#newcode6627 pkg/analysis_server/lib/src/generated_protocol.dart:6627: factory Location.forElement(engine.Element element) => On 2014/08/22 16:46:59, Paul Berry ...
6 years, 4 months ago (2014-08-22 17:14:54 UTC) #5
Brian Wilkerson
LGTM
6 years, 4 months ago (2014-08-22 17:19:12 UTC) #6
scheglov
6 years, 4 months ago (2014-08-22 17:27:30 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 manually as 39499 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698