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 257695

Summary: inaccuracy tests: Big regression
Product: cnd Reporter: soldatov <soldatov>
Component: Code ModelAssignee: petrk
Status: VERIFIED FIXED    
Severity: normal    
Priority: P1    
Version: 8.2   
Hardware: PC   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description soldatov 2016-01-26 08:58:15 UTC
In today build we have a lot of unresolved tokens in 5 projects. For example:

Project name | Errors| Ident.|Threshold|
         ... |   494 | 13818 |     0/1 |

Also in bad files in first line I see "unknown parser error" sign.
Comment 1 soldatov 2016-01-26 09:01:23 UTC
Other example:

bash-4.1$ cat DDD | grep ctest.c
ddd-3.3.11/ddd/ctest.c 67 Unable to resolve identifier day_of_week.
ddd-3.3.11/ddd/ctest.c 68 Unable to resolve identifier day_of_week.
ddd-3.3.11/ddd/ctest.c 70 unexpected token: {
ddd-3.3.11/ddd/ctest.c 72 unexpected token: ,
ddd-3.3.11/ddd/ctest.c 74 unexpected token: return
ddd-3.3.11/ddd/ctest.c 75 unexpected token: }
Name = /export/home/hudson/inaccuracy_projects/ddd-3.3.11/ddd/ctest.c, Errors = 4, Warnings = 0, Invalid identifiers = 2, Expected failures = 0, Invalid identifiers (Warnings) = 0, Hints = 0, Other Annotations = 0, Errors (Internal API) = 8, Lines = 277
Comment 2 Quality Engineering 2016-01-28 02:34:26 UTC
Integrated into 'main-silver', will be available in build *201601280002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/aba68eb42b26
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixing #257695 - inaccuracy tests: Big regression
-- attempt to eliminate unknown specifiers after function declarator applied only if the language is C++
(transplanted from 72ed281b2b93666081ede095a31a78fb75b4e8e6)
Comment 3 ilia 2016-01-29 10:59:19 UTC
  Fixes of this bug:
    http://hg.netbeans.org/releases/rev/72ed281b2b93
Comment 4 soldatov 2016-02-02 13:21:21 UTC
Verified in NetBeans 8.1 patch1