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

Merge branch 'Issue1441_NodeWithMembers' of https://github.com/kotari4u/javaparser into Issue1441_NodeWithMembers

a82e27c1241dfa94b8b3ff9053de528c49d30470 authored over 6 years ago
Merge branch 'master' into Issue_1658_Jdk10Support

3b1006afb798f03076dd7b6a0d297baadb7e8801 authored over 6 years ago
Issue 1658 Make JP buildable on Java 10

42767acb35c77e7cd1689f21a7cf096776dc178a authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

c7222da03624d03430ab39d96f3473ac8c017457 authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.11

dac1590da6e793a9908ae09cc8548268df2e3f0e authored over 6 years ago
Prepare for release

0a83eee04a4313e67739bc51e41f3207bd1646fc authored over 6 years ago
adding tests for parameter names obtained through reflection #1624

e5c2c1f78b0051cd95683e3bffe7cf23be814399 authored over 6 years ago
passing name of parameters obtained through reflection #1624

d4fd8a4503097290a2d8aae78e61a673f3179a77 authored over 6 years ago
Merge branch 'master' into throw_unsolvedsymbolexception_instead_of_runtimeexception

a9cdf34c3ecfbc9526bb9b1fc6331e066c605f21 authored over 6 years ago
Merge pull request #1656 from kotari4u/Issue1441_NodeWithMembers

Issue1441: NodeWithMembers

4fed0318c01d18da20226c4cabe1877215e8fea8 authored over 6 years ago
Merge branch 'master' into Issue1441_NodeWithMembers

3f000309fddb1d6014e025e04ba58d36e42c1fbc authored over 6 years ago
Merge branch 'master' into throw_unsolvedsymbolexception_instead_of_runtimeexception

04f84c45cae351b5f38b8d7e6b83860808f5dcda authored over 6 years ago
Merge pull request #1657 from matozoid/speed_up_appveyor

[DRAFT] Appveyor java upgrade

d86e00ffd3dc8e948fe31278908f658d1940b6a3 authored over 6 years ago
Try not using more memory than is available

a90740641bb40b1ecbca11af00434232009a4a2f authored over 6 years ago
Try Java 9

fce2b8132ef85155a23e7e1704c0832cc1978520 authored over 6 years ago
Try Java 10

07ff15a82fcc7524daf609cfd0bf402be5b031c7 authored over 6 years ago
Check Java version

a9f39ecd28349bd597dfc86678454d3d09a21018 authored over 6 years ago
Issue1441: NodeWithMembers

