Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev372-10499/+13419
casts/$NON-NLS + trailing white spaces
2011-11-16Switched to Java 1.6 rest of build packages.Andrew Gvozdev33-606/+630
2011-11-15Helper methods for generation of getters and setters.Sergey Prigogin4-8/+86
2011-11-15@Override annotations.Sergey Prigogin1-0/+3
2011-11-15Cosmetics.Sergey Prigogin2-23/+33
2011-11-15Consolidated tests.Sergey Prigogin1-49/+48
2011-11-15Added few methods to ClassTypeHelper and tests for them.Sergey Prigogin3-31/+277
2011-11-15Cosmetics.Sergey Prigogin2-8/+4
2011-11-15@Override annotations.Sergey Prigogin1-6/+7
2011-11-15Cosmetics.Sergey Prigogin2-42/+13
2011-11-15@Override annotations.Sergey Prigogin1-5/+17
2011-11-15Proper handling of class declarations located in cpp files.Sergey Prigogin9-61/+71
2011-11-15@Override annotations.Sergey Prigogin1-5/+4
2011-11-15Cosmetics.Sergey Prigogin2-6/+6
2011-11-14bug 259768: "Use optimal jobs number" highly misleading.Andrew Gvozdev7-56/+74
Do not allow 1 as a choice for number of jobs for parallel build
2011-11-14bug 259768: "Use optimal jobs number" highly misleading.Andrew Gvozdev6-93/+83
Allow Internal builder unlimited jobs
2011-11-14bug 259768: "Use optimal jobs number" highly misleading.Andrew Gvozdev8-177/+176
Builder.getParallelizationNum() to return always positive value
2011-11-14bug 259768: "Use optimal jobs number" highly misleading.Andrew Gvozdev14-577/+1103
Encode "optimal" as negative number and "unlimited" as Integer.MAX_VALUE Based on patch by Mohamed Hussein <mohamed_hussein@mentor.com>
2011-11-13Added a missing @since tag.Sergey Prigogin1-0/+5
2011-11-13Adjusted Javadoc.Sergey Prigogin2-2/+3
2011-11-12Bug 342498 - Pin Call Hierarchy ViewMarc-Andre Laperle12-43/+269
2011-11-11Bug 363111 - Automatically generated explicit constructor has theMarc-Andre Laperle2-1/+20
explicit keyword in constructor definition
2011-11-11@Override annotations.Sergey Prigogin3-1/+10
2011-11-11@Override annotations.Sergey Prigogin3-26/+61
2011-11-11Bug 355991. Duplicate name detection based on {fileLocation, linkage,Sergey Prigogin1-35/+47
fileOffset} tuple.
2011-11-10Bug 356346 - You cannot enter an expression in the memory Browser expression ↵John Cortell2-18/+63
area if a continuous breakpoint is runing
2011-11-09Bug 363328 - NPE in ChangeBuildConfigActionBase.fillMenu()John Cortell1-7/+9
2011-11-08Cosmetics.Sergey Prigogin1-4/+4
2011-11-08cosmetics - deprecated usage, override annotations, indentationsAndrew Gvozdev1-68/+75
2011-11-07Code streamlining.Sergey Prigogin5-63/+36
2011-11-07Fixed broken Quick Fix tests.Sergey Prigogin2-5/+16
2011-11-07Added missing @Override annotations.Sergey Prigogin1-2/+4
2011-11-07Added missing @Override annotations.Sergey Prigogin1-0/+4
2011-11-07Automatic formatting of code affected by refactoring.Sergey Prigogin90-5726/+5113
2011-11-07Added a method for formatting multiple regions in a single call.Sergey Prigogin2-9/+113
2011-11-07Fixed two code formatter bugs.Sergey Prigogin3-32/+55
2011-11-07Cosmetics.Sergey Prigogin19-169/+140
2011-11-07Added missing @Override annotations.Sergey Prigogin3-15/+32
2011-11-07Cosmetics.Sergey Prigogin3-8/+7
2011-11-07Added missing @Override annotations.Sergey Prigogin2-47/+53
2011-11-07Fixed a deprecation warning.Sergey Prigogin1-2/+4
2011-11-07Added missing @Override annotations.Sergey Prigogin1-13/+23
2011-11-07Cosmetics.Sergey Prigogin9-158/+107
2011-11-07Added missing @Override annotations.Sergey Prigogin7-51/+104
2011-11-07Cosmetics.Sergey Prigogin3-46/+19
2011-11-07Added missing @Override annotations.Sergey Prigogin4-6/+15
2011-11-07Method name adjustment.Sergey Prigogin3-7/+7
2011-11-07Cosmetics.Sergey Prigogin1-33/+28
2011-11-07Bug 362976: Directly nested ambiguity node.Markus Schorn8-28/+80
2011-11-06Use ManagedBuilderCorePlugin.PLUGIN_IDAndrew Gvozdev1-9/+9

Back to the top