|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1626 lines, -176 lines) |
Patch |
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ASTNode.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/ClassDeclaration.java
|
View
|
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionDeclaration.java
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/FunctionTypeAlias.java
|
View
|
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/SimpleIdentifier.java
|
View
|
1
|
2 chunks |
+31 lines, -0 lines |
2 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/ast/VariableDeclaration.java
|
View
|
|
3 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/element/ElementProxy.java
|
View
|
|
1 chunk |
+139 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/Index.java
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/IndexStore.java
|
View
|
|
4 chunks |
+9 lines, -23 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/Location.java
|
View
|
|
4 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/MemoryIndexStore.java
|
View
|
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/index/RelationshipCallback.java
|
View
|
|
2 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/ContributedLocation.java
|
View
|
|
3 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/IndexConstants.java
|
View
|
|
1 chunk |
+142 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/IndexContributor.java
|
View
|
1
|
1 chunk |
+245 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/IndexImpl.java
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/MemoryIndexStoreImpl.java
|
View
|
|
7 chunks |
+89 lines, -54 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/GetRelationshipsOperation.java
|
View
|
|
6 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/IndexUnitOperation.java
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperation.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/FileBasedSource.java
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/utilities/collection/IntStack.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/.classpath
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/META-INF/MANIFEST.MF
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/build.properties
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/TestAll.java
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/SimpleIdentifierTest.java
|
View
|
1
|
1 chunk |
+87 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/ast/TestAll.java
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/ElementProxyTest.java
|
View
|
|
1 chunk |
+132 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/element/TestAll.java
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/index/IndexFactoryTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/index/LocationTest.java
|
View
|
|
3 chunks |
+11 lines, -10 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/index/RelationshipTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/index/TestAll.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/ContributedLocationTest.java
|
View
|
|
2 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/IndexContributorTest.java
|
View
|
1
|
1 chunk |
+415 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/IndexImplTest.java
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/MemoryIndexStoreImplTest.java
|
View
|
1
|
1 chunk |
+188 lines, -0 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/TestAll.java
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/GetRelationshipsOperationTest.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/internal/index/operation/RemoveSourceOperationTest.java
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A + |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/IntStackTest.java
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
editor/tools/plugins/com.google.dart.engine_test/src/com/google/dart/engine/utilities/collection/TestAll.java
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|