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
on
simplify-display-model
User selector
All users
Datepicker
All time
Commit history
Commits on May 29, 2015
ConversionUtils: avoid NPEs in canCast methods
Show description for 9992dca
ctrueden
committed
9992dca
View commit details
Copy full SHA for 9992dca
View code at this point
Browse repository at this point
Commits on May 21, 2015
CommandModuleItem: do not convert empty strings
Show description for d5b58e4
ctrueden
committed
d5b58e4
View commit details
Copy full SHA for d5b58e4
View code at this point
Browse repository at this point
CommandModuleItem: DRY up number conversion code
Show description for 57d0644
ctrueden
committed
57d0644
View commit details
Copy full SHA for 57d0644
View code at this point
Browse repository at this point
Commits on May 20, 2015
Throw a better exception when factory not found
Show description for 57efb0d
ctrueden
committed
57efb0d
View commit details
Copy full SHA for 57efb0d
View code at this point
Browse repository at this point
Add unit test for AbstractConverter
Show description for 6e29c47
hinerm
committed
6e29c47
View commit details
Copy full SHA for 6e29c47
View code at this point
Browse repository at this point
Fix default output type conversion check
Show description for 3dfe6f3
hinerm
committed
3dfe6f3
View commit details
Copy full SHA for 3dfe6f3
View code at this point
Browse repository at this point
Commits on May 14, 2015
FileLocationTest: fix failure on Windows
Show description for 31c38bd
ctrueden
committed
31c38bd
View commit details
Copy full SHA for 31c38bd
View code at this point
Browse repository at this point
Merge pull request #166 from scijava/robust-io
Show description for ae75cfa
ctrueden
committed
ae75cfa
View commit details
Copy full SHA for ae75cfa
View code at this point
Browse repository at this point
Add unit tests for FileHandle
ctrueden
committed
98e490b
View commit details
Copy full SHA for 98e490b
View code at this point
Browse repository at this point
Add initial DataHandle unit tests
Show description for e3c1793
ctrueden
committed
e3c1793
View commit details
Copy full SHA for e3c1793
View code at this point
Browse repository at this point
Add DataHandle implementation for FileLocations
Show description for ebca914
ctrueden
committed
ebca914
View commit details
Copy full SHA for ebca914
View code at this point
Browse repository at this point
Add unit tests for ArrayUtils safeMultiply methods
Show description for 0686301
ctrueden
committed
0686301
View commit details
Copy full SHA for 0686301
View code at this point
Browse repository at this point
Migrate DataTools methods from SCIFIO/Bio-Formats
Show description for a0a5038
ctrueden
committed
a0a5038
View commit details
Copy full SHA for a0a5038
View code at this point
Browse repository at this point
IOService: clarify javadoc
Show description for ef471bd
ctrueden
committed
ef471bd
View commit details
Copy full SHA for ef471bd
View code at this point
Browse repository at this point
Migrate SCIFIO I/O framework to SciJava Common
Show description for c424667
ctrueden
committed
c424667
View commit details
Copy full SHA for c424667
View code at this point
Browse repository at this point
Commits on May 12, 2015
Add unit tests for Location implementations
ctrueden
committed
b74d78a
View commit details
Copy full SHA for b74d78a
View code at this point
Browse repository at this point
Add a location type backed by a remote URL
ctrueden
committed
2873ad7
View commit details
Copy full SHA for 2873ad7
View code at this point
Browse repository at this point
Add a location type backed by a byte array
ctrueden
committed
dae87da
View commit details
Copy full SHA for dae87da
View code at this point
Browse repository at this point
Add a location type backed by a file on disk
ctrueden
committed
630fae5
View commit details
Copy full SHA for 630fae5
View code at this point
Browse repository at this point
Add a location type backed by a URI
ctrueden
committed
1f1e385
View commit details
Copy full SHA for 1f1e385
View code at this point
Browse repository at this point
Add an interface to encapsulate data locations
Show description for 84b5c2b
ctrueden
committed
84b5c2b
View commit details
Copy full SHA for 84b5c2b
View code at this point
Browse repository at this point
Make WrapperService#create not throw exceptions
Show description for 5d65b3e
ctrueden
committed
5d65b3e
View commit details
Copy full SHA for 5d65b3e
View code at this point
Browse repository at this point
AbstractWrapperService: fix serious wrapping bug
Show description for 443550d
ctrueden
committed
443550d
View commit details
Copy full SHA for 443550d
View code at this point
Browse repository at this point
AbstractWrapperService: tweak method name
Show description for 32ced3c
ctrueden
committed
32ced3c
View commit details
Copy full SHA for 32ced3c
View code at this point
Browse repository at this point
Commits on May 11, 2015
RecentFileService: split out persistence methods
ctrueden
committed
9e330e1
View commit details
Copy full SHA for 9e330e1
View code at this point
Browse repository at this point
DefaultRecentFileService: tweak javadoc
ctrueden
committed
71ae0d1
View commit details
Copy full SHA for 71ae0d1
View code at this point
Browse repository at this point
ConsolePane: fix license header
ctrueden
committed
03a6c47
View commit details
Copy full SHA for 03a6c47
View code at this point
Browse repository at this point
Do not create new singleton plugin instances
Show description for 3b99ca8
ctrueden
committed
3b99ca8
View commit details
Copy full SHA for 3b99ca8
View code at this point
Browse repository at this point
Commits on May 9, 2015
PTService: add utility method to create a plugin
Show description for 04b08df
ctrueden
committed
04b08df
View commit details
Copy full SHA for 04b08df
View code at this point
Browse repository at this point
Commits on May 7, 2015
Clarify typical behavior of Typed#supports method
ctrueden
committed
755742f
View commit details
Copy full SHA for 755742f
View code at this point
Browse repository at this point
ConversionRequest: track Types, not Classes
Show description for d982941
ctrueden
committed
d982941
View commit details
Copy full SHA for d982941
View code at this point
Browse repository at this point
Converter: tweak formatting
ctrueden
committed
44ba930
View commit details
Copy full SHA for 44ba930
View code at this point
Browse repository at this point
ConversionRequest: tweak formatting
ctrueden
committed
eb1a773
View commit details
Copy full SHA for eb1a773
View code at this point
Browse repository at this point
ConversionRequest: rename source object variable
ctrueden
committed
42eb9e3
View commit details
Copy full SHA for 42eb9e3
View code at this point
Browse repository at this point
Commits on May 4, 2015
FileUtils: give a hint how to delete temp dirs
Show description for 3a5e8aa
ctrueden
committed
3a5e8aa
View commit details
Copy full SHA for 3a5e8aa
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.