Marc Khouzam
8cf5ed53f2
Update version to 9.3.0
...
Change-Id: Ic953ccc5d38ff3661ca44de21ed8c4b7dad5b246
2016-11-15 20:32:51 -05:00
Marc Khouzam
334777eb6e
Update version to 9.2.0
...
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-11-14 23:50:05 -05:00
Marc Khouzam
cd559dafaf
Update version to 9.1.0
...
This commit used the script releng/scripts/ChangeFeaturesVersion.sh
Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-08-17 10:11:57 -04:00
Marc Khouzam
f38cbb85c3
Remove old .cvsignore files
...
Change-Id: Ia66de47055a15d94c0aa45d1198f0a9e78d82ad0
2016-06-30 09:58:00 -04:00
Marc Khouzam
9e1e981b4d
Move the rest of the CDT plugins to java 8
...
This change was generated using the script:
releng/scripts/ChangeJavaVersion.sh
Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-06-22 14:51:43 -04:00
Alex Blewitt
2356a29c70
Bug 492200 - Replace StringBuffer with StringBuilder
...
There are many opportunities for replacing `StringBuffer` with
`StringBuilder` provided that the type isn't visible from the
public API and is used only in internal methods. Replace these
where appropriate.
Change-Id: Ic2f50c5b6f3c3a4eae301bb3b40fb6faed235f79
Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-04-21 22:17:03 -05:00
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
Jesper Eskilson
92cd626895
Code cleanup in DSF examples.
...
- Added @Override where necessary.
- Added src_ant to source directories in build.properties
- Fixed resource leaks
- Added type parameters where missing (e.g. Vector in PreProcessor.java)
- Removed unused imports
Change-Id: I28c7e295891833f9b561975da0adc92d55f2e048
Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2016-03-29 16:18:03 -04:00
Marc Khouzam
b745736775
Incremented CDT features version to 9.0.0
...
This includes bumping the standalone debugger to 9.0.0
Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2016-01-18 16:37:47 -05: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
Jesper Eskilson
f07ed550d7
Fixed a couple of FindBugs errors in DSF examples.
...
Change-Id: Ibce2e1ec4f128900989c1420488bf2d1d636e6fc
Signed-off-by: Jesper Eskilson <jesper.eskilson@iar.com>
2015-08-10 11:27:25 -04:00
Marc Khouzam
bb61124897
Incremented CDT feature version to 8.8.0
...
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-06-10 09:33:49 -04:00
Marc Khouzam
e820f872ad
Incremented CDT feature version to 8.7.0
...
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-04 21:07:13 -04:00
Marc Khouzam
4781f20495
Move some leftover plugins from Java 5 to Java 7.
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 13:42:20 -04:00
Marc Khouzam
87a29d31aa
Add many missing @Override to remove warnings
...
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25 11:18:06 -04:00
Sergey Prigogin
252eaf4c0f
Incremented CDT feature version to 8.6.0.
...
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf
Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Reviewed-on: https://git.eclipse.org/r/39066
Tested-by: Hudson CI
2015-01-06 19:40:38 -05:00
Marc Khouzam
126e67237d
Bug 439624 - Per-element formatting for expressions and variables
...
Change-Id: I25d2c0656d9a21b74693d459e66c0fbe4131038d
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/30192
Tested-by: Hudson CI
Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-10-29 13:32:35 -04:00
Sergey Prigogin
d8154bd340
Inremented branding plugin version to 8.5
2014-07-21 17:39:01 -07:00
Marc Khouzam
bb3fd559c9
Bug 344739 - RejectedExecutionException when terminating a PDA launch
...
Change-Id: I28cdfcd9aef6c7ece39c29b82459825698dc71bc
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/29488
2014-07-07 10:22:39 -04:00
Sergey Prigogin
1d166260a8
Bumped up CDT version to 8.4.
...
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55
Reviewed-on: https://git.eclipse.org/r/20908
Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com>
Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21 17:35:29 -05:00
Andrew Gvozdev
652ce4748e
Fixed parent pom version to reference
2013-08-27 15:16:24 -04:00
Pawel Piech
4d02730830
DSF - Added support for arrays in PDA example.
2012-10-30 11:43:00 -07:00
Sergey Prigogin
3be412111c
Bumped up feature versions for Kepler.
2012-06-28 11:08:11 -07:00
Pawel Piech
6d107cd42e
Bug 374512 - breakpointContribution does not support custom
...
field editors
Also addresses:
Bug 374514 - breakpointContribution always add Widgets on top of
common properties page
Bug 374508 - breakpointContribution does not support restrictions
2012-04-03 14:17:57 -07:00
Pawel Piech
1dbaf3c1ba
Bug 360280 - [breakpoints] Reposition breakpoints when planted on invalid line (PDA Example - Added updating of C Breakpoint status to set installed flag and update line number)
2012-02-08 11:53:55 -08:00
Sergey Prigogin
09967ad791
Version number changes missed in the previous commit.
2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c
Updated parent feature version in pom.xml files.
2011-10-19 19:32:07 -07:00
Doug Schaefer
d7092b12c9
Mavenizing CDT releng.
...
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Andrew Gvozdev
ae0d300399
bug 319777: Restored 1.2 as it does not compile with Java 1.5
2010-07-14 17:24:12 +00:00
Andrew Gvozdev
dbe5a12393
bug 319777: Missing @Override annotations
...
patch from Petri Tuononen
2010-07-14 13:51:53 +00:00
Vivian Kong
70237c3d81
Bug 315439 Fix up copyright
2010-06-03 00:12:05 +00:00
Pawel Piech
e31d06b003
[298909] - [launch] DSF suspend trigger susceptible to race conditions
2010-01-05 23:51:29 +00:00
Pawel Piech
9a35a91bd0
Bug 291342 - [debug view] DSF session executor intermittently deadlocks during session termination
2009-10-07 17:54:22 +00:00
Pawel Piech
42273bfa02
[288553] - Change DSF plugins' version to 2.1.
2009-09-03 19:59:52 +00:00
Randy Rohrbach
1c3c25d982
I removed the no longer supported nore required getModelData() routine. This is just cleanup in the example. I have not taken the time to create a bugzilla for this.
...
Randy
2009-08-04 14:20:22 +00:00
Pawel Piech
33154819a4
[281585] - [pda] Refactor of PDA's IAdapterFactory implementation.
2009-06-25 22:01:46 +00:00
Vivian Kong
b7417b69cb
update copyrights
2009-05-27 15:26:54 +00:00
Vivian Kong
5e92597120
bug 254307 - branding
2009-05-26 14:48:10 +00:00
Pawel Piech
0c98984ff0
Fixed range of supported number formats in PDA.
2009-03-31 21:25:53 +00:00
Pawel Piech
7a3355c0fb
Add a threads sample.
2009-03-19 17:38:58 +00:00
Pawel Piech
e659686dd8
[269048] - [pda][run control] The suspend command is not enabled on the thread when it's running.
2009-03-17 18:38:26 +00:00
Pawel Piech
d37ea1f54c
Fix PDA plugin messages.
2009-03-16 18:25:10 +00:00
Pawel Piech
1517fb3e03
Fix PDA source lookup bug.
2009-03-16 18:24:36 +00:00
Randy Rohrbach
739592300e
Defect 225650, additional tweaking.
2009-03-13 15:39:55 +00:00
Pawel Piech
4250d67c92
Attempt to get PDA working in binary plugin.
2009-03-13 05:40:13 +00:00
Pawel Piech
c629b4d02b
[254200] - Localization - ICU4J
2009-03-13 04:52:23 +00:00
Pawel Piech
d5deb00643
Localization - ICU4J
2009-03-13 04:50:10 +00:00
Pawel Piech
f340cd5908
[266588] - Removed deprecated methods.
2009-03-12 04:28:15 +00:00
Randy Rohrbach
640102e1ee
partial fix for Bugzilla 265882
2009-02-26 21:37:24 +00:00
Anton Leherbauer
54d20ce0fc
Add .options file in binary build
2009-02-26 13:26:36 +00:00