1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
cdt/core/org.eclipse.cdt.ui.tests
Alain Magloire a443caeb08 2004-06-18 Alain Magloire
This was heavy and lots of files were change.  The problem: to create the CElementInfo we use
	to synchronize of the CModelManager singleton instance, this was handy and allowed us to serialize
	the creation of the proxy info and save in the LRU cache.  Then came Eclipse-3.0 with job spawning
	everywhere, lots of deadlock since the CModelManager was lock and the singleton is the center
	to get all the info.  We use the same scheme as the JDT by using a ThreadLocal class cache
	to collect the information.  We fixed a couple of bug allong the way and probably introduce some.

	The tests were doing something stupid, by creating directly the TranslationUnit:
		new TranslationUnit(project, file);
	This does not work since only the sourceRoot can be the parent
	of a TranslationUnit, the tests are now fix bug we should restrict access of the class in the core model
	after 2.0.
2004-06-19 02:43:04 +00:00
..
core/org/eclipse/cdt/ui/tests/textmanipulation Remove usage of Java 1.4 reserved keyword assert. 2003-07-17 15:23:56 +00:00
resources/contentassist - fix bug 60928 - content assist and member definitions 2004-05-11 21:37:37 +00:00
src/org/eclipse/cdt/testplugin Upgrade to Eclipse 3.0. Includes: 2003-11-24 18:31:03 +00:00
ui/org/eclipse/cdt/ui/tests 2004-06-18 Alain Magloire 2004-06-19 02:43:04 +00:00
.classpath Updated classpath so it uses dynamic classpath entries. 2004-01-15 19:40:37 +00:00
.cvsignore enter .cvsignore. 2002-10-24 12:42:02 +00:00
.project Content Assist Work : Moved logging and testing to the UI side of CDT 2004-01-15 18:06:14 +00:00
about.html First crack at junit CDT tests 2002-08-20 16:35:24 +00:00
build.properties Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
ChangeLog - fix bug 60928 - content assist and member definitions 2004-05-11 21:37:37 +00:00
plugin.xml Content Assist Work : Moved logging and testing to the UI side of CDT 2004-01-15 18:06:14 +00:00
test.xml Cleanup some left over gunk from the move of stuff to org.eclipse.cdt.core.tests 2003-07-15 13:43:18 +00:00