Issue with package of file and location
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 205
Description
Description Resource Path Location Type
The declared package "org.apache.beam.examples" does not match the expected package "org.apache.beam.examples.website_snippets" Snippets.java /beam-examples-java8/src/main/java/org/apache/beam/examples/website_snippets line 18 Java Problem
The problem is that Snippets.java is located in website_snippets directory, but the package name is org.apache.beam.examples only (without website_snippets).
Imported from Jira [BEAM-3491](https://issues.apache.org/jira/browse/BEAM-3491). Original Jira may contain additional context.
Reported by: zlgonzalez.
Contributor guide
Research direction
Open beam-examples-java8/src/main/java/org/apache/beam/examples/website_snippets/Snippets.java and compare its declared package with the directory path. Update the mismatch so the package and location agree, then verify the Java package warning is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100