openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Koopa Cobol Parser
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 18 hours
ago. based on code collected
2 days
ago.
Sep 23, 2025 — Sep 23, 2026
Showing page 1 of 18
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge pull request #83 from logilica/master
krisds
More...
2 months ago
Merge pull request #1 from logilica/fix/sql-parsing-common
NotAlias
More...
2 months ago
feat(sql): parse explicit JOIN syntax in table reference list
NotAlias
More...
2 months ago
docs(sql): tag Db2 for z/OS-specific productions
NotAlias
More...
2 months ago
refactor(sql): define cursor unknown skip in terms of cursorTrailer
NotAlias
More...
2 months ago
Merge pull request #81 from fabio-grassi/master
krisds
More...
3 months ago
Moved TestTokenizer and HardcodedSource for better separation of test and runtime classpaths. Modified Eclipse configuration to mark packages under test/ as containing test classes in order to prevent unwanted references from runtime packages to test packages.
Fabio Grassi
More...
3 months ago
Merge pull request #80 from fabio-grassi/master
krisds
More...
3 months ago
To ease the transition from Ant to Maven, read test files from classpath instead of from the default filesystem.
Fabio Grassi
More...
3 months ago
feat(sql): add MERGE INTO production [standard SQL DML]
NotAlias
More...
3 months ago
feat(sql): add DECLARE GLOBAL TEMP TABLE, DECLARE TABLE, VALUES INTO, and WITH ROWSET POSITIONING productions
NotAlias
More...
3 months ago
feat(sql): parse SELECT body inside DECLARE CURSOR
NotAlias
More...
3 months ago
feat(sql): add FETCH/COMMIT/SET/GET DIAGNOSTICS/PREPARE/EXECUTE/DESCRIBE productions
NotAlias
More...
3 months ago
feat(sql): parse GROUP BY, HAVING, ORDER BY, FETCH FIRST in SELECT
NotAlias
More...
3 months ago
feat(sql): parse SUM/AVG/MIN/MAX/COUNT(col) as aggregateFunction
NotAlias
More...
3 months ago
Merge pull request #79 from fabio-grassi/master
krisds
More...
3 months ago
More SonarQube warnings fixes.
Fabio Grassi
More...
3 months ago
Merge pull request #77 from fabio-grassi/master
krisds
More...
3 months ago
Fix a few trivial Eclipse and SonarQube warnings.
Fabio Grassi
More...
3 months ago
Merge pull request #76 from fabio-grassi/master
krisds
More...
3 months ago
Bump Jaxen version from 1.1 to 2.0.6 Bump OpenCSV version from 2.3 to 5.12.0
Fabio Grassi
More...
3 months ago
Merge pull request #75 from fabio-grassi/master
krisds
More...
3 months ago
Improve KoopNavigator interface contract compliance for isXXX and getXXXStringValueMethods. Reorder and group methods for easier reading.
Fabio Grassi
More...
3 months ago
Compose tracing messages in an uniform fashion.
Fabio Grassi
More...
3 months ago
Merge pull request #74 from fabio-grassi/master
krisds
More...
3 months ago
Iterator<T> contract mandates that NoSuchElementException should be thrown if next is called when there are no more elements.
Fabio Grassi
More...
3 months ago
Remove from overridden remove method from all iterators as since Java 1.8 a fully eqeuivalent implementation is included as a default method in the Iterator<T> interface itself.
Fabio Grassi
More...
3 months ago
Merge pull request #73 from fabio-grassi/master
krisds
More...
3 months ago
Refine SYMBOLIC-CHARACTERS treatment.
Fabio Grassi
More...
3 months ago
Merge pull request #71 from fabio-grassi/master
krisds
More...
3 months ago
←
1
2
3
4
5
6
7
8
9
…
17
18
→
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