Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
javaparser
/
dadefdf22750bcd78de766c0a26258d86fc0aa0a
dadefdf
Implement AnnotableNode interface in BaseParameter
by Florian Judd
· 9 years ago
2626508
Merge pull request #230 from cdietrich/patch-1
by Danny van Bruggen
· 9 years ago
1d3e6eb
Merge pull request #224 from ftomassetti/issue_160
by Danny van Bruggen
· 9 years ago
0fe7b68
issue160: introduce class ParserState in CommentsParser
by Federico Tomassetti
· 9 years ago
f90a790
CommentsParser: add several tests to consider possible sequences of slashes in String
by Federico Tomassetti
· 9 years ago
9990152
CommentsParser: fix issue with double slashes in strings
by Federico Tomassetti
· 9 years ago
67b23c1
Merge pull request #257 from ftomassetti/issue_247
by Federico Tomassetti
· 9 years ago
38e0df2
Merge pull request #258 from tanob/patch-1
by Federico Tomassetti
· 9 years ago
cb232dc
Remove unused variable from grammar
by Adriano Bonat
· 9 years ago
ab1d70f
Merge pull request #256 from tanob/expose-diamond-operator
by Federico Tomassetti
· 9 years ago
8913f50
Expose usage of diamond operator
by Adriano Bonat
· 9 years ago
58b492e
issue247: parsing slash asterisk sequence in block comments
by Federico Tomassetti
· 9 years ago
9a85915
Merge pull request #241 from ftomassetti/issue233
by Federico Tomassetti
· 9 years ago
4978877
Merge pull request #250 from SmiddyPence/master
by Danny van Bruggen
· 9 years ago
e63d52d
Merge pull request #249 from DevFactory/release/collection-isEmpty-should-be-used-to-test-for-emptiness-fix-1
by Danny van Bruggen
· 9 years ago
263af41
#243 Missing @Override
by Nicholas Smith
· 9 years ago
4f7ceff
Code Quality Improvement - Collection.isEmpty() should be used to test for emptiness
by Christian Ivan
· 9 years ago
1f7c34b
Merge pull request #240 from ftomassetti/issue_210
by Federico Tomassetti
· 9 years ago
4a5937a
issue210: using hamcrest matchers instead of assertEquals
by Federico Tomassetti
· 9 years ago
d628b31
Merge pull request #239 from matozoid/master
by Danny van Bruggen
· 9 years ago
ddf5c42
Merge pull request #227 from ftomassetti/issue_211
by Federico Tomassetti
· 9 years ago
dfe964c
issue233: consider in DumpVisitor(ConstructorDeclaration, Object) that now lists are lazy initialized
by Federico Tomassetti
· 9 years ago
2a4c979
issue210: fix issue with handling of UnknownType in EqualsVisitor
by Federico Tomassetti
· 9 years ago
0839242
Throw away old grammar
by matozoid
· 9 years ago
800a193
issue211: revise error message and characters to be escaped
by Federico Tomassetti
· 9 years ago
0a33a27
issue211: add negative test
by Federico Tomassetti
· 9 years ago
32a22d2
issue211: prevent instantiation of StringLiteralExpr with newlines or tabs
by Federico Tomassetti
· 9 years ago
78c72a8
issue211: test that string literals with newlines are dumped correctly
by Federico Tomassetti
· 9 years ago
12fd42f
Merge pull request #218 from olivergondza/package-name
by Federico Tomassetti
· 9 years ago
2b7a92b
More convenient api to get ackage name
by Oliver Gondža
· 9 years ago
1025f65
Fix unittest
by Oliver Gondža
· 9 years ago
815ad45
Report whole package name
by Oliver Gondža
· 9 years ago
7a2e6c9
Merge pull request #135 from ftomassetti/issue_134
by Federico Tomassetti
· 9 years ago
4189c32
document the behavior of the empty import declaration
by Federico Tomassetti
· 9 years ago
2751db3
Introduce the empty import declaration
by Federico Tomassetti
· 9 years ago
e6b8e48
tests: adding scenarios to test spurious semicolons among import statements are parsed correctly
by Federico Tomassetti
· 10 years ago
83ca9e2
tests: adding "no errors are reported" step
by Federico Tomassetti
· 10 years ago
373f198
grammar: accepting orphan semicolons among import statements
by Federico Tomassetti
· 10 years ago
13ce956
Merge pull request #187 from ftomassetti/parse_annotations_around_typerefs
by Federico Tomassetti
· 9 years ago
bcca43a
updating the number of nodes visited in a test
by Federico Tomassetti
· 9 years ago
55af70e
adapt all the codebase to the change of type of MethodDeclaration.throws
by Federico Tomassetti
· 9 years ago
b472fe8
parse annotations in implements declarations
by Federico Tomassetti
· 9 years ago
d7aa0c0
parse annotations in throws declaration
by Federico Tomassetti
· 9 years ago
fc06b28
Merge pull request #232 from ftomassetti/issue_231
by Federico Tomassetti
· 9 years ago
e66e92e
Merge pull request #185 from ftomassetti/issue_149
by Federico Tomassetti
· 9 years ago
ef9c320
update grammar to use IntersectionType and UnionType
by Federico Tomassetti
· 9 years ago
97a48fb
adapt visitors to support new nodes
by Federico Tomassetti
· 9 years ago
4705a04
clean IntersectionType and UnionType
by Federico Tomassetti
· 9 years ago
c198e65
refactor CatchClause
by Federico Tomassetti
· 9 years ago
c7a43bb
refactor MultiTypeParameter
by Federico Tomassetti
· 9 years ago
7cebbe4
adapt visitors to consider MultiBoundType
by Federico Tomassetti
· 9 years ago
6b7e5f2
create class MultiBoudType
by Federico Tomassetti
· 9 years ago
12c7bee
introducing in the grammar the MultiBoundType
by Federico Tomassetti
· 9 years ago
966b077
updating the tests
by Federico Tomassetti
· 9 years ago
dffc0b5
issue 149: adapt grammar to parse combined cast expressions
by Federico Tomassetti
· 9 years ago
44d9dd0
issue 149: add test to verify that a combined cast on a literal can be parsed
by Federico Tomassetti
· 9 years ago
8d9b02e
issue 149: add test to verify that a combined cast on a lambda expression can be parsed
by Federico Tomassetti
· 9 years ago
7a82938
issue 149: add test for simple cast on a lambda expression
by Federico Tomassetti
· 9 years ago
dae9513
issue231: fix how empty Enums are dumped
by Federico Tomassetti
· 9 years ago
d7fcf50
Merge pull request #226 from JLLeitschuh/patch-2
by Federico Tomassetti
· 9 years ago
c678914
Update DumpVisitor.java
by Christian Dietrich
· 9 years ago
c800d4a
Update readme.md
by Nicholas Smith
· 9 years ago
cf237fd
Merge pull request #219 from ftomassetti/typedeclaration__documentable
by Federico Tomassetti
· 9 years ago
85dafdc
Merge pull request #195 from ftomassetti/issue_192
by Federico Tomassetti
· 9 years ago
902d849
Fix LazyLoading Lists Breaking DumpVisitor
by Jonathan Leitschuh
· 9 years ago
c34f2aa
Issue192: add extra tests to prevent regressions
by Federico Tomassetti
· 9 years ago
b563640
make TypeDeclaration implements DocumentableNode directly
by Federico Tomassetti
· 9 years ago
e283699
Merge pull request #215 from ftomassetti/prepare_release_2_3_0
by Federico Tomassetti
· 9 years ago
f9e7985
[maven-release-plugin] prepare for next development iteration
by Federico Tomassetti
· 9 years ago
924683c
[maven-release-plugin] prepare release javaparser-parent-2.3.0
by Federico Tomassetti
· 9 years ago
e2b504c
specify distributionManagemenet
by Federico Tomassetti
· 9 years ago
bb1ba2a
update version
by Federico Tomassetti
· 9 years ago
c298c1e
add a changelog
by Federico Tomassetti
· 9 years ago
b09aa1b
Merge pull request #206 from nishnet2002/implement-named-node
by Federico Tomassetti
· 9 years ago
5dc1d51
ClassOrInterfactType implements NamedNode
by Nishit Chokhawala
· 9 years ago
453b836
Merge pull request #203 from cdietrich/master
by Danny van Bruggen
· 9 years ago
5882385
Merge pull request #197 from JLLeitschuh/addDocumentation
by Danny van Bruggen
· 9 years ago
2a9ef00
Make DumpVisitor extenable and Customizable. Fixes #201 and #202
by Christian Dietrich
· 9 years ago
bf60e49
Adds documentation to various confusing places
by Jonathan Leitschuh
· 9 years ago
defc804
Merge pull request #106 from ftomassetti/lazyinit
by Federico Tomassetti
· 9 years ago
2b6ef36
remove unused imports
by Federico Tomassetti
· 9 years ago
0429bcc
lazy initialization
by Federico Tomassetti
· 9 years ago
73cd6c2
DumpVisitor: use isNotNullOrEmpty
by Federico Tomassetti
· 9 years ago
7cb21c1
refactor ObjectCreationExpr.anonymousClassBody to be potentially null
by Federico Tomassetti
· 9 years ago
54ec3fb
wip
by Federico Tomassetti
· 9 years ago
c704126
Documenting the fact an immutable list could be returned
by Federico Tomassetti
· 10 years ago
6c2cf67
Using ensureNotNull also for the two classes I missed
by Federico Tomassetti
· 10 years ago
1f44fdf
Adding internal.Utils
by Federico Tomassetti
· 10 years ago
c714761
Fixing typo
by Federico Tomassetti
· 10 years ago
2779fa4
Introducing method ASTHelper.isNullOrEmpty
by Federico Tomassetti
· 10 years ago
3cf311c
Correcting remaining list setters to convert a null value in an empty list
by Federico Tomassetti
· 10 years ago
db59e67
Converting nulls in empty list in setters
by Federico Tomassetti
· 10 years ago
426612a
Initializing all lists used by nodes
by Federico Tomassetti
· 10 years ago
603fb86
Fixing ASTHelper to work with empty lists
by Federico Tomassetti
· 10 years ago
84c0ab0
Lazy initialization for BaseParameter
by Federico Tomassetti
· 10 years ago
2736baf
Initializing fields of type list for all nodes
by Federico Tomassetti
· 10 years ago
ff6d3fb
Lazy initialization for BaseParameter
by Federico Tomassetti
· 10 years ago
b258f63
Merge pull request #190 from ftomassetti/remove_unused_imports
by Federico Tomassetti
· 9 years ago
d7c5113
updated version in readme.md
by Nicholas Smith
· 9 years ago
b9f0689
[maven-release-plugin] prepare for next development iteration
by Nicholas Smith
· 9 years ago
Next »