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 143281 - Error Highlighting doesn't work in some files
Summary: Error Highlighting doesn't work in some files
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Simon
URL:
Keywords: PERFORMANCE
Depends on:
Blocks:
 
Reported: 2008-08-08 10:49 UTC by soldatov
Modified: 2008-09-24 15:13 UTC (History)
0 users

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 soldatov 2008-08-08 10:49:04 UTC
My automatic tests open files in editor and wait for 600 seconds while IDE finish to parse it. I haven't response from
10 files in Python project. Error Highlighting doesn't work in these files.

Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/mappings_hk.h, Errors = 0, Warnings = 0, Invalid identifiers =
0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.011, Lines = 2344
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/mappings_jisx0213_pair.h, Errors = 0, Warnings = 0, Invalid
identifiers = 0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.354, Lines = 63
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/mappings_jp.h, Errors = 0, Warnings = 0, Invalid identifiers =
0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.006, Lines = 4769
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/mappings_kr.h, Errors = 0, Warnings = 0, Invalid identifiers =
0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.02, Lines = 3255
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/mappings_tw.h, Errors = 0, Warnings = 0, Invalid identifiers =
0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.005, Lines = 2637
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/multibytecodec.c, Errors = 0, Warnings = 0, Invalid identifiers
= 0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.029, Lines = 1272
Name = /export/new_projects/Python-2.4/Modules/cjkcodecs/multibytecodec.h, Errors = 0, Warnings = 0, Invalid identifiers
= 0, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.461, Lines = 106
Name = /export/new_projects/Python-2.4/Modules/expat/ascii.h, Errors = 0, Warnings = 0, Invalid identifiers = 0, Invalid
identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.002, Lines = 85
Name = /export/new_projects/Python-2.4/Modules/expat/asciitab.h, Errors = 0, Warnings = 0, Invalid identifiers = 0,
Invalid identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.067, Lines = 36
Name = /export/new_projects/Python-2.4/Modules/expat/expat.h, Errors = 0, Warnings = 0, Invalid identifiers = 0, Invalid
identifiers (Warnings) = 0, Other Annotations = 0, Time = 600.002, Lines = 1004
Comment 1 Alexander Simon 2008-08-14 16:16:29 UTC
This is performance bug.
Performance of mappings_hk.h improved from 600+ second to 23 second.
Fixed in change set:
http://hg.netbeans.org/main/rev/6725e179dd40
Comment 2 soldatov 2008-09-24 15:13:35 UTC
Verified in 20080924 build