You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our standard pointer analyses can now reason that arrays of length 0 have no contents, but the refinement-based pointer analysis does not. This is now causing test failures on recent versions of ArrayList in the Java 7 libraries, forcing us to disable some tests (see b057e35). We should enhance the refinement-based analysis to reason precisely about length 0 arrays.
The text was updated successfully, but these errors were encountered:
Our standard pointer analyses can now reason that arrays of length 0 have no contents, but the refinement-based pointer analysis does not. This is now causing test failures on recent versions of ArrayList in the Java 7 libraries, forcing us to disable some tests (see b057e35). We should enhance the refinement-based analysis to reason precisely about length 0 arrays.
The text was updated successfully, but these errors were encountered: