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

chore(deps): bump actions/checkout from 3.1.0 to 3.2.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.2.0.
- [Release no...

78a5c502a639156d97ff2ea0c0544c8d6c4de681 authored about 2 years ago
Merge pull request #3797 from javaparser/dependabot/maven/org.codehaus.mojo-versions-maven-plugin-2.14.1

chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.1

54d7064d806a0fb2aec2c4f2d70a8a0f8bdfdb90 authored about 2 years ago
chore(deps): bump versions-maven-plugin from 2.13.0 to 2.14.1

Bumps [versions-maven-plugin](https://github.com/mojohaus/versions) from 2.13.0 to 2.14.1.
- [Re...

5fd2a78f88bc1dd43063a3dd21db4d7376c5e579 authored about 2 years ago
chore(deps): update dependency org.apache.maven.plugins:maven-checkstyle-plugin to v3.2.0

41cf8cdacfdc8dcf2e317731344758772cdccd3b authored about 2 years ago
Merge pull request #3792 from jlerbsc/refactoring_context

Refactoring context (WIP)

b8f6149f35a57a92f2d19f4407cb958f2104a69c authored about 2 years ago
Fix: In JavaParserJsonDeserializerTest, new SymbolResolver instance must declare the new method toTypeDeclaration

8076ddc89c8569eefcc512ca31e1c5546e962548 authored about 2 years ago
Fix: JavaParserFacade must be found from the root typeSolver

77ccb32a143d7592e648570b6bd2f720d22d08d2 authored about 2 years ago
Move JavaParserFactory.toTypeDeclaration method to SymbolResolver to break dependencies with the symbol solver module

a2cda3ff9368c4b0d00fea7cff18d4ce39171c56 authored about 2 years ago
Add utility methods in AbstractSymbolResolutionTest and setup a ParserConfiguration with a default symbol resolver

6f2d866a39ca48bc931e7f261a39bfc12d77f8d1 authored about 2 years ago
Add InMemoryCache in CombinedTypeSolver as a default cache

b45760323abcbd890e51f358b5d02c10ce2120d4 authored about 2 years ago
Merge pull request #3783 from jlerbsc/refactoring_context

Update bnd file

3e0b31627e45dfb4ebdd600174a0b20d09c7afb2 authored about 2 years ago
Update bnd file

0acce6b216b9d4d79fcfaa37a7f0250b38a44a34 authored about 2 years ago
Update bnd file

596990a49dd4a1dffeccd1cb9f4f180cae281590 authored about 2 years ago
Merge pull request #3781 from 4everTheOne/improvement/checkstyle

Basic CheckStyle validation

b3b818a54fb458f98e37e6a7f5abc2fabb3d4e23 authored about 2 years ago
Merge branch 'master' into improvement/checkstyle

a4b33d50680b67ed6da159283abc4677320eb49e authored about 2 years ago
[maven-release-plugin] prepare for next development iteration

186631b0f953d5ce4976468a962ba585d8cc638e authored about 2 years ago
Merge branch 'master' into improvement/checkstyle

d5ef4165f7b2c98f373181a42f2b68997d7c583a authored about 2 years ago
[maven-release-plugin] prepare release javaparser-parent-3.24.9

c34e87abf0f96d5bf6fe061a24c5eed7b1dbfc77 authored about 2 years ago
update readme

eb8d88cfb5264de96c252a491f6444c3c956d33c authored about 2 years ago
Update changelog

ec206dc4493bfba0dc7c5f435fa9281cfcc8492d authored about 2 years ago
Merge branch 'master' into improvement/checkstyle

36b6e3568e6a54549fee80b96e7161eec014d281 authored about 2 years ago
Merge pull request #3782 from jlerbsc/refactoring_context

Refactoring context

9a2a75ab9fb33c90243eaacd158b08e57ea46f89 authored about 2 years ago
Update with master and resolve conflict

c7ff62ea9c42df698db467543b50dfba1533c011 authored about 2 years ago
Migration of the JavaParserFacade.classToResolvedType() method to the SymbolSolver class because not only is it more logical for this functionality to be implemented in SymbolSolver, but also this modification makes it possible to remove class dependencies with the JavaParserFacade class which is specific to the SymbolSolver module.

cbf8642717a810e8d49064f60ad055e8f9fb48b5 authored about 2 years ago
Merge branch 'master' into improvement/checkstyle

81b4dda62459900e154518653ff222e30c1c420a authored about 2 years ago
Merge pull request #3063 from 4everTheOne/improve/node-ToAST

Simplified usage of class AssociableToAST

abc8edbc978382d2ce57e34e23826873da7f6b99 authored about 2 years ago
remove the dependency between JavaParserTypeDeclarationAdapter and ReflexionClassDeclaration (symbol solver module)

dda1f59227f415edc005d01b087c763afe451f43 authored about 2 years ago
Migrate ConstructorResolutionLogic and MethodResolutionLogic to JP core module

ebc91860013ebb5b920d7a66900f1c64ce987aa7 authored about 2 years ago
Migrate MethodResolutionCapability to JP core module

ad9b7c7e8a85b8f2c46d5286e574cd5ceb59da85 authored about 2 years ago
Code cleanup

6bf5d8ade220835b3eacaf24b66241ed07f956dd authored about 2 years ago
fixup! Updated tests to expect the correct behavior

bbcf0cdcebb3ba1981d8a516ebb663ea31b6a222 authored about 2 years ago
fixup! Simplified classes that depend on AssociableToAST

0c9e53b1006f40136a79e2b04e163e56e69f99d2 authored about 2 years ago
Merge branch 'javaparser/master' into feature/node-toAst

6a08db8f51c4de733916787177fb4243ef3bb4e5 authored about 2 years ago
Updated Checkstyle severity to warnings

f988c227c64481dfeed46e860a0b939ebd7bce01 authored about 2 years ago
Added warnings for batch execution

a7f1ec4e75c1dc850f156f6484b5fc8f411e1ad5 authored about 2 years ago
Replaced LineLength severity from error to warning

3ce0c508347a97cd75a815bff338cc877f11eca8 authored about 2 years ago
Log warning to console

7dc64622da3f92d1d08f53eb0fdcfc84b34a36cc authored about 2 years ago
Replaced severity from warning to error

560eb6be34f1a5e2d6aa6b6654bad9efedf60f66 authored about 2 years ago
Renamed step

b70d379fa6fb610316121f07a89bb442ab9e4fda authored about 2 years ago
Added checkstyle to the project

5682646f46fcb14f19c3436be8eab4b85020d64f authored about 2 years ago
Remove dependency between TypeExtractor and JavaParserSymbolDeclaration. The goal of removing dependencies with the javaparser-symbol-solver-core module is to allow the TypeExtractor class to be migrated to the JP core module with the ultimate goal of letting nodes create their own context.

fa213729c4da1fe0a4e06fbb5360c92a3b7c1267 authored about 2 years ago
Migrate promotion package to JP core module

3daaa9d9f7c58640b8162d8fafb893b7d808be3f authored about 2 years ago
Migrate InferenceContext and its attachments to JP core module (2)

babef8504d7e1d9a3e42ce0145691c2eb277111f authored about 2 years ago
Migrate InferenceContext and its attachments to JP core module

cd93bbc5794ee262f1f2a105fd1267dc036faadb authored about 2 years ago
Remove unnecessary use of MyObjectProvider class which can be overridden by using TypeSolver (2)

b5401b4ccad6d89397d1cf12c1bd0e1a2209c9a0 authored about 2 years ago
Remove unnecessary use of MyObjectProvider class which can be overridden by using TypeSolver

d682aa22ca7b16ca6e0a9545237ece44f3ddd69e authored about 2 years ago
Removing dependency between TypeExtractor and ReflectionClassDeclaration

bfc9d6842fe0ce7eb3a0a30547e4be645189959c authored about 2 years ago
Reverting the move of the class AbstractJavaParserContext to JP core module

c4e8194397e83ef913f90b8a47256c1c33df2219 authored about 2 years ago
Removing dependency between TypeExtractor and JavaParserFacade

8d34941dd94f24a53f61b96439ac1771549cd1f8 authored about 2 years ago
Move SymbolDeclarator interface to JP core module

b178869522a6535969cda76f258918355a3ce4aa authored about 2 years ago
Fix: Consider a LazyType to resolve the String type reference in the TypeExtractor class so as not to have to systematically declare a ReflectionTypeSolver, adapt unit tests accordingly and classes that do not support LazyType

3b40ac21150124d27b789edcf26e215a740fe950 authored about 2 years ago
Fix: Update ResolvedReferenceType.equals(..) to consider LazyType

2eda7d2f97b72ccd89d30e4772e95be4228c7cda authored about 2 years ago
Fix: issue on type solver setup

3a97c93355b20a973aede307df5f454aa81d046d authored about 2 years ago
Removing usage of JavaParserFacade to get Object declaration

b748e032a4a7054b7b63987f7098f284382a6594 authored about 2 years ago
Moving Navigator to JP core module

c9292ac57f6bba2fe81b3769f088991e6c9a518c authored about 2 years ago
Refactoring context: defining a Solver interface from SymbolSolver class

8e616cd8366d351950c4cfa4cc9bebf6687a8133 authored about 2 years ago
Merge pull request #3780 from jlerbsc/master

Refactoring: Removing useless method convertToUsage in JavaParserFacade

24925dfbc870aade8f10524183a20bd9ce27d8bf authored about 2 years ago
Refactoring: Removing useless method convertToUsage in JavaParserFacade

96005a5a0f4748035ef83a4cb09428ff44ecf146 authored about 2 years ago
Merge pull request #3779 from jlerbsc/master

Changing, in test classes, the initialization of the lexical preserva…

b4a28c4abcdf05f424dad106d5b70318bdc25496 authored about 2 years ago
Changing, in test classes, the initialization of the lexical preservation printer

b7375c946214c0301dd83d9fcd98b3a8ca991296 authored about 2 years ago
Merge pull request #3421 from 4everTheOne/builder/typeSolver

Created TypeSolverBuilder

498e91fa3c747cc5785aba941a06b8f7f5c257cb authored about 2 years ago
Fixed TypeSolver imports

9360f0a87c6f932cec846a75e9d1ff2fdbc0aff2 authored about 2 years ago
Merge branch 'master' into builder/typeSolver

240f265359fb58b6d0bd99e46e526a2509525d8b authored about 2 years ago
Merge pull request #3778 from jlerbsc/master

Fix: #3195 Resolved methods in outer classes not inferred correcly

5a1df58c03db33775a67aa38bbfc307a0e5fc0d8 authored about 2 years ago
Fix: #3195 Resolved methods in outer classes not inferred correcly

3b6ee2e9f72d824eb11cc3e0afca8bed76b37df6 authored about 2 years ago
Merge pull request #3777 from jlerbsc/master

Fix: #3681 LineComment alwaysing trimming content

378978de5b6ea86082c434e9c7adafaca7791444 authored about 2 years ago
Fix comment in jbehave unit test

92a5a6d95d3ec6ddc6075157e4d09ebc0feb8227 authored about 2 years ago
Fix: #3681 LineComment alwaysing trimming content

e87fef819279f9215483ecf970be0fce37f83072 authored about 2 years ago
Merge pull request #3776 from jlerbsc/master

Fix: #3773 Replacing nodes causes error in lexical preserving printer…

28bd049cf84f79815f019836fa39e4d20029e4ad authored about 2 years ago
Fix: #3773 Adding a unit test - fix test case

d5b3d9fe93fe44a465378267d77544106dcff805 authored about 2 years ago
Fix: #3773 Adding a unit test

d8478a14ff769b4fb95f4a49a145ffe47c4ca0da authored about 2 years ago
Fix: #3773 Replacing nodes causes error in lexical preserving printer if some nodes are identical

572c1365ac32f06eb520532dedf6b000ea62f71a authored about 2 years ago
Merge pull request #3775 from jlerbsc/master

Fix: #2517 Modifying some nodes with the lexicalPreservation enabled …

47db37589b616c2790420f32a3292873977129e1 authored about 2 years ago
Fix: #2517 Modifying some nodes with the lexicalPreservation enabled throws an exception

fc8303ac59d329df319f844cbf4eb29b9c801cea authored about 2 years ago
Merge pull request #3774 from jlerbsc/refactoring

Refactoring convert to usage

636db77d9885b2bd0c86f6670c59583f057998d8 authored about 2 years ago
Merge branch 'master' into refactoring

9ca3a63a1687116728b2aec60489f5ca4fbf3e52 authored about 2 years ago
Refactoring convert to usage

86f41353d40bfd3ef0669b863926626b6c4949bf authored about 2 years ago
Refactoring convert to usage : Removing adhesions with type solver to resolve type 'var' in a for-each loop

b29da5219d3d736a2f2e308acba50daed45dd9b0 authored about 2 years ago
Refactoring convert to usage : removing the typeSolver reference into ReferenceTypeImpl

59aa06f7a22abaecd35833c7818382b21dc159ff authored about 2 years ago
Fix: registering a mapping between a formal parameter and an actual parameter must take into account that an interface does not extend the class Object

b8159e1bc267f375b3b408aa4b1eb2590c48d94c authored about 2 years ago
Refactoring convert to usage : removing the call to typeSolver to get the object declaration and fix issue on getAllAncestors methods and adapt unit tests

1f1af573a7c5f41d8fd20c7af94412b4d571879d authored about 2 years ago
chore(deps): update dependency biz.aqute.bnd:bnd-maven-plugin to v6.4.0

9cc7ceb96fa93b380e6cef41dc199ba5f9ed7048 authored about 2 years ago
Refactoring convert to usage : removing the call to typeSolver to get the object declaration and improve unit tests

bbad65b0f04cc7db43bebc80940f07c8b6371d26 authored about 2 years ago
Refactoring convert to usage : removing adhesions with the symbol solver and improving unit tests on ResolvedPrimitiveType

4b464255672abdcdbd97b5d27b9b90ec9f902691 authored about 2 years ago
Refactoring convert to usage : Internal refactoring of the class ResolvedPrimitiveType

a556ce57fcbd6c3a46656031dda221f7cbd11789 authored about 2 years ago
Refactoring convert to usage : Remove useless methods already implemented in interface

80a4008353616b9fc90a17df5166cda9ad4d4cf6 authored about 2 years ago
Refactoring convert to usage : Move class ReferenceTypeImpl to JP core module

de5c48e2ed0b173bd8240801e43e52d070a44ab3 authored about 2 years ago
Refactoring convert to usage : Move class NullType and LaztType to JP core module

9073420016c508b590f3cbfdc0b68bd5f101ec3c authored about 2 years ago
Refactoring convert to usage : Move class FunctionalInterfaceLogic to JP core module

70af9c63007f3fda402a69f0c6e5db6583ab9116 authored about 2 years ago
Refactoring convert to usage : removing reference to JavaParserTypeVariableDeclaration in the class ReferenceTypeImpl

94946d8991a98f59d41cb7bec2d66804be40dab1 authored about 2 years ago
Merge pull request #3770 from javaparser/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.4.0

chore(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0

ca8ab8cc90e6968d26d1661e14c5f4624b4837bb authored about 2 years ago
chore(deps): bump maven-dependency-plugin from 3.3.0 to 3.4.0

Bumps [maven-dependency-plugin](https://github.com/apache/maven-dependency-plugin) from 3.3.0 to...

a06833e4b52d8b8b02e22c2879cbb38d0d249e0d authored about 2 years ago
Refactoring convert to usage : Move class LambdaArgumentTypePlaceholder to JP core module

16de7d95c93e7c5b5f7b4de3c25186729d42716f authored about 2 years ago
Refactoring convert to usage : Move interface TypeSolver to JP core module

4a577eecb34b25827686a665fc9a5c09a66df160 authored about 2 years ago
Refactoring convert to usage : removing reference to a concrete class in the Context interface (2)

831ccc1ac5f7104f877fdd89de1ccdb2de2b396d authored about 2 years ago
Refactoring convert to usage : removing reference to a concrete class in the Context interface

53349493508cc6e8aecec1f375361fdc1e29f91b authored about 2 years ago
Refactoring convert to usage : Move class Value to JP core module

4b8b9db4aa87fa8237418b47034de62d9c8e2d76 authored about 2 years ago
Refactoring convert to usage : Move class SymbolReference to JP core module

5674b074c4b03738b06a6c39c38d3928d96ced6c authored about 2 years ago
Partial fix of th issue #3223 LexicalPreservingPrinter prints Wrong Import position when there is comment in the ClassOrInterface

7dd9bac2d8e16bea663a51608d36daef77d65090 authored about 2 years ago
Merge pull request #3768 from abego/issue3725

Fix: #3725 JavaParserFacade var type in for-each loop cannot be resolved

f8f2a31263c6edd272be51681fdcade5db08c3c6 authored about 2 years ago