Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Compile failures due to change in ClasspathDependencyUtil?


Hey folks,

And Rob !?

It appears the "getDefaultRuntimePath(boolean)" method recently changed to "getDefaultRuntimePath(boolean, boolean)"

Is this a "breaking API change"? Is it required for adopters to react? Should there be too methods, one with old signature which assumes the other boolean is true or false and calls the old version? I would assume we should have the two versions, but haven't looked at why the change was made.





Source File: org/eclipse/jst/jsf/core/internal/project/facet/JSFFacetInstallDelegate.java
1. ERROR: ParameterMismatch
The method getDefaultRuntimePath(boolean, boolean) in the type ClasspathDependencyUtil is not applicable for the arguments (boolean)
JSFFacetInstallDelegate.java :
176 : ClasspathDependencyUtil.getDefaultRuntimePath(true).toString());




Back to the top