Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asked for JsDoc, but it got caught in a loop on @see getProperty #1820

Closed
DanniqueK opened this issue Oct 11, 2024 · 1 comment
Closed

Asked for JsDoc, but it got caught in a loop on @see getProperty #1820

DanniqueK opened this issue Oct 11, 2024 · 1 comment
Assignees
Labels
duplicate This issue or pull request already exists infinite-response-loop

Comments

@DanniqueK
Copy link

Type: Bug

"update the jsdoc and add documentation explaining the Environment variable keep the JsDcoc straight and to the point, also short."

Here is the updated HealthAnalyticsApplication.java file with the updated Javadoc:

package com.project.health_analytics;

import org.springframework.core.env.Environment;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.context.event.ApplicationReadyEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.web.bind.annotation.RestController;

/**

  • Main class for the Health Analytics Spring Boot application.
  • This class is the starting point for the application and handles the
  • application startup event.
  • It uses the Environment object to retrieve the server port.
  • The Environment object provides access to the application's environment properties.
  • @see Environment
  • @see ApplicationReadyEvent
  • @see ApplicationListener
  • @see SpringApplication
  • @see SpringBootApplication
  • @see RestController
  • @see Autowired
  • @see System
  • @see String
  • @see Override
  • @see SuppressWarnings
  • @see main
  • @see run
  • @see getProperty
  • @see println
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty
  • @see getProperty

here i stopped the response.

Extension version: 0.21.1
VS Code version: Code 1.94.1 (e10f2369d0d9614a452462f2e01cdc4aa9486296, 2024-10-05T05:44:32.189Z)
OS version: Windows_NT x64 10.0.19045
Modes:

System Info
Item Value
CPUs Intel(R) Core(TM) i7-6500U CPU @ 2.50GHz (4 x 2592)
GPU Status 2d_canvas: enabled
canvas_oop_rasterization: enabled_on
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_graphite: disabled_off
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: enabled
webnn: disabled_off
Load (avg) undefined
Memory (System) 15.81GB (5.84GB free)
Process Argv --crash-reporter-id 288c8fd3-6462-4377-a698-8071e1c4c8e4
Screen Reader no
VM 0%
A/B Experiments
vsliv368cf:30146710
vspor879:30202332
vspor708:30202333
vspor363:30204092
vswsl492cf:30256860
vscod805:30301674
binariesv615:30325510
vsaa593:30376534
py29gd2263:31024239
vscaac:30438847
c4g48928:30535728
azure-dev_surveyone:30548225
a9j8j154:30646983
962ge761:30959799
pythongtdpath:30769146
pythonnoceb:30805159
asynctok:30898717
pythonmypyd1:30879173
h48ei257:31000450
pythontbext0:30879054
accentitlementst:30995554
dsvsc016:30899300
dsvsc017:30899301
dsvsc018:30899302
cppperfnew:31000557
dsvsc020:30976470
pythonait:31006305
dsvsc021:30996838
01bff139:31013167
a69g1124:31058053
dvdeprecation:31068756
dwnewjupyter:31046869
impr_priority:31102340
nativerepl2:31139839
refactort:31108082
pythonrstrctxt:31112756
wkspc-onlycs-t:31132770
wkspc-ranged-t:31151552
cf971741:31144450
autoexpandse:31146404
5fd0e150:31155592

@github-actions github-actions bot added the triage-needed Issues needing to be assigned to the prospective feature owner label Oct 11, 2024
@aeschli aeschli assigned ulugbekna and unassigned aeschli Oct 23, 2024
@github-actions github-actions bot removed the triage-needed Issues needing to be assigned to the prospective feature owner label Oct 23, 2024
Copy link

This issue is a duplicate of #2628. Please refer to that issue for updates and discussions. Feel free to open a new issue if you think this is a different problem.

@github-actions github-actions bot added duplicate This issue or pull request already exists infinite-response-loop and removed ~infinite-response-loop labels Dec 10, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists infinite-response-loop
Projects
None yet
Development

No branches or pull requests

4 participants