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 }}
apache
/
netbeans
Public
Notifications
You must be signed in to change notification settings
Fork
933
Star
3.1k
Code
Issues
926
Pull requests
156
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
netbeans
java
java.editor.base
test
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 18, 2026
Use InputStream.transferTo() instead of custom impl.
Show description for 3909ded
mbien
committed
3909ded
View commit details
Copy full SHA for 3909ded
View code at this point
Browse repository at this point
Commits on Nov 3, 2025
Highlight 'module' in 'import module' as keyword.
lahodaj
committed
446106b
View commit details
Copy full SHA for 446106b
View code at this point
Browse repository at this point
Commits on Aug 6, 2025
Fixing highlighting for cases - needs to reset token index after searchig for 'when'
lahodaj
committed
581340e
View commit details
Copy full SHA for 581340e
View code at this point
Browse repository at this point
Commits on Jul 17, 2025
Language level cleanup in SemanticHighlighterBase and friends.
Show description for be53d35
mbien
committed
be53d35
View commit details
Copy full SHA for be53d35
View code at this point
Browse repository at this point
Commits on Jul 15, 2025
Partial handling of module imports.
lahodaj
committed
7bfdb51
View commit details
Copy full SHA for 7bfdb51
View code at this point
Browse repository at this point
Commits on May 7, 2025
Cache ClassIndex during unused detector search
Show description for 9bacf23
mbien
committed
9bacf23
View commit details
Copy full SHA for 9bacf23
View code at this point
Browse repository at this point
Commits on Oct 10, 2024
Support for Markdown javadoc (JEP-467)
lahodaj
committed
3ef430b
View commit details
Copy full SHA for 3ef430b
View code at this point
Browse repository at this point
Commits on Aug 29, 2024
Fixing rename refactoring for record components and compact constructors
lahodaj
committed
854f904
View commit details
Copy full SHA for 854f904
View code at this point
Browse repository at this point
Commits on Feb 21, 2024
Prefer list.sort(comp) over Collections.sort(list, comp)
Show description for a8efe63
mbien
committed
a8efe63
View commit details
Copy full SHA for a8efe63
View code at this point
Browse repository at this point
Commits on Jul 25, 2023
Upgrading to JDK 21 nb-javac
lahodaj
committed
81eddaf
View commit details
Copy full SHA for 81eddaf
View code at this point
Browse repository at this point
Commits on Jun 10, 2023
Adding an option to disable unused hint for package private elements, ignoring elements that possibly are looked up using MethodHandles.Lookup.
jlahoda
committed
731e7c9
View commit details
Copy full SHA for 731e7c9
View code at this point
Browse repository at this point
Commits on Dec 20, 2022
Implement configuration for inline hints
matthiasblaesing
committed
a9b7c74
View commit details
Copy full SHA for a9b7c74
View code at this point
Browse repository at this point
Commits on Dec 8, 2022
Fix compilation on current NetBeans
matthiasblaesing
committed
b33b8e5
View commit details
Copy full SHA for b33b8e5
View code at this point
Browse repository at this point
Adding type hint for 'var' variables
jlahoda
authored and
matthiasblaesing
committed
e8724b9
View commit details
Copy full SHA for e8724b9
View code at this point
Browse repository at this point
Showing return types of chained method invocation even when the end result is used e.g. as a method argument.
jlahoda
authored and
matthiasblaesing
committed
520b92d
View commit details
Copy full SHA for 520b92d
View code at this point
Browse repository at this point
Improving chained calls type visualization, so that it works inside method invocations as well.
jlahoda
authored and
matthiasblaesing
committed
d9c4dd5
View commit details
Copy full SHA for d9c4dd5
View code at this point
Browse repository at this point
Commits on Oct 19, 2022
add semantic highlight for when keyword (#4671)
Show description for 8b15150
MegJayan
authored
8b15150
View commit details
Copy full SHA for 8b15150
View code at this point
Browse repository at this point
Commits on Jun 24, 2022
Issue #3886: Unused in package misbehavior - fix. (#4204)
dbalek
authored
9020a0a
View commit details
Copy full SHA for 9020a0a
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
Delete unused private/package private elements hint fix added. (#3841)
dbalek
authored
0665eb1
View commit details
Copy full SHA for 0665eb1
View code at this point
Browse repository at this point
Commits on Mar 12, 2022
[3731] Fixing unused import handling for module-infos.
jlahoda
committed
be7c9bf
View commit details
Copy full SHA for be7c9bf
View code at this point
Browse repository at this point
Commits on Feb 18, 2022
Use the blessed modifier order in projects located in java projects
mklaehn
committed
0cfebd4
View commit details
Copy full SHA for 0cfebd4
View code at this point
Browse repository at this point
Commits on Sep 15, 2021
[NETBEANS-5799] : Add support for Pattern Matching for switch (Preview) (#3007)
Show description for c5cc187
singh-akhilesh
authored
c5cc187
View commit details
Copy full SHA for c5cc187
View code at this point
Browse repository at this point
Commits on Jul 21, 2021
Test case fix java editor jdk17 (#3070)
Show description for 8ec77c9
singh-akhilesh
authored
8ec77c9
View commit details
Copy full SHA for 8ec77c9
View code at this point
Browse repository at this point
Commits on Jul 19, 2021
Fixed test cases to run/pass on JDK17 (#2954)
Show description for 93db28a
singh-akhilesh
authored
93db28a
View commit details
Copy full SHA for 93db28a
View code at this point
Browse repository at this point
Commits on Jun 15, 2021
Fixing selected tests and behavior on JDK 17.
jlahoda
authored
7d9a276
View commit details
Copy full SHA for 7d9a276
View code at this point
Browse repository at this point
Commits on Apr 21, 2021
nbjavac-upgrade-to-jdk-16 (#2899)
Show description for a61bd21
singh-akhilesh
authored
a61bd21
View commit details
Copy full SHA for a61bd21
View code at this point
Browse repository at this point
Commits on Dec 14, 2020
[NETBEANS-5118] Fixing computation of effective text block content when the text block contains empty lines.
jlahoda
committed
87f98a1
View commit details
Copy full SHA for 87f98a1
View code at this point
Browse repository at this point
Commits on Oct 7, 2020
[NETBEANS-3990] Sealed color and formatting (#2282)
Show description for ff3e087
Akshay-Gupta-19
authored
ff3e087
View commit details
Copy full SHA for ff3e087
View code at this point
Browse repository at this point
Commits on Sep 24, 2020
Show types for chained method invocations.
jlahoda
authored and
lkishalmi
committed
c9ff717
View commit details
Copy full SHA for c9ff717
View code at this point
Browse repository at this point
Commits on Jun 21, 2020
Separating unused element detection out of the semantic highlighter; adding a separate hint for unused elements.
jlahoda
committed
c8ead04
View commit details
Copy full SHA for c8ead04
View code at this point
Browse repository at this point
Commits on Apr 20, 2020
[NETBEANS-4177] Add another check for valid parameter list position to avoid exception if sourcecode is incorrect
graben
committed
5aea1fb
View commit details
Copy full SHA for 5aea1fb
View code at this point
Browse repository at this point
Commits on Jan 18, 2020
NETBEANS-3604 : Addressed code review comments
singh-akhilesh
committed
fb7f0b8
View commit details
Copy full SHA for fb7f0b8
View code at this point
Browse repository at this point
Commits on Jan 17, 2020
Merge branch 'master' into record-fix-br
singh-akhilesh
authored
2396970
View commit details
Copy full SHA for 2396970
View code at this point
Browse repository at this point
Support for pattern matching in instanceof.
jlahoda
authored
f21f266
View commit details
Copy full SHA for f21f266
View code at this point
Browse repository at this point
Commits on Jan 16, 2020
Merge remote-tracking branch 'upstream/master' into record-fix-br
singh-akhilesh
committed
27282a6
View commit details
Copy full SHA for 27282a6
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.