public static void ensureDeclareStarted(final AppStartContext startContext) {
GWT.runAsync(new RunAsyncCallback() {
public void onSuccess() {
DeclareStarter.getInstance().start(startContext);
}
public void onFailure(final Throwable ex) {
throw GenExpClass.createExceptionVarMsg(ex);
}
});
}
public static void ensureZtoeslagStarted(final AppStartContext startContext) {
GWT.runAsync(new RunAsyncCallback() {
public void onSuccess() {
ZtoeslagStarter.getInstance().start(startContext);
}
public void onFailure(final Throwable ex) {
throw GenExpClass.createExceptionVarMsg(ex);
}
});
}
The classes DeclareStarter and ZtoeslagStarter are only referenced in the code above (verified by Eclipse showing their references).
com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011
See why it's live
See why it's not exclusive to s.p. #1 (@com.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::createInCodeSplitDeclare100,@com.bv.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::createInCodeSplitDeclare100)
See why it's not exclusive to s.p. #2 (@com.gwt.plus.ztoeslag.lazyloader.impl.ZtoeslagLazyLoaderDefault::createInCodeSplitGeneral10,@com.bv.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::createInCodeSplitGeneral10)
See why it's not exclusive to s.p. #3 (@com.gwt.plus.ztoeslag.lazyloader.impl.ZtoeslagLazyLoaderDefault::createInCodeSplitZtoeslag20,@com.bv.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::createInCodeSplitDeclare10)
See why it's not exclusive to s.p. #4 (@com.gwt.plus.total.misc.UtilsTotal::ensureDeclareStarted,@com.bv.gwt.plus.total.misc.UtilsTotal::ensureZtoeslagStarted)
See why it's not exclusive to s.p. #5 (@com.gwt.plus.lazyloader.impl.GeneralAppLazyLoader::createInCodeSplitGeneral10)
See why it's not exclusive to s.p. #6 (@com.gwt.plus.lazyloader.impl.GeneralAppLazyLoader::createInCodeSplitGeneral20)
See why it's not exclusive to s.p. #7 (@com.gwt.plus.lazyloader.impl.GeneralAppLazyLoader::createInCodeSplitGeneral30)
See why it's not exclusive to s.p. #8 (@com.gwt.plus.lazyloader.impl.GeneralAppLazyLoader::createInCodeSplitGeneral40)
See why it's not exclusive to s.p. #9 (@com.gwt.plus.ztoeslag.lazyloader.impl.ZtoeslagLazyLoaderDefault::createInCodeSplitZtoeslag10)
See why it's not exclusive to s.p. #10 (@com.gwt.plus.total.lazyloader.impl.TotalAppLazyLoader::createInCodeSplitGeneral10)
The class "InkomstenOverzichtCalculator2011" is contained in a common project that is both included in Ztoeslag and Declare, but ONLY used in Declare...
Class: com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011 Size (bytes)
com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011::InkomstenOverzichtCalculator2011 31
com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011::reisAftrek
com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011::InkomstenOverzichtCalculator2011
com.common.declaration.overzicht.calculate.y2011.OverzichtCalculationModel2011::OverzichtCalculationModel2011
com.gwt.plus.declare.overzicht.calculation.OverzichtCalculationFacade::$createOverviewModel
com.gwt.plus.declare.overzicht.calculation.DeclareOverviewCalculator::$calculateMoneyBack
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::calculateMoneyRequest
com.gwt.plus.declare.overzicht.flow.ResultContext::$isRefundEnoughToReceive
com.gwt.plus.declare.overzicht.flow.ResultContent::$isValid
com.gwt.plus.declare.overzicht.flow.SimpleOverzicht::$isValid
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::isValid
com.gwt.plus.displaymodel.InvalidDisplayVisitor::$visit
com.gwt.plus.displaymodel.InvalidDisplayVisitor::visit
com.gwt.plus.declare.misc.InvalidDisplayNavigationCommand::execute
com.gwt.plus.declare.start.DeclareApplicationStarter::$initializeKeyNavigator
com.gwt.plus.declare.start.DeclareApplicationStarter::beforeStarting
com.gwt.plus.declare.connect.DeclareGeneralApplicationContextFactory::createApplicationStarter
com.gwt.plus.declare.DeclareRegister::$ensureGeneralApplicationContextAdded
com.gwt.plus.declare.history.DeclareHistoryTrackerCommandBase::beforeRun
com.gwt.plus.history.RichHistoryTrackerBuilderBase::run
com.gwt.plus.declare.overzicht.impl.OverzichtResultHistory$InstanceHolder::$clinit
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::$showResult
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::show
com.gwt.plus.declare.overzicht.impl.OverzichtFacade::$createOverzichtView
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::$getEnsurePresenter
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::show
com.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::$createCodeSplitDeclare100
com.common.declaration.overzicht.inkomsten.calculate.y2011.InkomstenOverzichtCalculator2011::reisAftrek
com.common.declaration.overzicht.calculate.y2011.OverzichtCalculationModel2011::OverzichtCalculationModel2011
com.gwt.plus.declare.overzicht.calculation.OverzichtCalculationFacade::$createOverviewModel
com.gwt.plus.declare.overzicht.calculation.DeclareOverviewCalculator::$calculateMoneyBack
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::calculateMoneyRequest
com.gwt.plus.declare.overzicht.flow.ResultContext::$isRefundEnoughToReceive
com.gwt.plus.declare.overzicht.flow.ResultContent::$isValid
com.gwt.plus.declare.overzicht.flow.SimpleOverzicht::$isValid
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::isValid
com.gwt.plus.displaymodel.InvalidDisplayVisitor::$visit
com.gwt.plus.displaymodel.InvalidDisplayVisitor::visit
com.gwt.plus.declare.misc.InvalidDisplayNavigationCommand::execute
com.gwt.plus.declare.start.DeclareApplicationStarter::$initializeKeyNavigator
com.gwt.plus.declare.start.DeclareApplicationStarter::beforeStarting
com.gwt.plus.declare.connect.DeclareGeneralApplicationContextFactory::createApplicationStarter
com.gwt.plus.declare.DeclareRegister::$ensureGeneralApplicationContextAdded
com.gwt.plus.declare.history.DeclareHistoryTrackerCommandBase::beforeRun
com.gwt.plus.history.RichHistoryTrackerBuilderBase::run
com.gwt.plus.declare.overzicht.impl.OverzichtResultHistory$InstanceHolder::$clinit
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::$showResult
com.gwt.plus.declare.overzicht.impl.OverzichtViewDefault::show
com.gwt.plus.declare.overzicht.impl.OverzichtFacade::$createOverzichtView
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::$getEnsurePresenter
com.gwt.plus.declare.overzicht.impl.OverzichtControllerBase::show
com.gwt.plus.declare.lazyloader.impl.DeclareLazyLoaderDefault::$createCodeSplitDeclare100
But this is weird as the path's start at the bottom with Split point Declare100, while I clicked on the split point #4 UtilsTotal.... Even searching on the soyc web page, these are the only entries related to the class "InkomstenOverzichtCalculator2011". Why is this? What is wrong or I don't understand?
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment