Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Null Pointer For Non-Existent Path #71

Open
GoogleCodeExporter opened this issue Jul 15, 2015 · 0 comments
Open

Null Pointer For Non-Existent Path #71

GoogleCodeExporter opened this issue Jul 15, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add an include path to a folder that doesn't exist.
2. Run cppcheck.

What is the expected output?
Ignore bad paths.

What do you see instead?
Null Pointer Exception. Fails to initialize.

Error is here:
com.googlecode.cppcheclipse.ui.ToolchainSettings:181


Most common reason for this to happen is if you remove a folder that was in 
your path and forget to update your path settings to reflect the change. This 
should be ignored or at the very least a useful error message.

Original issue reported on code.google.com by linema...@gmail.com on 14 Apr 2015 at 12:07

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant