Bug 421792 - The tooltip of byte array variable is mess overlay
Summary: The tooltip of byte array variable is mess overlay
Status: NEW
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard: stalebug
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-14 21:59 EST by liang jia CLA
Modified: 2022-10-07 12:41 EDT (History)
0 users

See Also:


Attachments
the messes tooltip (13.20 KB, image/png)
2013-11-14 22:01 EST, liang jia CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description liang jia CLA 2013-11-14 21:59:44 EST
1. When I deubg org.eclipse.jdt.internal.core.search.indexing.AddJarFileToIndex
   set breakpoint at below line:
final byte[] classFileBytes = org.eclipse.jdt.internal.compiler.util.Util.getZipEntryByteContent(ze, zip);
JavaSearchDocument entryDocument = new JavaSearchDocument(ze, zipFilePath, classFileBytes, participant);
bp> this.manager.indexDocument(entryDocument, participant, index, indexPath);
2. Hover mouse at variable classFileBytes, the content of tooltip is mess.
   you can find the details from attachment(tooltip_variable.png)
Comment 1 liang jia CLA 2013-11-14 22:01:27 EST
Created attachment 237482 [details]
the messes tooltip
Comment 2 Eclipse Genie CLA 2020-08-12 18:45:01 EDT
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.

--
The automated Eclipse Genie.
Comment 3 Eclipse Genie CLA 2022-10-07 12:41:06 EDT
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.

--
The automated Eclipse Genie.