Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/javaparser/javaparser

Java 1-21 Parser and Abstract Syntax Tree for Java with advanced analysis functionalities.
https://github.com/javaparser/javaparser

Better test cases

8c366da9e1a582e2814ea6e32bd3826c29cf8228 authored about 6 years ago
Merge branch 'master' into issue_1907_comment_pretty_print

cd39227731d8145fc70d286e2093354d8c16cd03 authored about 6 years ago
Merge pull request #2036 from MysterAitch/issue_2035

Issue 2035 - unboxing

95fe4bca58280ce224fa4c3f34b3b8c6729c8b0a authored about 6 years ago
Minor reformatting.

70baea87620c8a762d19059b0576f5dcff27a605 authored about 6 years ago
Added unboxing to resolver #2035

cdc414ce1ea1a147c76a6569e08a54e1f66c8564 authored about 6 years ago
[maven-release-plugin] prepare for next development iteration

cb194db28ea321862242bd2472cd5d25011633a5 authored about 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.10.1

a2fe47788b62d257687d5710f924f8e631245cd8 authored about 6 years ago
Merge remote-tracking branch 'jp/master'

662a023ad0906ebd025b89428651023f09736852 authored about 6 years ago
Prepare for release

2ce66f7a268a59871a4c3f68ce51f41523e082d6 authored about 6 years ago
Merge pull request #2013 from maartenc/InterfaceWithTypedAncestors

Resolution fails on Windows for interfaces extending another typed interface.

614e62758481e1b5b3b5c50197ab6bab796c3e71 authored about 6 years ago
removed empty line added by accident

93d170c7e303961efce3aa00680eecc616d763d9 authored about 6 years ago
Don't add new files to 'javaparser_new_src' !

7e9065b3c379cad84f03873b582e684160fc8b93 authored about 6 years ago
Merge branch 'master' into InterfaceWithTypedAncestors

5a8a0a08553e352015cef68f8a521af178273a26 authored about 6 years ago
Merge branch 'master' into issue_1845_switch_arrow_3

406dc60c3b955185fa73c122d1bc700d33941ac6 authored about 6 years ago
Write Javadoc for SwitchEntry

309fc7a0fe9f3e66b184caeab00db304c0ed75eb authored about 6 years ago
Improve the tests and fix the throws type

477c649656abbef72e5d7cd59f2c4fd1749407ae authored about 6 years ago
Merge pull request #2022 from maartenc/JavassistTypeParameterBounds

Fix: retrieving the bounds on a JavassistTypeParameter could throw an UnsupportedOperationExcept...

ff0eb266c5a02a7bc794c287af29d1062b048f6e authored about 6 years ago
Store the type of switch entry.

58799caa819c55ef173882241c0b091c60e02d30 authored about 6 years ago
Merge master

25c4bbf796034c987e7517d4d3c596026a0142e3 authored about 6 years ago
Support case ->

99747a041de849f7d2f6a1ead9d11d0bb8f6f704 authored about 6 years ago
Remove outdated methods

9df3e6459d8128aa6b5276a70b97b6449ecc9be2 authored about 6 years ago
Merge branch 'master' into JavassistTypeParameterBounds

998275e834255da082aa7d251a3cfd2cbe32f5d5 authored about 6 years ago
Merge pull request #2017 from maartenc/JavassistGetDeclaredMethods

Ignore bridged and synthetic methods when fetching the methods from a class using javassist

2282299a1cf58ad347fc61005c4d08ebec09a5cc authored about 6 years ago
Fix: retrieving the bounds on a JavassistTypeParameter could throw an UnsupportedOperationException if it extended another type.

ae4a54273a057daed2730d0c4b32ba724cb0190d authored about 6 years ago
Merge branch 'master' into JavassistGetDeclaredMethods

faa60134269dff3755b822ec17c1c228b5560cbd authored about 6 years ago
[maven-release-plugin] prepare for next development iteration

42b964b1f073d1a65c08536adae23c97a61e0856 authored about 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.10.0

e13c16ba6167313622a6665d8c08ea081bc75783 authored about 6 years ago
Prepare for release

fa720f7aeabbad8c43be196501a63955ebc5bb9b authored about 6 years ago
Create PULL_REQUEST_TEMPLATE.md

1a2a85f0c1276f96aae5f35d2153c0ba647f3691 authored about 6 years ago
Merge pull request #2016 from cdtpinto/master

Added getLineCount() to the Range class. ref #1505

4b8a2e537ed201c0c21cd8facc40642876506810 authored about 6 years ago
Merge branch 'master' of https://github.com/cdtpinto/javaparser.git

76c96bde40e64d212f3b3792b8673d42d9c13605 authored about 6 years ago
[TESTCASE] Simple test case for issue #1505.

8eb2e4c10199e3f2e0e40853b62c73317d2ff57c authored about 6 years ago
Merge branch 'master' into JavassistGetDeclaredMethods

