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

Inspector: avoid InaccessibleObjectExceptions #3542

Closed
vemv opened this issue Oct 19, 2023 · 0 comments · Fixed by #3551
Closed

Inspector: avoid InaccessibleObjectExceptions #3542

vemv opened this issue Oct 19, 2023 · 0 comments · Fixed by #3551

Comments

@vemv
Copy link
Member

vemv commented Oct 19, 2023

It looks like the java.lang.reflect.InaccessibleObjectExceptions correspond to literal values, which could be pr-stred over, instead.

Class: java.lang.Long
Value: "1"

--- Fields:
  "value" = <Access denied (java.lang.reflect.InaccessibleObjectException)>

--- Static fields:
  "BYTES" = 8
  "MAX_VALUE" = 9223372036854775807
  "MIN_VALUE" = -9223372036854775808
  "SIZE" = 64
  "TYPE" = long
  "serialVersionUID" = <Access denied (java.lang.reflect.InaccessibleObjectException)>

--- Path:
  (nth 0)
@vemv vemv added the inspector label Oct 19, 2023
@vemv vemv changed the title Inspector: avoid InaccessibleObjectExceptions Inspector: avoid InaccessibleObjectExceptions Oct 19, 2023
vemv added a commit that referenced this issue Oct 24, 2023
Those are conveyed by Orchard/cider-nrepl for representing values that cannot be inspected (i.e. private, inaccessible fields).

See clojure-emacs/orchard#197

Fixes #3542
vemv added a commit that referenced this issue Oct 24, 2023
Those are conveyed by Orchard/cider-nrepl for representing values that cannot be inspected (i.e. private, inaccessible fields).

See clojure-emacs/orchard#197

Fixes #3542
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant