Skip to content

test: verify empty collection rule ids #971

test: verify empty collection rule ids

test: verify empty collection rule ids #971

GitHub Actions / Test Results succeeded Jun 30, 2026 in 0s

2 fail, 1 270 pass in 17s

   83 files     83 suites   17s ⏱️
1 272 tests 1 270 ✅ 0 💤 2 ❌
1 269 runs  1 267 ✅ 0 💤 2 ❌

Results for commit a803578.

Annotations

Check warning on line 0 in org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

stringEqualsDoesNotDuplicateReflexiveEqualsProbableBugRule (org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest) failed

sandbox_common_core/target/surefire-reports/TEST-org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest.xml [took 0s]
Raw output
Expected hint-only match, but at least one replacement was produced: [TransformationResult[rule=org.sandbox.jdt.triggerpattern.api.TransformationRule@5ac81385, match=Match[offset=46, length=19, bindings=[$x]], replacement=null, importDirective=null, description=Object.equals() with same argument on both sides — always true, probably a bug, lineNumber=1], TransformationResult[rule=org.sandbox.jdt.triggerpattern.api.TransformationRule@2886f5f3, match=Match[offset=46, length=19, bindings=[$array1, $array2]], replacement=java.util.Arrays.equals(value, value), importDirective=ImportDirective[add=[java.util.Arrays]], description=null, lineNumber=1]] ==> expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: Expected hint-only match, but at least one replacement was produced: [TransformationResult[rule=org.sandbox.jdt.triggerpattern.api.TransformationRule@5ac81385, match=Match[offset=46, length=19, bindings=[$x]], replacement=null, importDirective=null, description=Object.equals() with same argument on both sides — always true, probably a bug, lineNumber=1], TransformationResult[rule=org.sandbox.jdt.triggerpattern.api.TransformationRule@2886f5f3, match=Match[offset=46, length=19, bindings=[$array1, $array2]], replacement=java.util.Arrays.equals(value, value), importDirective=ImportDirective[add=[java.util.Arrays]], description=null, lineNumber=1]] ==> expected: <true> but was: <false>
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:232)
	at org.sandbox.jdt.triggerpattern.test.HintRuleTestSupport.assertHintOnlyMatch(HintRuleTestSupport.java:112)
	at org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest.stringEqualsDoesNotDuplicateReflexiveEqualsProbableBugRule(BundledHintRuleBehaviorTest.java:195)

Check warning on line 0 in org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

modernizeJava9RewritesMapGetOrDefaultNullSafely (org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest) failed

sandbox_common_core/target/surefire-reports/TEST-org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest.xml [took 0s]
Raw output
Matched text not found in source: map.getOrDefault(key,null) ==> expected: <true> but was: <false>
org.opentest4j.AssertionFailedError: Matched text not found in source: map.getOrDefault(key,null) ==> expected: <true> but was: <false>
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:232)
	at org.sandbox.jdt.triggerpattern.test.HintRuleTestSupport.replaceFirstLiteral(HintRuleTestSupport.java:133)
	at org.sandbox.jdt.triggerpattern.test.HintRuleTestSupport.assertFullReplacement(HintRuleTestSupport.java:105)
	at org.sandbox.jdt.triggerpattern.test.HintRuleTestSupport.assertFullReplacement(HintRuleTestSupport.java:94)
	at org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest.modernizeJava9RewritesMapGetOrDefaultNullSafely(BundledHintRuleBehaviorTest.java:153)

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1272 tests found (test 1 to 851)

