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
.
scijava
/
scijava-common
Public
Notifications
You must be signed in to change notification settings
Fork
53
Star
93
Code
Issues
170
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
scijava-common
src
main
java
org
scijava
io
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on May 24, 2026
Improve error when no suitable opener found
Show description for d85453d
ctrueden
committed
d85453d
View commit details
Copy full SHA for d85453d
View code at this point
Browse repository at this point
AbstractTypedIOService: fix bracket whitespace
ctrueden
committed
85d4bd0
View commit details
Copy full SHA for 85d4bd0
View code at this point
Browse repository at this point
Commits on Mar 15, 2026
DataHandles: Eliminate reflection hack
Show description for dee35f1
ctrueden
and
claude
committed
dee35f1
View commit details
Copy full SHA for dee35f1
View code at this point
Browse repository at this point
Commits on Mar 5, 2026
Update copyright headers for 2026
ctrueden
committed
d97d79c
View commit details
Copy full SHA for d97d79c
View code at this point
Browse repository at this point
Commits on May 12, 2025
Update copyright blurbs for 2025
ctrueden
committed
4fc2b14
View commit details
Copy full SHA for 4fc2b14
View code at this point
Browse repository at this point
Commits on Aug 27, 2024
LocationService: fall back to FileLocation more
Show description for 0d95340
ctrueden
committed
0d95340
View commit details
Copy full SHA for 0d95340
View code at this point
Browse repository at this point
Commits on Jan 26, 2024
Happy New Year 2024
ctrueden
committed
c7b6dc4
View commit details
Copy full SHA for c7b6dc4
View code at this point
Browse repository at this point
Commits on Aug 6, 2023
Add constructors taking wrapped location directly
ctrueden
committed
0f0cc60
View commit details
Copy full SHA for 0f0cc60
View code at this point
Browse repository at this point
Commits on Aug 4, 2023
ReadBufferDataHandle: cache length for performance
Show description for 9e6a5aa
ctrueden
committed
9e6a5aa
View commit details
Copy full SHA for 9e6a5aa
View code at this point
Browse repository at this point
Fix generics of ReadBufferDataHandle
Show description for b3b4326
ctrueden
committed
b3b4326
View commit details
Copy full SHA for b3b4326
View code at this point
Browse repository at this point
Commits on May 17, 2023
IOPlugin: fix warnings
ctrueden
committed
c5202ad
View commit details
Copy full SHA for c5202ad
View code at this point
Browse repository at this point
Commits on Apr 19, 2023
Do not hardcode String-to-FileLocation conversions
Show description for 545caf0
ctrueden
committed
545caf0
View commit details
Copy full SHA for 545caf0
View code at this point
Browse repository at this point
Commits on Mar 14, 2023
DefaultIOService: Add concrete methods to resolve Location
ecmagnuson
committed
9bcf527
View commit details
Copy full SHA for 9bcf527
View code at this point
Browse repository at this point
Commits on Jan 24, 2023
Happy New Year 2023
ctrueden
committed
0a2b886
View commit details
Copy full SHA for 0a2b886
View code at this point
Browse repository at this point
Commits on Sep 22, 2022
Update some hyperlinks, and use HTTPS if possible
ctrueden
committed
19637c4
View commit details
Copy full SHA for 19637c4
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
Happy New Year 2022
ctrueden
committed
566983b
View commit details
Copy full SHA for 566983b
View code at this point
Browse repository at this point
Commits on Jan 11, 2022
ReadBufferDataHandle: fix buffer copying bug
Show description for 9a9e241
ctrueden
committed
9a9e241
View commit details
Copy full SHA for 9a9e241
View code at this point
Browse repository at this point
Commits on Sep 9, 2021
Happy New Year 2021
ctrueden
committed
db0a56d
View commit details
Copy full SHA for db0a56d
View code at this point
Browse repository at this point
Commits on Aug 19, 2021
Add a check to decide whether use writer() or reader()
ktian8
authored and
hinerm
committed
77ef6b3
View commit details
Copy full SHA for 77ef6b3
View code at this point
Browse repository at this point
Commits on Apr 27, 2021
FileHandle: infer mode based on file permissions
Show description for c4cb3a7
ctrueden
committed
c4cb3a7
View commit details
Copy full SHA for c4cb3a7
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Fix out-of-sync license headers
ctrueden
committed
1b38b35
View commit details
Copy full SHA for 1b38b35
View code at this point
Browse repository at this point
Add TypedIOService
Show description for 5a83bcd
frauzufall
authored and
ctrueden
committed
5a83bcd
View commit details
Copy full SHA for 5a83bcd
View code at this point
Browse repository at this point
Commits on Aug 12, 2020
IOService: add default body to open(Location) and save(Object, Location)
Show description for d255cdd
frauzufall
committed
d255cdd
View commit details
Copy full SHA for d255cdd
View code at this point
Browse repository at this point
Re-add reprecated methods
Show description for 7d4a580
frauzufall
committed
7d4a580
View commit details
Copy full SHA for 7d4a580
View code at this point
Browse repository at this point
AbstractIOPlugin: add open(String destination) method
frauzufall
committed
acbb65d
View commit details
Copy full SHA for acbb65d
View code at this point
Browse repository at this point
Use Location, not String, in the I/O API
Show description for b7285c5
ctrueden
and
frauzufall
committed
b7285c5
View commit details
Copy full SHA for b7285c5
View code at this point
Browse repository at this point
Commits on May 28, 2020
Fix ReadBufferDataHandle.globalToLocalOffset()
Show description for 9233908
tpietzsch
committed
9233908
View commit details
Copy full SHA for 9233908
View code at this point
Browse repository at this point
Commits on May 25, 2020
Happy New Year 2020
ctrueden
committed
87b1cc8
View commit details
Copy full SHA for 87b1cc8
View code at this point
Browse repository at this point
DefaultRecentFileService: add dispose method
frauzufall
committed
75a1ca6
View commit details
Copy full SHA for 75a1ca6
View code at this point
Browse repository at this point
Commits on May 16, 2019
Merge pull request #350 from skalarproduktraum/defaultioservice-warnings
Show description for 448a8bd
ctrueden
authored
448a8bd
View commit details
Copy full SHA for 448a8bd
View code at this point
Browse repository at this point
Commits on Jan 25, 2019
DefaultIOService: Log warning in case Opener IOPlugin returns null data, and log error in case no IOPlugin is found for loading or saving data
skalarproduktraum
committed
9a1b86a
View commit details
Copy full SHA for 9a1b86a
View code at this point
Browse repository at this point
Commits on Jan 24, 2019
BytesLocation: Add method to set the name for the Location
Show description for daf4ae2
gab1one
committed
daf4ae2
View commit details
Copy full SHA for daf4ae2
View code at this point
Browse repository at this point
Commits on Dec 19, 2018
ReadBufferDataHandle: ensure pages are fully read
Show description for 4a20b44
gab1one
authored and
ctrueden
committed
4a20b44
View commit details
Copy full SHA for 4a20b44
View code at this point
Browse repository at this point
Commits on Dec 15, 2018
LocationService: small tweaks
ctrueden
committed
2b0c5bf
View commit details
Copy full SHA for 2b0c5bf
View code at this point
Browse repository at this point
Commits on Dec 14, 2018
LocationService: fix javadoc error
ctrueden
committed
6bfb4ff
View commit details
Copy full SHA for 6bfb4ff
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.