Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
opprop
/
checker-framework
Public
forked from
typetools/checker-framework
Notifications
You must be signed in to change notification settings
Fork
11
Star
0
Code
Issues
3
Pull requests
14
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Implement @ThrowsException annotation
- #135
#135
Open
d367wang
wants to merge 14 commits into
opprop:master
opprop/checker-framework:master
from
d367wang:throw-exception-annotation
d367wang/checker-framework:throw-exception-annotation
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Implement @ThrowsException annotation
#135
d367wang
wants to merge 14 commits into
opprop:master
opprop/checker-framework:master
from
d367wang:throw-exception-annotation
d367wang/checker-framework:throw-exception-annotation
Copy head branch name to clipboard
Commits
Commits on May 20, 2020
initial implementation of ThrowsException annotation
d367wang
committed
b0f69e7
View commit details
Copy full SHA for b0f69e7
Browse repository at this point
Commits on Jun 3, 2020
add test cases
d367wang
committed
cd3eeb5
View commit details
Copy full SHA for cd3eeb5
Browse repository at this point
remove redundant <p> in ThrowsException Javadoc
d367wang
committed
ae80a09
View commit details
Copy full SHA for ae80a09
Browse repository at this point
modify issue 2076 test case
d367wang
committed
f256c1d
View commit details
Copy full SHA for f256c1d
Browse repository at this point
Merge branch 'master' of https://github.com/opprop/checker-framework into throw-exception-annotation
d367wang
committed
4865454
View commit details
Copy full SHA for 4865454
Browse repository at this point
Commits on Jun 8, 2020
add edges for @ThrowsException and @TerminatesExecution method
d367wang
committed
6a8bde0
View commit details
Copy full SHA for 6a8bde0
Browse repository at this point
Commits on Jun 10, 2020
link node with @TerminatesExecution to exceptional-exit block
d367wang
committed
41ae712
View commit details
Copy full SHA for 41ae712
Browse repository at this point
Commits on Jun 14, 2020
resolve conficts and merge with opprop/master
d367wang
committed
f306464
View commit details
Copy full SHA for f306464
Browse repository at this point
Commits on Jul 12, 2020
Merge branch 'master' of https://github.com/opprop/checker-framework into throw-exception-annotation
d367wang
committed
86bca15
View commit details
Copy full SHA for 86bca15
Browse repository at this point
remove flag exitImmediately and recover the handling of @TerminatesExecution
d367wang
committed
11721c1
View commit details
Copy full SHA for 11721c1
Browse repository at this point
Commits on Jul 29, 2020
restrict value of @ThrowsException to be subtype of RuntimeException
d367wang
committed
3aff59a
View commit details
Copy full SHA for 3aff59a
Browse repository at this point
Commits on Oct 6, 2020
Merge branch 'master' of https://github.com/opprop/checker-framework into throw-exception-annotation
d367wang
committed
750c50d
View commit details
Copy full SHA for 750c50d
Browse repository at this point
Commits on Oct 7, 2020
redefine @ThrowsException semantic
d367wang
committed
be5df7e
View commit details
Copy full SHA for be5df7e
Browse repository at this point
update test case Issue2076
d367wang
committed
dba393f
View commit details
Copy full SHA for dba393f
Browse repository at this point
You can’t perform that action at this time.