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

Issue 11415253: Refactored analysis into a build participant (Closed)

Created:
8 years ago by danrubel
Modified:
8 years ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Refactored analysis into a build participant Committed: https://code.google.com/p/dart/source/detail?r=15625

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+809 lines, -185 lines) Patch
M editor/tools/plugins/com.google.dart.tools.core/.options View 1 chunk +11 lines, -9 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/plugin.xml View 1 chunk +10 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/schema/buildParticipants.exsd View 1 chunk +1 line, -3 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/DartCoreDebug.java View 1 chunk +1 line, -0 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java View 1 chunk +191 lines, -0 lines 7 comments Download
A editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisServerParticipant.java View 1 chunk +178 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/DartBuilder.java View 4 chunks +61 lines, -121 lines 0 comments Download
A editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/builder/AnalysisServerParticipantTest.java View 1 chunk +237 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/builder/DartBuilderTest.java View 1 chunk +105 lines, -50 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/builder/TestAll.java View 1 chunk +2 lines, -1 line 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/mock/MockDelta.java View 1 chunk +10 lines, -0 lines 0 comments Download
M editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/mock/MockResource.java View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
danrubel
- moved existing analysis from DartBuilder into new build participant - added new analysis build ...
8 years ago (2012-12-02 22:55:57 UTC) #1
Brian Wilkerson
LGTM https://codereview.chromium.org/11415253/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java (right): https://codereview.chromium.org/11415253/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java#newcode65 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java:65: factory = new SourceFactory(new FileUriResolver()); We will also ...
8 years ago (2012-12-03 03:52:23 UTC) #2
danrubel
https://codereview.chromium.org/11415253/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java File editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java (right): https://codereview.chromium.org/11415253/diff/1/editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java#newcode65 editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/builder/AnalysisEngineParticipant.java:65: factory = new SourceFactory(new FileUriResolver()); On 2012/12/03 03:52:23, Brian ...
8 years ago (2012-12-03 05:52:37 UTC) #3
devoncarew
8 years ago (2012-12-03 14:33:49 UTC) #4
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698