Tue Apr 23 2024 03:39:25 EDT
Hide Search Description
76 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
270409 JDT Core frederic_fusier VERI FIXE [perfs] No JDT/Core tests results in last baseline run 2009-04-28
267789 JDT Core frederic_fusier VERI FIXE eclipse-Automated-Tests-3.4.zip produces compile errors (build path?) with IBM JDK 2009-04-28
100790 JDT Core david_audel VERI WORK Open declaration doesn't work if constructor not found 2009-04-28
148366 JDT Core david_audel VERI WORK [assist] No usefull java content assist for binary classes 2009-04-29
149053 JDT Core david_audel VERI WORK Code Assist and Open Declaration (F3) problems 2009-04-29
154823 JDT Core david_audel VERI FIXE [getter setter] Getters Setters generation doesn't follow naming convention 2011-10-26
170203 JDT Core david_audel VERI WORK [select] Open Declaration with insertion point on constructor call opens in wrong place 2009-04-28
179506 JDT Core david_audel VERI WORK NamingConventions.suggestGetterName does not remove field prefix 2009-04-28
201874 JDT Core david_audel VERI DUPL error generating getter/setter for field with second character in uppercase 2009-08-10
244961 JDT Core david_audel VERI WORK [assist] Overriding a method in an enum causes content assist to lose parameter names (regression from Eclipse 3.3) 2009-04-28
263786 JDT Core david_audel VERI FIXE NamingConventions#suggestVariableNames(..) should not modify all caps parts 2009-04-28
268802 JDT Core david_audel VERI FIXE Useless call to getSource() in SourceTypeConverter 2009-04-28
269476 JDT Core david_audel VERI FIXE testInitJDTPlugin() seems to leak several DeltaProcessor and JavaModelManager 2009-04-28
270113 JDT Core david_audel VERI FIXE [code assist] Missing ANONYMOUS_CLASS_CONSTRUCTOR_INVOCATION proposal 2009-04-28
271680 JDT Core david_audel VERI FIXE [compiler] Stack overflow pasting in Java editor 2009-04-28
272148 JDT Core david_audel VERI FIXE [assist] Constructors with an array as parameter type are not proposed 2009-04-28
272711 JDT Core david_audel VERI FIXE Exceptions in ASTRewrite 2009-04-28
251827 JDT Core frederic_fusier VERI FIXE [search] Search for type reference with wildcards finds references in package 2009-04-28
260739 JDT Core frederic_fusier VERI FIXE jdt.core model tests ran out of heap space on linux.gtk.x86_6.0 in build N20090111-2000 2009-04-28
268365 JDT Core frederic_fusier VERI NOT_ [index] Indexer runs out of memory 2017-06-21
269336 JDT Core frederic_fusier VERI FIXE [prefs] JavaProject preferences listeners are not removed 2009-04-28
269800 JDT Core frederic_fusier VERI INVA [format] Reformatting source does not honour print column margin settings 2009-04-28
269964 JDT Core frederic_fusier VERI FIXE [perfs] Regression on 'Search all type names' test 2009-04-28
270257 JDT Core frederic_fusier VERI FIXE [perfs] Small regression on 'JDT/Core plugin initialization' test 2009-04-28
270784 JDT Core frederic_fusier VERI FIXE [perfs] Big regression on FullSourceWorkspaceModelTests#testCloseProjects() test 2009-04-28
271284 JDT Core frederic_fusier VERI FIXE [search] AIOOBE in StringOperation.getCamelCaseMatchingRegions 2009-04-28
272612 JDT Core frederic_fusier VERI INVA [formatter] Two tabs indented in Window -> Preferences -> Java -> Code Style -> Formatter -> Edit... -> New Lines -> Insert new line after opening brace of array initializer 2009-04-28
84720 JDT Core jarthana VERI FIXE [1.5][assist] proposal ranking by return value should consider auto(un)boxing 2009-04-28
246832 JDT Core jarthana VERI FIXE [1.5][assist] Camel case completion not working with statically imported methods 2009-04-27
267833 JDT Core jarthana VERI FIXE [javadoc] Standard block/inline tags should be warned when used in the wrong context (inline/block) 2009-04-27
269388 JDT Core jdt-core-inbox VERI INVA Cannot reference a field before it is defined 2009-04-28
269535 JDT Core jdt-core-inbox VERI INVA Unable to execute class, but no compilation issues 2009-04-28
274397 JDT Core jdt-core-inbox VERI FIXE tag projects changed since I20090421-0930 build 2009-04-29
244406 JDT Core jerome_lanneluc VERI FIXE [buildpath] Internal jars refered with OS path are shown as non-Java resources 2009-04-28
263769 JDT Core jerome_lanneluc VERI FIXE Javadoc glitches in JavaCore#setComplianceOptions(String, Map) 2014-10-06
266771 JDT Core jerome_lanneluc VERI FIXE NameLookup.findPackageFragment returns very incorrect package fragments 2009-04-28
271102 JDT Core jerome_lanneluc VERI FIXE Java model corrupt after switching target platform 2009-04-21
272204 JDT Core jerome_lanneluc VERI FIXE null should never be part of a type hierarchy 2009-04-28
273308 JDT Core jerome_lanneluc VERI FIXE [perfs] Save very slow because DeltaProcessor#resourceChanged(..) resolves classpath 2009-04-29
274232 JDT Core jerome_lanneluc VERI DUPL JDT is performing IO operations on the UI thread, causing the UI to hang 2009-04-30
159851 JDT Core kent_johnson VERI FIXE [1.5] [compiler] Eclipse compiler fails to report type parameter bounds errors when generic instance is a type argument 2009-04-29
207935 JDT Core kent_johnson VERI FIXE [1.5][compiler] inconsistency with javac 1.5&1.6 involving parameterized invocation of non-generic method 2009-04-28
225518 JDT Core kent_johnson VERI DUPL [1.5][compiler] Incorrectly report ambiguity of static methods with generics 2009-04-28
265104 JDT Core kent_johnson VERI FIXE Reconciler cannot handle annotation with reference to missing type 2009-04-28
265304 JDT Core kent_johnson VERI WORK Internal compiler error ArrayIndexOutOfBoundsException regarding annotations when exporting product 2009-04-28
267765 JDT Core kent_johnson VERI DUPL Strange compilation error 2009-04-28
268837 JDT Core kent_johnson VERI FIXE [1.6][compiler] Incorrectly report ambiguity of methods with generics 2009-05-04
269883 JDT Core kent_johnson VERI NOT_ Project no longer compiles due to indirect reference error 2009-04-28
269985 JDT Core kent_johnson VERI FIXE Full Build triggered when using class folder on classpath and custom builder 2009-04-29
269986 JDT Core kent_johnson VERI WORK [1.5][compiler] eclipse-compiler diffs to javac - misses a bug with generic and wildcard 2009-04-28
270194 JDT Core kent_johnson VERI FIXE [1.5][compiler] Java error in 3.5M6 that was not present in 3.4 2009-04-28
271127 JDT Core kent_johnson VERI DUPL getting Internal Compiler error, java.lang.NullPointerException during the build process 2009-04-28
271303 JDT Core kent_johnson VERI FIXE [1.5][compiler] Override and package visibility issue 2009-04-28
271969 JDT Core kent_johnson VERI WORK inconsistency with javac -- static methods + overloading + generic 2009-04-28
272656 JDT Core kent_johnson VERI WORK [1.5][compiler] covariant return types foil quick fix and yield confusing error flag 2009-04-28
273862 JDT Core kent_johnson VERI FIXE [1.7][compiler] Return type should NOT be used to decide method duplicates 2010-06-24
251539 JDT Core Olivier_Thomann VERI FIXE [1.6][compiler] java.lang.IllegalArgumentException: info cannot be null (StackMapFrame.java) 2009-06-08
259950 JDT Core Olivier_Thomann VERI FIXE Update copyright for 2009 2009-04-29
260031 JDT Core Olivier_Thomann VERI FIXE Wrong type for class constants in stackmap frames 2009-04-29
270086 JDT Core Olivier_Thomann VERI INVA Cannot use word 'abstract' in a package name 2009-04-28
270148 JDT Core Olivier_Thomann VERI FIXE ASTParser cannot parse K_CLASS_BODY_DECLARATIONS with syntax errors 2009-06-12
270367 JDT Core Olivier_Thomann VERI FIXE [DOM] NullPointerException in ParenthesizedExpression.resolveTypeBinding() 2009-05-11
270799 JDT Core Olivier_Thomann VERI DUPL [DOM] NPE in ConstructorDeclaration.analyseCode 2009-04-28
270983 JDT Core Olivier_Thomann VERI FIXE [formatter] Enum with field declarations but no constants confuses formatter 2009-04-28
271561 JDT Core Olivier_Thomann VERI FIXE JavaModelException when accessing an array of nested annotations 2009-04-21
272706 JDT Core Olivier_Thomann VERI FIXE [Model] Generics lost on IField when coming from .class files 2009-04-28
106513 JDT Core philippe_mulet VERI WORK Editor shows dependent error, but hides main problem cause 2009-04-28
203060 JDT Core srikanth_sankaran VERI FIXE [codeassist] assert keyword should not be proposed when compliance level is set to 1.3 2009-04-27
247037 JDT Core srikanth_sankaran VERI FIXE [javadoc] compiler should issue warning for {@inheritDoc} at illegal location 2009-04-27
253008 JDT Core srikanth_sankaran VERI FIXE [assist] Boolean expressions should be proposed with higher relevence in if(), while() etc 2009-04-27
267670 JDT Core srikanth_sankaran VERI FIXE Private enum constant incorrectly marked as never read locally 2009-04-27
269493 JDT Core srikanth_sankaran VERI FIXE [assist] Keywords are not proposed in a for statement without block 2009-04-27
270446 JDT Core srikanth_sankaran VERI FIXE "Compute launch button tooltip" error 2009-04-27
271295 JDT Core srikanth_sankaran VERI DUPL [assist] Wrapper classes for base types get treated differently by completion engine 2009-04-28
272450 JDT Core Olivier_Thomann CLOS FIXE DBCS3.5: Classpath resolution fails to honor the 'Class-Path' header of JAR manifest file in DBCS 2009-05-07
272533 JDT Core Olivier_Thomann CLOS FIXE Copyright statements are not generated. 2009-05-01
76 bugs found.

as