Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-debug-dev] Eval: API change in the java AST model

I just commit a new version of
org.eclipse.jdt.internal.debug.eval.ast.engine.SourceBaseSourceGenerator.
This is for manage a minor breaking API change in the java AST model.

As the new version of SourceBaseSourceGenerator uses the new methods added
in the AST API, it won't compile with the jdt.core binary plugin contained
in the last integration (2.1) build. The next integration build should
contains the changes.

So, if you don't need it, don't update this file until the next integration
build (hopefully tomorow). If you really want to update this file, you will
need the CVS version of the jdt.core plugin for get it compiles.

Sorry for the inconvenience.
Luc




Back to the top