Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 84947 Details for
Bug 194030
[SDView] Properties view show no data on correlation selection
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Patch file
patch_bugzilla194030_20071211.txt (text/plain), 3.62 KB, created by
Yasuhisa Gotoh
on 2007-12-11 06:28:09 EST
(
hide
)
Description:
Patch file
Filename:
MIME Type:
Creator:
Yasuhisa Gotoh
Created:
2007-12-11 06:28:09 EST
Size:
3.62 KB
patch
obsolete
>Index: src/org/eclipse/hyades/sd/logc/internal/loader/LogInteractions.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/hyades/sd/logc/internal/loader/LogInteractions.java,v >retrieving revision 1.54 >diff -u -r1.54 LogInteractions.java >--- src/org/eclipse/hyades/sd/logc/internal/loader/LogInteractions.java 27 Nov 2007 04:33:41 -0000 1.54 >+++ src/org/eclipse/hyades/sd/logc/internal/loader/LogInteractions.java 11 Dec 2007 11:26:27 -0000 >@@ -298,11 +298,6 @@ > > protected boolean fForceRefresh = true; > >- /** >- * The property page of the log interaction view >- */ >- private LogInteractionPropertyPage propertyPage; >- > protected IPartListener2 fPartListener = new IPartListener2() > { > public void partActivated(IWorkbenchPartReference ref) >@@ -429,7 +424,6 @@ > CorrelationHelper.getInstance().addJobChangeListener(this); > LogViewsPlugin.getDefault().addRecordPaneViewerListener(this); > recordFilterSearch = new RecordFilterSearchUtil(); >- propertyPage = new LogInteractionPropertyPage(this); > _findRecordSelection = false; > } > >@@ -3376,7 +3370,8 @@ > > public IPropertySheetPage getPropertySheetEntry() > { >- return propertyPage; >+ // need to create a TabbedPropertySheetPage instance every time to avoid NPE >+ return new LogInteractionPropertyPage(this); > } > > public List getEventList() >Index: plugin.xml >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/plugin.xml,v >retrieving revision 1.50 >diff -u -r1.50 plugin.xml >--- plugin.xml 23 Nov 2007 18:31:42 -0000 1.50 >+++ plugin.xml 11 Dec 2007 11:26:26 -0000 >@@ -339,6 +339,12 @@ > category="tabs" > id="org.eclipse.tptp.platform.log.views.AnalysisResultsTab" > label="%39"/> >+ >+ <!-- The correlation tab --> >+ <propertyTab >+ category="tabs" >+ id="org.eclipse.tptp.platform.log.views.CorrelationTab" >+ label="%41"/> > </propertyTabs> > </extension> > >@@ -437,6 +443,14 @@ > tab="org.eclipse.tptp.platform.log.views.AnalysisResultsTab"> > <input type="org.eclipse.hyades.models.cbe.CBECommonBaseEvent"/> > </propertySection> >+ >+ <!-- The correlation section --> >+ <propertySection >+ class="org.eclipse.ui.views.properties.tabbed.AdvancedPropertySection" >+ id="org.eclipse.tptp.platform.log.views.CorrelationSection" >+ tab="org.eclipse.tptp.platform.log.views.CorrelationTab"> >+ <input type="org.eclipse.hyades.sd.logc.internal.uml2sd.LogAsyncMessage"/> >+ </propertySection> > </propertySections> > </extension> > >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/plugin.properties,v >retrieving revision 1.41 >diff -u -r1.41 plugin.properties >--- plugin.properties 4 Oct 2006 22:46:22 -0000 1.41 >+++ plugin.properties 11 Dec 2007 11:26:25 -0000 >@@ -1,5 +1,5 @@ > ############################################################################### >-# Copyright (c) 2005, 2006 IBM Corporation and others. >+# Copyright (c) 2005, 2007 IBM Corporation and others. > # All rights reserved. This program and the accompanying materials > # are made available under the terms of the Eclipse Public License v1.0 > # which accompanies this distribution, and is available at >@@ -63,6 +63,7 @@ > 38 = Choose Columns > 39 = Analysis Result > 40 = Refresh Views >+41 = Correlation > > ############################################################# > # Ali M.: Newly added messages as part of the RCP
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 194030
:
72356
|
72357
|
72359
|
84947
|
87501