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 {
128
128
override Callable getALiveCallable ( ) { result = this }
129
129
}
130
130
131
+ /** A JAX annotation seen as a reflectively constructed class. */
131
132
class JaxAnnotationReflectivelyConstructedClass extends ReflectivelyConstructedClass {
132
133
JaxAnnotationReflectivelyConstructedClass ( ) {
133
134
this instanceof JaxWsEndpoint or
@@ -346,6 +347,7 @@ class GsonDeserializationEntryPoint extends ReflectivelyConstructedClass {
346
347
}
347
348
}
348
349
350
+ /** A JAXB deserialization entry point seen as a reflectively constructed class. */
349
351
class JaxbDeserializationEntryPoint extends ReflectivelyConstructedClass {
350
352
JaxbDeserializationEntryPoint ( ) {
351
353
// A class can be deserialized by JAXB if it's an `XmlRootElement`...
You can’t perform that action at this time.
0 commit comments