You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/org.openjdk.jmc.flightrecorder.rules/src/main/java/org/openjdk/jmc/flightrecorder/rules/messages/internal/Messages.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Copy file name to clipboardExpand all lines: core/org.openjdk.jmc.flightrecorder.rules/src/main/java/org/openjdk/jmc/flightrecorder/rules/util/RulesToolkit.java
+89-4Lines changed: 89 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
Copy file name to clipboardExpand all lines: core/org.openjdk.jmc.flightrecorder.rules/src/main/resources/org/openjdk/jmc/flightrecorder/rules/messages/internal/messages.properties
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2
+
# Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
#
4
4
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5
5
#
@@ -34,7 +34,9 @@
34
34
RulesToolkit_ATTRIBUTE_NOT_FOUND=Could not get the attribute with id ''{0}'' from the event type with id ''{1}''. This recording is likely from an unsupported version.
35
35
# {0} is an event type id, {1} is an attribute id
36
36
RulesToolkit_ATTRIBUTE_NOT_FOUND_LONG=Could not get the attribute with id ''{0}'' from the event type with id ''{1}''. This recording is likely from an unsupported version.<p>If you are using an older Java version, then you can consider upgrading.
37
+
RulesToolkit_EVALUATION_ERROR_DESCRIPTION=Could not evaluate this rule
37
38
RulesToolkit_EVERY_CHUNK=Every Chunk
39
+
RulesToolkit_RULE_IGNORED=Ignored
38
40
# {0} is a rule name, {1} is one or more event type ids
39
41
RulesToolkit_RULE_REQUIRES_UNAVAILABLE_EVENT_TYPE=The {0} rule requires the following event types: {1}.
40
42
# {0} is a rule name, {1} is one or more event type ids
@@ -55,6 +57,7 @@ RulesToolkit_RULE_REQUIRES_EVENT_TYPE_LONG=The {0} rule requires that the follow
55
57
RulesToolkit_RULE_REQUIRES_SOME_EVENTS=The {0} rule requires events to be available from at least one of the following event types: {1}.
56
58
# {0} is one or more event type names
57
59
RulesToolkit_RULE_RECOMMENDS_EVENTS=To improve rule accuracy and/or get more details for further investigation, it is recommended to enable the following event types: {0}.
60
+
RulesToolkit_RULE_RESULT_RETRIEVAL_ERROR=Unexpected problem retrieving rule result.
58
61
RulesToolkit_TOO_FEW_EVENTS=Too few events to calculate the result.
59
62
60
63
Result_SHORT_RECORDING=This recording is only {0} long, consider creating a recording longer than {1} for improved rule accuracy.
Copy file name to clipboardExpand all lines: core/tests/org.openjdk.jmc.flightrecorder.rules.test/src/test/java/org/openjdk/jmc/flightrecorder/rules/RulesToolkitTest.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved.
3
3
*
4
4
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
0 commit comments