Mauro Talevi commented on Improvement JBEHAVE-927

A couple of comments:

  • you're making some specific assumptions on what constitute debug mode:
    private boolean inDebug() {
            String string = ManagementFactory.getRuntimeMXBean()
                    .getInputArguments().toString();
            return string.indexOf("agentlib:jdwp") > 0;
    } 
    


  • Isn't it simpler to just manually set a long timeout, ultimately to Long.MAX_VALUE?
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to