Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-23Bug 501592 jdt.jeview and jdt.astview still use GIFs Matthias Becker1-15/+15
2016-01-20Fixes for bug 483340: ListenerList should be parameterizedMarkus Keller1-2/+2
2015-10-09Bug 477523: Provide new severity level "information" in the UINoopur Gupta1-1/+3
2015-07-13Bug 439874: Increase BREE for JDT UI to 1.7Markus Keller21-278/+262
2015-04-27Bug 429813: [1.8][dom ast] IMethodBinding#getJavaElement() should return IMet...Markus Keller1-3/+5
2014-07-24improve rendering for "<some array type>.length" fieldMarkus Keller1-3/+5
2014-04-07ERASURE label should show if this == resultMarkus Keller1-1/+2
2014-03-14Bug 428468: Removed JCP disclaimerMarkus Keller4-16/+0
2014-03-13added IMethod#isLambdaMethod and improved ASTView properties orderMarkus Keller1-2/+1
2014-02-24Bug 428526: [1.8] API to get the single abstract method in a functionalP20140224-1600Markus Keller1-3/+5
2014-02-04safer rendering of modifiers (also detect unexpected bits)Markus Keller1-4/+43
2014-01-24improve rendering of type bindings with type annotationsMarkus Keller1-3/+13
2014-01-06fixed bg color for selected node in node listMarkus Keller1-2/+12
2013-12-17added more resilience for AST API bugs ("log, don't crash")Markus Keller2-3/+19
2013-12-06allow setting input even if node for editor selection can't be foundMarkus Keller1-4/+10
2013-12-04add isEffectivelyFinal()Markus Keller1-1/+2
2013-12-04Bug 403749: [1.8][clean up][quick assist] migrate anonymous class creations t...Deepak Azad1-7/+7
2013-10-22[1.8] Switch ASTs to JLS8Markus Keller2-4/+12
2013-08-20added BETA blurbMarkus Keller1-0/+4
2013-06-10Bug 399794: [1.8][dom ast] Add a new node type for the compiler node Referenc...Markus Keller1-0/+4
2013-04-22- removed copies of GenericVisitor and NodeFinder to make IntersectionType workMarkus Keller4-869/+24
2013-04-15Merge remote-tracking branch 'origin/master' into BETA_JAVA8Markus Keller1-2/+2
2013-04-05render source range as [start+length]Markus Keller1-2/+2
2013-03-07added LambdaExpression#resolveMethodBinding()Markus Keller1-1/+9
2013-03-07support JLS8Markus Keller1-12/+31
2012-05-15Updated copyrights.v20120515-2216I20120521-2100I20120521-1900I20120520-2100I20120520-1900I20120519-2100I20120519-1900I20120518-2345I20120518-2145I20120518-1730I20120518-1530I20120517-1915I20120516-2100I20120516-1900I20120515-2300I20120515-2200I20120515-2145I20120515-2100I20120515-1900Markus Keller2-2/+2
2012-03-06avoid deprecation warnings for AST.JLS3v20120306-1141Markus Keller2-4/+7
2011-08-02merged BETA_JAVA7 into HEADMarkus Keller3-31/+121
2011-04-04better rendering of IMethodBinding#getParameterAnnotations(*)Markus Keller2-5/+15
2011-03-30added fLabel to hashCode()Markus Keller1-1/+2
2011-03-29fixed equals(Object)Markus Keller1-1/+8
2009-11-30Bug 288211: APT uses a lot of memoryMarkus Keller1-2/+25
2009-09-22allow toggling recovery flags in USE_RECONCILE modeMarkus Keller1-2/+1
2009-04-01Fixed bug 268950: [Commands] New APIs in IWorkbenchCommandConstants are missi...Dani Megert1-2/+2
2009-03-17Adopted IWorkbenchCommandConstants.Dani Megert1-1/+1
2009-03-17Adopted IWorkbenchCommandConstants.Dani Megert2-17/+14
2009-01-23new API from bug 234609Markus Keller1-1/+3
2008-09-28improved presentation of constValuesMarkus Keller2-14/+32
2008-03-25added JavaCore.getOptionForConfigurableSeverityMarkus Keller1-0/+2
2008-01-18fixed handler activation to use view site (not action bars)Markus Keller1-3/+2
2008-01-11212635: support "Link with Editor" commandMarkus Keller1-1/+10
2007-11-07added AST#resolveWellKnownType(..)Markus Keller3-4/+117
2007-11-07disable non-applicable settings actionsMarkus Keller1-2/+22
2007-10-25beautified rendering of referenced bindingsMarkus Keller3-31/+39
2007-10-24Added "Find Declaring Node" and renamed "Resolve Binding..." and "Create Bind...Markus Keller1-18/+53
2007-08-27using new SharedASTProvider.getASTMartin Aeschlimann1-3/+2
2007-08-15added constant nameMartin Aeschlimann1-1/+19
2007-06-18copyrightsMarkus Keller19-21/+21
2007-04-03ASTView 1.1.4R1_1_4Markus Keller7-130/+190
2007-02-27call createArrayType(1) reflectively to keep 3.2 supportMarkus Keller4-7/+27

Back to the top