Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JBIDE-13485 - poller, debuglistener, restart action massacre #81

Closed
wants to merge 1 commit into from

Conversation

robstryker
Copy link
Member

No description provided.

@@ -126,6 +128,7 @@ public void run() {

@Override
protected synchronized void forceStop() {
System.out.println("Stopping in forcestop"); //$NON-NLS-1$
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no system out please - use tracing.

 JBIDE-13485 wild sysouts left in the patch

JBIDE-13485 wild sysouts left in the patch
}

public void handleDebugEvents(DebugEvent[] events) {
if (events != null) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

//PISSOFFROBCOMMENT
move myProcess != null up here

@robstryker
Copy link
Member Author

pushed to master

@robstryker robstryker closed this Jun 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants