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 - Tasks Compiler Errors ignores column position
Summary: Tasks Compiler Errors ignores column position
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-17 13:42 UTC by matthies
Modified: 2011-09-01 16:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.