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 256748 - inaccuracy tests: OSS IDE and Vlc
Summary: inaccuracy tests: OSS IDE and Vlc
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.2
Hardware: PC Other
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-23 17:26 UTC by soldatov
Modified: 2015-12-22 17:24 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 2015-11-23 17:26:59 UTC
GCC is default toolchain in NetBeans 8.1 patch1 and OSS IDE.

In NetBeans I see 25 unresolved identifiers.
In OSS IDE I see 623 errors (unexpected tokens + unresolved identifiers)

For example:
212 - libvlc_media_player.h
146 - vlc_variables.h
Comment 1 soldatov 2015-11-26 10:18:37 UTC
I see same result if I use NetBeans with -J-Dapt.use.clank=false
Comment 2 Alexander Simon 2015-11-30 10:52:59 UTC
fixed on enum, change set:
21b790501b59
Comment 3 Alexander Simon 2015-11-30 12:31:50 UTC
better fix, change set on enum:
305b2fe593eb
Comment 4 Quality Engineering 2015-12-03 02:24:44 UTC
Integrated into 'main-silver', will be available in build *201512030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/865e4d05effe
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256748 inaccuracy tests: OSS IDE and Vlc
(transplanted from 21b790501b59e7d376f971a3421ce40e50b89904)
Comment 5 soldatov 2015-12-22 17:24:15 UTC
Verified in NetBeans 8.1 with latest internal patches
Now I see 45 errors.