Wed Apr 24 2024 01:37:04 EDT
Hide Search Description
53 bugs found.
ID Product Comp Assignee Status Resolution Summary Changed
269296 JDT Core amj87.iitr VERI WORK [assist] "Java code assist took too long: the proposal list might be incomplete" 2011-04-25
339789 JDT Core amj87.iitr VERI WORK Content assist will not offer choice from a generic type that is listed in the favorites 2011-04-25
339866 JDT Core amj87.iitr VERI NOT_ Renaming a Java file causes "Resource is out of sync with the file system" 2014-05-14
340353 JDT Core amj87.iitr VERI WORK Inappropriate "Null pointer access" errors 2011-04-25
340641 JDT Core amj87.iitr VERI INVA Autocomplete / content assist require internet connection 2011-04-25
340691 JDT Core amj87.iitr VERI FIXE Syntax error leads to ClassCastException in ASTConverter 2011-04-25
342300 JDT Core amj87.iitr VERI FIXE [null]Spurious "null pointer access" warning on unboxing 2011-04-25
342475 JDT Core amj87.iitr VERI INVA ITypeBinding.getQualifiedName() returns a generic signature 2011-04-25
342707 JDT Core amj87.iitr VERI INVA Invalid redundant null check warning 2011-04-25
343342 JDT Core amj87.iitr VERI FIXE [assist] Non constant variables, strings and methods are proposed inside case statements 2011-04-26
200827 JDT Core jarthana VERI FIXE [spec] IElementChangedListener should mention where to register 2011-04-26
296410 JDT Core jarthana VERI WONT Make 'cls' the JDT default output folder instead of 'bin' 2011-04-26
310764 JDT Core jarthana VERI WORK JAR with invalid Class-Path entry in MANIFEST.MF causes ambiguous behaviour 2011-04-26
323830 JDT Core jarthana VERI WORK eclipse doesn't update metadata/index after JAR change 2011-04-26
335986 JDT Core jarthana VERI FIXE No expected event fired when removing a JAR file from a classpath container 2011-04-26
337415 JDT Core jarthana VERI FIXE External folders project is not created 2011-04-25
339337 JDT Core jarthana VERI FIXE isLocal() in IType returns true for anonymous types 2011-04-26
321866 JDT Core Olivier_Thomann VERI WORK annotation classes not found 2011-04-28
327931 JDT Core Olivier_Thomann VERI WORK [DOM] SimpleName#resolveConstantExpressionValue() returns null for inherited constant values 2011-04-26
338390 JDT Core Olivier_Thomann VERI DUPL NullPointerException in Menu - Compute launch button tooltip 2011-05-16
338623 JDT Core Olivier_Thomann VERI NOT_ JavaEditor marks '・ (U+30FB) ' as Invalid Character though Character.isJavaIdentifierPart('・') == true 2011-04-25
339447 JDT Core Olivier_Thomann VERI FIXE synchronized access modifier retained on clone() bridge 2011-04-25
339870 JDT Core Olivier_Thomann VERI FIXE [1.7] Bad list of subclasses in Statement AST node 2011-04-25
339913 JDT Core Olivier_Thomann VERI FIXE [compiler] Misleading error message for annotations inside a method body 2011-04-25
340029 JDT Core Olivier_Thomann VERI FIXE [1.5][compiler] Enum constructor that throws Exception reports a confusing error message 2011-04-25
340232 JDT Core Olivier_Thomann VERI INVA Java compiler level changes automatically sometimes in the middle of development. 2011-04-25
341475 JDT Core Olivier_Thomann VERI FIXE Eclipse doesn't show a "never read locally" warning if a private field serialVersionUID exists but the class does not implement Serializable 2011-04-25
341759 JDT Core Olivier_Thomann VERI FIXE NPE in ITypeBinding#getName() for intersection type 2011-04-26
342054 JDT Core Olivier_Thomann VERI FIXE ILocalVariable#isParameter() returns true for exception of catch clause 2011-04-26
342455 JDT Core Olivier_Thomann VERI FIXE AST swallows stars ('*') at end of {@code} and {@literal} Javadoc fragments 2011-04-26
342757 JDT Core Olivier_Thomann VERI FIXE ArrayIndexOutOfBoundsException in MethodInfoWithParameterAnnotations.getParameterAnnotations when generating method info for an inner class constructor with annotated parameter 2011-06-21
342936 JDT Core Olivier_Thomann VERI FIXE NPEs and inconsistencies when running jdt.compiler.tool.tests against Java 7 2011-04-25
343388 JDT Core Olivier_Thomann VERI INVA [formatter] Option to create JavaDoc if not present 2011-04-25
343607 JDT Core Olivier_Thomann VERI FIXE [APT] Improve output for javax.annotation.processing.Messager problems 2011-04-27
320438 JDT Core satyam.kandula VERI WORK ArrayIndexOutOfBoundsException: 1280 2011-04-25
333069 JDT Core satyam.kandula VERI FIXE [perfs] Regression on FullSourceWorkspaceHierarchy#testPerSuperTypes 2011-04-25
339891 JDT Core satyam.kandula VERI FIXE NPE when searching for method (with '*' wildcard character) 2011-04-25
334493 JDT Core srikanth_sankaran VERI FIXE [1.7][compiler] Difference in behavior with Javac7 2011-06-03
335045 JDT Core srikanth_sankaran VERI WONT [compiler] Should the compiler report deprecation from within the same compilation unit ? 2011-04-25
337426 JDT Core srikanth_sankaran VERI WONT Compiler could reduce the amount of arithmetical operations 2011-04-25
337751 JDT Core srikanth_sankaran VERI FIXE COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS misses references in conditional expression 2011-05-03
337962 JDT Core srikanth_sankaran VERI FIXE COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS misses reference to field from supertype 2011-04-26
338011 JDT Core srikanth_sankaran VERI FIXE COMPILER_PB_UNAVOIDABLE_GENERIC_TYPE_PROBLEMS wrongly suppresses constructor parameter type 2011-05-03
342796 JDT Core srikanth_sankaran VERI INVA Use of <? extends MyClass> 2011-04-25
343838 JDT Core srikanth_sankaran VERI INVA FUP of bug 337962: Desired warning also suppressed 2011-04-26
346051 JDT Core srikanth_sankaran VERI DUPL [1.5][compiler] ecj rejects valid code when a raw cast is done from a class to an interface 2011-06-17
328281 JDT Core stephan.herrmann VERI FIXE visibility leaks not detected when analyzing unused field in private class 2011-04-26
339226 JDT Core stephan.herrmann VERI FIXE Document assumptions about DefaultBindingResolver.newAstToOldAst 2011-04-27
341499 JDT Core stephan.herrmann VERI FIXE [compiler][null] allocate extra bits in all methods of UnconditionalFlowInfo 2011-04-25
342671 JDT Core stephan.herrmann VERI FIXE ClassCastException: org.eclipse.jdt.internal.compiler.lookup.SourceTypeBinding cannot be cast to org.eclipse.jdt.internal.compiler.lookup.ArrayBinding 2015-11-29
343713 JDT Core stephan.herrmann VERI FIXE [compiler] bogus line number in constructor of inner class in 1.5 compliance 2011-04-27
148736 JDT Core Olivier_Thomann VERI WONT [compiler] Warn on unused exception in interface 2011-04-26
343947 JDT Core Olivier_Thomann CLOS DUPL AIOOBE thrown while opening the method implementation 2011-06-21
53 bugs found.

as