File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
java/ql/lib/semmle/code/java/deadcode Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -128,6 +128,7 @@ class JacksonMixinCallableEntryPoint extends EntryPoint {
128128 override Callable getALiveCallable ( ) { result = this }
129129}
130130
131+ /** A JAX annotation seen as a reflectively constructed class. */
131132class JaxAnnotationReflectivelyConstructedClass extends ReflectivelyConstructedClass {
132133 JaxAnnotationReflectivelyConstructedClass ( ) {
133134 this instanceof JaxWsEndpoint or
@@ -346,6 +347,7 @@ class GsonDeserializationEntryPoint extends ReflectivelyConstructedClass {
346347 }
347348}
348349
350+ /** A JAXB deserialization entry point seen as a reflectively constructed class. */
349351class JaxbDeserializationEntryPoint extends ReflectivelyConstructedClass {
350352 JaxbDeserializationEntryPoint ( ) {
351353 // A class can be deserialized by JAXB if it's an `XmlRootElement`...
You can’t perform that action at this time.
0 commit comments