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: application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/FlightRecorderUI.java
+1-18Lines changed: 1 addition & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2026, 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
*
@@ -143,23 +143,6 @@ public static IQuantity parseItemListSize(String size) {
Copy file name to clipboardExpand all lines: application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/JfrEditor.java
+4-29Lines changed: 4 additions & 29 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2026, 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: application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/messages/internal/Messages.java
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2026, 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
*
@@ -475,9 +475,6 @@ public class Messages extends NLS {
Copy file name to clipboardExpand all lines: application/org.openjdk.jmc.flightrecorder.ui/src/main/java/org/openjdk/jmc/flightrecorder/ui/preferences/GeneralPage.java
+2-88Lines changed: 2 additions & 88 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
* Copyright (c) 2018, 2026, 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
*
@@ -93,7 +93,6 @@ public void setToDefault() {
93
93
privateTextitemListValue;
94
94
privateTextpropertiesArrayStringSizeValue;
95
95
privateTexteditorRuleEvaluationThreadsValue;
96
-
privateTextwebsocketPortValue;
97
96
98
97
@Override
99
98
protectedControlcreateContents(Compositeparent) {
@@ -172,21 +171,12 @@ protected Control createContents(Composite parent) {
Copy file name to clipboardExpand all lines: application/org.openjdk.jmc.flightrecorder.ui/src/main/resources/org/openjdk/jmc/flightrecorder/ui/messages/internal/messages.properties
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
#
2
-
# Copyright (c) 2018, 2025, Oracle and/or its affiliates. All rights reserved.
2
+
# Copyright (c) 2018, 2026, 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
#
@@ -410,8 +410,6 @@ NAVIGATOR_ZOOM_OUT_TEXT=Zoom Out
410
410
411
411
PREFERENCES_CONFIRM_REMOVE_TEMPLATE_TEXT=Ask for confirmation before removing flight recording templates
PREFERENCES_WEBSOCKET_SERVER_PORT_TEXT=Websocket server port (set to 0 to disable)
414
-
PREFERENCES_WEBSOCKET_SERVER_PORT_TOOLTIP=Start a websocket server bound to 127.0.0.1 and the selected port. The server pushes updates whenever the selection changes in the UI.
415
413
PREFERENCES_INCLUDE_EXPERIMENTAL_EVENTS_AND_FIELDS=Include experimental events and fields when reading flight recording files
416
414
PREFERENCES_ALLOW_INCOMPLETE_RECORDING_FILE=Enable reading of incomplete flight recording files
417
415
PREFERENCES_STACKTRACE_SHOW_HIDDEN_FRAMES=Show hidden frames in stacktraces
PREFERENCES_EVALUATION_THREAD_NUMBER_TEXT=Number of rule evaluation threads:
423
421
PREFERENCES_EVALUATION_THREAD_NUMBER_TOOLTIP=This sets the number of threads each editor will create and run in parallel to evaluate rules for that flight recording.
424
422
PREFERENCES_EVALUATION_THREAD_NUMBER_LESS_THAN_ONE=Number of rule evaluation threads: Must be at least 1
425
-
PREFERENCES_WEBSOCKET_SERVER_PORT_INVALID=Websocket server port must be a number between 0 and 65535
426
423
# {0} is an exception message
427
424
PREFERENCES_EVALUATION_THREAD_NUMBER_UNPARSEABLE=Number of rule evaluation threads: {0}
428
425
PREFERENCES_PROPERTIES_ARRAY_STRING_SIZE_TEXT=Maximum display length of arrays in Properties view
0 commit comments