hg: kulla/dev/langtools: Clean up analysis to only have completion and suggestions.

robert.field at oracle.com robert.field at oracle.com
Sat Dec 13 01:51:36 UTC 2014


Changeset: c1561ed44d7c
Author:    rfield
Date:      2014-12-12 17:48 -0800
URL:       http://hg.openjdk.java.net/kulla/dev/langtools/rev/c1561ed44d7c

Clean up analysis to only have completion and suggestions.
Add descriptive info on snippets.
Separate API from implementation.
Test Snippet info and input cases.
Remove compile into a var, automatic for now (future, configurable?).
Fix isExecutable for import.
Change names:
  SnippetAnalysis --> SourceCodeAnalysis
  SnippetState    --> EvaluationState

! repl/src/api/EvaluationState.java
! repl/src/impl/EvaluationStateImpl.java
+ repl/src/impl/SnippetImpl.java
! repl/src/impl/TaskFactory.java
! repl/test/KullaTesting.java



More information about the kulla-dev mailing list