Bug 84483 - shows Problem to a Java class that really haven't any problem
Summary: shows Problem to a Java class that really haven't any problem
Status: RESOLVED INVALID
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: JDT-Core-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2005-02-04 16:37 EST by Juan Gabriel Romero Silva CLA
Modified: 2009-08-30 02:07 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Juan Gabriel Romero Silva CLA 2005-02-04 16:37:48 EST
I´m working in a Java Project, using jdk 1.5 SpringFramework 1.1
Sometimes when i make a little change in any one of two Java classes that
extends org.springframework.web.servlet.mvc.multiaction.MultiActionController,
and then, save it, i obtain the next Problem:

2 A class file was not written. The project may be inconsistent, if so try
refreshing this project and building it ControladorEntidad.java
ambar/src/web/WEB-INF/classes/ambar/web

if i don´t save, but using Ant, i deploy it to Tomcat (obviously Eclipse ask for
save ControladorEntidad.java clicking "yes"), everything works, but the Problem
shows too

To solve this, i just have to insert a blank space (cause i can´t save without
make any change)any place in ControladorEntidad.java, then delete it, and save
the file again. That´s it, the Problem disappear.

without the bug it shouldn´t shows me a Problem.

Last Build 2005-02-04 on Windows XP version 2002 service pack 2, but also occurs
on Windows 2000 service pack 2. and i don´t know if in any other OS

Sorry, i´m not sure what´s the component affected. i guessed

Juan Romero
Comment 1 Darin Wright CLA 2005-02-07 09:23:39 EST
re-assigning to JCORE, sounds like a compilation issue.
Comment 2 Juan Gabriel Romero Silva CLA 2005-02-17 10:48:21 EST
now´s even worst cause even if i can compile and deploy mi web app, in the
problems tab appears lots of mistakes that says things like this:

Severity	Description	Resource	In Folder	Location	Creation Time
2	The import ambar.modelo.EntidadDescrita cannot be resolved	Plan.java
ambar/src/java/ambar/ambar/modelo/plan	line 8	17 de febrero de 2005 10:35:38 AM

but the class ambar.modelo.EntidadDescrita is part of my project. Eclipse propose:

Add project 'ambar' to build path of 'ambar'

and if i choose to do this, obviously it shows:

An exception occurred while applying the quick fix.
Reason:
Project cannot reference itself: ambar

Comment 3 Olivier Thomann CLA 2005-06-07 11:41:40 EDT
Can you reproduce with latest build?
If yes, please provide steps to reproduce.
Comment 4 Juan Gabriel Romero Silva CLA 2005-08-18 15:38:48 EDT
sorry if i couldn´t answer before.... i´ve been through lots of personal troubles.
i´ve just try with eclipse 3.1 and it looks good just until i try to make any
change in the classes mentioned before.

would you explain me how can i provide you steps to reproduce??? sorry again i
just don´t understand.
Comment 5 Olivier Thomann CLA 2006-10-06 12:31:15 EDT
Could you please provide a test case we can try?
Could you also double-check on 3.2.1? This might have been fixed since 3.0.
If you can reproduce, we need a complete test case for further investigation.
By steps to reproduce we mean that you should try to describe what you have done to get the problem.
Closing as REMIND.
Comment 6 Denis Roy CLA 2009-08-30 02:07:46 EDT
As of now 'LATER' and 'REMIND' resolutions are no longer supported.
Please reopen this bug if it is still valid for you.