|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+694 lines, -550 lines) |
Patch |
 |
M |
compiler/java/com/google/dart/compiler/DartCompiler.java
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/DeltaAnalyzer.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/LibraryDepsVisitor.java
|
View
|
|
4 chunks |
+12 lines, -14 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/common/AbstractNode.java
|
View
|
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/common/HasSourceInfo.java
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
A + |
compiler/java/com/google/dart/compiler/common/HasSourceInfoSetter.java
|
View
|
|
1 chunk |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/parser/DartScannerParserContext.java
|
View
|
|
2 chunks |
+3 lines, -2 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/AbstractElement.java
|
View
|
|
3 chunks |
+16 lines, -9 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ClassElement.java
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ClassElementImplementation.java
|
View
|
|
5 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ConstructorElement.java
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ConstructorElementImplementation.java
|
View
|
|
4 chunks |
+25 lines, -12 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/DynamicElementImplementation.java
|
View
|
|
5 chunks |
+20 lines, -4 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Element.java
|
View
|
|
2 chunks |
+10 lines, -6 lines |
4 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ElementMap.java
|
View
|
|
5 chunks |
+17 lines, -10 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Elements.java
|
View
|
|
12 chunks |
+67 lines, -122 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/FieldElementImplementation.java
|
View
|
|
3 chunks |
+25 lines, -11 lines |
1 comment
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/LabelElementImplementation.java
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/MemberBuilder.java
|
View
|
|
7 chunks |
+28 lines, -9 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/MethodElement.java
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/MethodElementImplementation.java
|
View
|
|
4 chunks |
+31 lines, -18 lines |
4 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ResolutionContext.java
|
View
|
|
4 chunks |
+15 lines, -9 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ResolutionErrorListener.java
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/ResolveVisitor.java
|
View
|
|
4 chunks |
+17 lines, -8 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/Resolver.java
|
View
|
|
27 chunks |
+55 lines, -40 lines |
2 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/SupertypeResolver.java
|
View
|
|
1 chunk |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/SyntheticDefaultConstructorElement.java
|
View
|
|
6 chunks |
+19 lines, -35 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/TopLevelElementBuilder.java
|
View
|
|
2 chunks |
+4 lines, -8 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/TypeVariableElement.java
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/TypeVariableElementImplementation.java
|
View
|
|
5 chunks |
+27 lines, -11 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/resolver/VariableElementImplementation.java
|
View
|
|
3 chunks |
+23 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
View
|
|
6 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/IdeTest.java
|
View
|
|
11 chunks |
+96 lines, -71 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ElementMapTest.java
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/NegativeResolverTest.java
|
View
|
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverCompilerTest.java
|
View
|
|
16 chunks |
+59 lines, -36 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverTest.java
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/resolver/ResolverTestCase.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerCompilerTest.java
|
View
|
|
3 chunks |
+8 lines, -9 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeAnalyzerTestCase.java
|
View
|
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
compiler/javatests/com/google/dart/compiler/type/TypeTestCase.java
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/completion/CompletionEngine.java
|
View
|
|
6 chunks |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/index/contributor/IndexContributor.java
|
View
|
|
3 chunks |
+7 lines, -18 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/index/util/ElementFactory.java
|
View
|
|
4 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/DartContributor.java
|
View
|
|
3 chunks |
+3 lines, -9 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/indexer/contributor/MethodOverrideContributor.java
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.tools.core/src/com/google/dart/tools/core/internal/model/SourceRangeImpl.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/utilities/bindings/BindingUtils.java
|
View
|
|
6 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|