{"id":20132505,"url":"https://github.com/aherrmann/reproduce-intellij-project-view-issue","last_synced_at":"2026-06-12T07:32:54.409Z","repository":{"id":71967715,"uuid":"156549556","full_name":"aherrmann/reproduce-intellij-project-view-issue","owner":"aherrmann","description":"This repository demonstrates the Bazel IntelliJ project view issue.","archived":false,"fork":false,"pushed_at":"2018-11-07T13:21:24.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-02T22:18:23.146Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aherrmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"open_collective":"bazel-rules-authors-sig"}},"created_at":"2018-11-07T13:21:00.000Z","updated_at":"2018-11-07T13:33:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed1e4b71-733b-4db2-800c-6ed36a5a1512","html_url":"https://github.com/aherrmann/reproduce-intellij-project-view-issue","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aherrmann/reproduce-intellij-project-view-issue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aherrmann%2Freproduce-intellij-project-view-issue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aherrmann%2Freproduce-intellij-project-view-issue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aherrmann%2Freproduce-intellij-project-view-issue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aherrmann%2Freproduce-intellij-project-view-issue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aherrmann","download_url":"https://codeload.github.com/aherrmann/reproduce-intellij-project-view-issue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aherrmann%2Freproduce-intellij-project-view-issue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34234557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T20:53:51.979Z","updated_at":"2026-06-12T07:32:54.392Z","avatar_url":"https://github.com/aherrmann.png","language":"Python","funding_links":["https://opencollective.com/bazel-rules-authors-sig"],"categories":[],"sub_categories":[],"readme":"# Reproduce Bazel IntelliJ Project View Issue\n\nThis repository demonstrates the Bazel IntelliJ project view issue.\n\n## Steps for reproduction\n\n- Install the following version of IntelliJ IDEA or similar\n    ```\n    IntelliJ IDEA 2018.2.5 (Community Edition)\n    Build #IC-182.4892.20, built on October 16, 2018\n\n    JRE: 1.8.0_152-release-1248-b6-amd64\n    JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o\n    ```\n- Install the following version of the Bazel IntelliJ plugin from ij.bazel.build.\n    ```\n    2018.10.08.0.2\n    ```\n- Download this repository.\n- Import this repository as follows.\n    - \"Import Bazel Project\"\n    - \"Workspace\": Select this repository\n    - \"Next\"\n    - \"Generate from BUILD file\"\n    - \"BUILD file\": Select the `BUILD` file in this repository\n    - \"Next\"\n    - Leave all defaults except modify the \"Project View\" to enable Scala support.\n        ```\n        directories:\n          .\n\n        targets:\n          //...:all\n\n        additional_languages:\n          # Uncomment any additional languages you want supported\n          # android\n          # dart\n          # kotlin\n          # python\n          scala\n        ```\n    - \"Finish\"\n- Unfold the repository folder in the \"Project\" pane.\n- Unfold the \"src\" item.\n- Unfold the \"main\" item.\n- Observe two \"scala\" entries as shown here:\n\n    ![one \"scala\" folder under \"src/main\", one under \"src\"](./image1.png)\n\n    Expectation: The tree should look like this:\n    ```\n    src\n    ├── main\n    │   ├── resources\n    │   └── scala\n    └── test\n        └── scala\n    ```\n- Delete the `src/main/resources` directory.\n- Observe two \"scala\" entries as shown here:\n\n    ![two \"scala\" folders under \"src\"](./image2.png)\n\n    Expectation: The tree should look like this:\n    ```\n    src\n    ├── main\n    │   └── scala\n    └── test\n        └── scala\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faherrmann%2Freproduce-intellij-project-view-issue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faherrmann%2Freproduce-intellij-project-view-issue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faherrmann%2Freproduce-intellij-project-view-issue/lists"}