View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000279 | file | General | public | 2021-08-05 03:20 | 2021-08-16 10:13 |
Reporter | Jayc3Ca0 | Assigned To | christos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.40 | ||||
Fixed in Version | 5.41 | ||||
Summary | 0000279: Java source code is reported as C source file | ||||
Description | Java source code file is reported as C source file by file command. | ||||
Steps To Reproduce | Write the following Java sample code (TestJava.java): public class TestJava { public static void main(String[] args) { System.out.println("Hello Java"); } } Use file command of the latest version to check its type: $ file TestJava.java TestJava.java: C source, ASCII text | ||||
Additional Information | Tested on macOS 11.3.1 with version 5.40, which is installed by homebrew. Also tested on CentOS 7 with version 5.11.37, which is installed by yum. | ||||
Tags | magic | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-08-05 03:20 | Jayc3Ca0 | New Issue | |
2021-08-05 03:20 | Jayc3Ca0 | Tag Attached: magic | |
2021-08-16 10:13 | christos | Assigned To | => christos |
2021-08-16 10:13 | christos | Status | new => assigned |
2021-08-16 10:13 | christos | Status | assigned => resolved |
2021-08-16 10:13 | christos | Resolution | open => fixed |
2021-08-16 10:13 | christos | Fixed in Version | => 5.41 |
2021-08-16 10:13 | christos | Note Added: 0003636 |