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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java

Issue 2972833002: Initial implementation of copy/paste support (Closed)
Patch Set: Created 3 years, 5 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/analysis_server/tool/spec/generated/java/AnalysisServer.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
index 2b2e47b5cd13bd6511402092506a79e2a687b215..857a9ad9d69b288c6cb5cfbdb3c6d309a546b5de 100644
--- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
+++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
@@ -502,6 +502,10 @@ public interface AnalysisServer {
* Return a list of edits that would need to be applied in order to ensure that all of the elements
* in the specified list of imported elements are accessible within the library.
*
+ * If a request is made for a file that does not exist, or that is not currently subject to
+ * analysis (e.g. because it is not associated with any analysis root specified via
+ * analysis.setAnalysisRoots), an error of type IMPORT_ELEMENTS_INVALID_FILE will be generated.
+ *
* @param file The file in which the specified elements are to be made accessible.
* @param elements The elements to be made accessible in the specified file.
*/

Powered by Google App Engine
This is Rietveld 408576698