Ecosyste.ms: OpenCollective

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

Javaparser

Ce projet contient un ensemble de bibliothèques implémentant un analyseur Java 1.0 - Java 17 avec des fonctionnalités d'analyse avancées.
Collective - Host: opensource - https://opencollective.com/javaparser - Code: https://github.com/javaparser/javaparser

fixes 1605 and added two unit tests

github.com/javaparser/javaparser - 5f9ad897e02b98d4ed207fc4eb94eb8296d0c1ce authored over 6 years ago
Merge pull request #1604 from tommythorsen/master

Add getters to JavadocInlineTag

github.com/javaparser/javaparser - d5350d68bf0582263f19ab2047dae36a8b79b140 authored over 6 years ago
Add getters to JavadocInlineTag

This change adds getType(), getContent() and getName() methods to
JavadocInlineTag.

github.com/javaparser/javaparser - 9cefae38a97672c455503179758daabb5beef459 authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

github.com/javaparser/javaparser - cddc127d44006ba7b7e23328145f7e6e27362dfb authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.7

github.com/javaparser/javaparser - 3c7fb16edff3fa3ac790eab87adc7b9f947a9bf6 authored over 6 years ago
Prepare for release

github.com/javaparser/javaparser - 668cbca25f4eaa99ac0b3718f338bf87ea848d9a authored over 6 years ago
Merge pull request #1600 from malteskoruppa/add_resolveaccessedfield_method_to_fieldaccessexpr

Adding resolveAccessedValue() to FieldAccessExpr

github.com/javaparser/javaparser - e1a6ab8e40911e50726b20322fb69a0092c59f55 authored over 6 years ago
Merge branch 'master' into add_resolveaccessedfield_method_to_fieldaccessexpr

github.com/javaparser/javaparser - 2bbfaa740196edf643eae06ffe6b3748884cccda authored over 6 years ago
Merge pull request #1594 from Vampire/indentation-realignment-fix

Fix indentation realignment when wrapping call-chains

github.com/javaparser/javaparser - 550898a8865b9653d019ceda99fe6e0ab253c53d authored over 6 years ago
Fix indentation realignment when wrapping call-chains

github.com/javaparser/javaparser - a689423d8fae63de9b3eba7a118c550523a6b1e4 authored over 6 years ago
Re-added renamed methods as deprecated methods and made comments to let users know how to solve the deprecation.

github.com/javaparser/javaparser - eb4a63de99fc3830cdf6c54d568dd51d4ab73251 authored over 6 years ago
Consistently renamed resolve*() methods in NameExpr, FieldAccessExpr, MethodCallExpr, ObjectCreationExpr, and ExplicitConstructorInvocationStmt to resolve(), as prescribed by the interface Resolvable, which is now implemented by all of these classes. Also added Javadocs to all these methods.

github.com/javaparser/javaparser - eafefc4ee96f5fd2294f89998526b01675c59710 authored over 6 years ago
Added Javadoc for FieldAccessExpr#resolveAccessedValue()

github.com/javaparser/javaparser - 49e6e61628c36f3281db52e980d1440c4035335d authored over 6 years ago
Added tests for FieldAccessExpr#resolveAccessedValue()

github.com/javaparser/javaparser - d772798bb71d123f719e52b430be97087ed09f84 authored over 6 years ago
Added a method resolveAccessedValue() to FieldAccessExpr

github.com/javaparser/javaparser - d6ba23fb6aeadba63e54b3182219a94a6247631e authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

github.com/javaparser/javaparser - 1626ba1a0a255a2661bbf7f93732ad2f5935da3a authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.6

github.com/javaparser/javaparser - 468eb00a16c04a6a54068fde13ccb3e61e4707a3 authored over 6 years ago
Prepare for release

github.com/javaparser/javaparser - ebf22576e22456cf42084a26c5431344008a9a99 authored over 6 years ago
Merge pull request #1588 from ThLeu/difference_refactoring

Difference class refactoring

github.com/javaparser/javaparser - e35eae1304891eb075af900977f9e5979a98f36d authored over 6 years ago
Reduced visibility further

github.com/javaparser/javaparser - 950fe698ce983627f1a4a25a25dddad5b234f51c authored over 6 years ago
Moved DifferenceElement classes out of difference package to reduce visibility

github.com/javaparser/javaparser - 8718d4a587fe7951b4767c6bcc52d7979d9b8795 authored over 6 years ago
Reduced cognitive complexity by extracting some methods

github.com/javaparser/javaparser - b7bd15d12e107c85e29912960f7b4e48aac4dc38 authored over 6 years ago
Changed local indentaton variables to fields

github.com/javaparser/javaparser - c35fbac21da07f996f017169288b748764488c20 authored over 6 years ago
Moved DifferenceElement classes to their own files

