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 161494 - task list window doesn't show java errors/warnings
Summary: task list window doesn't show java errors/warnings
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Max Sauer
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2009-03-30 17:10 UTC by Stanislav Aubrecht
Modified: 2009-04-03 16:22 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (41.10 KB, image/png)
2009-03-31 10:18 UTC, Stanislav Aubrecht
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stanislav Aubrecht 2009-03-30 17:10:10 UTC
there are no java errors in task list window even if a java source file contains a compile error and is marked as such.
Comment 1 Max Sauer 2009-03-31 10:03:10 UTC
Please provide a reproducible scenerio, your build number, messages.log file and system specs. I cannot reproduce in

Product Version: NetBeans IDE Dev (Build 20090331071255)
Java: 1.5.0_16; Java HotSpot(TM) Client VM 1.5.0_16-133
System: Mac OS X version 10.5.6 running on i386; MacRoman; en_US (nb)

Comment 2 Stanislav Aubrecht 2009-03-31 10:17:12 UTC
Product Version: NetBeans IDE Dev (Build 090331)
Java: 1.5.0_13; Java HotSpot(TM) Client VM 1.5.0_13-b05
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)
Userdir: D:\nbtmp\15

- start netbeans with clean user dir
- create new javaapplication
- enter int a =""; into Main class
- save file -> no error in task list
Comment 3 Stanislav Aubrecht 2009-03-31 10:18:41 UTC
Created attachment 79119 [details]
screenshot
Comment 4 Stanislav Aubrecht 2009-03-31 10:20:30 UTC
pls note that the step and screenshot apply to netbeans build with task list already rewritten to new indexing api, but
i was able to reproduce the problem with 'old' task list as well
Comment 5 Max Sauer 2009-03-31 10:52:35 UTC
Thanks for the info. Windows specific.
Comment 6 Dusan Balek 2009-04-01 10:21:14 UTC
Seems like a disabled Java tasks scanning. Could you please check your Tools->Options->Editor->Tasklist->Java->Enable
Java Tasklist setting? Thanks.
Comment 7 Stanislav Aubrecht 2009-04-01 10:30:57 UTC
java task list is enabled in options
Comment 8 Dusan Balek 2009-04-01 15:35:13 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/0f726aeef79c
Comment 9 Quality Engineering 2009-04-02 07:34:22 UTC
Integrated into 'main-golden', will be available in build *200904020200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/0f726aeef79c
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #161494: task list window doesn't show java errors/warnings - fixed.
Comment 10 Alexandr Scherbatiy 2009-04-03 16:22:27 UTC
verified in NetBeans IDE Dev (Build 200904030200)