Bug 1619094

Summary: cppcheck throws Java traceback
Product: [Community] GlusterFS Reporter: Nigel Babu <nigelb>
Component: project-infrastructureAssignee: bugs <bugs>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: mainlineCC: bugs, gluster-infra
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-29 03:45:03 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Nigel Babu 2018-08-20 04:47:51 UTC
Ever since we updated the cppcheck plugin, its been throwing a traceback. This may need a revert back to known good version.

Comment 1 Nigel Babu 2018-08-29 03:45:03 UTC
I reverted back to the older version of the plugin. The plugin made changes to how it stores configuration, which meant it didn't actually find the "pattern" configuration anymore, which caused the NullPointerException. I've rolled back into a previous version. Either JJB needs to change or the plugin should be able to read the old configuration as well as new. Right now, keeping the older version works for us. I'll keep a watch on what happens with a newer version.