Static attribute can not be accessed
ID0001820: This issue was created automatically from Mantis Issue 1820. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0001820 | Frama-Clang | Plug-in > clang | public | 2014-06-27 | 2014-08-07 |
Reporter | lapawczykt | Assigned To | virgile | Resolution | fixed |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | ubuntu 14.04 | OS Version | - |
Product Version | Frama-C Neon-20140301 | Target Version | - | Fixed in Version | Frama-C GIT, precise the release id |
Description :
Static attribute of a different object of the same class can not be accessed. The error does not occur if the "static" is removed or the attribute belongs to the same object.