github.com/javaparser/javaparser - a25f53f8871fd178b6791d1194d7358b55d1ba37 authored over 6 years ago
Changed some local variables to instance variables

github.com/javaparser/javaparser - 29a9b8bcb552dc691cc57c85b8eb017092c960ad authored over 6 years ago
Removed getElements method

github.com/javaparser/javaparser - 04f28d4024daa5798f3c627170bfe2a96bce8e55 authored over 6 years ago
Moved method parameters from Difference.apply to its constructor as instance variables

github.com/javaparser/javaparser - b9976c5e33bf1419231e3a5ef8392d18da1e1b0c authored over 6 years ago
Moved DifferenceElement classes and static methods to new class DifferenceElementCalculator

github.com/javaparser/javaparser - 40f6fef078275d3ca43f02918200a2d6076fef9d authored over 6 years ago
Reduced visibility and fixed small defects

github.com/javaparser/javaparser - c4bbfa7060e136038d49a7ecfc35ec960153ac06 authored over 6 years ago
Extracted some methods and renamed some variables

github.com/javaparser/javaparser - 7f177dcaadbccb2076a2a41aa1000696a9a8a10e authored over 6 years ago
Renamed given to original

github.com/javaparser/javaparser - 2ae6f779cc175b3cd82d915419f378e53ff4b056 authored over 6 years ago
Added sonarlint to .gitignore

github.com/javaparser/javaparser - 77386fec9f12fb711779151186fe72b345bd4299 authored over 6 years ago
Merge pull request #1584 from ThLeu/bugfix/lexicalpreservationprinting_difference

Minor Refactorings on Difference Class

github.com/javaparser/javaparser - 866368f721adae150b5278663fa2fd30540714bb authored over 6 years ago
Moved some logic to DifferenceElement objects and some renamings etc.

github.com/javaparser/javaparser - de5c17c37f15a1c134f518ed2754974cc4b9aa15 authored over 6 years ago
Merge pull request #1582 from matozoid/issue_1570_more_alignment_corrections

More alignment corrections

github.com/javaparser/javaparser - 7e86d04481f1128e3644b46991f106b34e775bb9 authored over 6 years ago
Merge remote-tracking branch 'origin/issue_1570_more_alignment_corrections' into issue_1570_more_alignment_corrections

github.com/javaparser/javaparser - 54b3c1cf0bdd55a18db71e678101f681a4478732 authored over 6 years ago
Add a more alignment cases, and document the logic

github.com/javaparser/javaparser - e592c8b5ea193e766fc0c4843c2e163e3a1282ee authored over 6 years ago
Merge branch 'master' into issue_1570_more_alignment_corrections

github.com/javaparser/javaparser - 6e768201fe6a5a9117e4e457115f18a566430a36 authored over 6 years ago
Merge pull request #1581 from joined/issue_1580_solved

Make default JavaParserTypeSolver ParserConfiguration store tokens

github.com/javaparser/javaparser - 7030a7eaf9ee9e405fb0ab24d28f669309fbb0b3 authored over 6 years ago
Store comments in default JavaParserTypeSolver ParserConfiguration

github.com/javaparser/javaparser - a5fd6b00e89d86d8b928ca90ccd8f90914389735 authored over 6 years ago
Merge branch 'master' into issue_1570_more_alignment_corrections

github.com/javaparser/javaparser - 8bca5094649559e18f188dda0044fbb22cc29611 authored over 6 years ago
More alignment corrections

github.com/javaparser/javaparser - 1fe574fbb51e65f10bc784619a3e7435ad18a9ea authored over 6 years ago
Make default JavaParserTypeSolver ParserConfiguration store tokens

github.com/javaparser/javaparser - 29b31ea4a44d2009d68d15306c7c703a20255aac authored over 6 years ago
Merge pull request #1577 from matozoid/issue_1552_solved_path

Make the JavaParserTypeSolver store the path in the compilation units…

github.com/javaparser/javaparser - 4abcccffa2569c0b5c3858044e5f3008ec15205b authored over 6 years ago
Add constructors allowing to configure the parser to use for resolving, and refactor to use Path.

github.com/javaparser/javaparser - c102011e058233af13c6d8040409583f8f60f34e authored over 6 years ago
Merge remote-tracking branch 'origin/issue_1552_solved_path' into issue_1552_solved_path

github.com/javaparser/javaparser - 6223eff48bedeb8fd98131c05f17830a2a27b141 authored over 6 years ago
Roll back ParseResult constructor change

github.com/javaparser/javaparser - af2c09657a702cf1fc8291822cf93ddd9cbe3029 authored over 6 years ago
Merge branch 'master' into issue_1552_solved_path

github.com/javaparser/javaparser - 98cbe70321c20f2307da1bc03682d6e60350acde authored over 6 years ago
Merge pull request #1575 from matozoid/issue_1572_1569

