private void generateSourcesImpl() {
   if (!isCancelled() && bia != null && !bia.isBeanBroken()) {
     bia.regenerateSource();
   }
 }