Bug 136102 - Internal compiler error
Summary: Internal compiler error
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
: 136957 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-04-11 09:20 EDT by prabhu CLA
Modified: 2009-08-30 02:07 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description prabhu CLA 2006-04-11 09:20:47 EDT
I get this error when I try to declare a variable and save it...(I have used many variables in my 1500 lines of code already)..But I dont know why I get at this point of time...If I delete the variable and save again then I didnt get  this error.. Suggestions and Solutions will be highly appreciated

Note:- The error is pointed out only on the package declartion line not in the specific variable declaration line

	Internal compiler error
java.lang.ArrayIndexOutOfBoundsException
	at java.lang.System.arraycopy(Native Method)
	at org.eclipse.jdt.internal.compiler.flow.UnconditionalFlowInfo.copy(UnconditionalFlowInfo.java:197)
	at org.eclipse.jdt.internal.compiler.flow.ExceptionHandlingFlowContext.recordReturnFrom(ExceptionHandlingFlowContext.java:182)
	at org.eclipse.jdt.internal.compiler.ast.ReturnStatement.analyseCode(ReturnStatement.java:60)
	at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.analyseCode(MethodDeclaration.java:82)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.internalAnalyseCode(TypeDeclaration.java:697)
	at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.analyseCode(TypeDeclaration.java:264)
	at org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.analyseCode(CompilationUnitDeclaration.java:80)
	at org.eclipse.jdt.internal.compiler.Compiler.process(Compiler.java:513)
	at org.eclipse.jdt.internal.compiler.Compiler.compile(Compiler.java:335)
	at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:215)
	at org.eclipse.jdt.internal.core.builder.AbstractImageBuilder.compile(AbstractImageBuilder.java:165)
	at org.eclipse.jdt.internal.core.builder.IncrementalImageBuilder.build(IncrementalImageBuilder.java:113)
	at org.eclipse.jdt.internal.core.builder.JavaBuilder.buildDeltas(JavaBuilder.java:223)
	at org.eclipse.jdt.internal.core.builder.JavaBuilder.build(JavaBuilder.java:151)
	at org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:574)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:158)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:192)
	at org.eclipse.core.internal.events.BuildManager$1.run(BuildManager.java:221)
	at org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:1044)
	at org.eclipse.core.runtime.Platform.run(Platform.java:747)
	at org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java:224)
	at org.eclipse.core.internal.events.BuildManager.basicBuildLoop(BuildManager.java:243)
	at org.eclipse.core.internal.events.BuildManager.build(BuildManager.java:272)
	at org.eclipse.core.internal.events.AutoBuildJob.doBuild(AutoBuildJob.java:142)
	at org.eclipse.core.internal.events.AutoBuildJob.run(AutoBuildJob.java:203)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Comment 1 Maxime Daniel CLA 2006-04-11 09:29:46 EDT
Could you please tell us the build id (Help/About Eclipse SDK menu)?
Comment 2 prabhu CLA 2006-04-11 09:35:23 EDT
(In reply to comment #1)
> Could you please tell us the build id (Help/About Eclipse SDK menu)?

Build id: 200412162000

dude thanx for your quick response
Comment 3 Maxime Daniel CLA 2006-04-11 09:58:38 EDT
This is an intermediate build. Any chance you could try it on a 3.1 or 3.1.1 build?
Comment 4 Philipe Mulet CLA 2006-04-11 11:08:55 EDT
Please reopen with steps to recreate.
Comment 5 Olivier Thomann CLA 2006-04-17 09:47:31 EDT
*** Bug 136957 has been marked as a duplicate of this bug. ***
Comment 6 Philipe Mulet CLA 2006-04-18 07:12:27 EDT
cc'ing maxime in case this would be a consequence of one of his recent changes in this area.
Comment 7 Denis Roy CLA 2009-08-30 02:07:08 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.