1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-23 00:03:53 +02:00
cdt/core/org.eclipse.cdt.core.tests
Jonah Graham 1dd218df31 Stop using _ identifier
From JLS 15.27.1.

It is a compile-time error if a lambda parameter has the name _ (that
is, a single underscore character).

The use of the variable name _ in any context is discouraged. Future
versions of the Java programming language may reserve this name as a
keyword and/or give it special semantics.

Change-Id: I6f357dcc8f1eea933c6fc3afb474982e6d6210fe
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
2016-04-15 11:12:02 +01:00
..
.settings Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
META-INF Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
misc/org/eclipse/cdt Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
model/org/eclipse/cdt/core Revert "Bug 489563 - API change for Language Settings Providers." 2016-03-22 10:32:31 -04:00
parser/org/eclipse/cdt Stop using _ identifier 2016-04-15 11:12:02 +01:00
regression/org/eclipse/cdt/core/tests Fix copyright of all CDT plugins using the copyright tool from platform. 2016-01-03 20:38:31 -05:00
resources Bug 477611 - Add support for C++14 Variable Templates 2016-01-06 13:11:23 -08:00
suite/org/eclipse/cdt/core Revert "Bug 489563 - API change for Language Settings Providers." 2016-03-22 10:32:31 -04:00
.classpath Moved to JDK 1.8. 2016-03-28 16:50:01 -04:00
.cvsignore
.project
about.html
build.properties Remove reference to java environment in build.properties 2015-09-29 08:57:47 -04:00
ChangeLog
plugin.xml bug 416628: "Export" of entries of language settings providers to referencing projects - added capability 2013-09-08 08:09:10 -04:00
pom.xml Incremented CDT features version to 9.0.0 2016-01-18 16:37:47 -05:00
test.xml