5ba19f2d3aca0c94be2722fb86793f488e53b68a authored about 6 years ago
Ignore bridged and synthetic methods when fetching the methods from a class using javassist

84a72a19be6167095ff304e0569c41fb624514b2 authored about 6 years ago
Merge branch 'master' into master

7e63387cef2e96e4e336923c1705a04203fcbd5e authored about 6 years ago
Added getLineCount() to the Range class. ref #1505

a35a061002fdd4276fb34edd8deaf08a86342a8d authored about 6 years ago
Merge branch 'master' into InterfaceWithTypedAncestors

3c5c62c608d03dbd06895803b0e0e447e21b2784 authored about 6 years ago
Merge pull request #2010 from matozoid/issue_1845_value_break

Create break with value

7891d7694151ab49bcd937a363a447438c49c19e authored about 6 years ago
Merge branch 'master' into issue_1845_value_break

5a05b07622c1d8c88228d82db40a8add91c3098c authored about 6 years ago
Use 'asString()' instead of 'toString()'

d8d4be00816e810d1a286596fab3f1d7023d7bed authored about 6 years ago
Resolution fails on Windows for interfaces extending another typed interface.

725df8030ed56454334d91fff26751a029ac5539 authored about 6 years ago
Remove outdated methods

ae931138eaa9ad36694c18b08bf64dab9882285e authored about 6 years ago
Merge pull request #2011 from mernst/maven-noninteractive-mode

Run Maven in non-interactive mode to reduce log size

576eae39507dbb7f3d909d01774265f7b8bb9e06 authored about 6 years ago
Run Maven in non-interactive mode to reduce log size

7bb4ad40228db77f8b43a5c08d54abb023393820 authored about 6 years ago
Create break with value

133c81b2f99ee1c08acacbd47572e99bc2680424 authored about 6 years ago
[maven-release-plugin] prepare for next development iteration

ce73feac8db5b262311ef2f519a7ab3c34d7c101 authored about 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.9.1

bc18c99b5381c862364431b6bc17e8a8f76fd5fe authored about 6 years ago
Run generators

e5f0b4315a41944a33fddae6ec84348af20a19cc authored about 6 years ago
Prepare for release

46b144701d60c21daa61c013fa0927bea11299b8 authored about 6 years ago
Merge pull request #2008 from matozoid/issue_1845_switch_expressions

Add SwitchExpr node

37675224f5a93bef2038aec9527ef23b7c31b62b authored about 6 years ago
Merge branch 'master' into issue_1845_switch_expressions

27f29a5ff56943fa50e79b8982ce939fb0a90d70 authored about 6 years ago
Merge branch 'master' into issue_1907_comment_pretty_print

d7e20f2301c30abeb7e9dd6aa11adfae47550702 authored about 6 years ago
Merge pull request #1998 from signed/consistent_duplicate_checking_for_add_import

perform duplicate checking on all addImport methods

7f6c9418d17ded826c439d6e94f601f9bb07e766 authored about 6 years ago
Add SwitchExpr

f43d066490283dd54a0d816d8153711866c8f647 authored about 6 years ago
Merge branch 'master' into consistent_duplicate_checking_for_add_import

437c065e7ebb2fdecad175494a85072b3bd49bf5 authored about 6 years ago
Merge pull request #1996 from signed/3.9.0_remove_modifier_regression

fix the remove modifier implementation

cdbd2127bffda523879e2f69bd93509cf667ffbf authored about 6 years ago
Merge pull request #1993 from ftomassetti/issue1667

Fix issue 1667 - handle field declaration type resolution

6e142f16f18bea27cd5e81b1f4f7a05aaac0f4d1 authored about 6 years ago
Merge branch 'master' into 3.9.0_remove_modifier_regression

8d14f2019bcfd7b5996e9f2ec5b768b37c78d0d9 authored about 6 years ago
Merge branch 'master' into issue1667

e7c295736cab6edb442474dbc096c4c529436260 authored about 6 years ago
Merge pull request #1994 from ftomassetti/issue1568

Issue 1568 lexical preservation modifier whitespace

c5f124c08808c5ef4e28bad90513cf992a24d461 authored about 6 years ago
Merge branch 'master' into issue1667

c49abf1e6ebfa1474c22c47ae152362b01197764 authored about 6 years ago
Merge branch 'master' into issue1568

4aec34503a9118ea33840fbf9e942448572a1ede authored about 6 years ago
Merge pull request #2003 from matozoid/issue_1997_more_lambda_expr_constructors

Give LambdaExpr some useful constructors.

d0e1b635df0de4bb83ade3941a295cc28c87043b authored about 6 years ago
Merge branch 'master' into issue_1997_more_lambda_expr_constructors

5d3b665b1c7ae48b4febdc3845691d7d8a8e6143 authored about 6 years ago
Give LambdaExpr some useful constructors.

18ead1aeb6638eed8e3a087b530e6ba0a3efc497 authored about 6 years ago
perform duplicate checking on all addImport methods

