Issue Details (XML | Word | Printable)

Key: JRA-5394
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Jeff Turner [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Searching doesn't return anything for foo:bar searches

Created: 30/Nov/04 04:23 PM   Updated: 20/Feb/07 09:16 PM
Component/s: None
Affects Version/s: None
Fix Version/s: 3.1

Time Tracking:
Not Specified

Issue Links:
Cause
 

Participants: Jeff Turner [Atlassian] and Mark Chaimungkalanont [Atlassian]
Since last comment: 3 years, 35 weeks, 1 day ago
Resolution Date: 08/Feb/05 11:46 PM
Labels:


 Description  « Hide
Java apps like JIRA emit stacktraces when things go wrong. Inside a stacktrace, the most important 'signature' part is the classname:linenumber part, eg. ConsistencyCheckImpl.java:94 in the stacktrace:

java.lang.NullPointerException
at com.atlassian.jira.upgrade.ConsistencyCheckImpl.initialise(ConsistencyCheckImpl.java:94)
at com.atlassian.jira.upgrade.ConsistencyLauncher.contextInitialized(ConsistencyLauncher.java:27)

Unfortunately, searching for 'ConsistencyCheckImpl.java:94' in JIRA does not return any hits (on jira.atlassian.com, this is in a comment on JRA-5371).



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Mark Chaimungkalanont [Atlassian] added a comment - 08/Feb/05 11:46 PM
: in searches are now ignored (treated as separators)