CelestiaProject / Celestia

Real-time 3D visualization of space.
https://celestiaproject.space
GNU General Public License v2.0
1.82k stars 307 forks source link

Remove getName method on Selection, create getPath on Body/Location #2196

Closed ajtribick closed 4 months ago

ajtribick commented 4 months ago

This method would fall back to internal catalog numbers (#nnnn) for stars/DSOs, which is less stable if additional extras are added. Instead provide a getPath method on Body/Location which takes the star database as a parameter (plus allow a configurable delimiter so it can be re-used in the Url class)

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud