Community
Participate
Working Groups
20030227 If you close a project and then rebuild some of the warnings will be left. Deleting the project and rebuilding will not get rid of them either. STEPS 1) Set Usage of Non-Externalized Strings to warning 2) Load org.eclipse.ui.tests 3) There are lots of NL warnings 4) Close org.eclipse.ui.tests 5) Rebuild Over 250 warnings are still there. 6) Delete it. Rebuild. 7) Warnings don't change.
Note that restarting Eclipse will get rid of these problems
Wondering if the task lists isn't rather still showing information it should not (why showing markers for a closed project?). Nick - Is this possible ?
There have been some other refresh problems reported against the Tasks view, which may be related to some recent viewer changes. I'll investigate.
Cannot reproduce in I20030227. Tod, can you demo this to me?
This appears to be a NullPointerException from the resourceListener. Reassigning as requested: !ENTRY org.eclipse.core.resources 4 2 Mar 04, 2003 13:23:58.828 !MESSAGE Problems occurred when invoking code from plug- in: "org.eclipse.core.resources". !STACK 0 java.lang.NullPointerException at org.eclipse.ui.views.tasklist.TaskListContentProvider.resourceChanged (TaskListContentProvider.java(Compiled Code)) at org.eclipse.ui.views.tasklist.TaskListContentProvider.resourceChanged (TaskListContentProvider.java(Compiled Code)) at org.eclipse.ui.views.tasklist.TaskListContentProvider.resourceChanged (TaskListContentProvider.java(Compiled Code)) at org.eclipse.ui.views.tasklist.TaskListContentProvider.resourceChanged (TaskListContentProvider.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager$1.run (NotificationManager.java:137) at org.eclipse.core.internal.runtime.InternalPlatform.run (InternalPlatform.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.notify (NotificationManager.java(Compiled Code)) at org.eclipse.core.internal.events.NotificationManager.broadcastChanges (NotificationManager.java:67) at org.eclipse.core.internal.resources.Workspace.broadcastChanges (Workspace.java:161) at org.eclipse.core.internal.resources.Workspace.endOperation (Workspace.java(Compiled Code)) at org.eclipse.core.internal.resources.Workspace.run(Workspace.java (Compiled Code)) at org.eclipse.ui.actions.WorkspaceModifyOperation.run (WorkspaceModifyOperation.java:79) at org.eclipse.team.internal.ccvs.ui.repo.RepositoryManager.run (RepositoryManager.java:785) at org.eclipse.team.internal.ccvs.ui.actions.CVSAction$1.run (CVSAction.java:242) at org.eclipse.jface.operation.ModalContext$ModalContextThread.run (ModalContext.java:95)
When I copy the workbench and run it self hosted with what is currently in the HEAD stream I do not get this problem.
*** This bug has been marked as a duplicate of 33481 ***