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 186346 - Inaccuracy tests: Regression in python
Summary: Inaccuracy tests: Regression in python
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 6.x
Hardware: PC Linux
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-19 07:37 UTC by soldatov
Modified: 2010-05-20 06:16 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 2010-05-19 07:37:05 UTC
Expected:
===>Name = python, Files = 268, Errors = 0, Warnings = 0, Invalid identifiers = 11, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Errors (Internal API) = 11, Lines = 224990, 1000.0*Invalid identifiers/Lines = 0.05, 100*Files with errors/All files = 1.87

Real:
===>Name = python, Files = 268, Errors = 0, Warnings = 0, Invalid identifiers = 82, Invalid identifiers (Warnings) = 0, Other Annotations = 0, Errors (Internal API) = 117, Lines = 224990, 1000.0*Invalid identifiers/Lines = 0.37, 100*Files with errors/All files = 2.24
Comment 1 Vladimir Voskresensky 2010-05-19 08:08:52 UTC
fixed the regression:
http://hg.netbeans.org/cnd-main/rev/d928200c477e

commit caused regression is not in release69 => no need for backporting fix.
Comment 2 Vladimir Voskresensky 2010-05-19 10:19:10 UTC
please, verify based on 
http://bertram.netbeans.org/hudson/job/cnd-main/3581/
Comment 3 Quality Engineering 2010-05-20 06:16:00 UTC
Integrated into 'main-golden', will be available in build *201005192201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d928200c477e
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #186346 -  Inaccuracy tests: Regression in python