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 50118 Details for
Bug 71682
Log view exposes CBE-based implementation and is english-only
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 for log view plugin
patch_org.eclipse.tptp.platform.log.views.txt (text/plain), 16.61 KB, created by
Jane Fang
on 2006-09-13 23:12:35 EDT
(
hide
)
Description:
patch for log view plugin
Filename:
MIME Type:
Creator:
Jane Fang
Created:
2006-09-13 23:12:35 EDT
Size:
16.61 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.tptp.platform.log.views >Index: plugin.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/plugin.properties,v >retrieving revision 1.35 >diff -u -r1.35 plugin.properties >--- plugin.properties 31 Mar 2006 19:48:49 -0000 1.35 >+++ plugin.properties 14 Sep 2006 03:13:37 -0000 >@@ -51,13 +51,13 @@ > 27 = HTML Log Report > 28 = Export all log events and associations in HTML format > # proeprty tab labels >-29 = Common Base Event >-30 = Extended Data Elements >-31 = Context Data Elements >+29 = Event Details >+30 = Additional Data Attributes >+31 = Correlation Data Attributes > 32 = Situation >-33 = Msg Data Element >-34 = Source Component ID >-35 = Reporter Component ID >+33 = Message Information >+34 = Source Component >+35 = Reporting Component > 36 = Associated Event > 37 = Properties > 38 = Choose Columns >Index: src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java,v >retrieving revision 1.29 >diff -u -r1.29 LogViewsMessages.java >--- src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java 27 Jul 2006 23:25:39 -0000 1.29 >+++ src/org/eclipse/tptp/platform/log/views/internal/LogViewsMessages.java 14 Sep 2006 03:13:37 -0000 >@@ -348,6 +348,7 @@ > public static String type; > public static String sourceComponent; > public static String sourceSubComponent; >+ public static String sourceComponentIdType; > public static String _338; > public static String _339; > public static String _340; >@@ -389,6 +390,11 @@ > // to display the 'Children' heading in the ExtendedDataTypeElement > // Properties Tab > public static String _382; >+ >+ public static String _400; >+ public static String _401; >+ public static String _402; >+ public static String _403; > static { > NLS.initializeMessages(BUNDLE_NAME, LogViewsMessages.class); > } >Index: src/org/eclipse/tptp/platform/log/views/internal/messages.properties >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/messages.properties,v >retrieving revision 1.42 >diff -u -r1.42 messages.properties >--- src/org/eclipse/tptp/platform/log/views/internal/messages.properties 27 Jul 2006 23:25:39 -0000 1.42 >+++ src/org/eclipse/tptp/platform/log/views/internal/messages.properties 14 Sep 2006 03:13:37 -0000 >@@ -64,14 +64,14 @@ > _50 = &Errors > _51 = &Warnings > _52 = I&nformation >-_53 = Creation time >-_54 = Elapsed time >-_55 = Global instance ID >-_56 = Local instance ID >-_57 = Msg >+_53 = Creation Time >+_54 = Duration of Repeated Events >+_55 = Global Instance ID >+_56 = Local Instance ID >+_57 = Message Text > _58 = Priority >-_59 = Repeat count >-_60 = Sequence number >+_59 = Number of Repeated Events >+_60 = Sequence Number > _61 = Severity > _62 = Version > >@@ -196,17 +196,17 @@ > # common base event property section ui labels > _158=Version > _159=Global Instance ID >-_160=Extension Name >+_160=Event Type > _161=Local Instance ID > _162=Creation Time > _163=Severity > _164=Priority > _165=Sequence Number >-_166=Repeat Count >-_167=Elapsed Time >-_168=Message >+_166=Number of Repeated Events >+_167=Duration of Repeated Events >+_168=Message Text > # associated event property section ui labels >-_169=Association Engine >+_169=Association Method > _170=Name > _171=ID > _172=Type >@@ -214,148 +214,152 @@ > # Added for bugzilla 150966, to display the > # ExtendedDataTypeElement 'Children' information > # on the Properties Tab in the Log View >-_382=Children >+_382=Additional Data Attributes - Nested (Children) > # extended data elements property section ui labels > _174=Name >-_175=Value >+_175=Values > # context data elements property section ui labels >-_176=Context Objects >+_176=Correlation Data Attributes >+_400=Name >+_401=Type >+_402=Value >+_403=Identifier > # situation property section ui labels > > _177=Situation Type >-_178=Reasoning Scope >+_178=Situation Scope > _179=Report Category > _180=Situation Type >-_181=Reasoning Scope >-_182=Situation Qualifier >-_183=Success Disposition >+_181=Situation Scope >+_182=Current Status >+_183=Situation Result > # message data elements property section ui labels > >-_184=Msg Locale >-_185=Msg Catalog Token >-_186=Msg Catalog ID >-_187=Msg Catalog Type >-_188=Msg Catalog >-_189=Msg ID >-_190=Msg ID Type >-_191=Msg Locale >-_192=Msg Catalog Token >-_193=Msg Catalog ID >-_194=Msg Catalog Type >-_195=Msg Catalog >-_196=Msg ID >-_197=Msg ID Type >+_184=Locale >+_185=Substitution Variables >+_186=Catalog Id >+_187=Catalog Type >+_188=Catalog Name >+_189=Identifier >+_190=Type >+_191=Locale >+_192=Substitution Variables >+_193=Catalog Id >+_194=Catalog Type >+_195=Catalog Name >+_196=Identifier >+_197=Type > # source component id property section ui labels >-_198=Component >-_199=Sub Component >-_200=Component ID Type >-_201=Instance ID >-_202=Application >+_198=Component Name >+_199=Sub-component Name >+_200=Classification Type >+_201=Component Instance Id >+_202=Application Name > _203=Execution Environment >-_204=Location >-_205=Location Type >-_206=Process ID >-_207=Thread ID >-_208=Component Type >-_209=Component >-_210=Sub Component >-_211=Component ID Type >-_212=Instance ID >-_213=Application >+_204=Address >+_205=Address Type >+_206=Process Id >+_207=Thread Id >+_208=Classification >+_209=Component Name >+_210=Sub-component Name >+_211=Classification Type >+_212=Component Instance Id >+_213=Application Name > _214=Execution Environment >-_215=Location >-_216=Location Type >-_217=Process ID >-_218=Thread ID >-_219=Component Type >+_215=Address >+_216=Address Type >+_217=Process Id >+_218=Thread Id >+_219=Classification > # reporter component id property section ui labels >-_220=Component >-_221=Sub Component >-_222=Component ID Type >-_223=Instance ID >-_224=Application >+_220=Component Name >+_221=Sub-component Name >+_222=Classification Type >+_223=Component Instance Id >+_224=Application Name > _225=Execution Environment >-_226=Location >-_227=Location Type >-_228=Process ID >-_229=Thread ID >-_230=Component Type >-_231=Component >-_232=Sub Component >-_233=Component ID Type >-_234=Instance ID >-_235=Application >+_226=Address >+_227=Address Type >+_228=Process Id >+_229=Thread Id >+_230=Classification >+_231=Component Name >+_232=Sub-component Name >+_233=Classification Type >+_234=Component Instance Id >+_235=Application Name > _236=Execution Environment >-_237=Location >-_238=Location Type >-_239=Process ID >-_240=Thread ID >-_241=Component Type >+_237=Address >+_238=Address Type >+_239=Process Id >+_240=Thread Id >+_241=Classification > _242 = XPath expressions > # Extended filter support labels > >-_250 = ExtendedDataElement Name >-_251 = ExtendedDataElement Values >-_252 = ExtendedDataElement Children >-_253 = ExtendedDataElement HexValue >-_254 = ExtendedDataElement Type >+_250 = Additional Data Attribute Name >+_251 = Additional Data Attribute Values >+_252 = Additional Data Attributes - Nested (Children) >+_253 = Additional Data Attribute Hex Value >+_254 = Additional Data Attribute Type > _255 = DefaultEvent Analyzed > _256 = DefaultEvent ExtendedProperties >-_257 = DefaultEvent ExtensionName >+_257 = Default Event ExtensionName > _258 = DefaultEvent Symptoms >-_259 = Source ComponentIdentification Application >-_260 = Source ComponentIdentification Component >-_261 = Source ComponentIdentification ComponentIdType >-_262 = Source ComponentIdentification ComponentType >-_263 = Source ComponentIdentification ExecutionEnvironment >-_264 = Source ComponentIdentification InstanceId >-_265 = Source ComponentIdentification Location >-_266 = Source ComponentIdentification LocationType >-_267 = Source ComponentIdentification ProcessId >-_268 = Source ComponentIdentification SubComponent >-_269 = Source ComponentIdentification ThreadId >-_270 = ContextDataElement ContextId >-_271 = ContextDataElement ContextValue >-_272 = ContextDataElement Name >-_273 = ContextDataElement Type >-_274 = MsgDataElement MsgCatalog >-_275 = MsgDataElement MsgCatalogId >-_276 = MsgDataElement MsgCatalogTokens >-_277 = MsgDataElement MsgCatalogType >-_278 = MsgDataElement MsgId >-_279 = MsgDataElement MsgIdType >-_280 = MsgDataElement MsgLocale >-_281 = AvailableSituation AvailabilityDisposition >-_282 = AvailableSituation OperationDisposition >-_283 = AvailableSituation ProcessingDisposition >-_284 = ConfigureSituation SuccessDisposition >-_285 = ConnectSituation SituationDisposition >-_286 = ConnectSituation SuccessDisposition >-_287 = CreateSituation SuccessDisposition >-_288 = DependencySituation DependencyDisposition >-_289 = DestroySituation SuccessDisposition >-_290 = FeatureSituation FeatureDisposition >-_291 = OtherSituation AnyData >-_292 = ReportSituation ReportCategory >-_293 = RequestSituation SituationQualifier >-_294 = RequestSituation SuccessDisposition >-_295 = Situation CategoryName >-_296 = Situation ReasoningScope >-_297 = StartSituation SituationQualifier >-_298 = StartSituation SuccessDisposition >-_299 = StopSituation SituationQualifier >-_300 = StopSituation SuccessDisposition >-_301 = Report ComponentIdentification Application >-_302 = Report ComponentIdentification Component >-_303 = Report ComponentIdentification ComponentIdType >-_304 = Report ComponentIdentification ComponentType >-_305 = Report ComponentIdentification ExecutionEnvironment >-_306 = Report ComponentIdentification InstanceId >-_307 = Report ComponentIdentification Location >-_308 = Report ComponentIdentification LocationType >-_309 = Report ComponentIdentification ProcessId >-_310 = Report ComponentIdentification SubComponent >-_311 = Report ComponentIdentification ThreadId >+_259 = Source Component Application Name >+_260 = Source Component Name >+_261 = Source Component Classification Type >+_262 = Source Component Classification >+_263 = Source Component Execution Environment >+_264 = Source Component Instance Id >+_265 = Source Component Address >+_266 = Source Component Address Type >+_267 = Source Component Process Id >+_268 = Source Sub-component Name >+_269 = Source Component Thread Id >+_270 = Correlation Data Attribute Identifier >+_271 = Correlation Data Attribute Value >+_272 = Correlation Data Attribute Name >+_273 = Correlation Data Attribute Type >+_274 = Message Catalog Name >+_275 = Message Catalog Id >+_276 = Message Substitution Variables >+_277 = Message Catalog Type >+_278 = Message Identifier >+_279 = Message Type >+_280 = Message Locale >+_281 = Availability Situation Availability Status >+_282 = Availability Situation Operational Status >+_283 = Availability Situation Functional Status >+_284 = Configure Situation Result >+_285 = Connect Situation Current Status >+_286 = Connect Situation Result >+_287 = Create Situation Result >+_288 = Dependency Situation Dependency Status >+_289 = Destroy Situation Result >+_290 = Feature Situation Feature Status >+_291 = Unknown Situation AnyData >+_292 = Report Situation Category >+_293 = Request Situation Current Status >+_294 = Request Situation Result >+_295 = Situation Category Name >+_296 = Situation Scope >+_297 = Start Situation Current Status >+_298 = Start Situation Result >+_299 = Stop Situation Current Status >+_300 = Stop Situation Result >+_301 = Reporting Component Application Name >+_302 = Reporting Component Name >+_303 = Reporting Component Classification Type >+_304 = Reporting Component Classification >+_305 = Reporting Component Execution Environment >+_306 = Reporting Component Instance Id >+_307 = Reporting Component Address >+_308 = Reporting Component Address Type >+_309 = Reporting Component Process Id >+_310 = Reporting Sub-component Name >+_311 = Reporting Component Thread Id > > _320 = Highlight Events > _321 = Color: >@@ -365,9 +369,9 @@ > _324=Creation Time > _325=Severity > _326=Priority >-_327=Message >-_328=Repeat Count >-_329=Elapsed Time >+_327=Message Text >+_328=Number of Repeated Events >+_329=Duration of Repeated Events > _330=Sequence Number > _331=Version > _332=Select the columns to enable.\nSelect the sequence using the Up and Down buttons. >@@ -377,17 +381,18 @@ > _336=Sort Columns... > _337=Selected Columns Ordered By > #log columns >-type=Situation type >-sourceComponent=Source Component >-sourceSubComponent=Source Sub Component >-_338=Source Application >-_339=Source Location >-_340=Source Location Type >-_341=Source Component Type >-_342=Source Thread >-_343=Source Process >+type=Situation Type >+sourceComponent=Source Component Name >+sourceSubComponent=Source Sub-component Name >+sourceComponentIdType=Source Component Classfication Type >+_338=Source Component Application Name >+_339=Source Component Address >+_340=Source Component Address Type >+_341=Source Component Classification >+_342=Source Component Thread Id >+_343=Source Component Process Id > _344=Highlighter >-_345=Log path >+_345=Log Path > _346 = ascending > _347 = descending > _348 = Filter >@@ -400,14 +405,14 @@ > _355 =Hex Value > _356 =Values > >-_360 = Availability Disposition >-_361 = Operation Disposition >-_362 = Processing Disposition >-_363 = Situation Disposition >-_364 = Dependency Disposition >-_365 = Feature Disposition >+_360 = Availability Status >+_361 = Operational Status >+_362 = Functional Status >+_363 = Current Status >+_364 = Dependency Status >+_365 = Feature Status > >-_370 = Available Situation >+_370 = Availability Situation > _371 = Configure Situation > _372 = Connect Situation > _373 = Create Situation >Index: src/org/eclipse/tptp/platform/log/views/internal/util/ColumnsUtility.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/util/ColumnsUtility.java,v >retrieving revision 1.15 >diff -u -r1.15 ColumnsUtility.java >--- src/org/eclipse/tptp/platform/log/views/internal/util/ColumnsUtility.java 7 Apr 2006 01:42:36 -0000 1.15 >+++ src/org/eclipse/tptp/platform/log/views/internal/util/ColumnsUtility.java 14 Sep 2006 03:13:38 -0000 >@@ -73,7 +73,7 @@ > return "situationqualifier"; > else if (columnName.equals(LogViewsMessages._183)) > return "successdisposition"; >- else if (columnName.equals(LogViewsMessages._200)) >+ else if (columnName.equals(LogViewsMessages.sourceComponentIdType)) > return ""; > else if (columnName.equals(LogViewsMessages._338)) > return ""; >@@ -115,7 +115,7 @@ > columnNames.put("reasoningScope", LogViewsMessages._178); > columnNames.put("sitQualifier", LogViewsMessages._182); > columnNames.put("successDisposition", LogViewsMessages._183); >- columnNames.put("sourceIDType", LogViewsMessages._200); >+ columnNames.put("sourceIDType", LogViewsMessages.sourceComponentIdType); > columnNames.put("sourceApp", LogViewsMessages._338); > columnNames.put("sourceLocation", LogViewsMessages._339); > columnNames.put("sourceLocationType", LogViewsMessages._340); >Index: src/org/eclipse/tptp/platform/log/views/internal/views/ContextDataElementsSection.java >=================================================================== >RCS file: /cvsroot/tptp/platform/org.eclipse.tptp.platform.log.views/src/org/eclipse/tptp/platform/log/views/internal/views/ContextDataElementsSection.java,v >retrieving revision 1.6 >diff -u -r1.6 ContextDataElementsSection.java >--- src/org/eclipse/tptp/platform/log/views/internal/views/ContextDataElementsSection.java 11 May 2006 15:26:04 -0000 1.6 >+++ src/org/eclipse/tptp/platform/log/views/internal/views/ContextDataElementsSection.java 14 Sep 2006 03:13:38 -0000 >@@ -50,10 +50,10 @@ > else if(parentElement instanceof CBEContextDataElement){ > > Object contextItems [] = { >- new Entry(LogViewsMessages._272,((CBEContextDataElement)parentElement).getName()), >- new Entry(LogViewsMessages._273,((CBEContextDataElement)parentElement).getType()), >- new Entry(LogViewsMessages._270,((CBEContextDataElement)parentElement).getContextId()), >- new Entry(LogViewsMessages._271,((CBEContextDataElement)parentElement).getContextValue()) >+ new Entry(LogViewsMessages._400,((CBEContextDataElement)parentElement).getName()), >+ new Entry(LogViewsMessages._401,((CBEContextDataElement)parentElement).getType()), >+ new Entry(LogViewsMessages._403,((CBEContextDataElement)parentElement).getContextId()), >+ new Entry(LogViewsMessages._402,((CBEContextDataElement)parentElement).getContextValue()) > > }; > return contextItems;
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 Raw
Actions:
View
Attachments on
bug 71682
:
50117
|
50118
|
50119
|
50509
|
50510
|
50511
|
50514
|
50880