d3aa744aba97e98504b452ec7db35d0205a668c1 authored about 6 years ago
Merge branch 'master' into issue1568

49b1fd5b687a2631a74948647b01625f8dd2386e authored about 6 years ago
Merge branch 'master' into issue1667

7f90d60d0a2d6bc2a4cfc0984ea261d77a5e2d45 authored about 6 years ago
Merge pull request #2000 from ftomassetti/issue1999

[TESTCASE+Solution] adding test replaceBodyShouldNotBreakAnonymousClasses and fixing it

147bb9c22bf41a968f84cfad3d4b4df69c732dd3 authored about 6 years ago
Update javaparser-core-testing/src/test/java/com/github/javaparser/printer/lexicalpreservation/transformations/ast/body/MethodDeclarationTransformationsTest.java

96675f6570166440bb502fd0d65755cab3a05ecc authored about 6 years ago
Merge branch 'master' into issue1999

b75f5870858d863a2b683b68a4525d865bd8a23a authored about 6 years ago
Merge branch 'master' into 3.9.0_remove_modifier_regression

f039fe864e49c5ec51318a3b67894db9a205531f authored about 6 years ago
Merge pull request #1995 from signed/add_imports_for_subpackages_of_java_lang

add imports for types in subpackages of java.lang

8eb31125e27e95fdbcc44afa7bb10e0f2a202ffd authored about 6 years ago
fix the remove modifier implementation

The current one throws a ConcurrentModificationException if the modifier
that should be removed ...

e9194d2ab97a56923d7129d8dbf8ba97cc82974c authored about 6 years ago
add imports for types in subpackages of java.lang

0784d331d292bfca117f62ee1f4df17e1f78803a authored about 6 years ago
Merge branch 'master' into issue1999

226365c30ea42f7a9bb83f1d0fe7fe23d75774a7 authored about 6 years ago
Give LambdaExpr some useful constructors.

10398e958ecb0d4873872b084562cc7f1eb405fe authored about 6 years ago
Give LambdaExpr some useful constructors.

9b5edff561f51ec79ce5e9b5606a435cde6fc127 authored about 6 years ago
Merge branch 'master' into issue1568

52cf415ca189257280ea6a4b4559f8598af77a35 authored about 6 years ago
Merge branch 'master' into issue1667

f9c53eb2b6fd497f9796bc490238cc27e5c6652f authored about 6 years ago
Merge pull request #2002 from signed/migrate-tests-to-junit-5

Migrate tests to junit 5

8e88daa7ca1019bb9337b1e10440d2fd03aaf391 authored about 6 years ago
migrate core tests to junit5

068172047996f6de9e76408be4f73b242f2b79ef authored about 6 years ago
migrate solver tests to junit5

270f450ad02f4d992ae27ea963b2dd1a32a49128 authored about 6 years ago
replace TemporaryFolder rule

7a3d8cbe459abbb960a96a2e5e6f3b10a2c8cf5e authored about 6 years ago
use EOL instead of newlines

1339ae280956354b765d779f509b0dab89c5f57c authored about 6 years ago
introducing valueIsNullOrEmptyStringOrOptional

0057108f75ed404164ea1ea3b0f29bf09bc8a792 authored about 6 years ago
adding parseAndPrintAnonymousClassExpression

8cabd7c16a453aac8571b7d7e0f4b891e66b97aa authored about 6 years ago
add test parseAndPrintAnonymousClassStatement

921e76acc7e046cfa810adbdbbb7dc6ad902b07c authored about 6 years ago
adding test case replaceBodyShouldNotBreakAnonymousClasses

51a4362ce3edc36b12efd2be4d45fdd61912ed0a authored about 6 years ago
manually commit the one problematic test

6dcfb6e8a267cb1f04525f2d9517a94705a37c87 authored about 6 years ago
migrate two tests that need manual adjustments

1729ac85ac6fba0fc5150e312e6624044bbf5f15 authored about 6 years ago
migrate parameterized tests to junit5

625bc06605aaecba14a07935ef17b9bf0daf6a7c authored about 6 years ago
fix removingField

6d8f7829e25ffccb515f7dfceadd218bd2be8bf8 authored about 6 years ago
fix addASecondStatementToExistingMethod

34e3e9a9d4324edafb8fe157f72155f19ba6e883 authored about 6 years ago
working on indentation

c79b9d829ed472a5187656ca83184f799f23e521 authored about 6 years ago
dealing with removal between braces

1b9b753176988a2ecfa9e9f622929d20c933d4d4 authored about 6 years ago
fixing spaces before newlines

3602133a134069b753756fcbd3f387e0dab9148e authored about 6 years ago
minor

a23295c06486c2046062ceaf5fd1b846944a8c7f authored about 6 years ago
work on unindent

c84dbd94f9c4ee36faa03436a2e575761244241c authored about 6 years ago
fuzzy match for whitespace

02eefd1bf52edbdf8a3fc8650fa799fbe1ec36e9 authored about 6 years ago