Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov10-32/+17
2012-08-29Improve retreval of active script editorSami Wagiaalla3-7/+52
2012-08-29Use Number.valueOf instead of constructors.Alexander Kurtakov8-19/+19
2012-08-29Enable project warnings per project.Alexander Kurtakov4-1/+336
2012-08-29Use Junit4 to keep only meaningful lines.Alexander Kurtakov26-432/+340
2012-08-29Use static fields in static way.Alexander Kurtakov6-16/+21
2012-08-29Call static methods from the class defining them.Alexander Kurtakov1-1/+2
2012-08-29Remove unnecessary semicolons.Alexander Kurtakov7-7/+7
2012-08-29Remove unnecessary NON-NLS.Alexander Kurtakov11-29/+29
2012-08-29Remove redundant superinterfaces.Alexander Kurtakov8-40/+32
2012-08-29Enable eclipse warnings.Alexander Kurtakov30-142/+269
2012-08-29Remove unneeeded casts.Alexander Kurtakov38-72/+72
2012-08-29Handle FileStoreEditorInput in CEditorSami Wagiaalla1-4/+5
2012-08-29Create and use EditorPlugin.ID constantSami Wagiaalla2-7/+10
2012-08-29Handle FileStoreEditorInput in SimpleDocumentProviderSami Wagiaalla3-8/+19
2012-08-28Fix incorrect null checkSami Wagiaalla1-4/+4
2012-08-28Make inner classes static when possible.Alexander Kurtakov7-9/+9
2012-08-27Match pom.xml version number to that in the plugin's MANIFEST.MF.Roland Grunberg1-1/+1
2012-08-27Add since tag to fix apitools.Alexander Kurtakov2-1/+2
2012-08-27Remove unused import.Alexander Kurtakov1-1/+0
2012-08-27Remove unused suppressionwarnings.Alexander Kurtakov1-1/+0
2012-08-27Give priority to CEditor in getEditorIdSami Wagiaalla1-15/+4
2012-08-24Add highlighting for multi-line commentsSami Wagiaalla1-2/+5
2012-08-23Fix various string handlings.Alexander Kurtakov1-1/+1
2012-08-23Don't use empty new String().Alexander Kurtakov1-1/+1
2012-08-17Define STPEditor IDSami Wagiaalla1-0/+2
2012-08-17Skip '//' style commentsSami Wagiaalla1-0/+9
2012-08-15Stop TapsetParser thread when shutting downSami Wagiaalla3-6/+23
2012-08-15Fix infinite loop in runPass2ProbeSet()Sami Wagiaalla1-5/+8
2012-08-15Handle comments in TapsetParserSami Wagiaalla1-0/+10
2012-08-09Use showView instead of findView to fix race conditionSami Wagiaalla1-16/+12
2012-08-09Check if table has been disposed of before clearingSami Wagiaalla1-1/+2
2012-08-09Remove reference to StopActionSetSami Wagiaalla1-1/+0
2012-08-09Use getFilePath() RunScriptAction#isValid()Sami Wagiaalla1-2/+3
2012-08-09Use RuntimeProcessFactory in all systemtap bundles.Sami Wagiaalla10-15/+23
2012-08-08systemtap: Moving attributes to the top of the class declarationOtavio Pontes2-12/+12
2012-07-25Revert "This commit is just a test"Otavio Pontes1-1/+0
2012-07-25This commit is just a testOtavio Pontes1-0/+1
2012-07-20fix for bug 349882 - Call Graph tab shows name underlined.Camilo Bernal1-0/+3
2012-07-16Systemtap: Removing blue background added to the graphing viewOtavio Pontes1-1/+0
2012-07-16Systemtap: Adding tooltip to create Graph buttonOtavio Pontes2-0/+2
2012-07-16Systemtap: Updating the documentation again.Otavio Pontes14-78/+91
2012-07-16Systemtap: Updating the documentation with the wikiOtavio Pontes5-52/+68
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes25-26/+26
2012-07-03Revert "SystemTap: Adding EditorAction back to the api"Otavio Pontes4-4/+72
2012-07-03SystemTap: Adding EditorAction back to the apiOtavio Pontes4-72/+4
2012-07-03Systemtap: Adding missing iconsOtavio Pontes3-0/+0
2012-07-03Systemtap: Replacing access to preferences by non deprecated methodsOtavio Pontes16-96/+79
2012-07-03Systemtap: Fixing 'missing generic type' warningsOtavio Pontes33-94/+80
2012-07-03Systemtap: Removing unused importsOtavio Pontes2-6/+0

Back to the top