Clément Fournier
fa28c4ebc8
Convert some usages
2018-12-06 16:29:45 +01:00
Clément Fournier
4962bc2831
Remove usages of EnumeratedProperty
2018-12-06 15:21:00 +01:00
Andreas Dangel
f41df32480
Merge branch 'pr-1502'
2018-12-05 20:25:39 +01:00
Andreas Dangel
39215e1478
Merge branch 'pr-1501'
2018-12-05 19:55:05 +01:00
Clément Fournier
af0019c0dc
Fix some line lengths
2018-12-05 00:41:30 +01:00
Clément Fournier
5135c481fa
Remove booleanProperty overload
2018-12-05 00:36:28 +01:00
Clément Fournier
9cb7ac635f
Remove wrong comment
2018-12-05 00:28:43 +01:00
Clément Fournier
5c0978e5a5
Cleanup FieldDeclarationsShouldBeAtStartOfClass
2018-12-04 18:21:33 +01:00
Clément Fournier
904d76a068
Style
2018-12-04 14:00:39 +01:00
Clément Fournier
81c9d39bd8
Remove most usages of BooleanProperty
2018-12-04 13:49:35 +01:00
Clément Fournier
f6e667208e
Merge branch 'pr-1492'
2018-12-04 12:46:59 +01:00
Clément Fournier
097901ea41
brushup
2018-12-04 11:31:59 +01:00
Clément Fournier
37dfa19687
Migrate usages of StringMultiProperty
2018-12-04 10:54:31 +01:00
Clément Fournier
e6a42f310c
Update usages of StringProperty
...
Most of the time they can't be changed right now
2018-12-04 10:25:45 +01:00
Clément Fournier
ab80d6bffa
Rollback bc of too much work
2018-12-04 10:11:25 +01:00
Clément Fournier
452ea020a8
Remove some usages, rework properties of AvoidDuplicateLiterals
2018-12-04 09:45:32 +01:00
Andreas Dangel
84c3c1f251
Merge branch 'pr-1494'
2018-12-02 10:43:00 +01:00
Andreas Dangel
d7f5b0b536
Remove clean configuration from (very) old site generation
2018-12-02 10:30:36 +01:00
Robbie Martinus
f030e666de
1151: Rephrase ImmutableField documentation in design.xml
2018-12-02 11:50:48 +11:00
Andreas Dangel
8f268c81e6
[java] JUnitTestsShouldIncludeAssertRule should support this.exception as well as just exception
...
Fixes #647
2018-12-01 19:11:12 +01:00
Andreas Dangel
96e685585d
Merge branch 'pr-1457' into issue-647
2018-12-01 18:47:28 +01:00
Andreas Dangel
eee5b52ba3
Merge branch 'pr-1487'
2018-11-30 20:18:16 +01:00
Clément Fournier
73cf3774b4
Remove usages of RegexProperty
2018-11-29 17:16:39 +01:00
Clément Fournier
2c92053350
Fix self type issue
2018-11-29 17:16:39 +01:00
Clément Fournier
3268d223e9
Deprecate DoubleProperty
2018-11-29 01:45:43 +01:00
Andreas Dangel
278bc2ab1b
Merge branch 'pr-1485'
2018-11-28 20:52:25 +01:00
Clément Fournier
47c66d4da4
CHECKSTYLE
2018-11-27 21:54:17 +01:00
Clément Fournier
040853345d
Rename methods on ASTIfStatement
2018-11-27 17:48:19 +01:00
Clément Fournier
806dd7bc9a
Merge branch 'master' into deprecate-visitor-decorators
2018-11-27 17:30:18 +01:00
Clément Fournier
8c4daf436c
Tag other visitors as InternalApi
2018-11-27 17:19:40 +01:00
Clément Fournier
576a8623fc
Move new visitors to internal package
2018-11-27 17:18:00 +01:00
Clément Fournier
71713026ce
Deprecate integer property
2018-11-26 23:32:50 +01:00
Andreas Dangel
68cd029672
Add default delimiter for multi/list properties
2018-11-26 20:21:17 +01:00
Andreas Dangel
d17e85b0bb
Merge branch 'pr-1470'
2018-11-26 19:21:59 +01:00
Andreas Dangel
e735ee0f84
Dogfood - IdenticalCatchBranches, AvoidFileStream
2018-11-25 16:00:47 +01:00
Andreas Dangel
d86de4531f
Merge branch 'pr-1453'
2018-11-21 22:00:43 +01:00
Andreas Dangel
8daa8a6e59
Fix more missing diamond operator cases
2018-11-21 20:53:09 +01:00
Andreas Dangel
956ee2ff56
Merge branch 'pr-1436'
2018-11-21 18:27:19 +01:00
Clément Fournier
1647391507
Delegate to non-deprecated method
2018-11-20 17:23:08 +01:00
Clément Fournier
e7dc9531f9
Merge branch 'master' into new-properties-framework
2018-11-16 02:29:33 +01:00
Andreas Dangel
00a8e1b648
Merge branch 'pr-1434'
2018-11-15 17:36:58 +01:00
Clément Fournier
3720cb7a02
Update design.xml
2018-11-15 17:05:47 +01:00
Andreas Dangel
5f2d9b3178
Merge remote-tracking branch 'origin/master' into pr-1434
2018-11-15 16:50:40 +01:00
Andreas Dangel
085ef717e7
Avoid NPE if class is not found
...
The class org.assertj.core.api.AbstractSoftAssertions might not be
on the auxclasspath, which would cause this NPE.
2018-11-15 16:42:00 +01:00
Andreas Dangel
42f5b8dd0d
[java] JUnitTestsShouldIncludeAssert: Add negative test case for SoftAssertions
2018-11-14 20:07:53 +01:00
Andreas Dangel
f23e962595
[java] TypeResolution / SymbolFacade for var inferred types
...
The returned type of the variable name declaration is now also
the inferred type.
Note: getTypeImage() still returns null, since there is no TypeNode
and therefore no image for "var" variable declarations.
2018-11-14 19:46:13 +01:00
Andreas Dangel
3d7cd19640
Revert "Resolve type for ASTLiteral"
...
This reverts commit 698935d2b4 .
2018-11-14 18:46:20 +01:00
Juan Martín Sotuyo Dodero
7f3d6e6e89
[java] Fix concurrency error
...
- Resolves #1460
2018-11-13 11:56:12 -03:00
orimarko
c68bfafa46
Update Test to check this not creating failure
2018-11-13 08:05:40 +02:00
Clément Fournier
877ed5e90c
Merge branch 'master' into new-properties-framework
2018-11-12 23:47:25 +01:00