There are 1272 tests, see "Raw output" for the list of tests 1 to 851.
Raw output
ASCII Pipeline Diagram ‑ testArraySource
ASCII Pipeline Diagram ‑ testEmptyModel
ASCII Pipeline Diagram ‑ testFilterMapCollect
ASCII Pipeline Diagram ‑ testFinalElement
ASCII Pipeline Diagram ‑ testIntRangeSource
ASCII Pipeline Diagram ‑ testNullModel
ASCII Pipeline Diagram ‑ testOperationsWithComments
ASCII Pipeline Diagram ‑ testSimpleFilterForEach
AST Binding Diagnostics ‑ testAnnotationBindingStateForResolvedDeprecated
AST Binding Diagnostics ‑ testAnnotationBindingStateForUnresolvedRule
AST Binding Diagnostics ‑ testCompilerProblemsForUnresolvedTypes
Annotation/Field nodesprocessed Interaction Tests ‑ testAnnotationNodesprocessedDoesNotBlockFieldVisitor
Annotation/Field nodesprocessed Interaction Tests ‑ testExternalResourceVisitorDoesNotBlockErrorCollector
Annotation/Field nodesprocessed Interaction Tests ‑ testFullPipelineSimulation
AnnotationVisitorBuilder Tests ‑ testCollectAnnotations
AnnotationVisitorBuilder Tests ‑ testFindDeprecatedAnnotations
AnnotationVisitorBuilder Tests ‑ testFindOverrideAnnotations
AnnotationVisitorBuilder Tests ‑ testFindSuppressWarningsAnnotations
AnnotationVisitorBuilder Tests ‑ testValidationWithoutCompilationUnit
Basic Field Matching Tests ‑ testFindDeprecatedStringField
Basic Field Matching Tests ‑ testFindMultipleMatchingFields
Basic Field Matching Tests ‑ testNoMatchWhenAnnotationDiffers
Basic Field Matching Tests ‑ testNoMatchWhenTypeDiffers
Chaining and State Management ‑ testChaining_stopsAfterFirstMatch
Chaining and State Management ‑ testIsHandled_returnsTrueAfterMatch
Composite Matchers ‑ testIfBlockWithSingleStatement_matches
Composite Matchers ‑ testIfBlockWithSingleStatement_noMatchMultiple
Composite Matchers ‑ testIfThenStatementIs_directMatch
Composite Matchers ‑ testIfThenStatementIs_nonIfStatement
Composite Matchers ‑ testIfThenStatementIs_wrappedInBlock
Composite Matchers ‑ testIfTypeMapping_mapsResult
Composite Matchers ‑ testIfTypeMapping_nullResult
Conditional Helpers ‑ testIfFirst_executesForFirst
Conditional Helpers ‑ testIfLast_doesNotExecuteForNonLast
Conditional Helpers ‑ testIfLast_executesForLast
Conditional Helpers ‑ testIfNotLast_executesForNonLast
Conditional Helpers ‑ testIfOnly_executesForOnly
ConfidenceScorer ‑ testScoreNonNullIgnore
ConfidenceScorer ‑ testScoreNonNullStructuralChild
ConfidenceScorer ‑ testScoreNullableAfterUsage
ConfidenceScorer ‑ testScoreNullableAnnotation
ConfidenceScorer ‑ testScoreNullableMapGet
ConfidenceScorer ‑ testScorePotentiallyNullable
ConfidenceScorer ‑ testScoreUnknownDefault
ConfidenceScorer ‑ testScoreUnknownField
ConfidenceScorer ‑ testScoreUnknownGetter
ConfidenceScorer ‑ testScoreUnknownParameter
Data Collection with ReferenceHolder ‑ accumulatesDataAcrossMultipleNodeTypes
Data Collection with ReferenceHolder ‑ collectsNodesInReferenceHolder
Detailed Dump ‑ testFullModel
Detailed Dump ‑ testMapSideEffect
Detailed Dump ‑ testNullModel
Detailed Dump ‑ testOperationComments
Detailed Dump ‑ testReduceTerminal
Edge Cases ‑ testContextChaining_withIfLast
Edge Cases ‑ testGetRemainingCount_zeroForLast
Edge Cases ‑ testSingleStatement_isFirstLastOnly
Existing Method Constants ‑ fieldUtf8IsUtf8
Existing Method Constants ‑ methodDefaultCharsetIsDefaultCharset
Existing Method Constants ‑ methodGetPropertyIsGetProperty
Existing Method Constants ‑ methodLineSeparatorIsLineSeparator
Existing Method Constants ‑ methodToStringIsToString
Expression Type Matchers ‑ testIfAssignmentWithOperator_matches
Expression Type Matchers ‑ testIfAssignment_matches
Expression Type Matchers ‑ testIfMethodInvocationNamed_matches
Expression Type Matchers ‑ testIfMethodInvocation_matches
Expression Type Matchers ‑ testIfPostfixExpression_matches
Expression Type Matchers ‑ testIfPostfixIncrementOrDecrement_matchesIncrement
Expression Type Matchers ‑ testIfPrefixExpression_matches
Expression Type Matchers ‑ testIfPrefixIncrementOrDecrement_matchesDecrement
Expression Type Matchers ‑ testIfSimpleName_matches
Factory Methods ‑ testForEachInBlock_processesAllStatements
Factory Methods ‑ testForSingle_createsContext
Factory Methods ‑ testForStatement_createsContextWithPosition
Factory Methods ‑ testIsHandled_returnsFalseInitially
Factory Methods ‑ testOn_createsNodeMatcher
Factory Methods ‑ testProcessBlock_earlyTermination
Factory Methods ‑ testProcessBlock_returnsEmpty
Factory Methods ‑ withReferenceHolderAndSetCreatesBuilder
Factory Methods ‑ withReferenceHolderCreatesBuilder
FieldVisitorBuilder Excluding Tests ‑ testValidationRequiresBothAnnotationAndType
FieldVisitorBuilder Excluding Tests ‑ testValidationRequiresType
FieldVisitorBuilder Tests ‑ testValidationRequiresAnnotationAndType
Fluent API Chaining ‑ builderReturnsItselfForChaining
Fluent API Chaining ‑ multipleVisitorsCanBeChained
Fully Qualified Type Names ‑ javaLangDoubleIsCorrect
Fully Qualified Type Names ‑ javaLangIntegerIsCorrect
Fully Qualified Type Names ‑ javaLangLongIsCorrect
Fully Qualified Type Names ‑ javaLangMathIsCorrect
Fully Qualified Type Names ‑ javaLangStringIsCorrect
Generic Type Matchers ‑ testIfTypeMatching_withPredicate
Generic Type Matchers ‑ testIfType_matches
GuardExpressionParser thread-safety ‑ testConcurrentParsing
HintFile Severity type-safety ‑ testGetSeverityAsStringReturnsLowercase
HintFile Severity type-safety ‑ testSetSeverityEnumDirectly
HintFile Severity type-safety ‑ testSetSeverityErrorUppercase
HintFile Severity type-safety ‑ testSetSeverityHintLowercase
HintFile Severity type-safety ‑ testSetSeverityInvalidFallback
HintFile Severity type-safety ‑ testSetSeverityNullFallback
HintFile Severity type-safety ‑ testSetSeverityWarningLowercase
ImportVisitorBuilder Tests ‑ testFindRegularImports
ImportVisitorBuilder Tests ‑ testFindStaticImports
List Operations ‑ testGetPrecedingStatements_emptyForFirst
List Operations ‑ testGetPrecedingStatements_returnsBeforeCurrent
List Operations ‑ testGetRemainingStatements_emptyForLast
List Operations ‑ testGetRemainingStatements_returnsAfterCurrent
Match.Binding sealed interface ‑ testHasBindingFalse
Match.Binding sealed interface ‑ testHasBindingTrue
Match.Binding sealed interface ‑ testTypedBindingsNodeList
Match.Binding sealed interface ‑ testTypedBindingsSingleNode
MatchScore record ‑ testEvidenceIsImmutable
MatchScore record ‑ testInvalidScoreThrows
MatchScore record ‑ testNullParametersThrow
MatchScore record ‑ testScoreBoundaries
MatchScore record ‑ testScoreWithEvidence
MatchScore record ‑ testValidScore
MatchSeverity enum ‑ testAllValuesExist
MatchSeverity enum ‑ testSeverityOrdering
Matcher Integration ‑ testMatcher_returnsNodeMatcher
Matcher Integration ‑ testNextIsWithPredicate_returnsTrueWhenBothMatch
Matcher Integration ‑ testNextIs_returnsTrueForMatchingType
Matcher Integration ‑ testNextMatches_returnsFalseWhenNoMatch
Matcher Integration ‑ testNextMatches_returnsTrueWhenMatches
Math Method Constants ‑ methodConcatIsConcat
Math Method Constants ‑ methodMaxIsMax
Math Method Constants ‑ methodMinIsMin
Math Method Constants ‑ methodSumIsSum
MethodCallVisitorBuilder Tests ‑ testCollectMethodCalls
MethodCallVisitorBuilder Tests ‑ testFindMultipleMethodCalls
MethodCallVisitorBuilder Tests ‑ testFindSingleMethodCall
Navigation Methods ‑ testGetNextStatement_returnsEmptyForLast
Navigation Methods ‑ testGetNextStatement_returnsNext
Navigation Methods ‑ testGetPreviousStatement_returnsEmptyForFirst
Navigation Methods ‑ testGetPreviousStatement_returnsPrevious
Navigation Methods ‑ testGetStatementAt_negativeOffset
Navigation Methods ‑ testGetStatementAt_outOfBounds
Navigation Methods ‑ testGetStatementAt_positiveOffset
NullStatus enum ‑ testAllValuesExist
NullabilityGuard ‑ testAnalyzeNullExpression
NullabilityGuard ‑ testCustomWhitelist
NullabilityGuard ‑ testWhitelistLoaded
NullabilityResult record ‑ testResultFields
NullabilityResult record ‑ testUnknownConstant
Pattern Transformation Tests (no OSGi) ‑ testAllMatch
Pattern Transformation Tests (no OSGi) ‑ testAnyMatch
Pattern Transformation Tests (no OSGi) ‑ testArraySourceTransformation
Pattern Transformation Tests (no OSGi) ‑ testBreakNotConvertible
Pattern Transformation Tests (no OSGi) ‑ testCollectToList
Pattern Transformation Tests (no OSGi) ‑ testCollectToSet
Pattern Transformation Tests (no OSGi) ‑ testFilterMapForEach
Pattern Transformation Tests (no OSGi) ‑ testFilterThenCollect
Pattern Transformation Tests (no OSGi) ‑ testFilterViaContinue
Pattern Transformation Tests (no OSGi) ‑ testFilterViaIfGuard
Pattern Transformation Tests (no OSGi) ‑ testMapThenCollect
Pattern Transformation Tests (no OSGi) ‑ testMapViaVariableDeclaration
Pattern Transformation Tests (no OSGi) ‑ testNoneMatch
Pattern Transformation Tests (no OSGi) ‑ testOrderedForEach
Pattern Transformation Tests (no OSGi) ‑ testReduceCount
Pattern Transformation Tests (no OSGi) ‑ testReduceProduct
Pattern Transformation Tests (no OSGi) ‑ testReduceSum
Pattern Transformation Tests (no OSGi) ‑ testReturnNotConvertible
Pattern Transformation Tests (no OSGi) ‑ testSimpleForEach
Position Queries ‑ testGetRemainingCount_returnsCorrectCount
Position Queries ‑ testHasNext_returnsFalseForLast
Position Queries ‑ testHasNext_returnsTrueWhenMore
Position Queries ‑ testHasPrevious_returnsFalseForFirst
Position Queries ‑ testHasPrevious_returnsTrueWhenPrevious
Position Queries ‑ testIsFirst_returnsFalseForNonFirst
Position Queries ‑ testIsFirst_returnsTrueForFirst
Position Queries ‑ testIsLast_returnsTrueForLast
Position Queries ‑ testIsMiddle_returnsFalseForFirst
Position Queries ‑ testIsMiddle_returnsTrueForMiddle
Position Queries ‑ testIsOnly_returnsTrueForSingle
Processing Control Tests ‑ testEarlyTermination
Processing Control Tests ‑ testExcludingProcessedNodes
ReferenceHolder Correctness Tests ‑ testReferenceHolder_isCorrectlyPopulated_andAccessibleAfterProcessing
ReferenceHolder Correctness Tests ‑ testReferenceHolder_multipleNodes_allAccessible
ReferenceHolder Correctness Tests ‑ testReferenceHolder_returnsNullForNonExistentKey
ReferenceHolder Integration Tests ‑ testReferenceHolderDataCollection
ReportFilter ‑ testCombinedFilters
ReportFilter ‑ testDefaultFilterPassesAll
ReportFilter ‑ testExcludeNonNull
ReportFilter ‑ testMinTrivialChange
ReportFilter ‑ testMinTrivialChangeValidation
ReportFilter ‑ testSeveritiesValidation
ReportFilter ‑ testSeverityFilter
ScoredJsonReporter ‑ testEmptyJson
ScoredJsonReporter ‑ testGenerateJson
ScoredJsonReporter ‑ testGenerateJsonWithoutReplacement
ScoredJsonReporter ‑ testNullEntriesThrows
ScoredMarkdownReporter ‑ testEmptyReport
ScoredMarkdownReporter ‑ testGenerateReport
ScoredMarkdownReporter ‑ testNullEntriesThrows
ScoredMatchEntry record ‑ testRecordFields
Statement Type Matchers ‑ testIfBlock_matches
Statement Type Matchers ‑ testIfBreakStatement_matches
Statement Type Matchers ‑ testIfContinueStatement_matches
Statement Type Matchers ‑ testIfExpressionStatement_matches
Statement Type Matchers ‑ testIfIfStatementWithElse_matches
Statement Type Matchers ‑ testIfIfStatementWithoutElse_matches
Statement Type Matchers ‑ testIfIfStatement_matches
Statement Type Matchers ‑ testIfReturnStatement_matches
Statement Type Matchers ‑ testIfThrowStatement_matches
Statement Type Matchers ‑ testIfVariableDeclarationMatching_withPredicate
Statement Type Matchers ‑ testIfVariableDeclaration_matches
Static Utility Methods ‑ testMatchAll_processesAll
Stream API Method Constants ‑ methodAllMatchIsAllMatch
Stream API Method Constants ‑ methodAnyMatchIsAnyMatch
Stream API Method Constants ‑ methodFilterIsFilter
Stream API Method Constants ‑ methodForEachOrderedIsForEachOrdered
Stream API Method Constants ‑ methodForeachIsForEach
Stream API Method Constants ‑ methodMapIsMap
Stream API Method Constants ‑ methodNoneMatchIsNoneMatch
Stream API Method Constants ‑ methodReduceIsReduce
Stream API Method Constants ‑ methodStreamIsStream
Terminal Operations ‑ testOrElseDo_executesWhenNotHandled
Terminal Operations ‑ testOrElseGet_returnsEmptyWhenHandled
Terminal Operations ‑ testOrElseGet_returnsOptionalWhenNotHandled
Terminal Operations ‑ testOrElse_doesNotExecuteWhenHandled
Terminal Operations ‑ testOrElse_executesWhenNotHandled
TransformationRule.findMatchingAlternative returns Optional ‑ testNoAlternativesMatch
TransformationRule.findMatchingAlternative returns Optional ‑ testOtherwiseAlternativeMatches
Tree Diagram ‑ testMultipleRoots
Tree Diagram ‑ testNestedLoops
Tree Diagram ‑ testNodeWithLoopModel
Tree Diagram ‑ testNullTree
Tree Diagram ‑ testSingleRoot
Unresolved Binding Fallback Tests (JUnit-like @Rule fields) ‑ testExternalResourceDoesNotMatchErrorCollector
Unresolved Binding Fallback Tests (JUnit-like @Rule fields) ‑ testFindRuleErrorCollectorFieldFallback
Unresolved Binding Fallback Tests (JUnit-like @Rule fields) ‑ testFindRuleTemporaryFolderFieldFallback
Unresolved Binding Fallback Tests (JUnit-like @Rule fields) ‑ testTimeoutDoesNotMatchErrorCollector
Utility Methods ‑ testGetAssignment_returnsEmpty
Utility Methods ‑ testGetAssignment_returnsOptionalWithAssignment
Utility Methods ‑ testGetExpression_returnsEmpty
Utility Methods ‑ testGetExpression_returnsOptionalWithExpression
Utility Methods ‑ testIsAssignmentStatement_returnFalse
Utility Methods ‑ testIsAssignmentStatement_returnTrue
Utility Methods ‑ testIsControlFlowStatement_breakTrue
Utility Methods ‑ testIsControlFlowStatement_continueTrue
Utility Methods ‑ testIsControlFlowStatement_returnFalse
Utility Methods ‑ testIsControlFlowStatement_returnTrue
Utility Methods ‑ testIsControlFlowStatement_throwTrue
collect() Tests ‑ testCollect_returnsAllFoundNodes
forAnnotation() Tests ‑ testForAnnotation_andImports_findsImports
forAnnotation() Tests ‑ testForAnnotation_findsMarkerAnnotation_populatesReferenceHolder
forAnnotation() Tests ‑ testForAnnotation_skipsProcessedNodes
forField() Tests ‑ testForField_withAnnotation_findsFieldDeclaration
forImport() Tests ‑ testForImport_findsImportDeclaration_populatesReferenceHolder
forMethodCalls() Tests ‑ testForMethodCalls_findsMethodInvocation_populatesReferenceHolder
forMethodCalls() Tests ‑ testForMethodCalls_withImports_findsAllNodes
matchNode() ‑ matchNodeFindsCorrectType
matchNode() ‑ matchNodeHandledStatePreventsDuplicate
matchNode() ‑ matchNodeWithPredicateFiltersCorrectly
onAssignment() ‑ findsAssignments
onEachStatement() ‑ onEachStatementProcessesAllStatements
onEnhancedForStatement() ‑ findsEnhancedForLoops
onEnhancedForStatement() ‑ providesAccessToLoopVariable
onIfStatement() ‑ findsIfStatements
onMethodDeclaration() ‑ findsAllMethodDeclarations
onMethodInvocation() ‑ filtersByMethodName
onMethodInvocation() ‑ findsAllMethodInvocations
onReturnStatement() ‑ findsReturnStatements
onTypeDeclaration() ‑ findsTypeDeclarations
onVariableDeclarationFragment() ‑ findsVariableDeclarations
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ embeddingDimensionRoundTrips
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ emptyArrayRoundTrips
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ nullConvertsToDatabaseColumnAsNull
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ nullConvertsToEntityAttributeAsNull
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ roundTripPreservesValues
org.eclipse.jgit.storage.hibernate.entity.FloatArrayConverterTest ‑ singleElementRoundTrips
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextClassAndDocumentation
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextClassNameOnly
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextDocumentationOnly
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextWithAllFields
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextWithEmptyFields
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ buildEmbeddingTextWithNullFields
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ disabledServiceReturnsNull
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ embedReturnsNullForBlankText
org.eclipse.jgit.storage.hibernate.search.EmbeddingServiceTest ‑ embeddingDimensionConstantIs384
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ emptyListsReturnEmpty
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ nullIdsAreSkipped
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ overlappingEntriesGetHigherScore
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ singleFulltextListReturnsSameOrder
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ singleSemanticListReturnsSameOrder
org.eclipse.jgit.storage.hibernate.search.RankFusionUtilTest ‑ topKLimitsResults
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ apiChangeEntryAllowsNullFields
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ apiChangeEntryConstructorSetsFields
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ apiChangeEntryDefaultConstructor
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ apiChangeEntrySetters
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ constructorSetsAllFields
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ defaultConstructorCreatesEmptyDto
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ emptyListsAreValid
org.eclipse.jgit.storage.hibernate.service.ApiDiffResultTest ‑ settersWorkCorrectly
org.sandbox.ast.api.expr.InfixExprTest ‑ testASTExprInterfaceMethods
org.sandbox.ast.api.expr.InfixExprTest ‑ testArithmeticChecks
org.sandbox.ast.api.expr.InfixExprTest ‑ testBasicConstruction
org.sandbox.ast.api.expr.InfixExprTest ‑ testComparisonChecks
org.sandbox.ast.api.expr.InfixExprTest ‑ testExtendedOperands
org.sandbox.ast.api.expr.InfixExprTest ‑ testLogicalChecks
org.sandbox.ast.api.expr.InfixExprTest ‑ testNullLeftOperandThrows
org.sandbox.ast.api.expr.InfixExprTest ‑ testNullOperatorThrows
org.sandbox.ast.api.expr.InfixExprTest ‑ testNullRightOperandThrows
org.sandbox.ast.api.expr.InfixExprTest ‑ testNumericOperation
org.sandbox.ast.api.expr.InfixExprTest ‑ testStringConcatenation
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testArithmeticOperators
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testBitwiseOperators
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testComparisonOperators
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testFromSymbol
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testLogicalOperators
org.sandbox.ast.api.expr.InfixOperatorTest ‑ testSymbol
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testASTExprInterfaceMethods
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testArgumentAccess
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testBasicConstruction
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testChainedMethodCall
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testHasReceiver
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testMethodCallChecks
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testReceiverTypeCheck
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testStaticMethodCheck
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testWithArguments
org.sandbox.ast.api.expr.MethodInvocationExprTest ‑ testWithMethodInfo
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testASTExprInterfaceMethods
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testBasicConstruction
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testEmptyIdentifierThrows
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testFieldAndParameterChecks
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testNullIdentifierThrows
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testVariableModifierChecks
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testVariableTypeCheck
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testWithMethodBinding
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testWithTypeBinding
org.sandbox.ast.api.expr.SimpleNameExprTest ‑ testWithVariableBinding
org.sandbox.ast.api.info.MethodInfoTest ‑ testEquals
org.sandbox.ast.api.info.MethodInfoTest ‑ testHasSignature
org.sandbox.ast.api.info.MethodInfoTest ‑ testIsCollectionStream
org.sandbox.ast.api.info.MethodInfoTest ‑ testIsListAdd
org.sandbox.ast.api.info.MethodInfoTest ‑ testIsListGet
org.sandbox.ast.api.info.MethodInfoTest ‑ testIsMathMax
org.sandbox.ast.api.info.MethodInfoTest ‑ testIsMathMin
org.sandbox.ast.api.info.MethodInfoTest ‑ testMethodWithParameters
org.sandbox.ast.api.info.MethodInfoTest ‑ testModifiers
org.sandbox.ast.api.info.MethodInfoTest ‑ testSignature
org.sandbox.ast.api.info.MethodInfoTest ‑ testSimpleMethod
org.sandbox.ast.api.info.MethodInfoTest ‑ testValidation_emptyName
org.sandbox.ast.api.info.MethodInfoTest ‑ testValidation_nullName
org.sandbox.ast.api.info.MethodInfoTest ‑ testValidation_nullReturnType
org.sandbox.ast.api.info.ModifierTest ‑ testFromJdtFlags_empty
org.sandbox.ast.api.info.ModifierTest ‑ testFromJdtFlags_privateStatic
org.sandbox.ast.api.info.ModifierTest ‑ testFromJdtFlags_public
org.sandbox.ast.api.info.ModifierTest ‑ testFromJdtFlags_publicStaticFinal
org.sandbox.ast.api.info.ModifierTest ‑ testGetFlag
org.sandbox.ast.api.info.ModifierTest ‑ testIsPresentIn_public
org.sandbox.ast.api.info.ModifierTest ‑ testIsPresentIn_publicStatic
org.sandbox.ast.api.info.ModifierTest ‑ testRoundTrip
org.sandbox.ast.api.info.ModifierTest ‑ testToJdtFlags
org.sandbox.ast.api.info.ModifierTest ‑ testToJdtFlags_empty
org.sandbox.ast.api.info.ParameterInfoTest ‑ testSimpleParameter
org.sandbox.ast.api.info.ParameterInfoTest ‑ testValidation_nullName
org.sandbox.ast.api.info.ParameterInfoTest ‑ testValidation_nullType
org.sandbox.ast.api.info.ParameterInfoTest ‑ testVarargsParameter
org.sandbox.ast.api.info.TypeInfoTest ‑ testArrayType
org.sandbox.ast.api.info.TypeInfoTest ‑ testBoxed
org.sandbox.ast.api.info.TypeInfoTest ‑ testBuilder_of
org.sandbox.ast.api.info.TypeInfoTest ‑ testBuilder_ofClass
org.sandbox.ast.api.info.TypeInfoTest ‑ testEquals
org.sandbox.ast.api.info.TypeInfoTest ‑ testEquals_withGeneric
org.sandbox.ast.api.info.TypeInfoTest ‑ testGenericType
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsCollection
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsList
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsNumeric_primitive
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsNumeric_wrapper
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsOptional
org.sandbox.ast.api.info.TypeInfoTest ‑ testIsStream
org.sandbox.ast.api.info.TypeInfoTest ‑ testIs_withClass
org.sandbox.ast.api.info.TypeInfoTest ‑ testIs_withQualifiedName
org.sandbox.ast.api.info.TypeInfoTest ‑ testPrimitiveType
org.sandbox.ast.api.info.TypeInfoTest ‑ testSimpleType
org.sandbox.ast.api.info.TypeInfoTest ‑ testToString_array
org.sandbox.ast.api.info.TypeInfoTest ‑ testToString_generic
org.sandbox.ast.api.info.TypeInfoTest ‑ testToString_simple
org.sandbox.ast.api.info.TypeInfoTest ‑ testValidation_emptyQualifiedName
org.sandbox.ast.api.info.TypeInfoTest ‑ testValidation_negativeArrayDimensions
org.sandbox.ast.api.info.TypeInfoTest ‑ testValidation_nullQualifiedName
org.sandbox.ast.api.info.VariableInfoTest ‑ testFieldVariable
org.sandbox.ast.api.info.VariableInfoTest ‑ testHasModifier
org.sandbox.ast.api.info.VariableInfoTest ‑ testHasType_class
org.sandbox.ast.api.info.VariableInfoTest ‑ testHasType_string
org.sandbox.ast.api.info.VariableInfoTest ‑ testParameterVariable
org.sandbox.ast.api.info.VariableInfoTest ‑ testRecordComponentVariable
org.sandbox.ast.api.info.VariableInfoTest ‑ testSimpleVariable
org.sandbox.ast.api.info.VariableInfoTest ‑ testStaticField
org.sandbox.ast.api.info.VariableInfoTest ‑ testValidation_emptyName
org.sandbox.ast.api.info.VariableInfoTest ‑ testValidation_nullName
org.sandbox.ast.api.info.VariableInfoTest ‑ testValidation_nullType
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testAsEnhancedFor
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testBasicConstruction
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testEmptyStmt
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testFullyPopulated
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testHasBody
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testHasIterable
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testHasParameter
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testIterableHasType
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testNullHandling
org.sandbox.ast.api.stmt.EnhancedForStmtTest ‑ testParameterHasType
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testAsForLoop
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testBasicConstruction
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testEmptyStmt
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testFullyPopulated
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testHasBody
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testHasCondition
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testIndexOutOfBounds
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testInfiniteLoop
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testInitializersAsList
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testMultipleInitializers
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testMultipleUpdaters
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testNullHandling
org.sandbox.ast.api.stmt.ForLoopStmtTest ‑ testUpdatersAsList
org.sandbox.ast.api.stmt.IfStmtTest ‑ testAsIfStatement
org.sandbox.ast.api.stmt.IfStmtTest ‑ testBasicConstruction
org.sandbox.ast.api.stmt.IfStmtTest ‑ testConditionHasType
org.sandbox.ast.api.stmt.IfStmtTest ‑ testElseIf
org.sandbox.ast.api.stmt.IfStmtTest ‑ testElseIfChain
org.sandbox.ast.api.stmt.IfStmtTest ‑ testEmptyStmt
org.sandbox.ast.api.stmt.IfStmtTest ‑ testFullyPopulated
org.sandbox.ast.api.stmt.IfStmtTest ‑ testHasCondition
org.sandbox.ast.api.stmt.IfStmtTest ‑ testHasElseStatement
org.sandbox.ast.api.stmt.IfStmtTest ‑ testHasThenStatement
org.sandbox.ast.api.stmt.IfStmtTest ‑ testNoElseIf
org.sandbox.ast.api.stmt.IfStmtTest ‑ testNullHandling
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testAsWhileLoop
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testBasicConstruction
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testConditionHasType
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testEmptyStmt
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testFullyPopulated
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testHasBody
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testHasBooleanTypedCondition
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testHasCondition
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testHasConstantCondition_deprecated
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testNestedInEnhancedFor
org.sandbox.ast.api.stmt.WhileLoopStmtTest ‑ testNullHandling
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testAndThen
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testBasicMethodInvocationVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testBasicSimpleNameVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testComplexVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testConditionalHandlerWithFilter
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testConditionalHandlerWithWhen
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testEmptyVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testEnhancedForVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testFieldAccessVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testForLoopVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testIfStatementVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testInfixConditionalVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testInfixVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testMixedExpressionsAndStatements
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testMultipleConditions
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testMultipleHandlers
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testOnAnyVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testOnExpressionVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testOnStatementVisitor
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testVisitAll
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testVisitAllWithNull
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testVisitNullNode
org.sandbox.ast.api.visitor.FluentVisitorTest ‑ testWhileLoopVisitor
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testAllOperationTypes
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testAllTerminalTypes
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testBuildFilterMapPipeline
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testBuildSimpleForEach
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testConvertibilityCheck
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testConvertibilityCheckNoMetadata
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testConvertibilityCheckWithReturn
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testConvertibilityCheckWithoutProblems
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testElementWithDescriptor
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testExplicitRangeSource
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testExplicitRangeWithFilter
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testMapWithoutTargetType
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testSortedWithComparator
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testSourceWithDescriptor
org.sandbox.functional.core.builder.LoopModelBuilderTest ‑ testValidation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testAllMatchTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testAnyMatchTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testArraySource
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCanBuildWithBreak
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCanBuildWithNullModel
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCanBuildWithNullSource
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCanBuildWithValidModel
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCollectTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCollectToSet
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testComplexPipeline
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testCountTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testDistinctOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testExplicitRangeSource
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testExplicitRangeSourceImport
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testExplicitRangeSourceWithVariables
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testFilterMapForEach
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testFindAnyTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testFindFirstTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testFlatMapOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testIntRangeSource
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testIntRangeSourceImport
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testIterableSource
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testIterableSourceImport
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testLimitOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testMultipleStatementsInForEach
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testNoneMatchTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testPeekOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testReduceTerminal
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testRequiredImports
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testSimpleForEach
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testSkipOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testSortedOperation
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testSortedWithComparator
org.sandbox.functional.core.builder.StreamCodeBuilderTest ‑ testStreamSource
org.sandbox.functional.core.model.LoopMetadataTest ‑ testBreakBlocksConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testContinueAloneDoesNotBlockConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testIndexBeyondGetBlocksConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testIteratorRemoveBlocksConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testModifiesCollectionBlocksConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testMultipleBlockingFlags
org.sandbox.functional.core.model.LoopMetadataTest ‑ testRequiresOrderingAloneDoesNotBlockConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testReturnBlocksConversion
org.sandbox.functional.core.model.LoopMetadataTest ‑ testSafeMetadataFieldValues
org.sandbox.functional.core.model.LoopMetadataTest ‑ testSafeMetadataIsConvertible
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testAddMultipleOperations
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testAddOperationRejectsNull
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testAddOperationsClearedByCreatingNewModel
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testBuildCompleteModel
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testEmptyPipeline
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testEqualsIncludesOperationsAndTerminal
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testExplicitRangeWithFilterAndMap
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testExplicitRangeWithForEach
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testFluentApiAddOperationReturnsThis
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testFluentApiElementReturnsThis
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testFluentApiMetadataReturnsThis
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testFluentApiSourceReturnsThis
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testFluentApiWithTerminalReturnsThis
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testGetOperationsReturnsUnmodifiableList
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testHashCodeIncludesOperationsAndTerminal
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testOperationsAreIndependent
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testSetTerminal
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testToStringIncludesOperationsAndTerminal
org.sandbox.functional.core.model.LoopModelPipelineTest ‑ testWithTerminalRejectsNull
org.sandbox.functional.core.model.LoopModelTest ‑ testElementDescriptor
org.sandbox.functional.core.model.LoopModelTest ‑ testLoopMetadata
org.sandbox.functional.core.model.LoopModelTest ‑ testLoopModelCanBeInstantiated
org.sandbox.functional.core.model.LoopModelTest ‑ testLoopModelToString
org.sandbox.functional.core.model.LoopModelTest ‑ testLoopModelWithComponents
org.sandbox.functional.core.model.LoopModelTest ‑ testSourceDescriptor
org.sandbox.functional.core.operation.CommentPreservationTest ‑ testFilterWithComments
org.sandbox.functional.core.operation.CommentPreservationTest ‑ testFilterWithoutComments
org.sandbox.functional.core.operation.CommentPreservationTest ‑ testMapWithComments
org.sandbox.functional.core.operation.CommentPreservationTest ‑ testMultipleOperationsWithComments
org.sandbox.functional.core.operation.OperationTest ‑ testCommentsAreImmutable
org.sandbox.functional.core.operation.OperationTest ‑ testDistinctOp
org.sandbox.functional.core.operation.OperationTest ‑ testFilterOp
org.sandbox.functional.core.operation.OperationTest ‑ testFilterOpAddCommentsList
org.sandbox.functional.core.operation.OperationTest ‑ testFilterOpComments
org.sandbox.functional.core.operation.OperationTest ‑ testFilterOpCommentsIgnoreNull
org.sandbox.functional.core.operation.OperationTest ‑ testFlatMapOp
org.sandbox.functional.core.operation.OperationTest ‑ testLimitOp
org.sandbox.functional.core.operation.OperationTest ‑ testMapOp
org.sandbox.functional.core.operation.OperationTest ‑ testMapOpAddCommentsList
org.sandbox.functional.core.operation.OperationTest ‑ testMapOpComments
org.sandbox.functional.core.operation.OperationTest ‑ testMapOpSingleArg
org.sandbox.functional.core.operation.OperationTest ‑ testMapOpWithTargetType
org.sandbox.functional.core.operation.OperationTest ‑ testPeekOp
org.sandbox.functional.core.operation.OperationTest ‑ testSkipOp
org.sandbox.functional.core.operation.OperationTest ‑ testSortOpNatural
org.sandbox.functional.core.operation.OperationTest ‑ testSortOpWithComparator
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderAllMatch
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderAnyMatch
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderCollectToList
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderCollectToSet
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderCount
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderDistinct
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFilter
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFilterOpWithComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFilterOpWithMultiLineBlockComment
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFilterOpWithMultipleComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFilterOpWithoutComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFindAny
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFindFirst
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderFlatMap
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderForEach
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderForEachMultipleStatements
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderForEachOrdered
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderLimit
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderMap
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderMapOpSideEffect
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderMapOpSideEffectTakesPriorityOverComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderMapOpWithComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderMapOpWithoutComments
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderNoneMatch
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderPeek
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderReduce
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSkip
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSortedWithComparator
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSortedWithoutComparator
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceArray
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceCollection
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRange
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidEmptyEnd
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidEmptyStart
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidMultipleCommas
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidNoComma
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidOnlyComma
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeInvalidWhitespaceOnly
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeWithExpression
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceExplicitRangeWithVariables
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceIntRange
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceIterable
org.sandbox.functional.core.renderer.StringRendererTest ‑ testRenderSourceStream
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testCollectTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testCountTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testFindAnyTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testFindFirstTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testForEachOrderedTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testForEachTerminal
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testForEachTerminalSingleArg
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testMatchTerminalAllMatch
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testMatchTerminalAnyMatch
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testMatchTerminalNoneMatch
org.sandbox.functional.core.terminal.TerminalOperationTest ‑ testReduceTerminal
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testArraySource
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCanTransformValidModel
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCanTransformWithBreak
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCanTransformWithNullModel
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCanTransformWithNullSource
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCollectTerminal
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testComplexPipeline
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testCountTerminal
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testDefaultVariableNameWhenElementIsNull
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testFilterMapPipeline
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testFindFirstTerminal
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testPeekOperation
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testSimpleForEach
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testSkipOperation
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testTransformThrowsOnNullModel
org.sandbox.functional.core.transformer.LoopModelTransformerTest ‑ testTransformThrowsOnNullSource
org.sandbox.functional.core.tree.LoopTreeTest ‑ astNodeReference
org.sandbox.functional.core.tree.LoopTreeTest ‑ nestedLoops_innerConvertible
org.sandbox.functional.core.tree.LoopTreeTest ‑ nestedLoops_innerNotConvertible
org.sandbox.functional.core.tree.LoopTreeTest ‑ scopePropagation
org.sandbox.functional.core.tree.LoopTreeTest ‑ siblingLoops
org.sandbox.functional.core.tree.LoopTreeTest ‑ singleLoop
org.sandbox.functional.core.tree.LoopTreeTest ‑ threeLevelNesting
org.sandbox.jdt.triggerpattern.TriggerPatternCleanupTest ‑ testAnnotationPatternMatching
org.sandbox.jdt.triggerpattern.TriggerPatternCleanupTest ‑ testAnnotationWithPlaceholder
org.sandbox.jdt.triggerpattern.TriggerPatternCleanupTest ‑ testAnnotationWithQualifiedType
org.sandbox.jdt.triggerpattern.TriggerPatternCleanupTest ‑ testMultipleAnnotationMatches
org.sandbox.jdt.triggerpattern.TriggerPatternCleanupTest ‑ testNoMatchesForDifferentAnnotation
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testDefaultPromotionThreshold
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetAllMatchCounts
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetRulesForPromotion
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetRulesWithNoMatches
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetSuggestionKeep
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetSuggestionPromote
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testGetSuggestionRemove
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testRecordAndGetMatchCount
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testRecordMatchesNegativeCountIgnored
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testRecordMatchesZeroCountIgnored
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testRecordMultipleMatches
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testReset
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testSetPromotionThresholdRejectsZero
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testThreadSafety
org.sandbox.jdt.triggerpattern.api.RuleUsageTrackerTest ‑ testTrackRuleDoesNotOverwriteExisting
org.sandbox.jdt.triggerpattern.git.CommitWalkerTest ‑ testBatchSizeLimiting
org.sandbox.jdt.triggerpattern.git.CommitWalkerTest ‑ testNextBatchOnEmptyRepo
org.sandbox.jdt.triggerpattern.git.CommitWalkerTest ‑ testNextBatchWithDateFilter
org.sandbox.jdt.triggerpattern.internal.DslExplanationGuardSyncTest ‑ everyCodeGuardIsDocumented
org.sandbox.jdt.triggerpattern.internal.DslExplanationGuardSyncTest ‑ everyDocumentedGuardExistsInCode
org.sandbox.jdt.triggerpattern.internal.DslExplanationGuardSyncTest ‑ guardCountsAreSane
org.sandbox.jdt.triggerpattern.internal.DslExplanationValidatorTest ‑ allCodeFencedDslExamplesAreValid
org.sandbox.jdt.triggerpattern.internal.DslExplanationValidatorTest ‑ codeBlocksExistInDocumentation
org.sandbox.jdt.triggerpattern.internal.DslValidatorTest ‑ testValidateBlankRule
org.sandbox.jdt.triggerpattern.internal.DslValidatorTest ‑ testValidateEmptyRule
org.sandbox.jdt.triggerpattern.internal.DslValidatorTest ‑ testValidateInvalidRule
org.sandbox.jdt.triggerpattern.internal.DslValidatorTest ‑ testValidateNullRule
org.sandbox.jdt.triggerpattern.internal.DslValidatorTest ‑ testValidateSimpleRule
org.sandbox.jdt.triggerpattern.internal.HintFileResourcesValidationTest ‑ testAllBundledHintFilesValid
org.sandbox.jdt.triggerpattern.internal.HintFileResourcesValidationTest ‑ testDisabledHintFilesArePartOfValidationSet
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeCaseInsensitive
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeEmptyHintFile
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeNullThrows
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializePerRuleId
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializePerRuleSeverity
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeRoundTrip
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeRuleWithDescription
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeRuleWithGuard
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeSimpleRule
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeSuppressWarnings
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeTreeKind
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeWithDefaultSeverityOmitted
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeWithIncludes
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializeWithMetadata
org.sandbox.jdt.triggerpattern.internal.HintFileSerializerTest ‑ testSerializerRoundTripWithPerRuleMetadata
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testGetInferredHintFilesExcludesManual
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testLoadFromNonExistentDirectoryReturnsEmpty(Path)
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testPromoteNonExistentIsNoOp
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testPromoteToManual
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchNullList
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchSkipsBlankDslRule
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchSkipsInvalidDsl
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchSkipsIrrelevant
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchSkipsNullDslRule
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesBatchWithValidEvaluations
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testRegisterInferredRulesSingle
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testSaveAndLoadInferredHintFiles(Path)
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testSaveCreatesHintsDirectory(Path)
org.sandbox.jdt.triggerpattern.internal.HintFileStoreTest ‑ testSaveWithNoInferredFilesReturnsEmpty(Path)
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testBuildSimpleDiffFormat
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleFromDiffWithBlankDiffReturnsEmpty
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleFromDiffWithValidDiff
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRulePassesPromptToLlm
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleValidatesDslRule
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWhenApiUnavailable
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWhenLlmReturnsNull
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWhenQuotaExhausted
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWithIOExceptionReturnsEmpty
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWithIrrelevantResult
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWithNullInputReturnsEmpty
org.sandbox.jdt.triggerpattern.llm.AiRuleInferenceEngineTest ‑ testInferRuleWithRelevantResult
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testDefaultModel
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testFinishReasonContentFilterReturnsNull
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testFinishReasonLengthSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testHasRemainingQuotaAlwaysTrue
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.DeepSeekClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testDefaultMaxFailureDuration
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testDefaultModelFallback
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExplicitModelIsUsed
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExtractJsonFromCodeBlock
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExtractJsonFromPlainCodeBlock
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExtractJsonFromTruncatedCodeBlock
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExtractJsonPlainText
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testExtractJsonPlainTruncated
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testFinishReasonMaxTokensSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testFinishReasonSafetyReturnsNull
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testFinishReasonStopNotTruncated
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testHasRemainingQuotaInitially
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testIsApiUnavailableAfterTimeoutElapsed
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testNullSafeCategoryDefault
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseBatchResponseEmptyCandidates
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseBatchResponseFewerElementsThanCommits
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseBatchResponseInvalidJson
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseBatchResponseMoreElementsThanCommits
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseBatchResponseValidArray
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseEmptyCandidates
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseInvalidJson
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseResponsePreservesCleanDslRule
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseResponseSanitizesImportTags
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseResponseSanitizesTriggerTags
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonNullAndEmpty
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonTrailingComma
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonUnclosedBrace
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonUnclosedBracket
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonUnclosedString
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testRepairTruncatedJsonValidJson
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testSetAndGetMaxFailureDuration
org.sandbox.jdt.triggerpattern.llm.GeminiClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testDefaultModel
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testFinishReasonContentFilterReturnsNull
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testFinishReasonLengthSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testHasRemainingQuotaAlwaysTrue
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.LlamaClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringDeepSeek
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringGeminiLowercase
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringGeminiUppercase
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringLlama
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringMistral
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringMixedCase
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringNullThrows
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringOpenAiLowercase
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringOpenAiUppercase
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringQwen
org.sandbox.jdt.triggerpattern.llm.LlmProviderTest ‑ testFromStringUnknownThrows
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testDefaultModel
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testFinishReasonContentFilterReturnsNull
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testFinishReasonLengthSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testHasRemainingQuotaAlwaysTrue
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.MistralClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testDefaultMaxFailureDuration
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testDefaultModelUsed
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testFinishReasonContentFilterReturnsNull
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testFinishReasonLengthSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testGetDailyRequestCountInitiallyZero
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testGetModelReturnsConfiguredModel
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testHasRemainingQuotaAlwaysTrue
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testIsApiUnavailableAfterTimeoutElapsed
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testParseBatchResponseEmpty
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testParseBatchResponseValid
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testParseEmptyChoices
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testParseInvalidJson
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testSetAndGetMaxFailureDuration
org.sandbox.jdt.triggerpattern.llm.OpenAiClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptContainsAllCommits
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptContainsExistingPlugins
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptContainsJsonArraySchema
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptLabelsCommitsByIndex
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptRequestsArrayOfExactlyN
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildBatchPromptWithPreviousResults
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsAllSections
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsBidirectionalGuidance
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsExistingPluginsSection
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsJsonResponseFormat
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsNewJsonSchemaFields
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsSourceVersionTable
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptContainsTrafficLightInstructions
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptWithNullContext
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptWithPreviousResults
org.sandbox.jdt.triggerpattern.llm.PromptBuilderTest ‑ testBuildPromptWithoutPreviousResults
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testBuildRequestBody
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testDefaultModel
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testEvaluateBatchWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testEvaluateWithoutApiKey
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testFinishReasonContentFilterReturnsNull
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testFinishReasonLengthSetsLastResponseTruncated
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testHasRemainingQuotaAlwaysTrue
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testIsApiUnavailableInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testParseValidResponse
org.sandbox.jdt.triggerpattern.llm.QwenClientTest ‑ testWasLastResponseTruncatedInitiallyFalse
org.sandbox.jdt.triggerpattern.llm.ScreeningPromptBuilderTest ‑ testCommitScreeningCandidateThreshold
org.sandbox.jdt.triggerpattern.llm.ScreeningPromptBuilderTest ‑ testDiffIsTruncatedForScreening
org.sandbox.jdt.triggerpattern.llm.ScreeningPromptBuilderTest ‑ testScreeningPromptConstrainsOrderingAndConfidenceScale
org.sandbox.jdt.triggerpattern.llm.ScreeningPromptBuilderTest ‑ testScreeningPromptDoesNotAskForExpensiveCandidateFields
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testGetHintFile
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testInstanceOfGuardGracefulDegradation
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testInstanceOfGuardParsingFromHintFile
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testMultipleGuardContinuationLines
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessHintOnly

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

