diff --git a/docs/manual/OptionalTasks/depend.html b/docs/manual/OptionalTasks/depend.html index ebcc352ed..a2448fdb9 100644 --- a/docs/manual/OptionalTasks/depend.html +++ b/docs/manual/OptionalTasks/depend.html @@ -90,6 +90,15 @@ how interrelated your classes are.
missing. Inner classes are handled by the depend task. +The most obvious example of these limitations is that the task can't tell +which classes to recompile when a constant primitive data type exported +by other classes is changed. For example, a change in the definition of +something like ++public final class Constants { + public final static boolean DEBUG=false; +} +will not be picked up by other classes.