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
Accelerator
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
.
DeepSourceCorp
/
tree-sitter-java
Public
forked from
raghav-deepsource/tree-sitter-java
Notifications
You must be signed in to change notification settings
Fork
1
Star
0
Code
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
tree-sitter-java
src
parser.c
on
master
User selector
All users
All time
Commit history
Commits on May 6, 2024
chore: merge with upstream master (#2)
Show description for 055463a
16 people
authored
055463a
View commit details
Copy full SHA for 055463a
View code at this point
Browse repository at this point
Commits on Jan 17, 2023
make whitespace nodes namedd
raghav-deepsource
committed
8a44af6
View commit details
Copy full SHA for 8a44af6
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
fix: add support for whitespace
raghav-deepsource
committed
8be1f17
View commit details
Copy full SHA for 8be1f17
View code at this point
Browse repository at this point
Commits on Sep 18, 2022
Java parser: fix issues with records, support instanceof final
bkramer-relyance
committed
ee2d345
View commit details
Copy full SHA for ee2d345
View code at this point
Browse repository at this point
Commits on Sep 13, 2022
Regenerate the parser
danzat
committed
b042baa
View commit details
Copy full SHA for b042baa
View code at this point
Browse repository at this point
Commits on Aug 15, 2022
Inferred parameters needs to support reserved identifiers
bmahe
committed
123fab5
View commit details
Copy full SHA for 123fab5
View code at this point
Browse repository at this point
Merge branch 'master' into update_elasticsearch
bmahe
committed
aa8adb4
View commit details
Copy full SHA for aa8adb4
View code at this point
Browse repository at this point
Small improvements for records and instanceof (#117)
Show description for 72a9af0
bmahe
authored
72a9af0
View commit details
Copy full SHA for 72a9af0
View code at this point
Browse repository at this point
Commits on Aug 9, 2022
Add more repositories to validate parsing and fix a few more cases.
Show description for dc9024a
bmahe
committed
dc9024a
View commit details
Copy full SHA for dc9024a
View code at this point
Browse repository at this point
Commits on Aug 8, 2022
Add support for annotations in array creation
Show description for 21a6d62
bmahe
committed
21a6d62
View commit details
Copy full SHA for 21a6d62
View code at this point
Browse repository at this point
Commits on May 24, 2022
Add generated files
raghav-deepsource
committed
2d800aa
View commit details
Copy full SHA for 2d800aa
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
Bump tree-sitter version to 0.20
Hendrik van Antwerpen
committed
63cc2e7
View commit details
Copy full SHA for 63cc2e7
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
Add text block support (#105)
andirady
committed
c0ba8d7
View commit details
Copy full SHA for c0ba8d7
View code at this point
Browse repository at this point
Commits on Feb 14, 2022
Modify module_directive to be a supertype (#104)
Show description for 8a6ab8e
berchn
authored
8a6ab8e
View commit details
Copy full SHA for 8a6ab8e
View code at this point
Browse repository at this point
Commits on Jan 12, 2022
differentiate between line and block comments in the grammar (#93)
Show description for a24ae7d
raghav-deepsource
authored
a24ae7d
View commit details
Copy full SHA for a24ae7d
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
fix(highlights): missing highlights when accessing static methods and referencing methods (#95)
Show description for 727ca4b
captainko
and
Rick Winfrey
authored
727ca4b
View commit details
Copy full SHA for 727ca4b
View code at this point
Browse repository at this point
Commits on Apr 16, 2021
Allow no statements after a case label
emjin
committed
66481c7
View commit details
Copy full SHA for 66481c7
View code at this point
Browse repository at this point
Commits on Apr 14, 2021
Use logical case-statement groups for switch blocks
Show description for 993fd5e
emjin
committed
993fd5e
View commit details
Copy full SHA for 993fd5e
View code at this point
Browse repository at this point
Commits on Apr 13, 2021
Remove expression-statement conflict and use Java spec terminology
Show description for dd84b7b
emjin
committed
dd84b7b
View commit details
Copy full SHA for dd84b7b
View code at this point
Browse repository at this point
Commits on Apr 12, 2021
Renamed arrow_switch_line
emjin
committed
ca91115
View commit details
Copy full SHA for ca91115
View code at this point
Browse repository at this point
Use switch_expression instead of switch_statement
emjin
committed
fb5038b
View commit details
Copy full SHA for fb5038b
View code at this point
Browse repository at this point
Merge master
emjin
committed
1511e39
View commit details
Copy full SHA for 1511e39
View code at this point
Browse repository at this point
Support enhanced switch statements
Show description for 950dd07
emjin
committed
950dd07
View commit details
Copy full SHA for 950dd07
View code at this point
Browse repository at this point
Commits on Apr 9, 2021
Merge branch 'master' of https://github.com/tree-sitter/tree-sitter-java into EJ/add-records
emjin
committed
3e813fe
View commit details
Copy full SHA for 3e813fe
View code at this point
Browse repository at this point
Commits on Mar 28, 2021
configure rules precedence according to the spec
Show description for 12e1b0e
kamadorueda
committed
12e1b0e
View commit details
Copy full SHA for 12e1b0e
View code at this point
Browse repository at this point
Commits on Mar 26, 2021
Add java records
Show description for 6a9ccd5
emjin
committed
6a9ccd5
View commit details
Copy full SHA for 6a9ccd5
View code at this point
Browse repository at this point
Commits on Mar 9, 2021
Allow non-ascii identifiers
Show description for bd6186c
maxbrunsfeld
committed
bd6186c
View commit details
Copy full SHA for bd6186c
View code at this point
Browse repository at this point
Commits on Mar 6, 2021
:arrow_up: tree-sitter-cli@0.19.2
maxbrunsfeld
committed
7ad106e
View commit details
Copy full SHA for 7ad106e
View code at this point
Browse repository at this point
Commits on Mar 4, 2021
Bump tree-sitter-cli to 0.19
maxbrunsfeld
committed
186e2c1
View commit details
Copy full SHA for 186e2c1
View code at this point
Browse repository at this point
Commits on Feb 11, 2021
fix dollar sign identifier (#63)
Ivan
authored
16c07a7
View commit details
Copy full SHA for 16c07a7
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
:arrow_up: tree-sitter CLI
maxbrunsfeld
committed
fec17dc
View commit details
Copy full SHA for fec17dc
View code at this point
Browse repository at this point
Commits on May 28, 2020
Parse dot-separated names more consistently
Show description for 0f32461
maxbrunsfeld
committed
0f32461
View commit details
Copy full SHA for 0f32461
View code at this point
Browse repository at this point
Commits on May 14, 2020
:arrow_up: tree-sitter-cli
maxbrunsfeld
committed
5dab008
View commit details
Copy full SHA for 5dab008
View code at this point
Browse repository at this point
Commits on Mar 2, 2020
:arrow_up: tree-sitter-cli
maxbrunsfeld
committed
c43d89e
View commit details
Copy full SHA for c43d89e
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
Add fields to scoped_identifier
maxbrunsfeld
committed
32c61ba
View commit details
Copy full SHA for 32c61ba
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.