Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06Update master to next major release.Jeff Johnston1-1/+1
Change-Id: I8a022908249736d7f85ed51d718b6966d877b1b9 Reviewed-on: https://git.eclipse.org/r/92299 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
2017-03-01Move away of deprecated CDT methods/constants.Alexander Kurtakov1-2/+2
Both were in unreachable paths. Change-Id: I69ef386d892cac7c5905724edf1c2a8a06753ad3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/92082 Tested-by: Hudson CI
2016-12-13Update master to use 5.3.0-SNAPSHOT in pom and feature xml files.Jeff Johnston1-1/+1
Change-Id: Ide3619897eb6014cdc33f3369a1340ba51da289f Reviewed-on: https://git.eclipse.org/r/87078 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
2016-08-26releng: Bump feature versions for next release.Alexander Kurtakov1-1/+1
Containers and vagrant bumped to 2.2.0-SNAPSHOT. All the rest to 5.2.0-SNAPSHOT. Change-Id: Ida8c4a4a25b3655efa288936dd587d5e44668816 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/79831 Tested-by: Hudson CI
2016-06-08Update master branch to next proposed releaseJeff Johnston1-1/+1
Change-Id: Ib02edbae6ef3b80417dee68c55d25f067e3cf7fa Reviewed-on: https://git.eclipse.org/r/74844 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
2016-05-16systemtap: Remove useless instanceof checks.Alexander Kurtakov1-9/+2
Change-Id: I56d0b902c6bdb456784d8acf53003f6de098b2ab Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/72808 Tested-by: Hudson CI
2016-05-13sonar: Inefficient use of keySet iterator instead of entrySet iterator.Alexander Kurtakov2-11/+9
Change-Id: I81a3b1bf9e47548d44a333f51f90637b02203c37 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/72678 Tested-by: Hudson CI
2015-12-10Synchronize eclipse output dir with maven one.Alexander Kurtakov2-2/+1
No need for having the class files twice. Change-Id: I856b22e52bca9d9b15965cc78d468fab605d0c1d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62376 Tested-by: Hudson CI
2015-12-08systemtap: Bump to Java 8 and Neon.Alexander Kurtakov6-27/+12
Use lambdas where feasible. Change-Id: Idfd6b107d12c4b1528895814ab039dee756df08a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62199 Tested-by: Hudson CI
2015-12-07Start 5.0 development.Alexander Kurtakov1-1/+1
As it's going to be Neon this commit also changes the target platform used for the stream to be fully resolvable and to point to Neon content. Change-Id: Ie3da75a4ee70dca6800be569c31622a48a77263d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62104 Tested-by: Hudson CI
2015-09-22Update master to be source of 4.2.0 release.Jeff Johnston1-1/+1
Change-Id: I58c376548ad89e5a38763338fe266dc650af6c4e Reviewed-on: https://git.eclipse.org/r/56473 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
2015-07-29Remove ChangeLog files.Alexander Kurtakov1-238/+0
These are so badly outdated to the state they are useless now. Change-Id: I7c905a68a7629d505776dbddba60843a8be9a31a Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/52801 Tested-by: Hudson CI
2015-06-04Bump up master to 4.1.0, the next release.Jeff Johnston1-1/+1
Change-Id: I31832db4df434060a271b1f0a7cfd63246dfc3e8 Reviewed-on: https://git.eclipse.org/r/49461 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2015-03-06Bump version to 4.0.0.Alexander Kurtakov1-1/+1
All versions should be at version 4.0.0. Change-Id: Id7ea22ff735cdda7cecae966391ae62da77c5511 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/43336 Tested-by: Hudson CI
2014-09-26Bump features to 3.2.0-SNAPSHOT.Alexander Kurtakov1-1/+1
Change-Id: I08a5bd3b0a3892c66537997668dedd36e88474c0 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/33993
2014-06-04Set next release to be 3.1.0.Jeff Johnston1-1/+1
Change-Id: I4731f53db522baccec56da9d51e7a37dc8a71b64 Reviewed-on: https://git.eclipse.org/r/27612 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2014-04-30Cleanups.Alexander Kurtakov1-9/+9
* Member to variable. * String.isEmpty usage. * Unnecessary local before return. * Naming conventions * Integer instantiation * Dead store to local variable Change-Id: I96b495245a2505fcbd608965319b3565edf513ff Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25766 Tested-by: Hudson CI
2014-04-29More cleanups.Alexander Kurtakov2-10/+7
* Empty statements * This final field could be made static * Member could be replaced by local variable * 'static' modifier out of order with the JLS suggestions. * strings handling * unused parameters * unnecessary local before return Change-Id: I7e6b45466178696345a057f75278c6c5c8a670ad Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25708 Tested-by: Hudson CI
2014-04-29Various cleanups.Alexander Kurtakov3-10/+1
* Unused public or protected field * Javadoc fixes * Unread public/protected field * Unused imports * Unused modifiers * Avoid modifiers which are implied by the context Change-Id: Ieac08a3cf3b3ffd824ea7af0a63864d2ae17cc54 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25706 Tested-by: Hudson CI
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti22-2355/+2355
To comply with Sonar style requirements, replace all tab characters with four whitespace characters/spaces, and remove all trailing whitespace. Perform this change to all Java and XML files. Also replace tabs with "\t" in test strings that require tabs, and edit STPIndenterTest so that it doesn't rely on indented comments. Change-Id: I48c3c5449a58fe5310967d998a05df1a28fbcbb0 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/25561 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-04-16systemtap: Fix warnings.Alexander Kurtakov3-27/+14
Warnings from the last 30 days added report. Change-Id: Ia1c867c04f42b3162483549ff23bf3be4a5b9dc4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/25097 Tested-by: Hudson CI
2014-04-14callgraph: Remove dead code.Alexander Kurtakov7-2061/+1772
And other small changes as spotted. Change-Id: I38b8ad2fd60d7263b3a88aae491e822fdca153e4 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24985 Tested-by: Hudson CI
2014-04-08systemtap: Remove unused method parameters.Alexander Kurtakov2-4/+4
Enable the warnings and fix them. Change-Id: I4403c3ea64548662e67a54889641541acb972ccf Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24635 Tested-by: Hudson CI
2014-04-08Extend JFace LabelProvider instead of implementing ILabelProvider.Alexander Kurtakov1-20/+2
Prevents stubbing many methods. Change-Id: I1b6c38d81df3ac68a7f714dc3e08dbf448491551 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24604
2014-02-13Systemtap: Cleanup & warning/style fixes.Andrew Ferrazzutti4-74/+61
Fix more warnings reported by SonarQube & Eclipse. Change-Id: I040d76c7c8947cb610b3bc1d651fdf28489848e9 Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/21918 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2014-02-05systemtap: Use try-with-resources.Alexander Kurtakov1-38/+43
It's surprising how many resources are not actually closed. Change-Id: I9859fb9da95cf7abbcc357daea4f0ccfbe8e9eb6 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/21563 Tested-by: Hudson CI
2014-01-22systemtap: Move all to Java 7.Alexander Kurtakov11-72/+158
Change-Id: I9070558de0d928c50d2fef8b547e641288a0d1ca Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20917 Tested-by: Hudson CI
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov1-1/+1
Subprojects parent poms are losing their versions as they are always the same as the parent pom version and thus only introduce noise. Change-Id: I6388f33c5e68d8c061cf57c7c09612817e189e30 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19310 Tested-by: Hudson CI
2013-09-09callgraph: Various cleanups.Alexander Kurtakov6-31/+105
* Dropped unused classes and methods. * Formatting. * Enable save actions. Change-Id: Idda23cb0e88581a8ca0f761e5b49d814554b9922 Reviewed-on: https://git.eclipse.org/r/16220 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-09-05Add missing NON-NLS.Alexander Kurtakov2-89/+89
String.equals("") have been replaced with String.isEmpty(). Change-Id: Ide5fcc19c3eec8907d69c6811e27b47ca9a0d32e
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston1-1/+1
- update top pom.xml to properly default Kepler - update SystemTap feature and ide plug-ins to 2.1.0 Change-Id: I5eeba68b42cf9601f523c822d7dd1a414ece762c Reviewed-on: https://git.eclipse.org/r/15916 Tested-by: Hudson CI Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> IP-Clean: Jeff Johnston <jjohnstn@redhat.com> Tested-by: Jeff Johnston <jjohnstn@redhat.com>
2013-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston1-0/+1
Change-Id: Id599a09aa6d1c3dfae20164a3200c88ea732e26f Reviewed-on: https://git.eclipse.org/r/13885 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-04-02Add braces around if statementsSami Wagiaalla1-76/+137
Change-Id: Ide699a5c1480d350472dbee5a3e8ab4dfd7dc18d Reviewed-on: https://git.eclipse.org/r/11609 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-03-29Clean up o.e.l.callgraph and o.e.l.systemtap.ui.*Camilo Bernal1-2/+0
* Remove commented out code. * Remove unused field. * Add missing NON-NLS tags. * Externalize message strings. Change-Id: Idae648712ea579a841b47d1113919777236d556e Reviewed-on: https://git.eclipse.org/r/11532 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-03-27o.e.l.callgraph: Fixes all around.Alexander Kurtakov13-824/+779
* Java naming convention * Formatting * Removed unused methods Change-Id: Ida1d8decaabc0b93a364d5ee70bb29d525582109 Reviewed-on: https://git.eclipse.org/r/11533 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-03-08Clean up ProfileLaunchConfigurationDelegate.Roland Grunberg2-14/+3
Remove methods from ProfileLaunchConfigurationDelegate that are only used by the Callgraph plugin and move them to the plugin itself. Change-Id: I3268b87c0b44cf4f53660e856224713e52de378a Reviewed-on: https://git.eclipse.org/r/10982 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-02-05Increase major version for plug-ins with recent api-breaking changes.Camilo Bernal2-2/+2
Change-Id: Ibee8d371a1d9ad03406a1d3951530985fe20b980 Reviewed-on: https://git.eclipse.org/r/10107 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-01-21Do not enable toolbar buttons if Callgraph launch fails.Roland Grunberg1-96/+65
Change-Id: I44def21872d7a396bd092264bfddf5d9cb672f95 Reviewed-on: https://git.eclipse.org/r/9816 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-01-16Add EPL to files created by Red HatSami Wagiaalla2-0/+22
Change-Id: Iae86f583b363c5878d1698ca36b50291549ddabd Reviewed-on: https://git.eclipse.org/r/9703 Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2013-01-15o.e.l.callgraph cleanup.Alexander Kurtakov12-235/+38
* Removed unneeded activator file. * Removed commented code. * Formatted some parts. * Adapters instead of listeners to reduce empty methods. Change-Id: Ifb879006c0567e092e6885ea40f752731e35b44d Reviewed-on: https://git.eclipse.org/r/9674 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-01-15Cleanup callgraph.tests.Alexander Kurtakov1-102/+67
* Enabled more tests. * Removed commented lines. * Removed activator. * Removed sysouts. Change-Id: I7b84352a31a81cf86f3325a1e7ec0f17131faed6 Reviewed-on: https://git.eclipse.org/r/9666 Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-01-10Remove unused code.Alexander Kurtakov6-355/+1
These actions were not hooked at all and were unfinished. If anything they don't belong to callgraph but to some other systemtap plugin. Change-Id: I9ca7b515cba6957b228005224edfbdf586d6c230 Reviewed-on: https://git.eclipse.org/r/9603 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com> Tested-by: Hudson CI
2013-01-10Collapse if statements where possible in callgraph plug-ins.Camilo Bernal3-15/+7
Change-Id: I8620f4f23065beb2dc4e86a5b2c542c31b78c010 Reviewed-on: https://git.eclipse.org/r/9586 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2012-12-13Bump up Linux Tools master snapshot release to 2.0.0.Jeff Johnston1-1/+1
Change-Id: I5b9ab2cf7a5408714a33626d20aca0b06bfbf8fc Reviewed-on: https://git.eclipse.org/r/9162 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2012-10-10Check that user belongs to stapdev for callgraph viewsLukas Berk2-60/+119
Callgraph would throw NPE's if the user wasn't properly assigned to the stapdev group. Now we properly check that the user belongs to the stapdev group, and if not, avoid running the views causing the NPE, instead throwing an error message informing the user, and providing the command to properly add the user to the correct group ($usermod -aG stapdev user). Strings have been properly externalized. Change-Id: I36448b14207a157e69b85a866f9f613ad55fc8e2 Reviewed-on: https://git.eclipse.org/r/8100 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2012-08-30InstanceOf A on Lis<A> makes no sense.Alexander Kurtakov1-2/+2
It can only be false if the element is null. Change-Id: Ic37faa40b89eea98af505ef99b29731b1d459dad Reviewed-on: https://git.eclipse.org/r/7507 Tested-by: Hudson CI Reviewed-by: Sami Wagiaalla <swagiaal@redhat.com> IP-Clean: Sami Wagiaalla <swagiaal@redhat.com> Tested-by: Sami Wagiaalla <swagiaal@redhat.com>
2012-08-29Add @Override annotations.Alexander Kurtakov8-3/+41
Change-Id: I956f021d38154bde02f85fb52679929537bb48be
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov1-8/+0
Change-Id: Ibf6cfc6a1b3a100d3de72758da86937051326349 Reviewed-on: https://git.eclipse.org/r/7491 Tested-by: Hudson CI Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2012-08-29Use static fields in static way.Alexander Kurtakov1-4/+5
Change-Id: Ifdf4af5852bb6a7b93f6dddcbaca3afc657bb5e7
2012-08-29Remove unnecessary semicolons.Alexander Kurtakov3-3/+3
Change-Id: I9391868838a6b6a98ee8b08390c3077e5c8027e6

Back to the top