hg: kulla/dev/langtools: Fix two completeness bugs:

robert.field at oracle.com robert.field at oracle.com
Tue Feb 10 01:19:38 UTC 2015


Changeset: af972d87b2cc
Author:    rfield
Date:      2015-02-09 17:19 -0800
URL:       http://hg.openjdk.java.net/kulla/dev/langtools/rev/af972d87b2cc

Fix two completeness bugs:
  Unknown: int path[][] = new int[22][]
  Multi statement division -- e.g. C c = new C(); class C { int z; }
More automated completeness testing.
Test cross-product proper input slicing.
Lazy initialization of evaluation state to vastly speed-up completeness testing.

! repl/src/impl/CompletenessAnalyzer.java
! repl/src/impl/EvaluationProcessingImpl.java
! repl/src/impl/SourceCodeAnalysisImpl.java
! repl/testng/stress/CompletenessStressTestBase.java
! repl/testng/test/ClassesTest.java
! repl/testng/test/CompletenessTest.java
! repl/testng/test/ExceptionsTest.java
! repl/testng/test/KullaTesting.java
! repl/testng/test/MethodsTest.java
! repl/testng/test/ReplaceTest.java
! repl/testng/test/ShutdownTest.java
! repl/testng/test/SimpleRegressionTest.java
! repl/testng/test/VariablesTest.java



More information about the kulla-dev mailing list