cnescatlab / cnescatlab/i-CodeCNES
i-Code should not ask for `INQUIRE` if the file is new
Open
false positive
fortran
to analyse
- Dominant language
- Fortran
- Stars
- 63
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
i-Code should not ask for `INQUIRE` if the file is new (`status = 'new'`).
**To reproduce**
```fortran
open(22, file='toto', form='unformatted', status='new', access='sequential')
```
**Expected behavior**
i-Code should not ask for `INQUIRE` if the file is new (`status = 'new'`).
**Screenshots & log**

**User environment (please complete the following information):**
- OS: [e.g. Windows 10] Windows 10
- Java version: [e.g. 1.8] 11
- i-Code version: [e.g. 3.1.0] 4.1.0
Contributor guide
Assessment
This issue has not been assessed yet.