Ecosyste.ms: OpenCollective

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

github.com/jhipster/prettier-java

Prettier Java Plugin
https://github.com/jhipster/prettier-java

feat(scripts): add flag to only parse/print single-printer-run directory

2e3297f93dbc97b08465dd152b4760ccc506c3e7 authored almost 6 years ago
Merge pull request #167 from clement26695/multiple-fixes

Multiple fixes

eba2375329f5593e187a9b6bc7be5f4d1498d9e8 authored almost 6 years ago
unicode optimization: small upgrades (#171)

* unicode optimization: small upgrades

Some change in the generated file in order to make it ...

6af3e0b7913b271304a91f92fcb2e34f8f8a5046 authored almost 6 years ago
clarify variables name

e2ff05912a406abafd768a3f6519ca1ae6aeba91 authored almost 6 years ago
Improve unicode generation (#170)

* reduce size of generated unicode file

b435855f81fbe427e5f2206a88844ff8285e7b1c authored almost 6 years ago
add benchmark (#166)

55654da00ffdf484af4ffa2a08878f2f418b1542 authored almost 6 years ago
fix(enums): fix enum printers

cefd37d043376e94532ccd5824865947cd25d1cc authored almost 6 years ago
feat(tests): add tests on enum

9aff7131b82c399f90f569abbf17966571456200 authored almost 6 years ago
feat(scripts): create single printer runner script to ease debbugging

5dfe9401f6c9426a2145bb50f815f136c05c68ad authored almost 6 years ago
refactor(tests): update hello-world test

c1810f57c52f7117d6cd4b7294ccb111b4d70d30 authored almost 6 years ago
fix(binaryExpression): fix binary Expression for << and >> tokens

6bbbe08a48f7b8f2e2479b4b198764068cdc7883 authored almost 6 years ago
Enabled identifiers with Unicode characters in lexer (#155)

18555be0e159e7e81c07c94ad54c69eb901371db authored almost 6 years ago
feat(tests): add npm script to run tests

692df04b6fdf9b73e085fdc937d7e3e7e32fb680 authored almost 6 years ago
fix(fqnOrRefTypePart): fix fqnOrRefTypePart

14398e5dc0535d9321d8a7263762d76484a9aabe authored almost 6 years ago
feat(tests): add tests on generic invocation and generic question mark

1d5d106d3a4d443e42162fd93b5f1088501c116e authored almost 6 years ago
fix(enhancedForStatement): add missing space before colon

383527cd84e2d9ba35d0ccde32d56c1d6ffe6485 authored almost 6 years ago
fix(classDeclaration): remove space between class name and type params

c11a705f36eb08225ad3b1a93f44aba415c8c75a authored almost 6 years ago
feat(tests): add tests on complex_generic_class

f9da94809d2d57778a6a9d80b54c052064c84d90 authored almost 6 years ago
feat(tests): add tests on return statement

a5c14b76e86d7f6cd674f3e261753c19de9d2e23 authored almost 6 years ago
fix(classType): fix indexing in for loop

7702c1d2889e94ce2d414074c18888c25958429a authored almost 6 years ago
feat(tests): add tests on char_litteral

a2401092d21a58bca0f7e0ef5375d9af0a3aec8d authored almost 6 years ago
feat(tests): add test on method reference

7884dcf9ef355d8500c36d0de4c4b78a18fdf854 authored almost 6 years ago
feat(tests): add tests on lambdas

62d0288590422499d1e4425e74e20ee06e20fda3 authored almost 6 years ago
fix(interfaceMethodDeclaration): remove space when method body is ";"

2586a6a5cbe22cd2b293373ea4b180acde9a0a69 authored almost 6 years ago
feat(tests): add tests on interfaces

23e99dc1dc5c2384c64f4f71ef5ac2a586fd14cc authored almost 6 years ago
fix(assert statement): remove whitespace before semicolon

109c988fd1061aa1e239c06733a300ea37193ce1 authored almost 6 years ago
feat(tests): add tests on assert statements

5dcdfe44f8ad97431a60a368a615425860cab06a authored almost 6 years ago
feat(tests): add tests on expressions

15fa2ef3e7489afb1a2dd81256b1848ea9b8c4bd authored almost 6 years ago
feat(tests): add tests on constructors

5e1deaf6fc5bc4d882f0f736b69b5b575adcbe55 authored almost 6 years ago
feat(tests): update and add test on classes

032205880d4f14ee7a13553fd7a5e6b303ea0481 authored almost 6 years ago
feat(tests): add test on variableArityParameter

a709c08f23931624251137a05291ebcc94cb4993 authored almost 6 years ago
fix(classBody): fix classBody for empty classes

bf06440ca477a32c1641324638d0f4871817cba0 authored almost 6 years ago
feat(tests): add tests for multiple classes

5f3777dd794b3d8487d6bfd20ca14b984098818a authored almost 6 years ago
feat(tests): add tests on package and imports

a59440c9f086675bc6c8dbe40c5e9df25349c2a3 authored almost 6 years ago
fix(tryCatchStatement): remove whitespace

ffebb4c8b0af08d3be33c6e9f46c51c9d5b651cc authored almost 6 years ago
feat(tests): add test on try catch statements

e33858968747b9b5d6f0eae642be288f044a7402 authored almost 6 years ago
feat(tests): add tests on synchronized

ae2ffd0c6cf3fa5583c02734df77a7c509011de0 authored almost 6 years ago
feat(tests): add tests on switch statement

b3c8e8487947235bd13a90177d32307f22347df6 authored almost 6 years ago
feat(tests): add test on if statements

64186367ff42db3dc4d8291c49ee7068f078bf07 authored almost 6 years ago
fix(emptyForStatement): remove white spaces in empty for statements

fa19ec3f9d5016d696ea14828ce63acea828aea6 authored almost 6 years ago
feat(tests): add tests on for statements

bbcdb618e319015efa6e9beacc74a9efe5c7d19b authored almost 6 years ago
feat(tests): add tests on while

6b6306f667a6c712a0b94964abf169a202b02572 authored almost 6 years ago
feat(tests): add tests on arguments

3cfa3f942a6aa3ea725b5d530efdf9b3cb8db274 authored almost 6 years ago
fix arrow definition in lambda

d9fbd1a5200501ada19e606c45844a047d0dfc14 authored almost 6 years ago
fix interface declaration

6bcd33507aeeb31454c19a6b7c07baeba5988b19 authored almost 6 years ago
add blank line before methodDeclaration

ff0ad2d4a9cd5c10fcf3502ec6170dfc8ce74c40 authored almost 6 years ago
do not break line in block if block is empty

83dee41bfe5e32db9fcf84758dd437ca55935529 authored almost 6 years ago
remove blank lines if there is no import and package

d1243d5d1b085cf63f8840fdd3bbf2261f473863 authored almost 6 years ago
fix(classOrInterfaceTypeToInstantiate): remove unnecessary whitespace

8907bafb5985d4ebe72a9b4b774e29245c899999 authored almost 6 years ago
fix(annotation): fix annotation printer

667390934f57bfc6da65262939ae994ec3849597 authored almost 6 years ago
fix(primarySuffix): add dot before suffix

4a4e1ead6c749bdd6ceafb713f8824636336a701 authored almost 6 years ago
fix(primarySuffix): change whitespace character by dot in concatenation

4eed61cddd9e37c240d0dfe9308bec2c9d2b6bb4 authored almost 6 years ago
fix(constructor printer): add blank line and indent constructor body

6023cfca17aa1be63f1874716e3c8cf99c1cac69 authored almost 6 years ago
fix(unannClassType printer): fix indexing and utils

b20580370ba5057ccb6de22aa10089ab349fdcff authored almost 6 years ago
Cst print (#162)

feat(printer): first implementation for a large part of the printer

0e827b9ef5760154fee61b1545981564f4a71b0c authored almost 6 years ago
fix(providesModuleDirective parser): parse missing typeName (#161)

df592244b752f0036252a590102549bf5485297d authored almost 6 years ago
Minor updates in README.md (#159)

e870242d9ede01a40f3fabbee4dd149785242f8f authored almost 6 years ago
fix imports accept double semi-colon (#158)

* fix imports accept empty statements in between

* Moving comments and adding link to the dis...

d27e6cd92c767ce4436489cb695e2426b0455250 authored almost 6 years ago
Links to the repos in README (#157)

d06f710e2acfa90f73505b45ff8a200bbbcc4b52 authored almost 6 years ago
Fix the running test (#153)

Since we fixed #147, the tests are failing with Guava repository because it expects 8 fails, but...

8a07099f0a0eeb8ca03b1ff78690d9c548a116df authored almost 6 years ago
Fix try with resources: accepting semicolon as last token (#152)

e03f0257a6aad0b8a3632f7921c5cd05f025e1fd authored almost 6 years ago
fix lexer: case where the lexer recognize OctalLiteral instead of FloatLiteral (#156)

17b3de956b9013f0ec6648e70f1bb1434d1b6a1b authored almost 6 years ago
Using tokenMatcher instead of === to compare tokenType (#147)

* Fix parsing restricted keywords when used in cast

* using tokenMatcher to compare tokenType...

83c4aaf5886fbeb2638974758003b88f1f5712e6 authored almost 6 years ago
Aligned WhiteSpace definition with Java specs. (#146)

9c2438b8293e4bd835b3d6599c71640d01d08457 authored almost 6 years ago
Reinforced test sampling data and added repo's to parse (#148)

6bb0c56edc01973e0ff1ed058011ca2fc9e7dfc1 authored almost 6 years ago
Fix annotation: accepting comma as last element in ElementValueList (#142)

* Fix annotation: accepting comma as last element in ElementValueList

* Fix annotation: ambig...

b673f735275e708481452ed65b6304d6f80ee6ba authored almost 6 years ago
Fix DecimalLiteral regex (#143)

58ee6d0e7a074387f545f22c3f1004f4c0186069 authored almost 6 years ago
WIP: Cst printer (#141)

dc463710a1c7f4bdcaa2e09b8e20e8c494669a25 authored almost 6 years ago
Fix block and statements (#140)

* Fix missing semicolon in statementWithoutTrailingSubstatement rules

Add semicolon in throwS...

c019715eec7c06842c45c5932426ac0ba3a6cd1b authored about 6 years ago
Fix dim exprs rule (#137)

88caf362d34d7e02ad43b83a8448ac696cb7fcdd authored about 6 years ago
Initial work on Parser Design document.

f4565e80b06b00f615f33f967e887e40f2dce533 authored about 6 years ago
fix(EnumConstant): align EnumConstant rule with the spec (#136)

43b7745d2ccfc615f6c65c4fd9ed22d709112d8d authored about 6 years ago
WIP on POC of CST printing. (#126)

* WIP on POC of CST printing.

* fix build

df447c4ed610ae020504440fb667b9907ed8cad5 authored about 6 years ago
fix(parser): fixmissing semicolon consuming in break statement (#135)

07e3e7028bd1de019b6b67eac7d16212cd38d4a9 authored about 6 years ago
feat(tests): create createFailingSampleSpec (#134)

Allows CI testing on large samples even if there aresome failures.

439ff9c06526979fdbed4c8e4e3e90eb9af8054a authored about 6 years ago
Remove testing on node.js 6

There are strange failures on it I cannot be bothered to debug considering node 6.0
is so close...

f69b7f376cb05264b9d3838347dbeca94806b1e3 authored about 6 years ago
fix FloatLiteral pattern (#132)

fix FloatLiteral pattern

Fix #131

bc5c869d0b917f832793ff288891aaa97e915286 authored about 6 years ago
Fix parsing trailing commas in enum bodies (#133)

Fix parsing trailing commas in enum bodies

9cf24e8765a3e56bb82d49cf6a1e41a6e5c4af10 authored about 6 years ago
Fix optional "typeArgument" followed by an "Identifier" as a

primary experssion suffix.

This is required to support certain forms of
"MethodInvocation" rule....

5468a7c726a8f3b346daed6bef58a3d25e9d731a authored about 6 years ago
npm repo link is a 404 (#127)

728a3f48f260ea75803f4cd2e74daf444719a367 authored about 6 years ago
Fix COC formatting.

Fixes #97.

a95a7d6a42d39d3548af92ecc60ea50f5dc18188 authored about 6 years ago
copy the JHipster code of conduct

16f57b356b7154c44eff30e487645e048ab939a6 authored about 6 years ago
wording

2d2f43ac142d0293824674c2a17f3501a96492f7 authored about 6 years ago
Skeleton for prettier-plugin-java package.

7714aeb2654b3fbae05059ba2c87d94fd8397001 authored about 6 years ago
Update format task name.

df6ac71bacae384a634ac007c7f06339691c43cb authored about 6 years ago
License and Notice file. (#120)

1cefa61e4d01a8c67c4ee3b83b60873f0f193667 authored about 6 years ago
v0.2.0

e4359b29b74611cbd8553a3d806b1209bd54c4c8 authored about 6 years ago
Use colons in the names of npm scripts "sub" tasks.

433b026b5790600d88f08bea281d6161924bead6 authored about 6 years ago
Expose base CST Visitors.

fd5323ac912790af0c1c6ad98ce90e769191cbfb authored about 6 years ago
eslint now checks the whole project.

e38517dfed33d0e4d63cbc0b9ea007a7d7bf323e authored about 6 years ago
- Added spring-boot sources to the parser unit tests.

- Fixed eslint test configuration.

af7135c28de53b60eda7d52ccd94e57528d8a10b authored about 6 years ago
v0.1.3

79948b55a1c62a4eca415ac4ac98c8d254468405 authored about 6 years ago
"git status" as debug command for release process on travis.

8c784834d1a16a19fc2c422b179953444f095f2c authored about 6 years ago
update yarn.lock

a4f52cd66d2e13afde0c27fe017c626d77856411 authored about 6 years ago
docs(java-parser): fix install instructions (#125)

* docs(java-parser): fix install instructions

Closes #124

451aee89ed392098a32a42bc2ebe5dd1f75faaf3 authored about 6 years ago
Update README.md

5d9ed955e271654f7e7df7af4d450034f53cbf3d authored about 6 years ago
v0.1.2

2bfc67a664ee12fd5e07c2fbcc22c8428c28f6ac authored about 6 years ago
Fix deploy condition on travis

0a4ac9dfa5af2a445413dcd4d64639a2e72c8eb8 authored about 6 years ago
v0.1.1

c1b4a0bd35153c6b5e9ef779231d8dc1ea294def authored about 6 years ago
Fix wrong npm script name using in deploy.sh

97194847f5a04f8ec7fcf5dc6c50b6fca9395ac2 authored about 6 years ago