Add more utility stuff

github.com/javaparser/javaparser - 1ce0c59702556e05924dd4224038af35705472a0 authored over 6 years ago
Make the JavaParserTypeSolver store the path in the compilation units it creates

github.com/javaparser/javaparser - 218b7204e439a08596b17e25eef351e21263cb65 authored over 6 years ago
Make the JavaParserTypeSolver store the path in the compilation units it creates

github.com/javaparser/javaparser - 2816c252cd689f986c14e7e7ee9dd4a2c957c6cd authored over 6 years ago
Add more utility stuff

github.com/javaparser/javaparser - 810bc8821d9ea2d95927e09c37709e438babf0c6 authored over 6 years ago
Merge pull request #1573 from Vampire/issue-1571

Always or never append space in one JavaDoc comment while pretty printing

github.com/javaparser/javaparser - 2ab6aa4571078ac4ab82a491c52c1c7d88688b4b authored over 6 years ago
Always or never append space in one JavaDoc comment while pretty printing

github.com/javaparser/javaparser - 302f5b5516cb062a43eeaffebf50510f5a5d635b authored over 6 years ago
[maven-release-plugin] prepare for next development iteration

github.com/javaparser/javaparser - 82a7a2fdc99ba7fa5f0e102f577a02c530e492ca authored over 6 years ago
[maven-release-plugin] prepare release javaparser-parent-3.6.5

github.com/javaparser/javaparser - 76b0dbe341b05a83a5b71e962b537a3ae4bd65a5 authored over 6 years ago
Prepare for release

github.com/javaparser/javaparser - 599b52356393cbf1fbbbd9659575dc8ccfe7d02d authored over 6 years ago
Merge pull request #1561 from matozoid/issue_1558_parse_module

Parse modules and their directives

github.com/javaparser/javaparser - 5153a686e2702f2a12c459ebc21dddea6faa23b5 authored over 6 years ago
Update CSM for annotation formatting change

github.com/javaparser/javaparser - 394b35dfb53b8a48c08892de694337982cf48068 authored over 6 years ago
Merge branch 'master' into issue_1558_parse_module

github.com/javaparser/javaparser - 23a4f40e407308aff3c7e52678c29573c4b59107 authored over 6 years ago
Merge pull request #1565 from Vampire/non-static-configuration-in-test

Do not modify static configuration in test

github.com/javaparser/javaparser - a3cb925d5a4ee2934dfcd994a3a769159ff9b45d authored over 6 years ago
Do not modify static configuration in test

github.com/javaparser/javaparser - 4f0015230e62bd70be1de6c94f55b34582d9c388 authored over 6 years ago
Merge pull request #1564 from ftomassetti/issue1398

documenting Navigator.findType #1398

github.com/javaparser/javaparser - d7e74b2d3a58702d39f593a86aacd59d716de296 authored over 6 years ago
Merge branch 'master' into issue_1558_parse_module

github.com/javaparser/javaparser - ff91564b7febe26de0279380ca24685e07e9725c authored over 6 years ago
documenting Navigator.findType #1398

github.com/javaparser/javaparser - 938cf6f5a92ec1ecfa019d527becf42461b35710 authored over 6 years ago
Merge pull request #1563 from Vampire/pretty-annotations-and-receiver-parameter

Pretty Annotations And Receiver Parameter

github.com/javaparser/javaparser - ed062d3f20ead16cacb77b3fc99c45ece9daca8e authored over 6 years ago
More work on fluent interface methods for modules

github.com/javaparser/javaparser - 93ed83c0d17841fcbcddd7bae17437755124782f authored over 6 years ago
Print annotations at pretty places and remove code duplication

github.com/javaparser/javaparser - dc028f286096db3eb0ffa2056446cce73fdd3284 authored over 6 years ago
Only print a comma after the receiver parameter if there will follow other parameters

github.com/javaparser/javaparser - 8477b55223149c73393261599b7187e487a2f263 authored over 6 years ago
Add some fluent interface methods for modules

github.com/javaparser/javaparser - ef82d2b19a315450b00a6aee82294e049638e63a authored over 6 years ago
Parse modules and their directives

github.com/javaparser/javaparser - 9ac24489fa04b195d0a89d0e928d8f13740f8773 authored over 6 years ago
Merge pull request #1557 from matozoid/issue_1556_bad_initialization

Accidentally passed null to required parameter

github.com/javaparser/javaparser - ccb609567df854e0772d94a60dbf4eab4e9a8508 authored over 6 years ago
Merge branch 'master' into issue_1556_bad_initialization

github.com/javaparser/javaparser - aef3a46b0c1c774ae9487125b4964bbbd975fb4a authored over 6 years ago
Accidentally passed null to reuqired parameter

github.com/javaparser/javaparser - cd9835cc6ddefc2e7a0b06ce7c944b2d5a663cf4 authored over 6 years ago
Merge pull request #1553 from matozoid/issue_1551_block_tag_spaces

Accept any amount of whitespace before a Javadoc block tag

github.com/javaparser/javaparser - a479a8cfbd1e039425b3867d7a654833921919fa authored over 6 years ago
Link to Javadoc spec

github.com/javaparser/javaparser - 97e99bd9bb9d00d70e759a7ae5e2fe0e869cbf97 authored over 6 years ago
Accept any amount of whitespace before a Javadoc block tag

github.com/javaparser/javaparser - 2088991cbd70636115717659b2531edc63588174 authored over 6 years ago
Merge pull request #1540 from matozoid/issue_1538_typo

Fix typo

github.com/javaparser/javaparser - b8b61f55e027f10d165c251f9bf48f8f077540f6 authored over 6 years ago
Merge branch 'master' into issue_1538_typo

github.com/javaparser/javaparser - d99a8c9abfa86e9cee05736e04b61bae66ab9b0f authored over 6 years ago
Merge pull request #1549 from ThLeu/bugfix/issue-1461

Fix annotation indenting in lexical preserving printer

github.com/javaparser/javaparser - c1e57f3bc3427f7ffd6ca27abc0af2c39a0b4233 authored over 6 years ago
Added tests for modifier modifications

github.com/javaparser/javaparser - 5d86821fa3c3a7bb187d9182f9fcaf603525786c authored over 6 years ago
No Matches have to be propagated aswell

github.com/javaparser/javaparser - ae539a6fa91b4a3695df754a8f9e33180f9c466e authored over 6 years ago
Added more test cases for modifying annotations on a method declaration

github.com/javaparser/javaparser - 28da95780329884585a960a6feb90647da507302 authored over 6 years ago
Merge branch 'master' into bugfix/issue-1461

github.com/javaparser/javaparser - 3d25e5acc7b2192cc421d5983e0019daafeb1a74 authored over 6 years ago
Merge pull request #1550 from Vampire/tab-indent-and-align

Allow to indent and align with tabs instead of spaces

github.com/javaparser/javaparser - 84f922a41ce71fd4baf6b096eacc9352c7da76f0 authored over 6 years ago
Allow to indent and align with tabs instead of spaces

github.com/javaparser/javaparser - 96776ef5b02f0ba9e0bc3d24932f49350f08661c authored over 6 years ago
Merge branch 'master' into issue1425

github.com/javaparser/javaparser - bbb2c9836b3f85656a943815b2b7a8684261e45a authored over 6 years ago
Merge pull request #1545 from matozoid/issue_1543

prettyAlignMethodCallChainsIndentsArgumentsWithBlocksCorrectly

github.com/javaparser/javaparser - 12f32220f6f766052a9dbab441d4146fdf9f75e8 authored over 6 years ago
Merge remote-tracking branch 'origin/issue_1543' into issue_1543

github.com/javaparser/javaparser - 3b70e628f599d96540c4a763f3b8409fbaeea0eb authored over 6 years ago
Implement feedback 2

github.com/javaparser/javaparser - 2be0bafd2f2475287a46cbc6c673d49deb0152e7 authored over 6 years ago
Merge branch 'master' into issue_1543

github.com/javaparser/javaparser - 8c53e70e51acafb238459625bec22dd155314ca0 authored over 6 years ago
Create testcase for 1461

github.com/javaparser/javaparser - ed1fab6ec5169dfe9ee980f60cf0a0e08a091fde authored over 6 years ago
Direct return in isCorrespondingElement

github.com/javaparser/javaparser - 51472755f0d2e0d403fee819b2ce1b680f9acf38 authored over 6 years ago
Fixed issue 1461 - wrong identation when adding new annotation

github.com/javaparser/javaparser - 5123e075b8411953473b23c82e64d8d23edb9181 authored over 6 years ago
Revert "Added IDEA Project to .gitignore"

This reverts commit 69a3ee6abc628c04f4dc4e76327c14469b31177b.

github.com/javaparser/javaparser - b780e6f7a7aa0f0e372aeeeaa6a0593fda7f5c0c authored over 6 years ago
Added IDEA Project to .gitignore

github.com/javaparser/javaparser - e6787dc64eb3cc3dfd5bf73e22cf0a313fab6d73 authored over 6 years ago
Merge branch 'master' into issue_1538_typo

github.com/javaparser/javaparser - 1829fb696837a1741ff5fdd650202f88e18cf70b authored over 6 years ago
Merge pull request #1546 from matozoid/issue_1544_javadoc_space

Fix Javadoc formatting

github.com/javaparser/javaparser - 1a3cabb8028ba660b3bf7bb94c384bc68e54bb38 authored over 6 years ago