Added below methods
addFieldWithInitializer(Class<?> type, String name, Expression initializer, M...

532669bfc1778edec3f1f198706d7298a1dea614 authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

4d1a5768910a16b2c13d372dfefb6765c6c3900d authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.10

dc6c584b4986acd877785c0582fd22b37a4b7d31 authored over 6 years ago
Prepare for release

a911d70f6498f479291679837613fd0c06962a64 authored over 6 years ago
Merge branch 'master' into throw_unsolvedsymbolexception_instead_of_runtimeexception

b4afc574157441300972e6eabec09988c923eca8 authored over 6 years ago
Merge pull request #1649 from ThLeu/issue1490_tests

duplicate comment removal fix and tests for issue #1490

9eab58823c754e0646c38599bde97b040a2525c2 authored over 6 years ago
Merge branch 'master' into issue1490_tests

1939b4d59ab1aff4f01f1db476f165c070b73015 authored over 6 years ago
Merge pull request #1646 from malteskoruppa/solving_fields_of_classes_with_unresolvable_ancestors

Solve fields of classes with unresolvable ancestors

ef54fb0c45ff3ab93b0d0eb32508c86456cf6d6d authored over 6 years ago
Merge branch 'master' into solving_fields_of_classes_with_unresolvable_ancestors

70c9626bdbf89bb8cc53459d865e7507fa1eb318 authored over 6 years ago
Merge branch 'master' into throw_unsolvedsymbolexception_instead_of_runtimeexception

bec5e44066f41033a26e87a22bfee3ffd5156f14 authored over 6 years ago
changed unit tests to use assertEqualsNoEol

eed0a974b8fb32b87e2657f01f283d59c52ad11c authored over 6 years ago
javadoc for the TextElementMatcher.and method

652b8209ab13581a5f983458c45d2d518286297c authored over 6 years ago
added and currying method to TextElementMatcher

5c073b93425be995b514b16216c09c24d603713e authored over 6 years ago
unit tests for duplicate comments

cae012b2a591ee5b06b26a9715c2598e3f222063 authored over 6 years ago
fixed bug for removing duplicate javadoc comments

2701eab2487f2838de5ec39fd6b9742a1dbfe216 authored over 6 years ago
added getRange and matchByRange to TextElement

241f85a42d58eef9d7674a858b6b2c9116bbcc6b authored over 6 years ago
Merge branch 'master' into issue1490_tests

c6336236d0951b5ff266ca051a52b9a4626f9043 authored over 6 years ago
Merge pull request #1651 from malteskoruppa/make_type_extend_resolvable_of_resolvedtype

[minor] Make Type implement Resolvable<ResolvedType> instead of Resolvable<Object>

363123e105ce4a8ec80924764df1f811bc5ea8ee authored over 6 years ago
Make Type implement Resolvable<ResolvedType> instead of Resolvable<Object>

846b96abd10cffd66111bdd3382c68c5b8b2a650 authored over 6 years ago
Added a flag to JavaParserClassDeclaration#getAncestors() to indicate whether returning an incomplete list of ancestors is acceptable or not (in case some ancestor could not be resolved). A method without such a flag remains and does not accept an incomplete list by default. Also added Javadocs to explain this behavior.

70cdde69256fa30fc320e0ee83c03d0d14e1eaee authored over 6 years ago
duplicate comment removal tests

ef9d29eef57db10135e6c1cea545158bc81a22a6 authored over 6 years ago
Fixed a bug which made it impossible to resolve fields within a class when that class extended or implemented some unresolvable ancestor.

43320b98557a45eb14b056f1f302a6435721cd74 authored over 6 years ago
Fixed a bug where a RuntimeException was thrown instead of an UnsolvedSymbolException in certain cases while resolving a method call expression.

8ec7e3669ce3d290b32092a3dd631f4afb52f550 authored over 6 years ago
Merge pull request #1502 from ftomassetti/issue1425

Enable slow tests on Travis

88dce425bfac7a97f5af4f4194f0030849b288f3 authored over 6 years ago
Merge branch 'master' into issue1425

88dfb0b965a16450cef5d5a7c20a8bda06bf15d2 authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

8733fb45fed4808525d493d5282650cd50c4c552 authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.9

40c1172c487a4917a19ebe668dc6fcf02912429a authored over 6 years ago
Prepare for release

7db03950b1d227802c17689a48f642d9e4062b34 authored over 6 years ago
Merge pull request #1633 from ftomassetti/issue1630

Issue1630: Fixing failing slow tests due to object creation expressions

9ebd02ef67089ae4502783a859d3c14358e2782c authored over 6 years ago
Merge branch 'master' into issue1630

3867871cefae09789b7f488af6dba5f3fe2b0eab authored over 6 years ago
Merge pull request #1637 from ThLeu/difference_fixes

Refactoring of Difference application and fix for Issue #1567

e1811d6cdd0f526188ccee131640998437d6cf3f authored over 6 years ago
JavaDoc, newline at end of files and made methods final

c806b3355d14040857d754094f07595d7f84e02c authored over 6 years ago
created RemovedGroup which consists of consecutive Removed elements

df23bb3882b10886a5d870b69888566e07e59d1e authored over 6 years ago
moved extraction of reshuffled diffElements out of the loop with the rest

996b78486d0db86dece4457a7faa9b314dc3b847 authored over 6 years ago
JavaDoc and cleanup

797bf53670027d7152a6d0f65ad6c984e19c1924 authored over 6 years ago
cleanup of RemovedGroup

4107897e89d7557b2eeaea75e0d04a075b445a4f authored over 6 years ago
fixed issue with indentation and added more test cases

5b277fef956f2bbf51eed50e765f6d3ebea98dc2 authored over 6 years ago
simplified cleanTheLineOfLeftOverSpace a bit

b8035a7acd6b45e4b6c8e1f6f499ff88555938bc authored over 6 years ago
combined logics to clean the line and added new unit test

4f9e0c67e6f11738be45155bd5606f18445fcec7 authored over 6 years ago
built RemovedGroup into Difference class to be able to handle indentations better for removed elements

2d3f5e219af9d1ba916f1dc21a6169a41a254632 authored over 6 years ago
added TestCase

aea012851b3729fbb84680de6bdb88f039b65da0 authored over 6 years ago
Fixed toString() in CsmMix

6cc0b68303e497ad4398972355ee9ed116b340aa authored over 6 years ago
fix getDirectAncestors

957aeb0d3f2b167cc5670fcb253c2da3c51b9de9 authored over 6 years ago
add tests for getDirectAncestors

42237655cc69cebb6ff1b3a7543d943d05d5b186 authored over 6 years ago
adding javadocs

253ee4a05291b27122b64514c00901c7dc306449 authored over 6 years ago
Merge remote-tracking branch 'upstream/master' into issue1630

b8418256fe04dfab3c87b85e6199cf4e3e100638 authored over 6 years ago
Merge pull request #1635 from marcus-nl/anno_addPair

NormalAnnotationExpr: addPair should allow any expression as a value

194f7deaefc42fbce4415260f5d0361705823840 authored over 6 years ago
NormalAnnotationExpr: addPair should allow any expression as a value.

cdb6bf810897e52773be1427f9cbb402c6613d46 authored over 6 years ago
fixing failing tests by considering the context of calls within ObjectCreationExpr

791449a6ab0696f4c0109908a4a0925e514b10d9 authored over 6 years ago
add direct ancestors

bd4cfc212e3833fd0d6080b3a67f29c0d8164f7d authored over 6 years ago
split some tests in AnalyseJavaSymbolSolver060Test

2aeb61706a8c0011370c58523564b4d108968c0e authored over 6 years ago
not importing sun.reflect.generics.reflectiveObjects.NotImplementedException

f76c379f71300d0f8991ea120487771717fdd9a5 authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

70c944258c89efe7e8a556f1468f3e88e2d8c19f authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.8

342c90228c90074169497225f0c07311b8a13227 authored over 6 years ago
Prepare for release

847eb8633b56acdc854e8e09a328a365886a1cc7 authored over 6 years ago
Merge branch 'master' into issue1425

af8e7f6fa397efe5b2cf18d3d58b38e484dc8160 authored over 6 years ago
Merge pull request #1626 from matozoid/doc_upgrade

Lots of documentation

250a5e21823ccaeae3c6b42d37149a042f4831f9 authored over 6 years ago
Fix test that was failing depending on how the build was run

19d220b6edb6537e519cecfd918359973863ca47 authored over 6 years ago
Merge remote-tracking branch 'origin/doc_upgrade' into doc_upgrade

69786315788f1f3cbf2aa6d56f69752480ba65da authored over 6 years ago
Debug build problem

78a8e6e8e724638e98674bc60e509dc82b61f0a7 authored over 6 years ago
Merge branch 'master' into doc_upgrade

88d21bb877003889c26ed4fcf3d65eb6ba89f84e authored over 6 years ago
Merge pull request #1623 from daanschipper/exit_sourceroot_callback

Exit sourceroot callback

f48d8cf0e2c0558ab8c15b947cb9c0a85bc66eec authored over 6 years ago
Improve doc

b0bec69ad2e9014cc6a7b84855e14da8a54acdb4 authored over 6 years ago
Lots of documentation

daaeb29559312a9675002711b11e445c6d8950dd authored over 6 years ago
Merge branch 'master' into exit_sourceroot_callback

d7863e53adb35cc15081dda8036694ba18f13846 authored over 6 years ago
remove file exist check and let invoked method solve the error

fc571cb84d215395f4e9008d98ab1e42ee145c76 authored over 6 years ago
added way to exit parsing with a callback

11b522982a0148c910b8cf91e96d20fd2e4b180f authored over 6 years ago
cleaned up test, simplified asserts and removed unused imports

122542234c7a8f26c1248e5bee2ebaf0aeee0553 authored over 6 years ago
extracted invoking of callback to separate method, added parse method for individual java file

d0bc3b60404046d3485684fca97c3b3ea685ac53 authored over 6 years ago
Merge pull request #1614 from daanschipper/packageToPath_without_compiling_pattern

using string.replace with char instead of string

9c1d95cb028db9ece5fa0fe5b0bfc44b8dbc5b7b authored over 6 years ago
using string.replace with char instead of string

408500f4adaa45c770781bcf5c31912fd5a7f8cd authored over 6 years ago
Merge pull request #1609 from matozoid/issue_1607_remove_intellij_files

Remove intellij files again

2ebdd2eccf63354371d62207a37a07b305f5738b authored over 6 years ago
Merge branch 'master' into issue_1607_remove_intellij_files

104d593d67acade14c63d2af8af082cece761957 authored over 6 years ago
Merge pull request #1612 from Vampire/folder-handle-leak

Fix folder handle leak in java parser type solver

082359a1a469959f0895e1b5213408fcbdc847e6 authored over 6 years ago
Fix folder handle leak in java parser type solver

8cc013edf61bd70f336ce0773e71f31764260cfb authored over 6 years ago
Merge pull request #1611 from jooyunghan/binary_operator

Fix CsmAttribute(OPERATOR) problem

0870905889909f8d8f6a8cd5e9c93d685dbdee16 authored over 6 years ago
Fix Difference.apply() with redundant Unindent

Redundant unindent may be discarded just like other whitespaces

0a54807d59a9f39be0d222ae45697413d6765516 authored over 6 years ago
CsmConditional may have multiple ObservableProppertys

f1faa075b76692a89170a742054c4078fe172b53 authored over 6 years ago
Add StatementTransformationsTest for testing LexicalPreservingPrinter

a948ce72267f8e08a6ae39060ddc50e19e1d385b authored over 6 years ago
For CsmAttribute (OPERATOR), use tokenText to get token type.

5eca71566ea9f797d9efbf16a5c2755b09cb99e8 authored over 6 years ago
Add BinaryOperatorTransformationsTest

Given LexicalPreservingPrinter set,
BinaryExpr.Operator transformation fails

```
in com.github....

2ada5e4d6ef4e2b3a4486e199974ca48189e4021 authored over 6 years ago
Remove intellij files again

3a6cc9959cd9561b5348d2e1ee68b51b668129d8 authored over 6 years ago
Merge pull request #1606 from daanschipper/issue1605

Save files within callback of sourceroot.parse

bf33a8e8b0adc9cbd200194a26462dcfe33a751d authored over 6 years ago