openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
M
mstrobelprocyon
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 23 hours
ago. based on code collected
2 days
ago.
Sep 15, 2025 — Sep 15, 2026
Showing page 1 of 40
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge tag 'v0.6.0' into develop
Mike Strobel
More...
over 4 years ago
Merge branch 'release/v0.6.0'
Mike Strobel
More...
over 4 years ago
Updated version to v0.6.0.
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Fixed compilation issue.
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Fixed issues with break target relocation and try-with-resources w/r/t definite assignment analysis.
Mike Strobel
More...
over 4 years ago
Fixed issues with break target relocation and try-with-resources w/r/t definite assignment analysis.
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Added some basic inlining of switch expressions when possible (e.g., as constructor call arguments or `assert` expressions). Both of the aforementioned cases are still badly broken, though.
Mike Strobel
More...
over 4 years ago
Restored commented-out method reference (lambda alternative) support.
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Fixed some issues decompiling record classes with generic parameters.
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Added support for `ldc` instructions with `MethodHandle` operands. Added an `invokedynamic` rewriter for instructions that Procyon doesn't recognize (lambdas or string concatenation).
Mike Strobel
More...
over 4 years ago
Merge branch 'remove-unsafe-dependency' into post-java8-features
Mike Strobel
More...
over 4 years ago
Merge branch 'develop' into post-java8-features
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Fixed enum value declaration decompilation in newer JDKs. Ignore certain tests when the JDK is too new (until properly fixed).
Mike Strobel
More...
over 4 years ago
Merge branch 'post-java8-features' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Merge branch 'remove-unsafe-dependency' into v0.6-staging
Mike Strobel
More...
over 4 years ago
Merge pull request #45 from mstrobel-strike/remove-unsafe-dependency
Mike Strobel
More...
over 4 years ago
`MemberExpression.getMember()` changed from package-private to public (fixes #44).
Mike Strobel
More...
over 4 years ago
More work on JDK9+ compatibility. Fixed a ton of raw type uses.
mstrobel-strike
More...
over 4 years ago
Merge branch 'develop' into remove-unsafe-dependency
Mike Strobel
More...
over 4 years ago
Merge branch 'develop' into post-java8-features
Mike Strobel
More...
over 4 years ago
`TypeCache` need not cache generic parameters, wildcards, nor `TypeBuilder` instances (fixes #41).
Mike Strobel
More...
over 4 years ago
Less restrictive signature for `ExpressionVisitor.visit(LambdaExpression)`, as requested by @BladeWise. Closes #40.
Mike Strobel
More...
over 4 years ago
`Type.containsGenericParameter(Type)` now correctly evaluates to `true` when a generic type _instantiation_ contains a generic parameter (fixes #38).
Mike Strobel
More...
over 4 years ago
`MemberInfo` hash code now combines name, signature, and declaring type name (fixes #42).
Mike Strobel
More...
over 4 years ago
←
1
2
3
4
5
6
7
8
9
…
39
40
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree