hg: kulla/dev/langtools: API change:
robert.field at oracle.com
robert.field at oracle.com
Sat Feb 7 20:16:03 UTC 2015
Changeset: 775cc2d70615
Author: rfield
Date: 2015-02-07 12:15 -0800
URL: http://hg.openjdk.java.net/kulla/dev/langtools/rev/775cc2d70615
API change:
Separate out the information that changes as the Snippet is updated from the immutable Snippet information. This information is now in Declaration.
Previous Declaration is now Declaration.Kind.
Internally:
Map class name to Snippet based on embedded number not explict map.
Clean up handling of class name ot bytes map.
Enable testException.
! repl/src/api/EvaluationState.java
+ repl/src/impl/DeclarationImpl.java
! repl/src/impl/EvaluationStateImpl.java
! repl/src/impl/JDIExecution.java
- repl/src/impl/Snip.java
+ repl/src/impl/SnippetImpl.java
! repl/src/impl/SnippetMaps.java
! repl/src/impl/TaskFactory.java
! repl/src/impl/UnresolvedExceptionImpl.java
! repl/src/tool/Repl.java
! repl/testng/test/ClassesTest.java
! repl/testng/test/ExceptionsTest.java
! repl/testng/test/KullaTesting.java
! repl/testng/test/MethodsTest.java
! repl/testng/test/ReplaceTest.java
! repl/testng/test/VariablesTest.java
More information about the kulla-dev
mailing list