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 258805 - Accuracy regression in old code model
Summary: Accuracy regression in old code model
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.1
Hardware: PC All
: P2 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-13 11:21 UTC by Alexander Pepin
Modified: 2016-04-13 14:27 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 Alexander Pepin 2016-04-13 11:21:12 UTC
Vlc and MySQL projects have accuracy regressions when an old code model is being used. The regression obviously appeared in cnd build #11972. Later it became a huge regression affecting all test projects since build #11977 till build #11978. Now most of issues have been fixed and only two projects still have regressions:
mysql-5.6.11. Test failed. Expected: 508-525 security hints, Real: 530
vlc-2.0.6. Test failed. Expected: 25 identifiers, Real: 33
Comment 1 Alexander Pepin 2016-04-13 14:27:46 UTC
It seems not to be a regression. Before switching to a new code model the threshold for identifiers in Vls was 40 so current 33 is OK for an old code model. Security checkers in MySQL were not tested for an old code model at all so that it could be OK to have numbers slightly above the top limit (530 vs. 525).