@@ -181,7 +183,15 @@ public class AbstractProgressIndicatorBase extends UserDataHolderBase implements
@Override
publicvoidsetFraction(finaldoublefraction){
if(isIndeterminate()){
LOG.warn("This progress indicator is indeterminate, this may lead to visual inconsistency. Please call setIndeterminate(false) before you start progress.");