Skip to main content
summaryrefslogtreecommitdiffstats
path: root/gcov
AgeCommit message (Collapse)AuthorFilesLines
2014-04-07tests: Replace empty fail() with actual asserts.Alexander Kurtakov2-3/+59
Makes it easier to see what went wrong from the junit log. Change-Id: Ib534f7ed907ed4463739be9122a896cddd179ca9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/24516 Tested-by: Hudson CI
2014-03-16gcov: Attempt to stabilize SWTBot tests.Andrew Ferrazzutti1-3/+5
Add an extra wait condition and extend an existing one to avoid missing "Delete Resources" shells. Change-Id: I7d3d9f9b301e33144567f9978ed8e1dd413fa8df Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/23406 Tested-by: Hudson CI
2014-03-14gcov: remove sleeps from swtbot testsMatthew Khouzam4-248/+307
Remove fixed timers and add wait conditions. Also updated tests to better reflect features. Updated output messages. Change-Id: I3ce29bfbec3c62f0bf8c0b415d788bc06db65082 Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com> Signed-off-by: Andrew Ferrazzutti <aferrazz@redhat.com> Reviewed-on: https://git.eclipse.org/r/19399 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>
2014-03-13Use CBI license feature.Alexander Kurtakov1-1/+1
Change-Id: Ia423ae0a80efac36c3170f1adc1e1127e08eb4c3 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/23345 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2014-01-09Unify naming and bump releng-site version.Alexander Kurtakov1-1/+1
Change-Id: I98445db9d2c8ab6e3eaa018c169b010516021779 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20440 Tested-by: Hudson CI
2013-12-20gcov: Move tests to 1.7 too.Alexander Kurtakov5-40/+49
Change-Id: I02aa0ec52e2f04b65af2a7f35d04ea4280f4df11 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20066 Tested-by: Hudson CI
2013-12-19gcov: Remove AbstractOpenSourceFileAction.Alexander Kurtakov2-5/+5
It was not really used but referenced due to constant in it which is now moved to the activator. This allows dropping the messages/translation part, export/import less in the bundle and etc. Change-Id: Ib4548bca9a71c3ccc242333e5ca3ae6047bb4407 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20033 Tested-by: Hudson CI
2013-12-16gcov: Another round of cosmetic changes.Alexander Kurtakov2-19/+20
* Catching exact exception. * {} around blocks. * Remove public method and use member directly. Change-Id: Ibb7f1c91179ae5aa4d64737b88bf2932e6b789e7 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19855 Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Hudson CI
2013-12-16gcov: Various cosmetics.Alexander Kurtakov4-20/+28
* Foreach * {} around blocks * String.isEmpty. Change-Id: I03f79e80accd7aa7590c8dfc3eb3e4f5f2a22780 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19854 Tested-by: Hudson CI
2013-12-16gcov: Bump gcov.launch to 1.7 BREE.Alexander Kurtakov3-7/+95
While on it drop the weird classpath entry into real Bundle-Require. Change-Id: Id4fb17c6113ca4a3f2f68c6d3c7eb5b5794e35ce Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19853 Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Hudson CI
2013-12-16gcov: Enable 1.7 warnsings and fix them.Alexander Kurtakov12-24/+28
Change-Id: If1a03c6dcbba2791699251cca948e1035b30ec9c Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19849
2013-12-16gcov: Bump core BREE to 1.7.Alexander Kurtakov14-43/+59
Start using multi catch and other readability changes. Change-Id: Idd2d58f5c8fa4002743ddca3ad92fe01624518b2 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/19848 Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Hudson CI
2013-12-04Bump build system to build 3.0.0.Alexander Kurtakov6-7/+6
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-11-07License features real use.Alexander Kurtakov3-426/+2
Now that we have license feature epl and license html files don't have to be copied in every feature. Remove these files and drop them from build.properties. Change-Id: Id8b530d26d0a926802585e4ed9e3c95c2bab2120 Reviewed-on: https://git.eclipse.org/r/18164 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-11-06Remove useless prerequisite from child poms.Alexander Kurtakov1-4/+0
The parent pom already sets that we require at least maven 3 so there is no need to duplicate it. The change_ver.sh scripts are remnant from the past when using tycho for changing versions was not well known. Change-Id: Ia3d26a3c7975a0b877dcb04e4b016992ca125c18 Reviewed-on: https://git.eclipse.org/r/18153 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-10-16Generate timestamp for data files being displayed in gcov/gprof.Roland Grunberg2-6/+18
Change-Id: Iecf2de4ae7d986805abce30363fb4565fb8b6409 Reviewed-on: https://git.eclipse.org/r/17316 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-09-24Use consistent ID for gprof/gcov Profiling category.Roland Grunberg2-6/+1
Change-Id: Iedb4c96033d9302197c6b6c2c5ff2614ed1d2100 Reviewed-on: https://git.eclipse.org/r/16723 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-08-30gcov: Small cleanups.Alexander Kurtakov2-8/+3
* remove unused import * remove dead store before return * remove unneeded extends for the ex-activator. Change-Id: Ie18ae45970b13331985252a1835157520077a449 Reviewed-on: https://git.eclipse.org/r/15995 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-08-29all-tests: Run with less dependencies.Alexander Kurtakov1-2/+2
Instead of relying on sdk.[ide|feature] run the tests with platform.[ide|feature]. There shouldn't be any difference for the tests as what the sdk adds is the source bundles which are not used by the tests. This should have some minimal effect to reduce our already way too long build time. Change-Id: I57bbc8c5ccb6e0a4575224134e184e13ae581b8f
2013-08-27Update parent poms to 2.2.0-SNAPSHOTJeff Johnston6-7/+7
- 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-08-09fix #414417 (Gcov working directory setting is not recognized)Xavier Raynaud1-3/+6
Change-Id: Iecb728e5d27b362fb483f9f6a8957c8e4c530b45 Reviewed-on: https://git.eclipse.org/r/15138 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-07-03Remove unused sourceTemplateFeature folder from projects.Roland Grunberg1-1/+0
Change-Id: I0d21d891f61096e024a2c40607fa4a1dfd7e31df Reviewed-on: https://git.eclipse.org/r/14239 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-07-03Provide necessary licensing files in features using license-feature.Roland Grunberg1-1/+3
Create org.eclipse.linuxtools.license.feature which packages epl-v10.html and license.html files. Reference this feature using 'license-feature' in other features to have the necessary files appear in binary/source features. Change-Id: I2fd6ea0bbe47b290625920c0bf5edd35c5d360c4 Reviewed-on: https://git.eclipse.org/r/14014 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-06-21Revert "Bug 410367 - Add 'about.html' to 'src.includes'"Roland Grunberg2-420/+0
This reverts commit 398abd136aed831685ffca11ae2d6eba944e3a4b.
2013-06-20Bug 410367 - Add 'about.html' to 'src.includes'Jeff Johnston2-0/+420
- Fix feature source templates to get epl and license files included too. - Fix tools.launch.ui, libhover.newlib, and rdt.proxy plugins to include about.html with binary jar. Change-Id: I39a122a2cd74c7244ea3635f80cf14346dbe5ae6 Reviewed-on: https://git.eclipse.org/r/13960 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-06-18Bug 410367 - Add 'about.html' to 'src.includes'.Jeff Johnston4-1/+5
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-06-14GCov: Remove '==' in string comparisonCamilo Bernal1-1/+2
This fixes a bug introduced in commit 0ff3c. Change-Id: I3b7f98b3095df3d6d58da6136263257c9cdb536d Reviewed-on: https://git.eclipse.org/r/13823 Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-06-14Gcov: Fix various warningsXavier Raynaud30-2211/+2331
* Externalize strings * Remove unused method. * Remove trailing white space. * Enforce a 'no tabs' policy. Change-Id: I79b3d3556349a8295fcfe4ac0af9d97c66ae9b1f Reviewed-on: https://git.eclipse.org/r/13417 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-06-13Bug 401638 - Fix missing function tag error on valid gcda file.Camilo Bernal1-0/+9
Do not attempt to interpret the next four bytes of an unused level (tag labelled as zero) as the corresponding data length. These actually represent a seperate tag. Change-Id: I280e7efba01ff085aa4fc56b37d3959706077c40 Reviewed-on: https://git.eclipse.org/r/13628 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-05-27Update Gcov Docs from updated wiki page.Jeff Johnston10-15/+81
Change-Id: Idd1ea924cc9ca3691b4b2f0551cfc2c4100cec2f Reviewed-on: https://git.eclipse.org/r/13250 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-05-15GCov: Remove ContextMenuHelperCamilo Bernal2-209/+29
The ContextMenuHelper class was used to workaround a known bug. This bug has been fixed and is available in the latest swtbot snapshot build. Change-Id: I201c2ffc19719f01952cf25749510cff17dfe328 Reviewed-on: https://git.eclipse.org/r/12796 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-05-10Remove useless SuppressWarnings.Alexander Kurtakov1-1/+0
Change-Id: If5c727a0b014d236eff701b13a9cefc3ab35c727 Reviewed-on: https://git.eclipse.org/r/12725 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-04-30gcov: Few more junit 3.x leftovers.Alexander Kurtakov1-3/+5
Change-Id: Ib811808e47b6e13f740de2c53ebd3a228e4dc152 Reviewed-on: https://git.eclipse.org/r/12404 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-04-30gcov/gprof: Adapt test utils to JUnit 4.x.Alexander Kurtakov1-133/+7
Unused test utils methods are removed. Change-Id: I37e8e643177c5f6931950d23befad9f6828f118a Reviewed-on: https://git.eclipse.org/r/12403 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-04-25GCov/GProf: sync docs bundles with wiki.Alexander Kurtakov4-13/+5
Change-Id: I4397523d868456a13bcb93ee9961329f32f5c475 Reviewed-on: https://git.eclipse.org/r/12186 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-04-23Re-organize preference pages.Xavier Raynaud1-1/+2
- Add a level of hierarchy for Profiling categories contributed by o.e.l.profiling.launch - Move gcov preferences in the same hierarchy. Change-Id: I2f96ff92f196e79ca4f3f5c1b09e8fef316fe41c Reviewed-on: https://git.eclipse.org/r/11799 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> Reviewed-by: Roland Grunberg <rgrunber@redhat.com> IP-Clean: Roland Grunberg <rgrunber@redhat.com> Tested-by: Roland Grunberg <rgrunber@redhat.com>
2013-04-05Bumb major release number to account for API breakage.Sami Wagiaalla2-2/+2
Change-Id: Ib01dba8e49b0e6aaeb39d700ce846955a9176981 Reviewed-on: https://git.eclipse.org/r/11692 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-04-04Externalize GCov preference page.Alexander Kurtakov3-9/+58
Change-Id: Iab5ec8ea79611a18dbb65f05f6d3b1ff59b7f404 Reviewed-on: https://git.eclipse.org/r/11640 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-26Enable compiler warnings for gcov.core.Alexander Kurtakov1-1/+89
Change-Id: Ie4d31e758f8dd8b0ecd9acf0d829cb012af24996 Reviewed-on: https://git.eclipse.org/r/11477 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-26Add preference page for gcov colors + enhance API for C source file annotationXavier Raynaud8-75/+313
Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Change-Id: I3f9bc60fecb06ef898fcdf5fd57873cb887991e0 Reviewed-on: https://git.eclipse.org/r/11476 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-03-25Regroup Gprof and Gcov views in the same "Profiling" category, just as ↵Xavier Raynaud1-1/+1
valgrind one. Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Change-Id: I739805017163a75bfa3780dfef20adba552d112a Reviewed-on: https://git.eclipse.org/r/11388 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-03-20Remove unneeded exec bit.Alexander Kurtakov5-0/+0
Change-Id: Idbab93d5e0ec7c4f0451c671c6ae9009e54e0837 Reviewed-on: https://git.eclipse.org/r/11334 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu> Tested-by: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-03-14Setup for multiple tests should be done in a non-test method.Roland Grunberg3-47/+13
As of JUnit 4.11 the order of test execution may not match the order of test method declaration in the source. Change-Id: Ie26a6bc0be1f062a4d08f3b582c70c499ea36a02 Reviewed-on: https://git.eclipse.org/r/11163 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-03-11AbstractSTAnnotatedSourceEditorInput becomes an IAnnotationEditorInput.Alexander Kurtakov2-21/+20
To achieve that the number of STContributedColumns is limited to one (there has never been a code trying to show what happens with two). This changes the GCov editor input to be normal FileStoreEditorInput that implements one more interface. The former allows working with plain FileStoreEditorInput objects when needed and to expose less of ours. Change-Id: I51fd4cf27f1791a28934048e093708137ebf56dc Reviewed-on: https://git.eclipse.org/r/11031 Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-03-11Remove unneeded method.Alexander Kurtakov2-19/+8
Change-Id: I1ea0e01a5a111a27177826c327c0476ecd4f3201 Reviewed-on: https://git.eclipse.org/r/11028 Tested-by: Hudson CI Reviewed-by: Xavier Raynaud <xavier.raynaud@kalray.eu> IP-Clean: Xavier Raynaud <xavier.raynaud@kalray.eu>
2013-03-08Clean up ProfileLaunchConfigurationDelegate.Roland Grunberg1-4/+0
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-03-05Simplify CoverageAnnotation.getAnnotation.Alexander Kurtakov5-19/+9
Easier to rely on existence check and default return instead of the complicated way we had. Additionally the isExists method is renamed to exists as it's more natural name. Change-Id: I9824ff7c7490a2f8a4a5c7b85ba30f10339b7c78 Reviewed-on: https://git.eclipse.org/r/10845 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-02-20Simplify AbstractSTDataView.Alexander Kurtakov1-1/+0
* Abstract methods are marked as such. * protected methods were inlined if they were just one line and nothing overrides them * useless overriding method removed * method made private to not needlesly export api. Change-Id: I3298b72d740afb47586ab717d4467016f81b6ef1 Reviewed-on: https://git.eclipse.org/r/10455 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-19Removed unneeded requires.Alexander Kurtakov1-2/+1
Change-Id: I1cf847d548165db02c5aaa27c1dfd9e10f9e76fb Reviewed-on: https://git.eclipse.org/r/10464 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-12Hide more classes.Alexander Kurtakov14-104/+53
Activators shouldn't be exported. Change-Id: I8bc805826b371cd6811fb616ab1018c119baafbe Reviewed-on: https://git.eclipse.org/r/10325 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>

Back to the top