Commit graph

2074 commits

Author SHA1 Message Date
Moritz Eysholdt
cb429b7677 [serializer] cleand up test data from SyntacticSeqnencerPDAProviderTest 2011-10-18 12:35:23 +02:00
Moritz Eysholdt
c5953a6d51 xtext.tests should not depend on Xbase 2011-10-18 12:35:22 +02:00
Moritz Eysholdt
d65eba30cf [serializer] handle null-types properly 2011-10-18 12:35:22 +02:00
Moritz Eysholdt
a2d6ac98a1 [util.formallang] improve handling of many-alternatives in NfaToProduction 2011-10-18 12:35:21 +02:00
Moritz Eysholdt
255231c347 [util.formallang] bugfix in the FollowerFunction
Productions with purely optional content were not 
handled correctly.
2011-10-18 12:35:21 +02:00
Moritz Eysholdt
bfba0fad0b [util.formallang] fixed 359864 - Xtext hangs on multiple parentheses styles 2011-10-17 16:10:13 +02:00
Sebastian Zarnekow
c1c226f575 [xtext] Fixed deprecation warnings in XtextLinker 2011-10-13 22:39:47 +02:00
Sebastian Zarnekow
d6d0500ea5 [xtext][contentassist.test] Reused injectors of content assist test classes to speed up the test execution 2011-10-13 22:39:46 +02:00
Sebastian Zarnekow
9c9075c42a [xtext][ui] Fix: infinite recursion in content assist parser
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=360834
2011-10-13 20:40:56 +02:00
Sebastian Zarnekow
21a6244bb9 [xtext] Improved assertion message in PolymorphicDispatcherTest 2011-10-13 12:09:09 +02:00
Sebastian Zarnekow
687a6515ea [xtext] Introduced accessors for the fields of the ImportNormalizer
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=360739
2011-10-13 11:31:21 +02:00
Sebastian Zarnekow
cc4b6d02e0 [xtext][junit] Added ParseHelper#parse(CharSequence, URI, ResourceSet)
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=351719
2011-10-12 15:26:43 +02:00
Sebastian Zarnekow
1c80fb74a9 [xtext][generator] Fix for class splitting when backtracking is involved, enabled very eager splitting for BeeLangTestLanguage 2011-10-12 12:54:29 +02:00
Sebastian Zarnekow
b822d2b6f9 [xtext][generator] Improved class splitting
Introduced #methodsPerClass in AntlrOptions which allows to trigger an "Extract as many super-types as necessary" refactoring on the generated parsers. Defaults to 5000

