Sebastian Zarnekow
1521d1ffc3
Mark overriding methods as synchronized since it does no harm
2017-06-02 12:41:56 +02:00
Sebastian Zarnekow
ede5399151
Extract method to avoid deprecation warning
2017-06-02 12:40:37 +02:00
Sebastian Zarnekow
18c6233438
Mark test methods as deprecated that test deprecated code
2017-06-02 12:39:48 +02:00
Sebastian Zarnekow
beb7189a8b
Suppress keyword validation in test languages
2017-06-02 12:36:53 +02:00
Sebastian Zarnekow
174e189269
Extract method to avoid deprecation warning in LanguageServerImpl
2017-06-02 12:36:17 +02:00
Christian Dietrich
7168c3a175
Fixed problem with the initial build after project creation in maven
...
tycho
https://github.com/eclipse/xtext-eclipse/issues/272
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-29 14:06:58 +02:00
Yann Thierry-Mieg
3f9898593c
remove greedy flags from critical dependency paths These greedy flags are pulling in a lot of unwanted plugins in eclipse update scenarios.
...
More precisely, any install of org.eclipse.xtext into an eclipse with eclipse/releases/ update site (e.g. every eclipse) will install e.g. jdt.core among other things.
This is a problem especially when the original eclipse product is very lean, e.g. a headless application relying on Xtext to parse models to EMF.
It is also undesirable overall in other scenarios, see also :
(older bug report) https://bugs.eclipse.org/bugs/show_bug.cgi?id=464344
(current issue on github) #345
(documentation for why greedy is bad for tool providers using Xtext) https://wiki.eclipse.org/Equinox/p2/Publisher
This commit removes greedy from dependencies on things which are not needed at runtime : xtend, mwe
Signed-off-by: Yann Thierry-Mieg <Yann.Thierry-Mieg@lip6.fr>
2017-05-25 12:21:55 +02:00
Christian Dietrich
569a3ab241
cleanup unused imports
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-24 15:11:20 +02:00
Christian Dietrich
a38d300cc3
code cleanup xtend warnings
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-24 14:52:38 +02:00
Christian Dietrich
12ff9ede5c
regen with newest xtext
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-24 13:54:44 +02:00
Miro Spönemann
b4d1ecf9ad
Use LSP4J release version 0.2.0
2017-05-24 13:42:09 +02:00
Miro Spönemann
a75bac8287
Increased version number to 2.13.0-SNAPSHOT
2017-05-24 13:41:16 +02:00
Christian Dietrich
ccd787bb0e
Merge pull request #350 from eclipse/cd_issue349
...
dont generate traced accessor for java.lang.Object#getClass
2017-05-24 11:28:24 +02:00
Christian Dietrich
72a2e8856e
dont generate traced accessor for java.lang.Object#getClass
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-24 11:12:39 +02:00
Christian Dietrich
73531344c9
Fixed TracingSugarTest on Windows
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-21 08:55:20 +02:00
Christian Dietrich
d467c7fdbd
Fixed CliWizardIntegrationTest on windows. #343
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-21 08:37:40 +02:00
Miro Spönemann
c039937f97
Merge pull request #344 from DelRed2/windows_tests_fix
...
Fix assertEquals in GrammarConstraintProviderFeatureTest
2017-05-19 11:55:09 +02:00
Mikhail Mukhin
33ca000880
test fix fix
...
Signed-off-by: Mikhail Muhin <delred@yandex.ru>
2017-05-19 12:38:22 +03:00
Miro Spönemann
05c15309c9
Merge pull request #337 from DelRed2/windows_tests_fix
...
Windows tests fix (linesep)
2017-05-19 10:24:35 +02:00
Miro Spönemann
64717fa183
Updated generated code
2017-05-19 10:24:14 +02:00
Christian Dietrich
9158fdbed0
added logging to inform the user that calling the formatter with an non resource eobject is a bad idea
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-18 11:57:01 +02:00
Miro Spönemann
f60ead2a56
Remvoed Gradle wrapper from source bundle
2017-05-18 08:54:05 +02:00
Mikhail Muhin
66a57d59e5
Windows tests fix (linesep)
...
Signed-off-by: Mikhail Muhin <delred@yandex.ru>
2017-05-17 17:09:24 +03:00
Christian Dietrich
f72531ad93
Merge pull request #338 from eclipse/guava_mf_only
...
Increased guava version to include version 21.
2017-05-17 15:39:45 +02:00
Christian Dietrich
69e1ff82ff
Increased guava version to include version 21. https://github.com/eclipse/xtext-lib/issues/30
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-17 15:08:53 +02:00
Karsten Thoms
add40fa675
Merge pull request #336 from vladdu/patch-1
...
server: file log name has whitespace
2017-05-17 08:30:03 +02:00
Vlad Dumitrescu
cb8d93a3e1
server: file log name has whitespace
...
The whitespaces make it not work on Windows.
I'm not sure if the suggested solution is the best.
Signed-off-by: Vlad Dumitrescu <vladdu55@gmail.com>
2017-05-16 21:35:40 +02:00
Tamas Miklossy
07bd371815
[ #315 ] Enable issue matching customization of the ValidationTestHelper.
...
- Introduce enum Mode with the DEFAULT, EXACT, REGEX values.
- Modify the validation issue matching mechanism to consider the current
value of this parameter.
- Add since tags.
Signed-off-by: Tamas Miklossy <miklossy@itemis.de>
2017-05-14 13:32:55 +02:00
Christian Dietrich
cedb18d650
Merge pull request #333 from eclipse/cd_guava21_compatibility
...
Made Code Guava 21 Compatible
2017-05-13 13:44:43 +02:00
Christian Dietrich
915d9df13d
Made Code Guava 21 Compatible
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-05-10 08:38:34 +02:00
Miro Spönemann
ecc8da5c4f
Merge pull request #328 from eclipse/msp_templateNodes
...
Fixed inconsistencies between TemplateNode and Xtend templates
2017-05-02 09:46:15 +02:00
Karsten Thoms
e6d86d9d3c
Merge pull request #329 from eclipse/kth_bug515846
...
handle null argument for projectConfig
2017-05-02 09:27:29 +02:00
Miro Spönemann
e9c0e220cf
Don’t indent if there is no content, added another special case test
2017-05-02 09:17:59 +02:00
Karsten Thoms
bebc514648
[515846] getTraceToTarget: return null when argument projectConfig is
...
null
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-05-01 21:43:52 +02:00
Karsten Thoms
a571fa9ba1
[515846] Add null guard for projectConfig
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-04-29 20:48:28 +02:00
Miro Spönemann
3a115a7977
Fixed inconsistencies between TemplateNode and Xtend templates
2017-04-28 15:32:19 +02:00
Miro Spönemann
043e599424
Merge pull request #327 from eclipse/trace_indents
...
Improvements of new tracing infrastructure
2017-04-28 09:37:59 +02:00
Miro Spönemann
4345a10408
Code cleanup and comments
2017-04-28 09:25:10 +02:00
Miro Spönemann
e40329c501
Allow templates and generator nodes as input to append(Object), improved handling of indent nodes
2017-04-28 09:24:26 +02:00
Miro Spönemann
05dc198460
Fixed mismatch between IndentNode and TargetStringConcatenation wrt. indentation of the first line
2017-04-28 08:57:58 +02:00
Sven Efftinge
0cb38c5f4c
[tracing] handle indent differently
2017-04-27 15:02:30 +02:00
Miro Spönemann
bcde648c21
Set Tycho version in p2-deployment.gradle
2017-04-27 09:16:13 +02:00
Miro Spönemann
82b2ad56a7
Merge pull request #325 from eclipse/msp_generatorErrorMessage
...
Improved error message of Xtext grammar validation
2017-04-27 08:43:54 +02:00
Miro Spönemann
75ad44c724
Merge pull request #326 from eclipse/msp_generatorNodes
...
Allow postprocessing on generator result tree
2017-04-27 08:40:34 +02:00
Miro Spönemann
c5dd2694e5
Removed @EqualsHashCode from generator nodes
2017-04-27 08:38:25 +02:00
Miro Spönemann
a104e77dbc
Allow postprocessing on generator result tree
2017-04-26 15:58:19 +02:00
Miro Spönemann
da893449d2
#41 : Improved error message of Xtext grammar validation when the type of a reference cannot be resolved
2017-04-26 13:22:04 +02:00
Christian Dietrich
b7801f175a
Merge pull request #316 from eclipse/cd_bug481287
...
[481287] Fixed bug in plugin.xml content comparison of xtext generator
2017-04-26 10:21:26 +02:00
Christian Dietrich
398f952378
Merge pull request #324 from kittaakos/GH-323
...
GH-323: Re-generated the `UriExtensions`. Fixed whitespaces.
2017-04-26 09:29:43 +02:00
Akos Kitta
5262b31613
GH-323: Re-generated the UriExtensions
. Fixed whitespaces.
...
Signed-off-by: Akos Kitta <kittaakos@gmail.com>
2017-04-26 09:04:25 +02:00