JBoss development,
A new message was posted in the thread "Profiling the dependency project":
http://community.jboss.org/message/525130#525130
Author : Kabir Khan
Profile :
http://community.jboss.org/people/kabir.khan@jboss.com
Message:
--------------------------------------------------------------
Can you do a proof check (proof by-design) that this doesn't
break the resolve logic.
At first sight it looks harmless, but we must make sure it's really OK.
e.g. 2nd resolve would resolve same contexts in both scenarios
As discussed offline
with Ales, I am not doing this fix for alpha6:
*if* (stateModel.isValidState(toState))
{
*if* (resolveContexts(fromState, toState, trace))
{
resolutions = *true*;
// break; // Don't exit here
}
}
--------------------------------------------------------------
To reply to this message visit the message page:
http://community.jboss.org/message/525130#525130