the signals and their derived score are provisional and subject to change.
validate manually before sharing.
f0527e12b49e8fc528cf83d9bf744874b6f1c0a4436f664a1c87c73b249a4e65d8fa754b85ff9b9eAuthored: 2 months ago (Sun, 21 Jun 2026 08:25:52 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>cd0d3d1b9718bfe546c948db8e72a0c113fbbd74Authored: 4 months ago (Mon, 20 Apr 2026 12:58:13 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>8be3f04cc8c73d7746dfa41c2299c923842e8fabAuthored: 4 months ago (Fri, 3 Apr 2026 13:23:14 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>a06da53ec9bf67bc50e84653d4b1ba3bc53ebf87Authored: 5 months ago (Mon, 30 Mar 2026 13:04:08 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>afb98c20ce798554c464690fb59e42311a49cf36Authored: 5 months ago (Sun, 29 Mar 2026 12:52:31 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>ef01acca6dad153d6484937a947de86e41972af5Authored: 5 months ago (Fri, 27 Mar 2026 14:58:49 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>110d5f5630ddcaea8fd5591f9c4c1ace3a54aa0bAuthored: 5 months ago (Fri, 27 Mar 2026 13:41:54 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>5909c73c4825e6cf1613d33e0dbfa8401a0c04a6Authored: 5 months ago (Fri, 13 Mar 2026 13:11:32 +0000)Match: Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>9dc493dd02a0f8576b720c32311ac49a9ef388d9Authored: 6 months ago (Wed, 25 Feb 2026 13:17:06 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>dc993b871f161102c417dc1c4e3f62bbd50ec96aAuthored: 6 months ago (Mon, 9 Feb 2026 12:37:02 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>c1396c05aa292e5d224a7dc45db9571253a63a73Authored: 7 months ago (Fri, 16 Jan 2026 13:01:24 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>2e4cc76d6a666d8024500abac00bd04081bc8c7bAuthored: 7 months ago (Fri, 2 Jan 2026 14:06:51 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>3a30e5b048d66112960c48a33ec32c0770427314Authored: 9 months ago (Sun, 2 Nov 2025 12:29:41 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>d7c6a23dbe0da4f95962827d4c1b808c0b5247f5Authored: 10 months ago (Tue, 21 Oct 2025 07:37:32 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>5697cbd2517b1e4e4ee3cb57506097b8e3007a73Authored: 11 months ago (Sun, 7 Sep 2025 07:47:17 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>f4a8e3d1a68c34462068ca199b2649a37f9eaba4Authored: 11 months ago (Fri, 5 Sep 2025 12:24:01 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>b38076f847c00288b08b2ecda7b8a68ad1694a3fAuthored: 11 months ago (Wed, 3 Sep 2025 12:16:10 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>0d5d1ae4e69024fa97d6204fcfc30a0b12555dc4Authored: 1 year ago (Wed, 13 Aug 2025 07:37:09 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>ba58905c9cd256448f82cfbea2e052f4cf65e46bAuthored: 1 year ago (Mon, 11 Aug 2025 08:52:03 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>be9efbe6ee0d12fd96074dcc64f3305666538e77Authored: 1 year ago (Sun, 10 Aug 2025 07:06:31 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1a772e8c656c147249fa70f4adee7d02da128aa7Authored: 1 year ago (Wed, 6 Aug 2025 12:11:39 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>3eddfa23b70f8bd6d64ea5cf576fccbe5a0f35c2Authored: 1 year ago (Thu, 31 Jul 2025 12:41:27 +0000)Match: Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>AGENTS.mdTool: agents-md# Java Code Style Requirements
These rules apply to all Java code written or modified in this repository.
## Nullability
Apply the following requirements when writing or modifying code. Do not use them as code-review criteria.
- Every class declared in a newly added Java source file must be annotated with JetBrains Annotations `@NotNullByDefault`.
- When writing or modifying Java code, any type, field, parameter, return value, local variable, or generic type argument that may be `null` must be explicitl.codexFile: .gitignoreTool: codex