Index
All Classes and Interfaces|All Packages
A
- Approach - Search tag in class se.deversity.asynctest.analysis.StaticPinningScanner
- Section
B
- blockingMethod() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns the value of the
blockingMethodrecord component. - blockingOwner() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns the value of the
blockingOwnerrecord component.
C
- className() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns the value of the
classNamerecord component.
E
- equals(Object) - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Indicates whether some other object is "equal to" this one.
H
- hashCode() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns a hash code value for this object.
L
- Limitations - Search tag in class se.deversity.asynctest.analysis.StaticPinningScanner
- Section
M
- methodDescriptor() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns the value of the
methodDescriptorrecord component. - methodName() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns the value of the
methodNamerecord component.
P
- PinningSite(String, String, String, String, String) - Constructor for record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Creates an instance of a
PinningSiterecord class. - Problem - Search tag in class se.deversity.asynctest.analysis.StaticPinningScanner
- Section
S
- scanClass(byte[]) - Static method in class se.deversity.asynctest.analysis.StaticPinningScanner
-
Scans a single
.classfile and returns all detected pinning sites. - scanClass(String, ClassLoader) - Static method in class se.deversity.asynctest.analysis.StaticPinningScanner
-
Convenience overload: loads the class bytes from a
ClassLoaderby converting the binary name to a resource path and delegates toStaticPinningScanner.scanClass(byte[]). - scanDirectory(Path) - Static method in class se.deversity.asynctest.analysis.StaticPinningScanner
-
Scans all
.classfiles reachable fromroot(recursively) and returns every detected pinning site. - se.deversity.asynctest.analysis - module se.deversity.asynctest.analysis
- se.deversity.asynctest.analysis - package se.deversity.asynctest.analysis
- StaticPinningScanner - Class in se.deversity.asynctest.analysis
-
Compile-time / class-load-time static bytecode scanner that identifies virtual-thread pinning sites without running any tests.
- StaticPinningScanner.PinningSite - Record Class in se.deversity.asynctest.analysis
-
A detected pinning site within a compiled class.
T
- toString() - Method in record class se.deversity.asynctest.analysis.StaticPinningScanner.PinningSite
-
Returns a string representation of this record class.
All Classes and Interfaces|All Packages