Alex Blewitt
fc07efa909
Bug 491825 - Remove primitive wrapper creation
...
Using `new Integer` and other wrapper types such as `new Character` results in
potential extra heap utilisation as the values are not cached. The built-in
`Integer.valueOf` will perform caching on numbers in the range -128..127 (at
least) using a flyweight pattern. In addition, parsing `int` values can be done
with `Integer.parseInt` which avoids object construction.
Adjust tests such as `"true".equals(expr)` to `Boolean.parseBoolean(expr)`.
Change-Id: I0408a5c69afc4ca6ede71acaf6cc4abd67538006
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-04-16 12:17:48 -04:00
Marc Khouzam
f3ff649041
Fix copyright of all CDT plugins using the copyright tool from platform.
...
This commit does not add missing copyrights, just updates the date on
the existing ones.
Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2016-01-03 20:38:31 -05:00
Nathan Ridge
7ece374afd
Bug 408870 - Do not require a whitespace after 'operator' when searching
...
for an overloaded operator in the Search or Open Element dialogs
Change-Id: Idd0363cd2cb3d44a822fb2ebc34582feb2238022
Signed-off-by: Nathan Ridge <zeratul976@hotmail.com>
2015-07-07 15:08:12 -04:00
Sergey Prigogin
0a69302022
Cosmetics.
2015-02-23 16:27:54 -08:00
Michael Rennie
66e13018e4
Bug 374795 - Open Element dialog (CDT) has text field disabled in 3.8M6
2012-03-20 14:38:56 -07:00
Markus Schorn
fa55d3662d
Bug 368160: Dependent projects and SDKs.
2012-01-27 11:00:22 +01:00
Sergey Prigogin
986bf0206b
@Override annotations and redundant casts.
2012-01-07 17:32:13 -08:00
Sergey Prigogin
ae0cde8d3a
Bug 292839 - Adding a base class takes too much time in New Class
...
wizard.
2011-09-11 19:57:50 -07:00
Sergey Prigogin
bb0f0865d8
Cosmetics.
2011-09-11 19:57:26 -07:00
Markus Schorn
4a66e70766
Bug 329676: Open element for enumerators.
2010-11-11 09:01:41 +00:00
Andrew Gvozdev
d320195a9e
bug 88402: UI plugins should share common images
2010-11-05 16:05:04 +00:00
Markus Schorn
9f1f076635
Bug 316454: Open Element to cancel query when typing additional letters.
2010-06-16 12:27:03 +00:00
Vivian Kong
8b4a2fbab5
Bug 315439 Fix up copyright
2010-06-02 19:10:42 +00:00
Andrew Gvozdev
254e8822a8
show malformed API tooling tags as error
2010-02-08 03:25:02 +00:00
Markus Schorn
df90029032
Fix handling of InterruptedException when locking index, bug 271909.
2009-06-26 09:21:12 +00:00
Markus Schorn
7c51979037
Fixes warnings.
2009-03-26 15:51:12 +00:00
Markus Schorn
1ac3e5e1eb
Replace CCorePlugin.log() with CUIPlugin.log()
2009-02-04 11:28:08 +00:00
Markus Schorn
49e24aa545
API tags for org.eclipse.cdt.core.browser.*, bug 260830.
2009-02-04 08:01:37 +00:00
Anton Leherbauer
b742f53981
API cleanup - bug 260830
2009-02-03 13:43:39 +00:00
Markus Schorn
eea81e9d95
Static variables shown as global in search, bug 255192.
2008-12-17 16:18:50 +00:00
Chris Recoskie
7bf1b3fe02
copyrights
2008-06-11 15:50:53 +00:00
Markus Schorn
0b1b9a6092
Fix warnings.
2008-04-25 14:24:53 +00:00
Markus Schorn
da70ef502f
Support search for local variables and parameters, bug 151334.
2008-04-22 09:08:07 +00:00
Markus Schorn
147b628385
Fix warnings.
2008-04-11 09:37:31 +00:00
Markus Schorn
a14a63c060
Increased warning levels for ui-plugin, fixed warnings.
2008-04-09 11:24:27 +00:00
Anton Leherbauer
dcf186c8c1
Improve strategy to re-query in ElementSelectionDialog, related to bug 211251
2008-04-04 07:34:07 +00:00
Markus Schorn
553c5a49fe
Show function parameters in Open Element dialog.
2008-03-14 09:48:14 +00:00
Anton Leherbauer
7446d41232
Cleanup NLS keys
2008-03-12 12:01:53 +00:00
Markus Schorn
a5f83b394c
Open Element to show macro parameters, bug 209762.
2008-03-05 13:44:35 +00:00
Anton Leherbauer
e51565a4f7
Add context help id for Open Element Dialog
...
Add user docs for Code Templates preference page
2007-12-05 12:28:32 +00:00
Anton Leherbauer
6c009d8c5e
Fix for 211251: Open Element takes too long when using for large project
2007-11-29 15:40:33 +00:00
Markus Schorn
9b07ea66db
Static variables/functions in Open Element and Search (bug 193057 and 196414).
2007-11-22 15:57:17 +00:00
Anton Leherbauer
2ece943ed1
Fix for 195290: Open Element wildcard problem
2007-10-18 12:09:57 +00:00
Markus Schorn
b047d952b2
Fix for 193056, macros for Open Element.
2007-10-16 08:30:08 +00:00
Markus Schorn
d94962d1e8
Follow up for 189811, filter static variables and functions.
2007-07-20 11:24:13 +00:00
Vivian Kong
f695e81bd6
fix for bug 189330 - manually add labels to element list for accessibility
2007-07-06 18:20:25 +00:00
Markus Schorn
d846abee43
Fix for 172656, search results hold on to bindings from index.
2007-06-28 13:24:34 +00:00
Markus Schorn
d09c6cad1e
Fix for 192834, missing location for struct-members in Open Element dialog.
2007-06-15 12:22:25 +00:00
Markus Schorn
50a30712fb
Fixes a NPE in the TypeSelectionDialog.
2007-06-15 11:14:51 +00:00
Doug Schaefer
5bb6232e14
Fix up copyrights.
2007-06-14 19:36:57 +00:00
Vivian Kong
caa5ad7df2
bug 187629 - add note to translators in TypeInfoMessages.properties so C/C++ keywords don't get translated
2007-06-08 19:35:15 +00:00
Vivian Kong
883db256c2
fix for bug 189010 - Mnemonics problem in Open Element dialog
2007-05-31 20:11:27 +00:00
Markus Schorn
5e53cb742f
Fix for 69739, Open Type does not correctly show all namespace definitions.
2007-05-18 11:27:43 +00:00
Vivian Kong
71b6e891b0
bug 187629 - add note to translators in TypeInfoMessages.properties so C/C++ keywords don't get translated
2007-05-17 19:49:24 +00:00
Vivian Kong
0a56e03724
bug 187629 - add note to translators in TypeInfoMessages.properties so C/C++ keywords don't get translated
2007-05-17 18:18:06 +00:00
Anton Leherbauer
5b31b196fa
Open Element: Faster queries and cancellation
2007-04-24 09:43:44 +00:00
Markus Schorn
c5c4332df0
Fix for 183379 in coop with Anton Leherbauer, progress monitor for findBindingsForPrefix.
2007-04-23 14:34:22 +00:00
Anton Leherbauer
9a04ce27c7
Fix warning
2007-04-20 06:33:21 +00:00
Anton Leherbauer
ef4ddbd189
Guard against NPE
2007-04-19 15:39:10 +00:00
Anton Leherbauer
eda6e679cf
Fix Open Element in case of modified editor, misc. improvements for ElemementSelectionDialog
2007-04-19 15:34:40 +00:00