Community
Participate
Working Groups
Build Identifier: M20090917-0800 I work for Instantiations, and one of our customers reported a bug. Their log file contained a stack trace that started with: !STACK 0 java.lang.NullPointerException at org.eclipse.team.internal.ccvs.core.filehistory.CVSFileHistory.refresh(CVSFileHistory.java:138) at org.eclipse.team.internal.ccvs.core.filehistory.CVSFileHistoryProvider.getFileHistoryFor(CVSFileHistoryProvider.java:42) Looking at the method in question, it is clear that either tags[j] or tempTag is null. Given that tempTag is assigned a value on line 133 and that the Javadoc for getTag() explicitly states that null is a valid return value, I think that refresh needs to check for null. Reproducible: Didn't try
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug. If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie.