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

Unified Diff: pkg/analyzer/lib/src/generated/testing/test_type_provider.dart

Issue 1021723008: More comment clean-up (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
diff --git a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
index 79f5448aa6e0b420db119f319e01643ffd1452b8..a7de395208940b47330fac842ca5d4c38ad6b690 100644
--- a/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
+++ b/pkg/analyzer/lib/src/generated/testing/test_type_provider.dart
@@ -12,8 +12,8 @@ import 'package:analyzer/src/generated/resolver.dart';
import 'package:analyzer/src/generated/testing/element_factory.dart';
/**
- * Instances of the class `TestTypeProvider` implement a type provider that can be used by
- * tests without creating the element model for the core library.
+ * A type provider that can be used by tests without creating the element model
+ * for the core library.
*/
class TestTypeProvider implements TypeProvider {
/**
@@ -442,8 +442,8 @@ class TestTypeProvider implements TypeProvider {
}
/**
- * Initialize the numeric types. They are created as a group so that we can (a) create the right
- * hierarchy and (b) add members to them.
+ * Initialize the numeric types. They are created as a group so that we can
+ * (a) create the right hierarchy and (b) add members to them.
*/
void _initializeNumericTypes() {
//
@@ -555,10 +555,9 @@ class TestTypeProvider implements TypeProvider {
}
/**
- * Given a class element representing a class with type parameters, propagate those type
- * parameters to all of the accessors, methods and constructors defined for the class.
- *
- * @param classElement the element representing the class with type parameters
+ * Given a [classElement] representing a class with type parameters, propagate
+ * those type parameters to all of the accessors, methods and constructors
+ * defined for the class.
*/
void _propagateTypeArguments(ClassElementImpl classElement) {
List<DartType> typeArguments =
« no previous file with comments | « pkg/analyzer/lib/src/generated/engine.dart ('k') | pkg/analyzer/lib/src/generated/testing/token_factory.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698