Created
March 9, 2023 20:36
-
-
Save dklawren/c63d7aeb112efc32cdc66f5e30ddc530 to your computer and use it in GitHub Desktop.
java exception signatures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mysql> select distinct bug_id from bugs_activity where who = 546015 and bug_when > '2023-03-09' and fieldid in (24,120) and removed like '%java%Exception%' LIMIT 1000 | |
bug_id | |
1536505 | |
1646242 | |
1646248 | |
1646250 | |
1646396 | |
1646397 | |
1648121 | |
1655930 | |
1656232 | |
1659701 | |
1672252 | |
1674099 | |
1694983 | |
1718050 | |
1718051 | |
1747117 | |
1751256 | |
1757018 | |
1757967 | |
1759003 | |
1760937 | |
1764516 | |
1764803 | |
1768053 | |
1771978 | |
1778756 | |
1781825 | |
1787549 | |
1791846 | |
1792796 | |
1795146 | |
1795924 | |
1799012 | |
1800732 | |
1801370 | |
1801371 | |
1801889 | |
1802046 | |
1804981 | |
1805134 | |
1805342 | |
1805351 | |
1805571 | |
1805578 | |
1808030 | |
1808031 | |
1808705 | |
1810598 | |
1810599 | |
1816288 | |
1816361 | |
1816758 | |
1817999 | |
1819163 | |
1819461 | |
1820022 | |
1820027 | |
1820715 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment