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 190418

Summary: Tasks Compiler Errors ignores column position
Product: platform Reporter: matthies <matthies>
Component: Action ItemsAssignee: Jan Peska <JPESKA>
Status: NEW ---    
Severity: normal CC: tzezula
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description matthies 2010-09-17 13:42:11 UTC
When listing compiler errors in the Tasks window, and stepping through them with Ctrl+Dot/Comma, the caret is positioned at the beginning of the line containing the error, instead of directly on the error like with errors from the build output.
Comment 1 Tomas Zezula 2010-11-04 21:29:36 UTC
The tasklist has nothing in common with java/navigation.
It is more an enhancement than an issue. Unfortunatelly the API (org.netbeans.spi.tasklist.Task) offfers only  line number not position.