1272 tests found (test 852 to 1272)

There are 1272 tests, see "Raw output" for the list of tests 852 to 1272.
Raw output
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessMultipleMatchesSameRule
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessMultipleRules
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessNoMatch
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessNullCu
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessSimpleRule
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testProcessWithHintFileParser
org.sandbox.jdt.triggerpattern.test.BatchTransformationProcessorTest ‑ testTypeGuardDisambiguatesRules
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testAllBuiltInGuardsRegistered
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testAllNewTier3GuardsRegistered
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testArgsCountWithList
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testArgsCountWithSingleBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testArgsCountWithUnbound
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testClassOverridesInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testClassOverridesWithExistingMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testClassOverridesWithMissingMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testContainsAnnotationGuard
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testEnclosingClassExtendsDirectSuperclass
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testEnclosingClassExtendsNoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testEnclosingClassExtendsNoExtendsClause
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testGenericTypeIsGracefulDegradation
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testGenericTypeIsWithBadIndex
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testGenericTypeIsWithNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasFieldNegative
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasFieldNoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasFieldPositive
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasModifierGuard
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasReturnTypeNoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasReturnTypeString
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasReturnTypeTwoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasReturnTypeVoid
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasSuppressWarningsAbsent
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasSuppressWarningsOnClass
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasSuppressWarningsWithArrayValue
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testHasSuppressWarningsWithSingleValue
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testInClassGuard
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testInPackageGuard
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testInstanceOfGuardGracefulDegradationWithoutBindings
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testInstanceOfGuardInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testInstanceOfGuardWithNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsCharsetStringWithNonStandardCharset
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsCharsetStringWithUTF8
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsFieldInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsFieldWithField
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsFieldWithLocalVariable
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInConstructorInsideConstructor
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInConstructorInsideMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInLoopNegative
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInLoopPositiveForLoop
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInLoopPositiveWhileLoop
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsInTryWithResourceBlockNegative
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsLiteralWithNonLiteral
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsLiteralWithStringLiteral
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNonNullWithNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNonNullWithStringBuilder
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNonNullWithUnguardedParameter
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullLiteralWithNullExpression
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullableWithMinScore10
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullableWithMinScore5
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullableWithNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullableWithStringBuilderInitialized
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsNullableWithUnguardedParameter
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsParameterInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsParameterWithLocalVariable
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsParameterWithParameter
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsPrivateGuardOnPrivateMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsProtectedGuardOnProtectedMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsProtectedGuardOnPublicMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsPublicGuardOnPrivateMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsPublicGuardOnPublicMethod
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsPublicGuardZeroArgForm
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsRegexpWithPlainString
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsRegexpWithRegexPattern
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsResourceVariableGracefulDegradation
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsResourceVariableWithNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsSingleCharacterWithMultipleChars
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsSingleCharacterWithOneChar
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStaticFallbackWithoutBindings
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStaticOnMethodNameWithBindings
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStaticOnNonStaticMethodName
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStringLiteralNegative
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStringLiteralNoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testIsStringLiteralPositive
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testMethodNameMatchesExactName
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testMethodNameMatchesInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testMethodNameMatchesNoMatch
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testMethodNameMatchesWithTestPrefix
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testNewGuardsRegistered
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testOtherwiseGuardAlwaysTrue
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testParamCountMatches
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testParamCountNoArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testParamCountZero
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testParentMatchesGuard
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testSubtypeOfGuardGracefulDegradation
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testSubtypeOfGuardInsufficientArgs
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testSubtypeOfGuardNullBinding
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testThrowsExceptionGuardNoThrowsClause
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testThrowsExceptionGuardWithMatchingType
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testThrowsExceptionGuardWithNonMatchingType
org.sandbox.jdt.triggerpattern.test.BuiltInGuardsTest ‑ testThrowsExceptionGuardZeroArgAnyThrows
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionPerformanceDoesNotRewriteKeySetRemoveBecauseReturnValueDiffers
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsDoesNotRewriteDiamondOnlyConstructorNoise
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsDoesNotRewriteSingletonCollectionsWithDifferentNullSemantics
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsDoesNotRewriteVectorMigrationWithoutPromotionTests
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsKeepsSafeEmptyCollectionFactoryReplacements
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsRespectsJava9SourceVersionGuard
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ collectionsUsesStableRuleIdsForEmptyCollectionFactories
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ deprecationsUseValueOfForWrapperConstructors
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ modernizeJava11KeepsOnlyNarrowLiteralRules
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ modernizeJava9DoesNotRewriteStreamToListWhenMutabilityNeedsReview
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ modernizeJava9KeepsRiskyListFactoryMigrationHintOnly
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ modernizeJava9RewritesMapGetOrDefaultNullSafely
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ performanceDoesNotRewriteNewStringConstructorBlindly
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ performanceDoesNotSuggestNonExistingIntegerZeroConstant
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ performanceKeepsSafeBooleanValueOfReplacement
org.sandbox.jdt.triggerpattern.test.BundledHintRuleBehaviorTest ‑ stringEqualsDoesNotDuplicateReflexiveEqualsProbableBugRule
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testAnalyzeHintOnlyRule
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testAnalyzeMultipleMatches
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testAnalyzeNoMatch
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testAnalyzeSimpleExpression
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testEmptyInput
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testJsonEscaping
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testReportEntryHasReplacement
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testToCsv
org.sandbox.jdt.triggerpattern.test.DryRunReporterTest ‑ testToJson
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testDebugCompileOverload
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testExtractFixMethods
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testFixMethodMustReturnVoid
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testGuardAndFixMethodsSeparated
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testNoFixMethodsInEmptyBlock
org.sandbox.jdt.triggerpattern.test.EmbeddedFixFunctionTest ‑ testVoidMethodWithoutAnnotationIsNotFix
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testCompileEmptyBlock
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testCompileMultipleMethods
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testCompileNullRuleId
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testCompileSimpleGuardMethod
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testCompileWithSyntaxError
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testLineMappingsHintLinesAreCorrect
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testLineMappingsPresent
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testSourceLineMappingRecord
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testSyntheticClassName
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testToHintLine
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testToHintLineNotFound
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testToSyntheticLine
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaCompilerTest ‑ testToSyntheticLineNotFound
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testClear
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testEmptyBindings
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testEmptyLogger
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testLogExecutionFailure
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testLogFixExecution
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testLogGuardExecution
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testSuccessAndFailureCounts
org.sandbox.jdt.triggerpattern.test.EmbeddedJavaExecutionLoggerTest ‑ testTracesAreUnmodifiable
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnCastTypeMatchesImportedSimpleName
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnConstructorMatchesImportedSimpleNameWithDiamond
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnFieldTypeMatchesImportedSimpleName
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnLocalVariableTypeMatchesImportedSimpleName
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnMethodReceiverDoesNotMatchSameSimpleNameFromDifferentImport
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnMethodReceiverMatchesImportedSimpleName
org.sandbox.jdt.triggerpattern.test.FqnAwareHintRuleMatchingTest ‑ fqnReturnAndParameterTypesMatchImportedSimpleNames
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testArrowOnOwnLineSimpleRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testArrowOnOwnLineWithReplacementOnNextLine
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testArrowOnSameLineStillWorks
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testAutoDetectAddImportFromFqnInReplacement
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testBareArrowWithNoReplacementThrowsError
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testBlankPerRuleIdThrows
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testCompleteFileWithMultipleFeatures
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testCustomCodeBlockWithRulesAfter
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testDefaultSeverity
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testDefaultSeverityIsInfo
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testEmbeddedJavaBlockOffsets
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testErrorEmptyContent
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testErrorInvalidMetadata
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testErrorMissingTerminator
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachErrorEmptyEntries
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachErrorMissingArrow
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachExpandsRules
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachMixedWithNonForeachRules
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachWithAllSixCharsets
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachWithConstructor
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testForeachWithMultipleTemplates
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testFqnInferenceNoImportForSharedTypes
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testFqnInferenceRemoveImportFromSourceDiff
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testInvalidPerRuleSeverity
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMapErrorEmptyEntries
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMapErrorMissingArrow
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMapExpandsRules
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMapMixedWithNonMapRules
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMapWithMultipleEntries
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMetadataColonFormatPreferredOverEquals
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMethodDeclarationPatternKindInference
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMethodDeclarationWithReturnTypeInference
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultiLineDescriptionMetadata
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultiLineDescriptionThreeLines
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultilineReplacement
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultilineReplacementDoesNotBreakMultiRewrite
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultilineReplacementWithInlineArrow
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultipleAnnotationRulesNaturalSyntax
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testMultipleCustomCodeBlocksOnSingleLine
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testNaturalSyntaxWithSetUpMethod
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testNetBeansDescriptionEqualsFormat
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testNetBeansMetadataEqualsFormatWithoutQuotes
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testNetBeansMixedFormatMetadata
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testOtherwiseAsGuardKeyword
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseAnnotationPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseAnnotationRuleWithFqnInference
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseAnnotations5FqnFile
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseArgsCountGuard
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseAssertThatHamcrestFqnRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseBitwiseAndInPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseBitwiseOperatorWithGuard
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseBitwiseOrInPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseBlockPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseConstructorPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseDisplayGetDefaultHintOnlyRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseEclipsePlatformUiMinedHintFile
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseEmbeddedFixFunctionReference
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseEmbeddedJavaBlockWithMetadata
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseFileToPathMigrationRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseGenericTypeIsGuard
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseHintOnlyRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseIPathDeprecationRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseImportPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseMetadata
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseMultiLineEmbeddedJavaBlock
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseMultipleEmbeddedJavaBlocks
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseMultipleReplaceStaticImportInferred
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseMultipleRules
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseNoEmbeddedJavaBlocks
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseNonEmbeddedFixIsNotDetected
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseReplaceStaticImportInferred
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseRuleWithGuard
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseRuleWithMultiRewrite
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSeverityDirective
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSeverityDirectiveWarning
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSimpleRule
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSingleLineEmbeddedJavaBlock
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseStatementPattern
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSuppressWarningsDirective
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseSuppressWarningsMultipleKeys
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseTreeKindDirective
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseTreeKindEmptyValue
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseTreeKindInvalidNodeType
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseTreeKindSingleValue
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseWithBlockComments
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testParseWithLineComments
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testPerRuleIdAndSeverityCombined
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testPerRuleIdAnnotation
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testPerRuleIdWithDescriptionPrefix
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testPerRuleSeverityAnnotation
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testRuleWithoutIdHasNullRuleId
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testSkipCustomCodeBlockMultiLine
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testSkipCustomCodeBlockSingleLine
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testSkipMultipleCustomCodeBlocks
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testStaticGuardInMethodDeclaration
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testTreeKindDefaultEmpty
org.sandbox.jdt.triggerpattern.test.HintFileParserTest ‑ testUnclosedCustomCodeBlock
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectFromPatternEmpty
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectFromPatternNull
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectFromPatternWithFqn
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectFromPatternWithMultipleFqns
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectFromPatternWithoutFqn
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesBasic
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesEmptyAlternatives
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesNoChange
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesNoFqnInSource
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesNullAlternatives
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testDetectRemovedTypesNullSource
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsAddAndRemove
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsAnnotationStyle
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsEmptyReplacements
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsNoFqns
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsNullReplacements
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsOnlyReplacement
org.sandbox.jdt.triggerpattern.test.ImportDirectiveTest ‑ testInferFromFqnPatternsReplaceStaticImport
org.sandbox.jdt.triggerpattern.test.MultiPlaceholderTest ‑ testMultiPlaceholderConsistencyCheck
org.sandbox.jdt.triggerpattern.test.MultiPlaceholderTest ‑ testMultiPlaceholderMatchesMultipleArguments
org.sandbox.jdt.triggerpattern.test.MultiPlaceholderTest ‑ testMultiPlaceholderMatchesOneArgument
org.sandbox.jdt.triggerpattern.test.MultiPlaceholderTest ‑ testMultiPlaceholderMatchesVariousArgumentTypes
org.sandbox.jdt.triggerpattern.test.MultiPlaceholderTest ‑ testMultiPlaceholderMatchesZeroArguments
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testAnnotationWithParameters
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintAbstractMethod_Negated
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintEmptyMethod
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintMethodCallInBody
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintMultipleMethods
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintNegative_MissingSuperCall
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintNegative_SuperCallPresent
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintPositive_SuperCallMissing
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintPositive_SuperCallPresent
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testBodyConstraintSuperCallInNestedBlock
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testFieldWithAnnotation
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testFieldWithPlaceholderType
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodCallWithMultipleArguments
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodCallWithPlaceholderQualifier
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodDeclarationWithMultiPlaceholderParameters
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodDeclarationWithParameters
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodDeclarationWithPlaceholderName
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodDeclarationWithReturnType
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMethodDeclarationWithoutOverrideConstraint
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMultipleAnnotationsOnSameElement
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testMultipleImports
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testOverrideConstraint_NoBindings
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testSimpleField
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testSimpleImport
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testSimpleMarkerAnnotation
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testSimpleMethodCall
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testSimpleMethodDeclaration
org.sandbox.jdt.triggerpattern.test.NewPatternKindsTest ‑ testStaticImport
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testEmptyIndex
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesMixedKinds
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesMultiplePatterns
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesMultipleSamePatternMatches
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesNoMatch
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesNullCu
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testFindAllMatchesSinglePattern
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testIndexGroupsByKind
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testMatchBindings
org.sandbox.jdt.triggerpattern.test.PatternIndexTest ‑ testMultipleRulesSameKind
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseConstructorWithComplexArguments
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseConstructorWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseConstructorWithoutArguments
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseIfStatement
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseMethodInvocation
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParsePlaceholderExpression
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseReturnStatement
org.sandbox.jdt.triggerpattern.test.PatternParserTest ‑ testParseSimpleExpression
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testBitwiseAndWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testBitwiseOrDoesNotMatchDifferentOperator
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testBitwiseOrWithConcreteQualifiedNames
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testBitwiseOrWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testBitwiseXorWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testChainedBitwiseOrWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testDifferentPlaceholdersBindIndependently
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testMultipleSamePlaceholdersMustMatch
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testNonPlaceholderMustMatchExactly
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testPlaceholderBinds
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testShiftLeftWithPlaceholders
org.sandbox.jdt.triggerpattern.test.PlaceholderMatcherTest ‑ testShiftRightWithPlaceholders
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testCombinationWithVariadicPlaceholders
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testMatchSpansCorrectOffsetLength
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testMultipleMatchesInSameBlock
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testNoMatchForNonConsecutive
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testSequenceInMultipleMethods
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testSequenceWithinLargerBlock
org.sandbox.jdt.triggerpattern.test.StatementSequenceTest ‑ testTwoConsecutiveStatements
org.sandbox.jdt.triggerpattern.test.TransformationReporterTest ‑ testCsvReportContainsCorrectFields
org.sandbox.jdt.triggerpattern.test.TransformationReporterTest ‑ testEmptyResults
org.sandbox.jdt.triggerpattern.test.TransformationReporterTest ‑ testGenerateCsvReport
org.sandbox.jdt.triggerpattern.test.TransformationReporterTest ‑ testGenerateJsonReport
org.sandbox.jdt.triggerpattern.test.TransformationReporterTest ‑ testJsonReportContainsCorrectFields
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testHintOnlyRule
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testNoAlternativeMatches
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testOtherwiseAlternative
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testRuleWithSourceGuard
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testSimpleRuleWithOneAlternative
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testTransformationRuleDefaultSeverityNull
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testTransformationRuleWithSeverity
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testTwoAlternativesFirstMatches
org.sandbox.jdt.triggerpattern.test.TransformationRuleTest ‑ testTwoAlternativesSecondMatches
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testConstructorPatternNoArgs
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testConstructorPatternWithPlaceholders
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFindMatchesByNodeType
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFindMultipleMatches
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFindSingleMatch
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnConstructorPatternDoesNotMatchWithoutImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnConstructorPatternDoesNotMatchWrongImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnConstructorPatternMatchesFqnUsage
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnConstructorPatternMatchesSimpleNameWithImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnPatternAlsoMatchesFqnUsage
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnPatternDoesNotMatchSimpleNameWithWrongImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnPatternDoesNotMatchSimpleNameWithoutImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testFqnPatternMatchesSimpleNameUsage
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testJavaLangConstructorMatchesWithoutImport
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testMultipleSamePlaceholder
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testNoMatchesFound
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testPatternConstraintsProperty
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testSimpleNamePatternDoesNotMatchFqnUsage
org.sandbox.jdt.triggerpattern.test.TriggerPatternEngineTest ‑ testStatementPattern
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternEmptyBeforeReturn
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternMatchesAllStatements
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternMatchesEmptyBlock
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternNoReturn
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternParserCreatesBlock
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testBlockPatternStatementsBeforeReturn
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testEngineFindsBlockPatternMatches
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testEngineMixedArgPattern
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testExistingMultiPlaceholderStillWorks
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testExistingMultiPlaceholderZeroArgs
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testMixedPatternFirstAndLastSeparate
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testMixedPatternFirstArgSeparateEmptyRest
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testMixedPatternFirstArgSeparateRestInList
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testMixedPatternLastArgSeparate
org.sandbox.jdt.triggerpattern.test.VariadicPlaceholderTest ‑ testMixedPatternNotEnoughArgs
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testBasicMethodReference
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testLambdaExpression
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testMethodNameFiltering
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testMethodNameFilteringTraditional
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testMultipleNodeTypes
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testSkipChildNodes
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testTraditionalVisitorApproach
org.sandbox.jdt.ui.tests.quickfix.BasicVisitorUsageTest ‑ testVisitEndCallback
org.sandbox.jdt.ui.tests.quickfix.MatcherTest ‑ matcherTest
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testApiOverview
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testBasicUsagePattern
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testCallbackSignatures
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testDataSharingPatterns
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testStaticHelperMethods
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testVisitEndCallbacks
org.sandbox.jdt.ui.tests.quickfix.VisitorApiDocumentationTest ‑ testVisitorRegistration
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testArrayDefensiveCopy
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderDefaultsToNull
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderIsImmutable
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithAnnotationName
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithExceptionType
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithImportName
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithMethodName
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithMultipleFields
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithOperator
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithSuperClassName
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithTypeName
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithTypeof
org.sandbox.jdt.ui.tests.quickfix.VisitorConfigDataTest ‑ testBuilderWithTypeofByName
processor() Access ‑ processorProvidesAccessToUnderlyingProcessor