question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

JmeSurfaceView: Follow package naming conventions

See original GitHub issue

I have looked up the android core packages, i found the major package android.view where android views live and android.app where android application components live, but special featured android views are located within special packages like android.webkit.WebView and android.opengl.GlSurfaceView, so i think the best packaging option out there for JmeSurfaceView is com.jme3.view.surfaceview.JmeSurfaceView and i will create a package-info for it, if you are okay with these changes or have an objection let me know.

com.jme3.view can hold other android views as features for jme.

Due to issue #1800 , i accustomed to put JmeSurfaceView directly inside com.jme3.app which is wrong ! com.jme3.app is the package for jMonkeyEngine application components including app launchers and vital states.

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
stephengoldcommented, Apr 23, 2022

This is more like a Documentation issue from my opinion.

I disagree because the fix is a breaking change.

0reactions
Scrappers-glitchcommented, Dec 10, 2022

This issue was to be linked to PR #1819, i will close it as completed.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Naming a Package (The Java™ Tutorials > Learning the Java ...
Naming Conventions. Package names are written in all lower case to avoid conflict with the names of classes or interfaces. Companies use their...
Read more >
Do I ought to follow naming conventions for Java packages?
NAME CONVENTION class name should start with uppercase letter and be a noun e.g. String, Color, Button, System, Thread etc. interface name ...
Read more >
Using Java Naming Conventions - ThoughtCo
A naming convention is a rule to follow as you decide what to name your identifiers (e.g. class, package, variable, method, etc.).
Read more >
Guide to Naming Conventions - Apache Maven
Guide to naming conventions on groupId, artifactId, and version. groupId uniquely identifies your ... A group ID should follow Java's package name rules....
Read more >
What is the point of Java's package naming convention?
@FrustratedWithFormsDesigner You can name them however you want in any case. If you want other people to use your software you should follow...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found