see https://bugs.eclipse.org/bugs/show_bug.cgi?id=354101
2011-10-12 01:15:06 +02:00
Sebastian Zarnekow
deebdb2352 [xbase][type] Another minor improvements to caching strategy of type inferrer
+ removed unused import
+ added todo to XbaseJavaValidator
+ improved RootAssumptionTracker#toString for debug purpose
2011-10-10 14:54:22 +02:00
Moritz Eysholdt
1c4c176825 [serializer/util.formallang] improved handling of strings 2011-10-10 12:59:31 +02:00
Moritz Eysholdt
62d535d736 [util.formallang] access properties via getters; this broke the build 2011-10-10 10:45:07 +02:00
Moritz Eysholdt
859060a816 [serializer] added another test for the SyntacticSequencer 2011-10-10 10:45:07 +02:00
Lieven Lemiengre
915a263a4f improved filterByURI performance
Signed-off-by: Sebastian Zarnekow <Sebastian.Zarnekow@itemis.de>
2011-10-09 18:17:56 +02:00
Moritz Eysholdt
8708e7999c [serializer] bugfix in SerializerPDAProvider 2011-10-08 16:00:10 +02:00
Moritz Eysholdt
a394606fe3 [serializer] implemented support for maintaining order in UnorderedGroups 2011-10-08 15:12:24 +02:00
Moritz Eysholdt
a027765912 [serializer] migrated the SyntacticSequencerPDAProvider to be based on util.formallang 2011-10-08 12:19:16 +02:00
Moritz Eysholdt
4e6942b8f6 [serializer] created the SerializerPDAProvider based on util.formallang 2011-10-08 12:19:15 +02:00
Moritz Eysholdt
feaf704174 [util.formallang] improved factories 2011-10-08 12:19:15 +02:00
Moritz Eysholdt
2a71d84da8 [util.formallang] support for creating PDAs from Context-free Grammars using a FollowerFunction 2011-10-08 12:19:15 +02:00
Moritz Eysholdt
d02dda6b4e [util.formallang] introducing the FollowerFunction 2011-10-08 12:19:15 +02:00
Moritz Eysholdt
5fcc5e8139 [util.formallang] improved naming 2011-10-08 12:19:14 +02:00
Sebastian Zarnekow
332818ea57 [xtext][util] Some clean up in OnChangeEvictingCache, Javadoc 2011-10-06 11:18:53 +02:00
Sebastian Zarnekow
159ec340ac [xbase][linking] Explicit handling of linking assumptions
This fixes issues with overloaded methods
2011-10-06 09:41:23 +02:00
Sebastian Zarnekow
c697cf3b1e [xtext][utils] Added very simple statistics to OnChangeEvictingCache
Can be enabled by activating debug logging for the OnChangeEvictingCache
2011-10-04 14:12:41 +02:00
Knut Wannheden
4d451c25aa [old serializer] preserve text from node model if cross referenced object has correct uri - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=325435 2011-10-04 09:24:15 +02:00
Dennis Huebner
7b6948c01f [releng] incrementing version for Juno M2 2011-09-26 15:52:11 +02:00
Dennis Huebner
7ea1330067 Fixed some "new" javadoc tags like deprecation and returns 2011-09-20 17:43:55 +02:00
Sven Efftinge
01c64f5ff2 [Xtext] DerivedStateAwareResource - added cache clear calls to install and discard derived state calls. 2011-09-20 14:18:43 +02:00
Knut Wannheden
05e396ae25 added some more DefaultResourceDescriptionDeltaTest#haveEObjectDescriptionsChanged() tests 2011-09-20 08:43:17 +02:00
Michael Clay
8854530e62 [BuilderParticipant] Allow configuration of outlets 2011-09-19 21:57:08 +02:00
Knut Wannheden
998e621f74 [resource description] added check to guard against adding dangling references - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=356911 2011-09-19 16:11:48 +02:00
Knut Wannheden
9e1d9d71ca [builder] don't require IEObjectDescription#getUserDataKeys() to be ordered in DefaultResourceDescriptionDelta - see https://bugs.eclipse.org/bugs/show_bug.cgi?id=356063 2011-09-19 15:49:18 +02:00
Sven Efftinge
0a9ec51d21 [Xtext , Xbase, Xtend] introduced boolean flag on IDerivedStateComputer indicating whether installState is called during pre-linking or not. 2011-09-19 09:22:33 +02:00
Sebastian Zarnekow
d238d06728 [common.types] JvmTypes should be read from the index prior to mirroring actual java classes
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=355940
2011-09-14 16:26:08 +02:00
Sebastian Zarnekow
158334c04e [xtext] Include the (optional) removal of the previous parse result in the updating logic of the XtextResource / DerivedStateAwareResource, ensure that parsed root object will be added to index 0 in the content list 2011-09-14 10:05:27 +02:00
Sven Efftinge
7029562332 [Xtext, Xbase] renamed *LateInitialization* stuff to *DerivedState*, made getContents synchronized, some other improvements 2011-09-13 20:23:26 +02:00
Jan Koehnlein
3a8675692d [validation] Grammar must have a namespace
https://bugs.eclipse.org/bugs/show_bug.cgi?id=348052
2011-09-13 11:52:03 +02:00
Sven Efftinge
7298e48e91 [Xtext] renamed identifiers in ILateInitialization 2011-09-13 11:47:51 +02:00
Sven Efftinge
50e75f71c3 [Xtext] removed NotifiactionDispatcher 2011-09-13 11:47:51 +02:00
Sven Efftinge
2515cef22b [Xtext] more changes about notifications 2011-09-13 11:47:49 +02:00
Sven Efftinge
708cc98831 [Xbase] made JvmModelInferrer use INotificationDispatcher 2011-09-13 11:47:49 +02:00
Sven Efftinge
fb99b08b69 [Xtext.util] added NotificationDispatcher 2011-09-13 11:47:48 +02:00
Sven Efftinge
05715333ae [Xtext] introduced discardLateInitialization 2011-09-13 11:47:48 +02:00
Sven Efftinge
d5b3e8b4ad [Xbase] changed interface of IJvmModelInferrer 2011-09-13 11:47:47 +02:00