This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 221681 - PlatformLogWriter hides messages
Summary: PlatformLogWriter hides messages
Status: RESOLVED INVALID
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: 7.3
Hardware: PC Mac OS X
: P1 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 20:54 UTC by Tomas Stupka
Modified: 2012-11-28 14:34 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Stupka 2012-11-07 20:54:16 UTC
since issue #220098 was fixed, whenever a mylyn problem is logged via org.eclipse.mylyn.commons.core.StatusHandler, then there is no trace of it in netbeans. Problems get obfuscated.
Comment 1 Tomas Stupka 2012-11-28 14:34:49 UTC
IStatus contains all necessary information - status, exception, etc just handle it when the mylyn call returns.