id
int64
0
10.2k
text_id
stringlengths
17
67
repo_owner
stringclasses
232 values
repo_name
stringclasses
295 values
issue_url
stringlengths
39
89
pull_url
stringlengths
37
87
comment_url
stringlengths
37
94
links_count
int64
1
2
link_keyword
stringclasses
12 values
issue_title
stringlengths
7
197
issue_body
stringlengths
45
21.3k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
diff_url
stringlengths
120
170
diff
stringlengths
478
132k
changed_files
stringlengths
47
2.6k
changed_files_exts
stringclasses
22 values
changed_files_count
int64
1
22
java_changed_files_count
int64
1
22
kt_changed_files_count
int64
0
0
py_changed_files_count
int64
0
0
code_changed_files_count
int64
1
22
repo_symbols_count
int64
32.6k
242M
repo_tokens_count
int64
6.59k
49.2M
repo_lines_count
int64
992
6.2M
repo_files_without_tests_count
int64
12
28.1k
changed_symbols_count
int64
0
36.1k
changed_tokens_count
int64
0
6.5k
changed_lines_count
int64
0
561
changed_files_without_tests_count
int64
1
17
issue_symbols_count
int64
45
21.3k
issue_words_count
int64
2
1.39k
issue_tokens_count
int64
13
4.47k
issue_lines_count
int64
1
325
issue_links_count
int64
0
19
issue_code_blocks_count
int64
0
31
pull_create_at
timestamp[s]
repo_stars
int64
10
44.3k
repo_language
stringclasses
8 values
repo_languages
stringclasses
296 values
repo_license
stringclasses
2 values
1,330
micrometer-metrics/micrometer/3544/3543
micrometer-metrics
micrometer
https://github.com/micrometer-metrics/micrometer/issues/3543
https://github.com/micrometer-metrics/micrometer/pull/3544
https://github.com/micrometer-metrics/micrometer/pull/3544
1
fixes
Fix logic to choose ObservationConvention
There are two issues with the logic that chooses and applies the `ObservationConvention` on the `Observation`s. 1. The logic can choose and apply multiple conventions, also in one case it can mix them together 2. In one case the logic pics the wrong convention Here's the old and the new decision matrix: **OLD...
4647bf2813f1fd5da668835e2304864f99ed4c95
c9dad1f182b85398e74a7fb57a4ec1e61c96d002
https://github.com/micrometer-metrics/micrometer/compare/4647bf2813f1fd5da668835e2304864f99ed4c95...c9dad1f182b85398e74a7fb57a4ec1e61c96d002
diff --git a/micrometer-observation-test/src/main/java/io/micrometer/observation/tck/ObservationRegistryCompatibilityKit.java b/micrometer-observation-test/src/main/java/io/micrometer/observation/tck/ObservationRegistryCompatibilityKit.java index 0d4ef3a38..ffb7cf982 100644 --- a/micrometer-observation-test/src/main/ja...
['micrometer-observation/src/test/java/io/micrometer/observation/ObservationTests.java', 'micrometer-observation/src/main/java/io/micrometer/observation/ObservationRegistry.java', 'micrometer-observation/src/main/java/io/micrometer/observation/SimpleObservation.java', 'micrometer-observation/src/main/java/io/micrometer...
{'.java': 6}
6
6
0
0
6
2,721,359
579,527
74,688
636
5,717
1,170
107
3
1,577
226
414
33
0
2
1970-01-01T00:27:49
4,034
Java
{'Java': 4710724, 'Shell': 5270, 'Kotlin': 4163}
Apache License 2.0
1,331
micrometer-metrics/micrometer/461/379
micrometer-metrics
micrometer
https://github.com/micrometer-metrics/micrometer/issues/379
https://github.com/micrometer-metrics/micrometer/pull/461
https://github.com/micrometer-metrics/micrometer/pull/461
1
fixes
Influx Metric Registry Publish Can Fail Silently
I had a bug in my logic to create timer metrics which passed in 'null' as one of the values of a tag. The next execution of the publish method would then throw a NullPointerException when invoking writeTimer. The exception wasn't handled in the publish method, bubbled back to the Executor which then failed silently and...
4226e9621db2cf22b8df9d69e175f0789242883f
9bad61aec1139afeba221a2a8d1d9a7e2d8ccabe
https://github.com/micrometer-metrics/micrometer/compare/4226e9621db2cf22b8df9d69e175f0789242883f...9bad61aec1139afeba221a2a8d1d9a7e2d8ccabe
diff --git a/implementations/micrometer-registry-influx/src/main/java/io/micrometer/influx/InfluxMeterRegistry.java b/implementations/micrometer-registry-influx/src/main/java/io/micrometer/influx/InfluxMeterRegistry.java index 0e249361d..afe7db303 100644 --- a/implementations/micrometer-registry-influx/src/main/java/io...
['implementations/micrometer-registry-influx/src/main/java/io/micrometer/influx/InfluxMeterRegistry.java']
{'.java': 1}
1
1
0
0
1
1,082,462
224,121
29,882
340
67
16
2
1
947
135
180
12
0
1
1970-01-01T00:25:19
4,034
Java
{'Java': 4710724, 'Shell': 5270, 'Kotlin': 4163}
Apache License 2.0
1,333
strimzi/strimzi-kafka-operator/2439/2411
strimzi
strimzi-kafka-operator
https://github.com/strimzi/strimzi-kafka-operator/issues/2411
https://github.com/strimzi/strimzi-kafka-operator/pull/2439
https://github.com/strimzi/strimzi-kafka-operator/pull/2439
1
fixes
[Bug] ZooKeeper user entry not deleted when KafkaUser is deleted
When a new `KafkaUser` resource is created with quotas, a new user entry is created in ZooKeeper in the `/config/users` znode (i.e. `/config/users/my-user`). It contains a JSON with `version` and `config` fields. When the `KafkaUser` resource is deleted, the above entry isn't deleted but the `config` field is emptied....
aeead4d3abbd5899a2541b3585e4d02b0f013653
39f628583363f5cf2bcdef674d80bc88f8021a43
https://github.com/strimzi/strimzi-kafka-operator/compare/aeead4d3abbd5899a2541b3585e4d02b0f013653...39f628583363f5cf2bcdef674d80bc88f8021a43
diff --git a/systemtest/src/test/java/io/strimzi/systemtest/UserST.java b/systemtest/src/test/java/io/strimzi/systemtest/UserST.java index 5c2d2f93b..c5bde6605 100644 --- a/systemtest/src/test/java/io/strimzi/systemtest/UserST.java +++ b/systemtest/src/test/java/io/strimzi/systemtest/UserST.java @@ -171,12 +171,19 @@ c...
['systemtest/src/test/java/io/strimzi/systemtest/UserST.java', 'user-operator/src/test/java/io/strimzi/operator/user/operator/ScramShaCredentialsTest.java', 'user-operator/src/main/java/io/strimzi/operator/user/operator/ScramShaCredentials.java', 'user-operator/src/test/java/io/strimzi/operator/user/operator/KafkaUserQ...
{'.java': 5}
5
5
0
0
5
2,034,283
406,489
49,719
351
2,109
406
45
2
411
62
101
3
0
0
1970-01-01T00:26:19
3,968
Java
{'Java': 12877351, 'Shell': 138457, 'Groovy': 36170, 'Makefile': 32136, 'Mustache': 11378, 'Dockerfile': 8089, 'Awk': 514, '1C Enterprise': 272}
Apache License 2.0
9,979
discord-jda/jda/1860/1859
discord-jda
jda
https://github.com/discord-jda/JDA/issues/1859
https://github.com/discord-jda/JDA/pull/1860
https://github.com/discord-jda/JDA/pull/1860
1
closes
Unable to resolve value with key emoji to type unsigned long: `null`
<!-- For questions join the official JDA discord server: https://discord.gg/0hMr4ce0tIl3SLv5 --> [download]: https://bintray.com/dv8fromtheworld/maven/JDA/_latestVersion [guild]: https://discord.gg/0hMr4ce0tIk3pSjp [stack overflow]: https://stackoverflow.com/questions/tagged/java ## General Troubleshoot...
64f7a7c5dff92f75609fe8de80322c8cfae546f1
310dcf01b3d9dbb93764822b242597c821e281fb
https://github.com/discord-jda/jda/compare/64f7a7c5dff92f75609fe8de80322c8cfae546f1...310dcf01b3d9dbb93764822b242597c821e281fb
diff --git a/src/main/java/net/dv8tion/jda/internal/handle/MessageReactionClearEmoteHandler.java b/src/main/java/net/dv8tion/jda/internal/handle/MessageReactionClearEmoteHandler.java index 2ef364f3..42c39bff 100644 --- a/src/main/java/net/dv8tion/jda/internal/handle/MessageReactionClearEmoteHandler.java +++ b/src/main/...
['src/main/java/net/dv8tion/jda/internal/handle/MessageReactionClearEmoteHandler.java']
{'.java': 1}
1
1
0
0
1
4,988,122
1,136,561
135,156
669
116
26
2
1
2,994
211
726
64
4
1
1970-01-01T00:27:13
3,830
Java
{'Java': 6408306, 'Kotlin': 15446, 'HTML': 2425}
Apache License 2.0
284
crate/crate/13311/13306
crate
crate
https://github.com/crate/crate/issues/13306
https://github.com/crate/crate/pull/13311
https://github.com/crate/crate/pull/13311
1
fixes
`DECLARE CURSOR` requires superuser privileges
### CrateDB version 5.1.1 ### CrateDB setup information local / cloud logged in as non-superuser with `ALL` privileges on `cluster` level ### Steps to Reproduce ```sql BEGIN; DECLARE this_cursor NO SCROLL CURSOR FOR SELECT * FROM sys.summits; END; ``` ### Expected Result Cursor is created ##...
570fbd936a92839e0edbc077124a45ea28437f7c
78a421e2e939fd63ddbe0ced26d6649812517e77
https://github.com/crate/crate/compare/570fbd936a92839e0edbc077124a45ea28437f7c...78a421e2e939fd63ddbe0ced26d6649812517e77
diff --git a/server/src/main/java/io/crate/auth/AccessControlImpl.java b/server/src/main/java/io/crate/auth/AccessControlImpl.java index 8a00969d67..4f5a179573 100644 --- a/server/src/main/java/io/crate/auth/AccessControlImpl.java +++ b/server/src/main/java/io/crate/auth/AccessControlImpl.java @@ -46,6 +46,7 @@ import ...
['server/src/test/java/io/crate/auth/AccessControlMayExecuteTest.java', 'server/src/main/java/io/crate/auth/AccessControlImpl.java']
{'.java': 2}
2
2
0
0
2
21,020,514
4,131,238
528,131
3,681
220
44
7
1
463
63
105
25
0
2
1970-01-01T00:27:49
3,729
Java
{'Java': 32426037, 'Python': 71123, 'ANTLR': 46794, 'Shell': 13730, 'Batchfile': 4343}
Apache License 2.0
283
crate/crate/14430/14407
crate
crate
https://github.com/crate/crate/issues/14407
https://github.com/crate/crate/pull/14430
https://github.com/crate/crate/pull/14430
1
fixes
Filtering on a column with `INDEX OFF` doesn't behave correctly
### CrateDB version 5.4.0 ### Problem description Filtering on a column with `INDEX OFF` doesn't behave consistently. ### Steps to Reproduce ``` cr> create table t(a int INDEX OFF); CREATE OK, 1 row affected (0.327 sec) ``` ``` cr> select * from t where a = 1; SQLParseException[Cannot search on ...
b5a431633404f49606663a724ede749b3203eeb6
11c896f00254852744ef79a760141d17692b22cb
https://github.com/crate/crate/compare/b5a431633404f49606663a724ede749b3203eeb6...11c896f00254852744ef79a760141d17692b22cb
diff --git a/server/src/main/java/io/crate/execution/engine/collect/collectors/OptimizeQueryForSearchAfter.java b/server/src/main/java/io/crate/execution/engine/collect/collectors/OptimizeQueryForSearchAfter.java index c5016973f7..29e5959a94 100644 --- a/server/src/main/java/io/crate/execution/engine/collect/collectors...
['server/src/main/java/io/crate/types/FloatVectorType.java', 'server/src/main/java/io/crate/expression/scalar/SubscriptFunction.java', 'server/src/main/java/io/crate/types/BooleanType.java', 'server/src/main/java/io/crate/expression/operator/any/AnyEqOperator.java', 'server/src/main/java/io/crate/types/LongEqQuery.java...
{'.java': 19}
19
19
0
0
19
21,201,169
4,171,457
533,389
3,713
24,331
4,486
400
16
861
165
290
51
0
4
1970-01-01T00:28:09
3,729
Java
{'Java': 32426037, 'Python': 71123, 'ANTLR': 46794, 'Shell': 13730, 'Batchfile': 4343}
Apache License 2.0
1,324
kestra-io/kestra/1821/1809
kestra-io
kestra
https://github.com/kestra-io/kestra/issues/1809
https://github.com/kestra-io/kestra/pull/1821
https://github.com/kestra-io/kestra/pull/1821
1
close
Simplify `EachParallel` with `WorkingDirectory` child tasks
### Issue description This flow works: ```yaml id: reproducer namespace: dev tasks: - id: parallel type: io.kestra.core.tasks.flows.EachParallel value: ["1", "2", "3", "4", "5", "6"] tasks: - id: seq type: io.kestra.core.tasks.flows.Sequential tasks: - id: py...
f8c55c52b10426343ac918b0579fc875b7e5dbe8
321df04d6bdc6efd0b32a75b2f5216ac38d30448
https://github.com/kestra-io/kestra/compare/f8c55c52b10426343ac918b0579fc875b7e5dbe8...321df04d6bdc6efd0b32a75b2f5216ac38d30448
diff --git a/core/src/main/java/io/kestra/core/tasks/flows/WorkingDirectory.java b/core/src/main/java/io/kestra/core/tasks/flows/WorkingDirectory.java index ffbb49d2..77b7a0b2 100644 --- a/core/src/main/java/io/kestra/core/tasks/flows/WorkingDirectory.java +++ b/core/src/main/java/io/kestra/core/tasks/flows/WorkingDire...
['core/src/main/java/io/kestra/core/tasks/flows/WorkingDirectory.java']
{'.java': 1}
1
1
0
0
1
1,534,511
301,579
43,905
538
122
23
1
1
1,954
162
474
62
2
2
1970-01-01T00:28:10
3,672
Java
{'Java': 2257332, 'Vue': 639984, 'JavaScript': 128289, 'SCSS': 30353, 'PLpgSQL': 10778, 'Handlebars': 5013, 'CSS': 2172, 'Python': 1969, 'Batchfile': 1966, 'HTML': 1430, 'Shell': 1308, 'Dockerfile': 611}
Apache License 2.0
3,448
pytorch/serve/1143/1130
pytorch
serve
https://github.com/pytorch/serve/issues/1130
https://github.com/pytorch/serve/pull/1143
https://github.com/pytorch/serve/pull/1143
1
fixes
Custom Requirements installation failed
Please have a look at [FAQ's](../../docs/FAQs.md) and [Troubleshooting guide](../../docs/Troubleshooting.md), your query may be already addressed. Your issue may already be reported! Please search on the [issue tracker](https://github.com/pytorch/serve/issues) before creating one. ## Context We are using torc...
a2822284d3e70fee342b4c009a6fab643b965067
f8f519b924c0dc3472844f448d88f2f7f5127f71
https://github.com/pytorch/serve/compare/a2822284d3e70fee342b4c009a6fab643b965067...f8f519b924c0dc3472844f448d88f2f7f5127f71
diff --git a/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java b/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java index 372d2afd..b633b9e7 100644 --- a/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java +++ b/frontend/server/src/main/java/org/pytorch/serve/wlm...
['frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java']
{'.java': 1}
1
1
0
0
1
515,574
96,636
14,821
159
1,509
220
33
1
3,740
457
955
79
4
0
1970-01-01T00:27:04
3,585
Java
{'Java': 876672, 'Python': 695487, 'Jupyter Notebook': 83389, 'Shell': 34326, 'Dockerfile': 7806, 'Mustache': 1583}
Apache License 2.0
3,445
pytorch/serve/1550/1549
pytorch
serve
https://github.com/pytorch/serve/issues/1549
https://github.com/pytorch/serve/pull/1550
https://github.com/pytorch/serve/pull/1550
1
fixes
When an envelope is set in config.properties, the envelope of the workflow function is still null.
## Context <!--- How has this issue affected you? What are you trying to accomplish? --> <!--- Providing context helps us come up with a solution that is most useful in the real world --> * torchserve version: `0.5.3` * torch-model-archiver version: * torch version: `1.10.0` * torchvision version [if any]: * tor...
7aae58eb0f1d6fc1b61524fb99a7fd9dfc44f71c
62ec076e60edd51f819c5f1ba054c5ecbd566e0e
https://github.com/pytorch/serve/compare/7aae58eb0f1d6fc1b61524fb99a7fd9dfc44f71c...62ec076e60edd51f819c5f1ba054c5ecbd566e0e
diff --git a/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java b/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java index 2cc8d7a2..7245241c 100644 --- a/frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java +++ b/frontend/server/src/main/java/org/pytorch/serve/wlm...
['frontend/server/src/main/java/org/pytorch/serve/wlm/ModelManager.java']
{'.java': 1}
1
1
0
0
1
537,614
100,530
15,317
159
85
14
2
1
10,564
872
3,272
135
4
3
1970-01-01T00:27:29
3,585
Java
{'Java': 876672, 'Python': 695487, 'Jupyter Notebook': 83389, 'Shell': 34326, 'Dockerfile': 7806, 'Mustache': 1583}
Apache License 2.0
86
movingblocks/terasology/3588/3587
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3587
https://github.com/MovingBlocks/Terasology/pull/3588
https://github.com/MovingBlocks/Terasology/pull/3588
1
fixes
Game behaves poorly on interacting with the windowed/fullscreen option
### What you were trying to do Change from windowed to fullscreen mode. Expected that interacting with (clicking/activating) the display mode drop-down would show all the available options on one interaction then let me choose with a second interaction ### What actually happened Game window disappeared (as if ...
2bad493b1e9e095f17d0d2f1a432831cb8b3e299
53377977162105b02b7421c8719bd38cde9956d9
https://github.com/movingblocks/terasology/compare/2bad493b1e9e095f17d0d2f1a432831cb8b3e299...53377977162105b02b7421c8719bd38cde9956d9
diff --git a/engine/src/main/java/org/terasology/rendering/nui/widgets/UIDropdown.java b/engine/src/main/java/org/terasology/rendering/nui/widgets/UIDropdown.java index ae4a319e5..188408a74 100644 --- a/engine/src/main/java/org/terasology/rendering/nui/widgets/UIDropdown.java +++ b/engine/src/main/java/org/terasology/r...
['engine/src/main/java/org/terasology/rendering/nui/widgets/UIDropdown.java', 'engine/src/main/java/org/terasology/rendering/nui/widgets/UIDropdownScrollable.java']
{'.java': 2}
2
2
0
0
2
9,490,705
2,031,829
264,107
2,217
393
92
5
2
1,712
286
350
29
0
0
1970-01-01T00:25:45
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
83
movingblocks/terasology/3666/3665
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3665
https://github.com/MovingBlocks/Terasology/pull/3666
https://github.com/MovingBlocks/Terasology/pull/3666
1
fixes
OpenGL Line Width Warning
When hovering over anything that creates a hitbox outline, the following error gets printed out every tick: `[main] WARN OpenGL - [api] [deprecated] API_ID_LINE_WIDTH deprecated behavior warning has been generated. Wide lines have been deprecated. glLineWidth set to 2.000000. glLineWidth with width greater than 1.0...
65729fc3ae0dea8ac45458302bc653e8530274f7
b845970bd8f613ccc1bf1c3b7213d34fe65bf3eb
https://github.com/movingblocks/terasology/compare/65729fc3ae0dea8ac45458302bc653e8530274f7...b845970bd8f613ccc1bf1c3b7213d34fe65bf3eb
diff --git a/engine/src/main/java/org/terasology/logic/players/LocalPlayerSystem.java b/engine/src/main/java/org/terasology/logic/players/LocalPlayerSystem.java index 329a431d8..d2052c7c7 100644 --- a/engine/src/main/java/org/terasology/logic/players/LocalPlayerSystem.java +++ b/engine/src/main/java/org/terasology/logi...
['engine/src/main/java/org/terasology/logic/players/LocalPlayerSystem.java', 'engine/src/main/java/org/terasology/rendering/logic/RegionOutlineRenderer.java', 'engine/src/main/java/org/terasology/rendering/logic/SkeletonRenderer.java']
{'.java': 3}
3
3
0
0
3
9,342,824
1,999,580
260,006
2,166
189
42
6
3
544
80
120
5
0
0
1970-01-01T00:25:56
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
82
movingblocks/terasology/3689/3688
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3688
https://github.com/MovingBlocks/Terasology/pull/3689
https://github.com/MovingBlocks/Terasology/pull/3689
1
fixes
Terrible things happen when starting a _second_ game without a game restart
### What you were trying to do Test unrelated things! Which sometimes involve jumping into more than one world. ### What actually happened Inconsistently would get warped worlds with messed up data, from broken chunks to entirely messed up block data (hills of torches, pure water world, etc) ### How to repr...
67024bd9c97aee9122039080795a508d9a3a629e
6ab352f0f34052ef63b9941b8ad2987394d2c8a8
https://github.com/movingblocks/terasology/compare/67024bd9c97aee9122039080795a508d9a3a629e...6ab352f0f34052ef63b9941b8ad2987394d2c8a8
diff --git a/engine/src/main/java/org/terasology/rendering/nui/widgets/UIText.java b/engine/src/main/java/org/terasology/rendering/nui/widgets/UIText.java index 609681bef..40fc96c2e 100644 --- a/engine/src/main/java/org/terasology/rendering/nui/widgets/UIText.java +++ b/engine/src/main/java/org/terasology/rendering/nui...
['engine/src/main/java/org/terasology/rendering/nui/widgets/UIText.java']
{'.java': 1}
1
1
0
0
1
9,344,953
2,000,040
260,072
2,166
402
89
11
1
1,003
173
220
18
0
0
1970-01-01T00:26:00
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
81
movingblocks/terasology/3749/3745
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3745
https://github.com/MovingBlocks/Terasology/pull/3749
https://github.com/MovingBlocks/Terasology/pull/3749
1
fix
Can't run game with "./gradlew game"
I create local repo on my machine. Follow instructions, but if I try do **./gradlew game** i see this: **java.lang.RuntimeException: java.util.concurrent.ExecutionException: org.reflections.ReflectionsException: could not create Vfs.Dir from url, no matching UrlType was found [file:/usr/lib/jvm/java-8-openjdk-amd64/...
bd30280ea1b914218dfdee0a721456b28e7c7d56
4717dce65980f0457241d9c1d9c7031c675ca1ff
https://github.com/movingblocks/terasology/compare/bd30280ea1b914218dfdee0a721456b28e7c7d56...4717dce65980f0457241d9c1d9c7031c675ca1ff
diff --git a/engine/src/main/java/org/terasology/reflection/TypeRegistry.java b/engine/src/main/java/org/terasology/reflection/TypeRegistry.java index 78c1d801a..ecd1d42e6 100644 --- a/engine/src/main/java/org/terasology/reflection/TypeRegistry.java +++ b/engine/src/main/java/org/terasology/reflection/TypeRegistry.java...
['engine/src/main/java/org/terasology/reflection/TypeRegistry.java']
{'.java': 1}
1
1
0
0
1
9,398,927
2,010,373
261,695
2,185
39
6
1
1
1,461
126
395
31
1
0
1970-01-01T00:26:09
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
89
movingblocks/terasology/3294/2755
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/2755
https://github.com/MovingBlocks/Terasology/pull/3294
https://github.com/MovingBlocks/Terasology/pull/3294
2
fix
StackOverflow in NUI editor when setting to 2 items to be on top of each other
<!-- Thanks for taking the time to submit a thorough issue report for Terasology! :-) Please fill out whichever details below seem relevant to your issue. Note that suggestions, general questions & support should go in the forum: * http://forum.terasology.org/forum/suggestions.21 * http://forum.terasology.org/forum...
9e037d1c197a448573e2a33b1011a7a9d391ee85
83fb6f6a5f3dbfd88c5ae3af00bf5fc334501817
https://github.com/movingblocks/terasology/compare/9e037d1c197a448573e2a33b1011a7a9d391ee85...83fb6f6a5f3dbfd88c5ae3af00bf5fc334501817
diff --git a/engine/src/main/java/org/terasology/rendering/nui/layouts/relative/RelativeLayout.java b/engine/src/main/java/org/terasology/rendering/nui/layouts/relative/RelativeLayout.java index 1a93c0ea9..340896884 100644 --- a/engine/src/main/java/org/terasology/rendering/nui/layouts/relative/RelativeLayout.java +++ ...
['engine/src/main/java/org/terasology/rendering/nui/layouts/relative/RelativeLayout.java']
{'.java': 1}
1
1
0
0
1
8,877,754
1,904,632
248,667
2,136
492
78
10
1
2,551
320
568
64
4
1
1970-01-01T00:25:21
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
80
movingblocks/terasology/3763/3740
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3740
https://github.com/MovingBlocks/Terasology/pull/3763
https://github.com/MovingBlocks/Terasology/pull/3763
1
fixes
Trees in JoshariasSurvival are broken, yet same worldgen in plain Core is fine. BiomesAPI quirk?
Also happens if you use the Shattered Planes worldgen. Trees just have trunk pieces, no leaf blocks. Happened relatively recently, the closest guess I have is that it happened with the BiomesAPI thing where we also lost the hue on leaf/grass blocks temporarily until a better redo later?
45f5dcc0ae00563bb97d9f75f5c16d246b9516c9
b04a0700666a01fa3dd366c2417e40d674c6a9bb
https://github.com/movingblocks/terasology/compare/45f5dcc0ae00563bb97d9f75f5c16d246b9516c9...b04a0700666a01fa3dd366c2417e40d674c6a9bb
diff --git a/modules/Core/src/main/java/org/terasology/core/world/generator/rasterizers/TreeRasterizer.java b/modules/Core/src/main/java/org/terasology/core/world/generator/rasterizers/TreeRasterizer.java index a445fd679..5b6654325 100644 --- a/modules/Core/src/main/java/org/terasology/core/world/generator/rasterizers/...
['modules/Core/src/main/java/org/terasology/core/world/generator/rasterizers/TreeRasterizer.java']
{'.java': 1}
1
1
0
0
1
9,399,048
2,010,305
261,700
2,188
559
112
9
1
290
48
62
3
0
0
1970-01-01T00:26:11
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
79
movingblocks/terasology/3790/3768
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3768
https://github.com/MovingBlocks/Terasology/pull/3790
https://github.com/MovingBlocks/Terasology/pull/3790
1
fixes
Error Dialog cannot be closed
# What you were trying to do Close the error dialog coming up on starting a game whilst having dependency issues underneath. ### What actually happened The "Ok" button is not clickable. It's also not greyed out or anything, but if I click on it, simply nothing happens. ### How to reproduce * Create and save a ...
b8e06611b9c436b9b0980444802a1ae4085ed1ad
70ac0dca842a321db86c5f9a2f7c75a7270b9d62
https://github.com/movingblocks/terasology/compare/b8e06611b9c436b9b0980444802a1ae4085ed1ad...70ac0dca842a321db86c5f9a2f7c75a7270b9d62
diff --git a/engine/src/main/java/org/terasology/input/InputSystem.java b/engine/src/main/java/org/terasology/input/InputSystem.java index 4a25ee0cd..4436af65f 100644 --- a/engine/src/main/java/org/terasology/input/InputSystem.java +++ b/engine/src/main/java/org/terasology/input/InputSystem.java @@ -155,8 +155,8 @@ pri...
['engine/src/main/java/org/terasology/input/InputSystem.java']
{'.java': 1}
1
1
0
0
1
9,409,605
2,012,639
261,959
2,192
303
58
4
1
572
103
133
12
0
0
1970-01-01T00:26:15
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
78
movingblocks/terasology/3824/3556
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3556
https://github.com/MovingBlocks/Terasology/pull/3824
https://github.com/MovingBlocks/Terasology/pull/3824
1
fixes
Unplugging joystick leads to crash
### What you were trying to do * I tried unplugging my joystick by pulling the cord ### What actually happened * My joystick got unplugged as planned * Terasology crashed in a way not planned at all ### How to reproduce * Step 1: Use a joystick * Step 2: Pull the cord * Step 3: No profit ### Log deta...
4e95d495f21d5a687a48d1edb0f389fb66d7e1cc
c58ddbf8e8cd6336a402bb7368731cccd88a52b7
https://github.com/movingblocks/terasology/compare/4e95d495f21d5a687a48d1edb0f389fb66d7e1cc...c58ddbf8e8cd6336a402bb7368731cccd88a52b7
diff --git a/engine/src/main/java/org/terasology/input/lwjgl/JInputControllerDevice.java b/engine/src/main/java/org/terasology/input/lwjgl/JInputControllerDevice.java index 83c40910d..5d147734c 100644 --- a/engine/src/main/java/org/terasology/input/lwjgl/JInputControllerDevice.java +++ b/engine/src/main/java/org/teraso...
['engine/src/main/java/org/terasology/input/lwjgl/JInputControllerDevice.java']
{'.java': 1}
1
1
0
0
1
9,417,930
2,014,478
262,176
2,194
300
58
4
1
443
77
112
22
1
0
1970-01-01T00:26:19
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
91
movingblocks/terasology/3097/3091
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3091
https://github.com/MovingBlocks/Terasology/pull/3097
https://github.com/MovingBlocks/Terasology/pull/3097
1
fix
Telemetry: indirect breaking of blocks causes NullPointerException
Relatively minor issue: some types of destruction can result in indirect breakage of blocks, such as when you break a block *below* a billboard plant, torch, or loose rock in JoshariasSurvival. This can lead to `EntityDestructionAuthoritySystem.recordDestroyed()` encountering a null `instigator` causing an NPE and stop...
79e6d0182ac888f1f52881aa97b6e299f219b24e
1060b88e32842d99a3f4e48387579abb985d233c
https://github.com/movingblocks/terasology/compare/79e6d0182ac888f1f52881aa97b6e299f219b24e...1060b88e32842d99a3f4e48387579abb985d233c
diff --git a/engine/src/main/java/org/terasology/logic/health/EntityDestructionAuthoritySystem.java b/engine/src/main/java/org/terasology/logic/health/EntityDestructionAuthoritySystem.java index e79321d66..84c633a32 100644 --- a/engine/src/main/java/org/terasology/logic/health/EntityDestructionAuthoritySystem.java +++ ...
['engine/src/main/java/org/terasology/logic/health/EntityDestructionAuthoritySystem.java']
{'.java': 1}
1
1
0
0
1
8,644,562
1,855,564
242,122
2,064
4,582
799
62
1
8,265
363
1,881
75
0
1
1970-01-01T00:25:04
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
76
movingblocks/terasology/3852/3850
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3850
https://github.com/MovingBlocks/Terasology/pull/3852
https://github.com/MovingBlocks/Terasology/pull/3852
1
fixes
Server connection test updates actively selected server not the origin server
### What you were trying to do Look at servers accurately on the Join Game screen showing multiple servers ### What actually happened Clicked a bad server (offline) first by accident, then selected a working server. When the failed ping test came back from the bad server it showed the result (being unable to c...
95ee75e3eaef95d45569a3edfbf4ad875536d49c
d2f7e685392760395747ff2c1f09ae37d653d8ea
https://github.com/movingblocks/terasology/compare/95ee75e3eaef95d45569a3edfbf4ad875536d49c...d2f7e685392760395747ff2c1f09ae37d653d8ea
diff --git a/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/JoinGameScreen.java b/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/JoinGameScreen.java index 8948a88be..ab0562a63 100644 --- a/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/JoinGameScreen.java +++ b/e...
['engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/JoinGameScreen.java']
{'.java': 1}
1
1
0
0
1
9,435,111
2,018,726
262,588
2,195
248
40
3
1
1,018
176
206
15
0
0
1970-01-01T00:26:23
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
75
movingblocks/terasology/3858/3741
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3741
https://github.com/MovingBlocks/Terasology/pull/3858
https://github.com/MovingBlocks/Terasology/pull/3858
1
fixed
Harden 'search' command against malformed assets
### What you were trying to do Search for stuff in the in-game console, like `search stone` ### What actually happened Got a one-line error in the game console. Turned out an asset was misconfigured (was pointing to a template asset in the wrong module). After fixing that another similar case hit where the JSO...
118079bb09ad795a88475bd3d78ff80a7cc1e54c
e417b18b83cb5595033880257124fff637c80eef
https://github.com/movingblocks/terasology/compare/118079bb09ad795a88475bd3d78ff80a7cc1e54c...e417b18b83cb5595033880257124fff637c80eef
diff --git a/engine/src/main/java/org/terasology/logic/console/commands/CoreCommands.java b/engine/src/main/java/org/terasology/logic/console/commands/CoreCommands.java index a566bf51a..3b8bd34a9 100644 --- a/engine/src/main/java/org/terasology/logic/console/commands/CoreCommands.java +++ b/engine/src/main/java/org/ter...
['engine/src/main/java/org/terasology/logic/console/commands/CoreCommands.java']
{'.java': 1}
1
1
0
0
1
9,435,403
2,018,772
262,593
2,195
1,818
340
34
1
1,253
217
273
25
0
0
1970-01-01T00:26:24
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
74
movingblocks/terasology/4056/4031
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/4031
https://github.com/MovingBlocks/Terasology/pull/4056
https://github.com/MovingBlocks/Terasology/pull/4056
1
fixes
Serialization stack overflow
The game crashed with a stack overflow error. The stack trace was the following, repeated many times: at org.terasology.persistence.typeHandling.FutureTypeHandler.serialize(FutureTypeHandler.java:32) at org.terasology.persistence.typeHandling.coreTypes.RuntimeDelegatingTypeHandler.serializeViaDelegate(RuntimeDele...
26f605be6552cf6473a7b25a1270f9a0de014476
b955fe6f9c5134f2e2de9c31a8afc0340e429920
https://github.com/movingblocks/terasology/compare/26f605be6552cf6473a7b25a1270f9a0de014476...b955fe6f9c5134f2e2de9c31a8afc0340e429920
diff --git a/engine/src/main/java/org/terasology/particles/components/ParticleEmitterComponent.java b/engine/src/main/java/org/terasology/particles/components/ParticleEmitterComponent.java index 3e974f550..212e9006c 100644 --- a/engine/src/main/java/org/terasology/particles/components/ParticleEmitterComponent.java +++ ...
['engine/src/main/java/org/terasology/particles/components/ParticleEmitterComponent.java', 'engine/src/main/java/org/terasology/persistence/typeHandling/coreTypes/ObjectFieldMapTypeHandler.java']
{'.java': 2}
2
2
0
0
2
9,199,192
1,963,203
257,100
2,122
694
110
13
2
1,224
103
251
12
0
0
1970-01-01T00:26:32
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
73
movingblocks/terasology/4093/4092
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/4092
https://github.com/MovingBlocks/Terasology/pull/4093
https://github.com/MovingBlocks/Terasology/pull/4093
1
fixes
Null pointer exception when trying to use load latest.
<!-- Thanks for taking the time to submit a thorough issue report for Terasology! :-) Please fill out whichever details below seem relevant to your issue. Note that suggestions, general questions & support should go in the forum: * http://forum.terasology.org/forum/suggestions.21 * http://forum.terasology.org/forum...
f683f12906677363da41fc261ca82566d20b8c2b
dc2250151f3559ccadc88e886ea2720c5a529713
https://github.com/movingblocks/terasology/compare/f683f12906677363da41fc261ca82566d20b8c2b...dc2250151f3559ccadc88e886ea2720c5a529713
diff --git a/engine/src/main/java/org/terasology/engine/TerasologyEngine.java b/engine/src/main/java/org/terasology/engine/TerasologyEngine.java index 209e1fb95..3ece241eb 100644 --- a/engine/src/main/java/org/terasology/engine/TerasologyEngine.java +++ b/engine/src/main/java/org/terasology/engine/TerasologyEngine.java...
['facades/PC/src/main/java/org/terasology/engine/Terasology.java', 'engine/src/main/java/org/terasology/engine/TerasologyEngine.java']
{'.java': 2}
2
2
0
0
2
9,212,258
1,966,564
257,392
2,122
2,644
434
53
2
793
121
194
26
2
0
1970-01-01T00:26:35
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
72
movingblocks/terasology/4131/2469
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/2469
https://github.com/MovingBlocks/Terasology/pull/4131
https://github.com/MovingBlocks/Terasology/pull/4131
1
fixes
Crash when Characters die from fall damage during server prediction
### What you were trying to do Move a deer with high movement speed off a cliff ### What actually happened Server crashes with ConcurrentModificationException, similar to (but distinct from) #2468 since it's a different collection and the event is dispatch from the `update` method of a component system rather than a ...
a3d99b4f794f509c7f197d3d7b2b2b0f60b9ac8f
b34013d7c529d8eb3540ed0034c36fb66a8367dc
https://github.com/movingblocks/terasology/compare/a3d99b4f794f509c7f197d3d7b2b2b0f60b9ac8f...b34013d7c529d8eb3540ed0034c36fb66a8367dc
diff --git a/engine/src/main/java/org/terasology/logic/characters/ServerCharacterPredictionSystem.java b/engine/src/main/java/org/terasology/logic/characters/ServerCharacterPredictionSystem.java index 91906d244..562c279f1 100644 --- a/engine/src/main/java/org/terasology/logic/characters/ServerCharacterPredictionSystem....
['engine/src/main/java/org/terasology/logic/characters/ServerCharacterPredictionSystem.java']
{'.java': 1}
1
1
0
0
1
8,571,840
1,830,414
237,834
1,976
918
160
16
1
4,422
164
985
54
0
1
1970-01-01T00:26:37
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
90
movingblocks/terasology/3174/3158
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3158
https://github.com/MovingBlocks/Terasology/pull/3174
https://github.com/MovingBlocks/Terasology/pull/3174
1
resolves
Improve null handling / logging in ItemPickupAuthoritySystem
Noticed this issue on startup with the new module BasicCrafting enabled. It isn't caused by BC but that module exercises stuff on initialization that triggers it. Some block somewhere isn't fully configured right and that's tripping up that bit of code - it doesn't seem to lead to any issues, but it would be good to be...
9377f61647a9d2dd313adb17aae4a1aea01c3a3d
f8ed134e1a619f0ba9fccb7c96a33f1121f02494
https://github.com/movingblocks/terasology/compare/9377f61647a9d2dd313adb17aae4a1aea01c3a3d...f8ed134e1a619f0ba9fccb7c96a33f1121f02494
diff --git a/engine/src/main/java/org/terasology/logic/inventory/ItemPickupAuthoritySystem.java b/engine/src/main/java/org/terasology/logic/inventory/ItemPickupAuthoritySystem.java index f84565863..389923880 100644 --- a/engine/src/main/java/org/terasology/logic/inventory/ItemPickupAuthoritySystem.java +++ b/engine/src...
['engine/src/main/java/org/terasology/logic/inventory/ItemPickupAuthoritySystem.java']
{'.java': 1}
1
1
0
0
1
8,679,084
1,862,644
243,101
2,070
344
68
10
1
2,698
213
637
30
0
1
1970-01-01T00:25:12
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
88
movingblocks/terasology/3492/3486
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3486
https://github.com/MovingBlocks/Terasology/pull/3492
https://github.com/MovingBlocks/Terasology/pull/3492
1
fixes
Region3i.EMPTY bug
There is a serious flaw in the way Region3i deals with empty regions. For some reason (optimization?) Region3i has a public and static instance Region3i.EMPTY. There is nothing that prevents users from accidentally changing the empty region. What makes it even worse is that the factory functions sometimes just ret...
b6f2a203f8d5236485c3af1f383301cbdd303fe4
0f117c1565f686783717c9b7bcf57eff6d83de89
https://github.com/movingblocks/terasology/compare/b6f2a203f8d5236485c3af1f383301cbdd303fe4...0f117c1565f686783717c9b7bcf57eff6d83de89
diff --git a/engine-tests/src/test/java/org/terasology/math/Region3iTest.java b/engine-tests/src/test/java/org/terasology/math/Region3iTest.java index 056719183..2101f3ba8 100644 --- a/engine-tests/src/test/java/org/terasology/math/Region3iTest.java +++ b/engine-tests/src/test/java/org/terasology/math/Region3iTest.java...
['engine/src/main/java/org/terasology/world/block/regions/BlockRegionComponent.java', 'engine-tests/src/test/java/org/terasology/math/Region3iTest.java', 'engine/src/main/java/org/terasology/world/chunks/internal/ChunkRelevanceRegion.java', 'engine/src/main/java/org/terasology/math/Region3i.java', 'engine/src/main/java...
{'.java': 5}
5
5
0
0
5
9,386,155
2,010,049
260,995
2,197
1,158
264
31
4
1,125
153
253
26
0
2
1970-01-01T00:25:37
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
87
movingblocks/terasology/3499/3010
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3010
https://github.com/MovingBlocks/Terasology/pull/3499
https://github.com/MovingBlocks/Terasology/pull/3499
1
fixes
Advanced chunk monitor prevents game from closing cleanly
### What you were trying to do Run and close the game cleanly with `monitoringEnabled` set to true (for example to test #3006) ### What actually happened Game windows (there are two with the monitor visible) closed, but the game didn't exit. Some thread triggered by the monitor isn't exiting on game exit ##...
9118708ad3f34f0bc05572fe54ad47538c3164bb
d1c5439d855defae557458d6b0f5b5eefcd8377c
https://github.com/movingblocks/terasology/compare/9118708ad3f34f0bc05572fe54ad47538c3164bb...d1c5439d855defae557458d6b0f5b5eefcd8377c
diff --git a/engine/src/main/java/org/terasology/engine/subsystem/common/MonitoringSubsystem.java b/engine/src/main/java/org/terasology/engine/subsystem/common/MonitoringSubsystem.java index 2b02119e9..04e574d6a 100644 --- a/engine/src/main/java/org/terasology/engine/subsystem/common/MonitoringSubsystem.java +++ b/engi...
['engine/src/main/java/org/terasology/monitoring/gui/ChunkMonitorDisplay.java', 'engine/src/main/java/org/terasology/monitoring/gui/PerformanceMonitorPanel.java', 'engine/src/main/java/org/terasology/engine/subsystem/common/MonitoringSubsystem.java', 'engine/src/main/java/org/terasology/monitoring/gui/ChunkMonitorPanel...
{'.java': 6}
6
6
0
0
6
9,393,122
2,011,502
261,227
2,199
11,836
2,076
287
6
639
109
147
14
0
0
1970-01-01T00:25:38
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
92
movingblocks/terasology/3090/3066
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3066
https://github.com/MovingBlocks/Terasology/pull/3090
https://github.com/MovingBlocks/Terasology/pull/3090
1
fixes
Breaking blocks in SampleBuilderGameplay doesn't work right
### What you were trying to do Test Alpha 8 - SampleBuilderGameplay world * Left click should remove a block without any drops and "select" that block type * Right click should place a block of whatever selected type ### What actually happened Right click is fine. But Left click fails to remove a block and...
12f44ace575177f4e84dd16031b9d5bfb66da8c3
ee0da21d523fd67ca951a1c600d80c3b85a17564
https://github.com/movingblocks/terasology/compare/12f44ace575177f4e84dd16031b9d5bfb66da8c3...ee0da21d523fd67ca951a1c600d80c3b85a17564
diff --git a/engine/src/main/java/org/terasology/world/block/entity/BlockEntitySystem.java b/engine/src/main/java/org/terasology/world/block/entity/BlockEntitySystem.java index 6e137b721..f77d0abd6 100644 --- a/engine/src/main/java/org/terasology/world/block/entity/BlockEntitySystem.java +++ b/engine/src/main/java/org/...
['engine/src/main/java/org/terasology/world/block/entity/BlockEntitySystem.java']
{'.java': 1}
1
1
0
0
1
8,641,937
1,855,087
242,084
2,064
618
92
7
1
763
132
163
20
0
0
1970-01-01T00:25:04
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
84
movingblocks/terasology/3638/3464
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3464
https://github.com/MovingBlocks/Terasology/pull/3638
https://github.com/MovingBlocks/Terasology/pull/3638
1
fixes
Module details when a module exists with unresolved dependencies causes crash
### What you were trying to do View module details for GooeyDefence to figure out its dependencies and what might be missing ### What actually happened Game crashed when I clicked "FlexiblePathfinding" (the missing dependency) ### How to reproduce * Grab Omega zip 977 or comparable source dir. Or just re...
12207a8a2265f44876cc8a94ef095fef404a0c8c
094217614c996d50627bc721b0faf5a3d8fed945
https://github.com/movingblocks/terasology/compare/12207a8a2265f44876cc8a94ef095fef404a0c8c...094217614c996d50627bc721b0faf5a3d8fed945
diff --git a/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/moduleDetailsScreen/ModuleDetailsScreen.java b/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/moduleDetailsScreen/ModuleDetailsScreen.java index 95a637ce6..8b4818f9c 100644 --- a/engine/src/main/java/org/terasology/renderi...
['engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/moduleDetailsScreen/ModuleDetailsScreen.java']
{'.java': 1}
1
1
0
0
1
9,499,271
2,032,840
264,329
2,221
606
107
9
1
5,407
262
1,295
76
0
1
1970-01-01T00:25:52
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
85
movingblocks/terasology/3612/3610
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3610
https://github.com/MovingBlocks/Terasology/pull/3612
https://github.com/MovingBlocks/Terasology/pull/3612
1
fixes
Worldgen seed not unique
<!-- Thanks for taking the time to submit a thorough issue report for Terasology! :-) Please fill out whichever details below seem relevant to your issue. Note that suggestions, general questions & support should go in the forum: * http://forum.terasology.org/forum/suggestions.21 * http://forum.terasology.org/forum...
5b874d87652e667c3f8db1b5eedc768bfcc43b38
0c8c17366e3d02fd8e781e52430d6ab2adcdd280
https://github.com/movingblocks/terasology/compare/5b874d87652e667c3f8db1b5eedc768bfcc43b38...0c8c17366e3d02fd8e781e52430d6ab2adcdd280
diff --git a/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/GameManifestProvider.java b/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/GameManifestProvider.java index 7e9bea2e7..fdaf9c33f 100644 --- a/engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/GameManifestPro...
['engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/WorldPreGenerationScreen.java', 'engine/src/main/java/org/terasology/rendering/nui/layers/mainMenu/GameManifestProvider.java']
{'.java': 2}
2
2
0
0
2
9,476,978
2,028,030
263,697
2,215
323
64
5
2
2,024
326
432
24
2
0
1970-01-01T00:25:49
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
71
movingblocks/terasology/3534/3582
movingblocks
terasology
https://github.com/MovingBlocks/Terasology/issues/3582
https://github.com/MovingBlocks/Terasology/pull/3534
https://github.com/MovingBlocks/Terasology/pull/3534#issuecomment-449671307
2
fixes
On restarting a headless server with an existing world no world is retrieved from the game manifest
### What you were trying to do Test something unrelated, by which I ended up restarting a headless server. ### What actually happened The restart failed to bring the game server back up ### How to reproduce * Start a headless server with any config (like just starting the headless run config in IntelliJ)...
7cf495ee093ff7d3829498288660138d266761d8
648c9b1558a0bf73abbd5e6202621bc1392e4f3f
https://github.com/movingblocks/terasology/compare/7cf495ee093ff7d3829498288660138d266761d8...648c9b1558a0bf73abbd5e6202621bc1392e4f3f
diff --git a/engine/src/main/java/org/terasology/engine/subsystem/headless/mode/StateHeadlessSetup.java b/engine/src/main/java/org/terasology/engine/subsystem/headless/mode/StateHeadlessSetup.java index 6d53f56e4..25fee757e 100644 --- a/engine/src/main/java/org/terasology/engine/subsystem/headless/mode/StateHeadlessSet...
['engine/src/main/java/org/terasology/engine/subsystem/headless/mode/StateHeadlessSetup.java']
{'.java': 1}
1
1
0
0
1
9,391,755
2,011,220
261,204
2,200
364
71
7
1
2,019
250
476
38
0
1
1970-01-01T00:25:40
3,534
Java
{'Java': 7127511, 'Groovy': 55969, 'Kotlin': 49638, 'GLSL': 23786, 'Shell': 12152, 'Batchfile': 4149, 'Dockerfile': 292}
Apache License 2.0
1,332
spring-cloud/spring-cloud-kubernetes/440/402
spring-cloud
spring-cloud-kubernetes
https://github.com/spring-cloud/spring-cloud-kubernetes/issues/402
https://github.com/spring-cloud/spring-cloud-kubernetes/pull/440
https://github.com/spring-cloud/spring-cloud-kubernetes/pull/440
2
fixes
ConfigMap change does not trigger bean refresh
I am doing some training with spring-cloud-kubernetes on Red Hat minishift. I managed to define a ConfigMap which is correctly found and the configured message ${service.message} is shown.. However, when I change the value in the ConfigMap, the RestController in the @RefreshScope seems not to be refreshed and the me...
2d3b9c59019047b52f5f0dc91f4d7a7cb4a09024
6ae6a3b2bd91c6b25d77c464121f0b54a3a67831
https://github.com/spring-cloud/spring-cloud-kubernetes/compare/2d3b9c59019047b52f5f0dc91f4d7a7cb4a09024...6ae6a3b2bd91c6b25d77c464121f0b54a3a67831
diff --git a/spring-cloud-kubernetes-config/src/main/java/org/springframework/cloud/kubernetes/config/reload/ConfigReloadAutoConfiguration.java b/spring-cloud-kubernetes-config/src/main/java/org/springframework/cloud/kubernetes/config/reload/ConfigReloadAutoConfiguration.java index b811f827..880319b6 100644 --- a/sprin...
['spring-cloud-kubernetes-config/src/main/java/org/springframework/cloud/kubernetes/config/reload/ConfigReloadAutoConfiguration.java']
{'.java': 1}
1
1
0
0
1
205,027
43,376
6,838
73
265
54
5
1
1,371
168
342
48
0
2
1970-01-01T00:26:04
3,341
Java
{'Java': 3113351, 'Shell': 548}
Apache License 2.0
332
immutables/immutables/884/736
immutables
immutables
https://github.com/immutables/immutables/issues/736
https://github.com/immutables/immutables/pull/884
https://github.com/immutables/immutables/pull/884
2
fixes
Why declared immuables library style in package-info.java doesn't apply for subpackages in java 9 project?
Please see https://github.com/originalrusyn/java9_immutables for more details So, the following config works correctly with sourceCompatibility = 1.8 ``` p.package-info.java @Value.Style( defaults = @Value.Immutable(copy = false), strictBuilder = true, overshadowImplementation = true, impl...
0e81280505a1261ea19c90d2169d47aab0a092eb
cfcae50bf4e379eeb99ae5c0635ca5d1b1fc3b66
https://github.com/immutables/immutables/compare/0e81280505a1261ea19c90d2169d47aab0a092eb...cfcae50bf4e379eeb99ae5c0635ca5d1b1fc3b66
diff --git a/value-processor/src/org/immutables/value/processor/meta/Proto.java b/value-processor/src/org/immutables/value/processor/meta/Proto.java index 3b07678b..7c55ab44 100644 --- a/value-processor/src/org/immutables/value/processor/meta/Proto.java +++ b/value-processor/src/org/immutables/value/processor/meta/Prot...
['value-processor/src/org/immutables/value/processor/meta/SourceNames.java', 'value-processor/src/org/immutables/value/processor/meta/Proto.java']
{'.java': 2}
2
2
0
0
2
1,652,986
351,504
52,376
539
601
109
12
2
1,543
141
376
84
2
3
1970-01-01T00:25:45
3,300
Java
{'Java': 3671759}
Apache License 2.0
333
immutables/immutables/789/788
immutables
immutables
https://github.com/immutables/immutables/issues/788
https://github.com/immutables/immutables/pull/789
https://github.com/immutables/immutables/pull/789
1
resolves
Generation with javax.validation.NotNull annotation fails
Using immutables 2.6.1 (and 1.8.0_171 on macOS) , annotation processing of this code (using Validation API 2.0): ```java import javax.validation.constraints.NotNull; import org.immutables.value.Value; @Value.Immutable public interface Test { @NotNull String getTest(); } ``` Fails with this exception...
0ded2d7abacb33d8b11de42b25046fb608c09a39
9bce0fd862569a749cbcc801608cc734da8ea7cc
https://github.com/immutables/immutables/compare/0ded2d7abacb33d8b11de42b25046fb608c09a39...9bce0fd862569a749cbcc801608cc734da8ea7cc
diff --git a/value-processor/src/org/immutables/value/processor/encode/Type.java b/value-processor/src/org/immutables/value/processor/encode/Type.java index 66bacb32..1d55d0a7 100644 --- a/value-processor/src/org/immutables/value/processor/encode/Type.java +++ b/value-processor/src/org/immutables/value/processor/encode...
['value-processor/src/org/immutables/value/processor/encode/Type.java', 'value-processor/test/org/immutables/value/processor/encode/TypeTest.java']
{'.java': 2}
2
2
0
0
2
1,602,077
340,450
50,700
521
1,135
203
34
1
7,109
211
1,579
82
0
2
1970-01-01T00:25:28
3,300
Java
{'Java': 3671759}
Apache License 2.0
334
immutables/immutables/785/784
immutables
immutables
https://github.com/immutables/immutables/issues/784
https://github.com/immutables/immutables/pull/785
https://github.com/immutables/immutables/pull/785
1
resolve
-Werror compiler warning for unchecked casts for java.util.Optional
Issue #723 still occurs for java.util.Optional with using the -Werror compiler option.
99256177286404c75bbfe56eed21fa3c469121f5
ceab34a7288c946844bb522c420c7f87c78a2e38
https://github.com/immutables/immutables/compare/99256177286404c75bbfe56eed21fa3c469121f5...ceab34a7288c946844bb522c420c7f87c78a2e38
diff --git a/value-processor/src/org/immutables/value/processor/meta/ValueAttribute.java b/value-processor/src/org/immutables/value/processor/meta/ValueAttribute.java index e061a57d..6eeaab53 100644 --- a/value-processor/src/org/immutables/value/processor/meta/ValueAttribute.java +++ b/value-processor/src/org/immutable...
['value-processor/src/org/immutables/value/processor/meta/ValueAttribute.java']
{'.java': 1}
1
1
0
0
1
1,602,105
340,458
50,701
521
28
8
1
1
86
12
18
1
0
0
1970-01-01T00:25:28
3,300
Java
{'Java': 3671759}
Apache License 2.0
908
roaringbitmap/roaringbitmap/593/592
roaringbitmap
roaringbitmap
https://github.com/RoaringBitmap/RoaringBitmap/issues/592
https://github.com/RoaringBitmap/RoaringBitmap/pull/593
https://github.com/RoaringBitmap/RoaringBitmap/pull/593
1
fixes
Result of Roaring64Bitmap::or is not right
**Describe the bug** ```java public static void main(String[] args) throws IOException { String s1 = FileUtils.readFileToString(new File("D:\\\\Documents\\\\Pictures\\\\base64.txt"), StandardCharsets.UTF_8); byte[] decodedString = Base64.getDecoder().decode(new String(s1).getBytes(StandardCharsets...
0e5734418719cacdf57e316ab509284b54e23420
6764dde246987d60c9665e911cc7b01ada8cacf0
https://github.com/roaringbitmap/roaringbitmap/compare/0e5734418719cacdf57e316ab509284b54e23420...6764dde246987d60c9665e911cc7b01ada8cacf0
diff --git a/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmap.java b/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmap.java index 27af9afe..a9e93eec 100644 --- a/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmap.java +++ b/RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmap.java @...
['RoaringBitmap/src/test/java/org/roaringbitmap/buffer/TestRoaringBitmap.java', 'RoaringBitmap/src/main/java/org/roaringbitmap/RoaringBitmap.java', 'RoaringBitmap/src/test/java/org/roaringbitmap/TestRoaringBitmap.java', 'RoaringBitmap/src/main/java/org/roaringbitmap/buffer/MutableRoaringBitmap.java', 'RoaringBitmap/src...
{'.java': 7}
7
7
0
0
7
1,656,682
416,050
54,696
244
1,131
316
51
4
1,391
121
349
39
1
2
1970-01-01T00:27:47
3,158
Java
{'Java': 3366271, 'Kotlin': 14705, 'Python': 2509, 'Shell': 1485}
Apache License 2.0
909
roaringbitmap/roaringbitmap/587/586
roaringbitmap
roaringbitmap
https://github.com/RoaringBitmap/RoaringBitmap/issues/586
https://github.com/RoaringBitmap/RoaringBitmap/pull/587
https://github.com/RoaringBitmap/RoaringBitmap/pull/587
2
fixes
RangeBitmap can give wrong result when computing between on 2 values with different highest bit
**Describe the bug** When setting the RangeBitmap to full range (`0xFFFFFFFFFFFFFFFFL`, used for computing double range), computing a between for 2 values with different highest bit won't return the expected matching value. **To Reproduce** ``` public static void main(String[] args) { RangeBitmap.Appender ...
a307727d3a87fe89aa3d1a7328821b057717d4bf
f2b22f2c26588cb6228d67153728ab30f5a75411
https://github.com/roaringbitmap/roaringbitmap/compare/a307727d3a87fe89aa3d1a7328821b057717d4bf...f2b22f2c26588cb6228d67153728ab30f5a75411
diff --git a/RoaringBitmap/src/main/java/org/roaringbitmap/RangeBitmap.java b/RoaringBitmap/src/main/java/org/roaringbitmap/RangeBitmap.java index b8e4320d..3b95471c 100644 --- a/RoaringBitmap/src/main/java/org/roaringbitmap/RangeBitmap.java +++ b/RoaringBitmap/src/main/java/org/roaringbitmap/RangeBitmap.java @@ -729,1...
['RoaringBitmap/src/main/java/org/roaringbitmap/RangeBitmap.java', 'RoaringBitmap/src/test/java/org/roaringbitmap/RangeBitmapTest.java']
{'.java': 2}
2
2
0
0
2
1,656,449
415,964
54,689
244
688
233
17
1
768
69
179
26
0
1
1970-01-01T00:27:45
3,158
Java
{'Java': 3366271, 'Kotlin': 14705, 'Python': 2509, 'Shell': 1485}
Apache License 2.0
9,781
helidon-io/helidon/502/477
helidon-io
helidon
https://github.com/helidon-io/helidon/issues/477
https://github.com/helidon-io/helidon/pull/502
https://github.com/helidon-io/helidon/pull/502
1
fixes
Config: Refactor usage of exceptions in optional sources
When we start Helidon SE and have logging set to "FINE", config logs a number of exceptions that should not be thrown, related to optional config sources. When a config source is optional, there should be no exception thrown, instead we should gracefully ignore it. Reasons: 1. Log is polluted with useless inform...
01a88710f83e9293ee33fc411b0607aa83e09cb6
36aca6ba087c6a18a19920ba7259401956a744ff
https://github.com/helidon-io/helidon/compare/01a88710f83e9293ee33fc411b0607aa83e09cb6...36aca6ba087c6a18a19920ba7259401956a744ff
diff --git a/config/config/src/main/java/io/helidon/config/BuilderImpl.java b/config/config/src/main/java/io/helidon/config/BuilderImpl.java index 33e7761d4d..a2f8b7762f 100644 --- a/config/config/src/main/java/io/helidon/config/BuilderImpl.java +++ b/config/config/src/main/java/io/helidon/config/BuilderImpl.java @@ -1...
['config/config/src/main/java/io/helidon/config/BuilderImpl.java']
{'.java': 1}
1
1
0
0
1
4,331,989
873,821
118,766
848
2,749
479
49
1
9,759
542
2,431
117
0
1
1970-01-01T00:25:52
3,093
Java
{'Java': 20926867, 'Mustache': 144743, 'Shell': 96781, 'Lua': 6617, 'Dockerfile': 1874, 'CSS': 1413, 'HTML': 15}
Apache License 2.0
9,783
helidon-io/helidon/393/392
helidon-io
helidon
https://github.com/helidon-io/helidon/issues/392
https://github.com/helidon-io/helidon/pull/393
https://github.com/helidon-io/helidon/pull/393
1
fixes
Regression in JsonSupport
Reading content as JsonObject fails in 0.11.1, works in 0.11.0 ``` request.content() .as(JsonObject.class) .thenAccept(json -> { // this line is never reached greeting.set(json.getString("greeting")); sendGreeting(respo...
7e7e09b8ab5e0b45e9d8ebf31567b0002df2d49b
f75a7beb6af4410d1059e8d2af3d08170d24858f
https://github.com/helidon-io/helidon/compare/7e7e09b8ab5e0b45e9d8ebf31567b0002df2d49b...f75a7beb6af4410d1059e8d2af3d08170d24858f
diff --git a/media/jsonp/server/src/main/java/io/helidon/media/jsonp/server/JsonSupport.java b/media/jsonp/server/src/main/java/io/helidon/media/jsonp/server/JsonSupport.java index 2d9bd36777..a0d2f69d43 100644 --- a/media/jsonp/server/src/main/java/io/helidon/media/jsonp/server/JsonSupport.java +++ b/media/jsonp/serve...
['media/jsonp/server/src/main/java/io/helidon/media/jsonp/server/JsonSupport.java']
{'.java': 1}
1
1
0
0
1
4,340,929
875,695
119,049
853
220
49
5
1
2,651
207
520
88
0
3
1970-01-01T00:25:49
3,093
Java
{'Java': 20926867, 'Mustache': 144743, 'Shell': 96781, 'Lua': 6617, 'Dockerfile': 1874, 'CSS': 1413, 'HTML': 15}
Apache License 2.0
9,782
helidon-io/helidon/431/430
helidon-io
helidon
https://github.com/helidon-io/helidon/issues/430
https://github.com/helidon-io/helidon/pull/431
https://github.com/helidon-io/helidon/pull/431
1
fix
NPE in ForwardingHandler
## Environment Details * Helidon Version: 1.0.1-SNAPSHOT * Helidon SE or Helidon MP * JDK version: 1.8 * OS: n/a * Docker version (if applicable): n/a ---------- ## Problem Description In `channelRead0()` the response completion handler accesses the requestContent field which will normally be `null` unles...
b11767fe9b4ade402eb66956f2dcb4aa8dceaf90
0bac1f75e65bb0310d1698216ec42e950770badd
https://github.com/helidon-io/helidon/compare/b11767fe9b4ade402eb66956f2dcb4aa8dceaf90...0bac1f75e65bb0310d1698216ec42e950770badd
diff --git a/webserver/webserver/src/main/java/io/helidon/webserver/ForwardingHandler.java b/webserver/webserver/src/main/java/io/helidon/webserver/ForwardingHandler.java index 49510d73d0..b5a4e83e41 100644 --- a/webserver/webserver/src/main/java/io/helidon/webserver/ForwardingHandler.java +++ b/webserver/webserver/src...
['webserver/webserver/src/main/java/io/helidon/webserver/ForwardingHandler.java']
{'.java': 1}
1
1
0
0
1
4,346,832
876,948
119,216
856
901
133
10
1
819
100
172
25
0
1
1970-01-01T00:25:50
3,093
Java
{'Java': 20926867, 'Mustache': 144743, 'Shell': 96781, 'Lua': 6617, 'Dockerfile': 1874, 'CSS': 1413, 'HTML': 15}
Apache License 2.0
114
axonframework/axonframework/2756/2751
axonframework
axonframework
https://github.com/AxonFramework/AxonFramework/issues/2751
https://github.com/AxonFramework/AxonFramework/pull/2756
https://github.com/AxonFramework/AxonFramework/pull/2756
2
resolves
Duplicate initialization of TrackingEventProcessor worker threads
<!-- Please use markdown (https://guides.github.com/features/mastering-markdown/) semantics throughout the bug description. --> ### Basic information * Axon Framework version: 4.7.1 * JDK version: Amazon Coretto 17 ### Steps to reproduce We build our applications using Spring Boot and we recently introduc...
62bae3f17614e66d919afbbda08da4cbd6235346
61efd48c72f49feaaecea2c8c01c120889b5aaf8
https://github.com/axonframework/axonframework/compare/62bae3f17614e66d919afbbda08da4cbd6235346...61efd48c72f49feaaecea2c8c01c120889b5aaf8
diff --git a/config/src/main/java/org/axonframework/config/EventProcessingModule.java b/config/src/main/java/org/axonframework/config/EventProcessingModule.java index 092a993e6..535b70ac5 100644 --- a/config/src/main/java/org/axonframework/config/EventProcessingModule.java +++ b/config/src/main/java/org/axonframework/c...
['config/src/main/java/org/axonframework/config/EventProcessingModule.java']
{'.java': 1}
1
1
0
0
1
5,365,156
1,045,642
127,217
970
878
157
20
1
1,741
242
333
21
1
0
1970-01-01T00:28:06
3,085
Java
{'Java': 10919624}
Apache License 2.0
444
jabref/jabref/6511/6507
jabref
jabref
https://github.com/JabRef/jabref/issues/6507
https://github.com/JabRef/jabref/pull/6511
https://github.com/JabRef/jabref/pull/6511
1
fixes
InvalidPathException after right-click on entry with an eprint via arXiv fetcher
JabRef version JabRef 5.1--2020-05-21--950d9c0 on Windows 10 - [X] **Mandatory**: I have tested the latest development version from http://builds.jabref.org/master/ and the problem persists <!-- Add a clear and concise description of what the bug is. --> Steps to reproduce the behavior: 1. Go to the web sear...
ef2a31c91b052693550b29254aab6a94471b637e
77489409d92abfeb4bbbb360172e12fb6f294b63
https://github.com/jabref/jabref/compare/ef2a31c91b052693550b29254aab6a94471b637e...77489409d92abfeb4bbbb360172e12fb6f294b63
diff --git a/src/main/java/org/jabref/gui/actions/ActionHelper.java b/src/main/java/org/jabref/gui/actions/ActionHelper.java index bbb22b6022..dfad438f8c 100644 --- a/src/main/java/org/jabref/gui/actions/ActionHelper.java +++ b/src/main/java/org/jabref/gui/actions/ActionHelper.java @@ -55,6 +55,10 @@ public class Actio...
['src/main/java/org/jabref/gui/actions/ActionHelper.java']
{'.java': 1}
1
1
0
0
1
4,751,169
961,582
122,357
1,144
106
19
4
1
16,876
558
4,045
175
2
1
1970-01-01T00:26:30
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
452
jabref/jabref/5048/5043
jabref
jabref
https://github.com/JabRef/jabref/issues/5043
https://github.com/JabRef/jabref/pull/5048
https://github.com/JabRef/jabref/pull/5048
1
fixes
Handling of umlaut while copy and paste of entries
Using `JabRef 5.0-dev--snapshot--2019-05-30--master--ef2ebe165` on Windows 10. The bib-file is UTF-8 encoded (double checked! with extern editor) and in biblatex style. There are entries with umlauts in the abstract, title, etc. - On entry has well formated umlauts and they are correctly displayed in JabRef edito...
eb42850f7853aff1f98459e533bc254217a2fa8d
63e490ca7d11e68b0735f1360351e81d1d444820
https://github.com/jabref/jabref/compare/eb42850f7853aff1f98459e533bc254217a2fa8d...63e490ca7d11e68b0735f1360351e81d1d444820
diff --git a/src/main/java/org/jabref/gui/ClipBoardManager.java b/src/main/java/org/jabref/gui/ClipBoardManager.java index c7c6ce2b9d..26bc331fbb 100644 --- a/src/main/java/org/jabref/gui/ClipBoardManager.java +++ b/src/main/java/org/jabref/gui/ClipBoardManager.java @@ -1,6 +1,8 @@ package org.jabref.gui; +import ja...
['src/main/java/org/jabref/gui/ClipBoardManager.java', 'src/main/java/org/jabref/gui/maintable/MainTable.java']
{'.java': 2}
2
2
0
0
2
4,534,690
922,051
119,343
1,073
3,574
638
88
2
1,665
214
494
25
0
1
1970-01-01T00:26:00
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
451
jabref/jabref/5224/5220
jabref
jabref
https://github.com/JabRef/jabref/issues/5220
https://github.com/JabRef/jabref/pull/5224
https://github.com/JabRef/jabref/pull/5224
1
fixes
Exception when adding field formatter in cleanup entries dialog
<!-- Note: Please use the GitHub issue tracker only for bug reports. Feature requests, questions and general feedback is now handled at http://discourse.jabref.org. Thanks! --> JabRef version **JabRef 5.0-dev (8f463e4)** on **Windows 10 10.0 amd64, Java 1.8.0_221** <!-- IMPORTANT NOTE -> <!-- Ple...
46565336109deb8e0e3fc96335f20838a1bb9c24
a0af540d7d0c6bbe8d855da157febce18a019642
https://github.com/jabref/jabref/compare/46565336109deb8e0e3fc96335f20838a1bb9c24...a0af540d7d0c6bbe8d855da157febce18a019642
diff --git a/src/main/java/org/jabref/gui/cleanup/FieldFormatterCleanupsPanel.java b/src/main/java/org/jabref/gui/cleanup/FieldFormatterCleanupsPanel.java index 12cd47ccf9..23917990eb 100644 --- a/src/main/java/org/jabref/gui/cleanup/FieldFormatterCleanupsPanel.java +++ b/src/main/java/org/jabref/gui/cleanup/FieldForma...
['src/main/java/org/jabref/gui/cleanup/FieldFormatterCleanupsPanel.java']
{'.java': 1}
1
1
0
0
1
4,553,334
924,090
118,667
1,098
1,097
202
17
1
15,075
624
3,847
170
3
1
1970-01-01T00:26:06
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
445
jabref/jabref/6402/6430
jabref
jabref
https://github.com/JabRef/jabref/issues/6430
https://github.com/JabRef/jabref/pull/6402
https://github.com/JabRef/jabref/pull/6402
2
fixes
Menu View on empty file => Uncaught exception
JabRef 5.1--2020-05-04--b5599c9 Linux 4.9.0-12-amd64 amd64 Java 14.0.1 - [X] I have tested the latest development version from http://builds.jabref.org/master/ and the problem persists When clicking on the menu item "View" with an empty library on focus, a message "Uncaught exception" is displayed. Steps to...
e0baa6d2a5130097c33ecfe67df548075d850ca8
a3eff0c49c0c63c626f2a6a324b4459000fc7fca
https://github.com/jabref/jabref/compare/e0baa6d2a5130097c33ecfe67df548075d850ca8...a3eff0c49c0c63c626f2a6a324b4459000fc7fca
diff --git a/src/main/java/org/jabref/gui/actions/ActionHelper.java b/src/main/java/org/jabref/gui/actions/ActionHelper.java index 494c64f2fc..b6b0415f59 100644 --- a/src/main/java/org/jabref/gui/actions/ActionHelper.java +++ b/src/main/java/org/jabref/gui/actions/ActionHelper.java @@ -13,14 +13,15 @@ import org.jabref...
['src/main/java/org/jabref/gui/documentviewer/ShowDocumentViewerAction.java', 'src/main/java/org/jabref/gui/actions/ActionHelper.java']
{'.java': 2}
2
2
0
0
2
4,728,833
956,620
121,684
1,140
2,556
401
43
2
5,778
266
1,284
75
1
0
1970-01-01T00:26:28
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
447
jabref/jabref/5497/5496
jabref
jabref
https://github.com/JabRef/jabref/issues/5496
https://github.com/JabRef/jabref/pull/5497
https://github.com/JabRef/jabref/pull/5497
1
fixes
Blank input editor - Uncaught exception occured in Thread[JavaFX Application Thread,5,main]
<!-- Note: Please use the GitHub issue tracker only for bug reports. Feature requests, questions and general feedback is now handled at http://discourse.jabref.org. Thanks! --> Ubuntu 18.04 with Gnome desktop: Installed from .deb file downloaded from https://builds.jabref.org/master/jabref_5.0.0-1_amd64.deb ...
f86944aae2bd6d4457ac958516c0ae901790606b
b97f58fec2daeafeb33fef7dcdbc932a06271ca0
https://github.com/jabref/jabref/compare/f86944aae2bd6d4457ac958516c0ae901790606b...b97f58fec2daeafeb33fef7dcdbc932a06271ca0
diff --git a/src/main/java/org/jabref/gui/preview/PreviewViewer.java b/src/main/java/org/jabref/gui/preview/PreviewViewer.java index 4e1201b92d..937a16b987 100644 --- a/src/main/java/org/jabref/gui/preview/PreviewViewer.java +++ b/src/main/java/org/jabref/gui/preview/PreviewViewer.java @@ -1,5 +1,7 @@ package org.jabr...
['src/main/java/org/jabref/gui/preview/PreviewViewer.java', 'src/test/java/org/jabref/model/strings/StringUtilTest.java', 'src/main/java/org/jabref/model/strings/StringUtil.java']
{'.java': 3}
3
3
0
0
3
4,658,004
946,373
120,785
1,128
1,638
289
35
2
9,267
376
2,012
115
2
4
1970-01-01T00:26:11
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
441
jabref/jabref/8092/8087
jabref
jabref
https://github.com/JabRef/jabref/issues/8087
https://github.com/JabRef/jabref/pull/8092
https://github.com/JabRef/jabref/pull/8092
1
fixes
cannot open a file with invalid group search expressions
### JabRef version 5.3 (latest release) ### Operating system GNU / Linux ### Details on version and operating system _No response_ ### Checked with the latest development build - [X] I made a backup of my libraries before testing the latest development version. - [X] I have tested the latest development version ...
a91420d6491db7c63c167e8345cddd1cfcda0acc
2eb32fd21d2ad6551e9f2836e9fb3457ad18d07c
https://github.com/jabref/jabref/compare/a91420d6491db7c63c167e8345cddd1cfcda0acc...2eb32fd21d2ad6551e9f2836e9fb3457ad18d07c
diff --git a/src/main/java/org/jabref/model/groups/SearchGroup.java b/src/main/java/org/jabref/model/groups/SearchGroup.java index 5e261c438b..c1df365bef 100644 --- a/src/main/java/org/jabref/model/groups/SearchGroup.java +++ b/src/main/java/org/jabref/model/groups/SearchGroup.java @@ -37,10 +37,10 @@ public class Sear...
['src/main/java/org/jabref/model/groups/SearchGroup.java', 'src/test/java/org/jabref/logic/importer/util/GroupsParserTest.java', 'src/main/java/org/jabref/model/search/rules/GrammarBasedSearchRule.java', 'src/test/java/org/jabref/model/groups/SearchGroupTest.java']
{'.java': 4}
4
4
0
0
4
5,724,289
1,147,793
146,226
1,334
1,239
244
18
2
9,080
453
2,418
126
0
1
1970-01-01T00:27:12
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
437
jabref/jabref/9806/9805
jabref
jabref
https://github.com/JabRef/jabref/issues/9805
https://github.com/JabRef/jabref/pull/9806
https://github.com/JabRef/jabref/pull/9806
1
fixes
Preferences / entry types doesn't register changes
### JabRef version Latest development branch build (please note build date below) ### Operating system GNU / Linux ### Details on version and operating system Linux Mint 21.1 with Cinnamon ### Checked with the latest development build - [X] I made a backup of my libraries before testing the latest development ve...
f7fba247e26369437f237d91682f7c2b05e006a4
d69c6e87daf976a04efdf0c2986966d36e997477
https://github.com/jabref/jabref/compare/f7fba247e26369437f237d91682f7c2b05e006a4...d69c6e87daf976a04efdf0c2986966d36e997477
diff --git a/src/main/java/org/jabref/preferences/JabRefPreferences.java b/src/main/java/org/jabref/preferences/JabRefPreferences.java index bbc182f949..962bec1143 100644 --- a/src/main/java/org/jabref/preferences/JabRefPreferences.java +++ b/src/main/java/org/jabref/preferences/JabRefPreferences.java @@ -1206,8 +1206,...
['src/main/java/org/jabref/preferences/JabRefPreferences.java']
{'.java': 1}
1
1
0
0
1
6,273,010
1,253,293
159,463
1,460
451
114
4
1
812
126
216
34
0
0
1970-01-01T00:28:02
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
455
jabref/jabref/3709/3646
jabref
jabref
https://github.com/JabRef/jabref/issues/3646
https://github.com/JabRef/jabref/pull/3709
https://github.com/JabRef/jabref/pull/3709
1
fixes
JabRef doesn't start if AutomaticKeywordGroup uses a semicolon as separator
- [x] I have tested the latest master version from http://builds.jabref.org/master/ and the problem persists JabRef version 4.1 on Windows 10 (JabRef 4.1, Windows 10 10.0 amd64, Java 1.8.0_144) Steps to reproduce: 1. Open a bibtex-file ([test0.txt](https://github.com/JabRef/jabref/files/1643240/test0.txt)). C...
9228285befd2b7f1524f7623a092b3b70a373fe5
b9bfea97a6a451ea6a79601a5e5bd8ca881d493a
https://github.com/jabref/jabref/compare/9228285befd2b7f1524f7623a092b3b70a373fe5...b9bfea97a6a451ea6a79601a5e5bd8ca881d493a
diff --git a/src/main/java/org/jabref/logic/exporter/GroupSerializer.java b/src/main/java/org/jabref/logic/exporter/GroupSerializer.java index e8ce0925c3..eed98ed454 100644 --- a/src/main/java/org/jabref/logic/exporter/GroupSerializer.java +++ b/src/main/java/org/jabref/logic/exporter/GroupSerializer.java @@ -171,9 +17...
['src/test/java/org/jabref/logic/importer/util/GroupsParserTest.java', 'src/main/java/org/jabref/logic/exporter/GroupSerializer.java']
{'.java': 2}
2
2
0
0
2
5,100,009
1,042,632
135,522
1,044
497
80
4
1
940
135
263
17
3
0
1970-01-01T00:25:18
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
456
jabref/jabref/3588/3584
jabref
jabref
https://github.com/JabRef/jabref/issues/3584
https://github.com/JabRef/jabref/pull/3588
https://github.com/JabRef/jabref/pull/3588
1
fixes
Deleting an entry causes NPE exception
Delete an entry in the current master 64c774b ``` SEVERE: Exception thrown by subscriber method listen(org.jabref.model.database.event.EntryRemovedEvent) on subscriber org.jabref.gui.BasePanel$EntryRemovedListener@600cdad9 when dispatching event: org.jabref.model.database.event.EntryRemovedEvent@3850ee8f java.lan...
1172ed493c6dce05fcb427b4e665f5de3a7b3fc3
0fbe7fa8c32293f431c24f68bbaedca172390c5a
https://github.com/jabref/jabref/compare/1172ed493c6dce05fcb427b4e665f5de3a7b3fc3...0fbe7fa8c32293f431c24f68bbaedca172390c5a
diff --git a/src/main/java/org/jabref/gui/BasePanel.java b/src/main/java/org/jabref/gui/BasePanel.java index 806020c9bf..965675e5d2 100644 --- a/src/main/java/org/jabref/gui/BasePanel.java +++ b/src/main/java/org/jabref/gui/BasePanel.java @@ -221,6 +221,10 @@ public class BasePanel extends JPanel implements ClipboardOw...
['src/main/java/org/jabref/gui/BasePanel.java']
{'.java': 1}
1
1
0
0
1
5,067,473
1,035,593
134,763
1,033
837
176
9
1
1,595
58
360
22
0
1
1970-01-01T00:25:14
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
460
jabref/jabref/2774/2766
jabref
jabref
https://github.com/JabRef/jabref/issues/2766
https://github.com/JabRef/jabref/pull/2774
https://github.com/JabRef/jabref/pull/2774
1
fixes
File Annoation Tab gives NPE when PDF is not avaiable
Entry with linked PDF: ` file = {:Arellano2015 - Natural Language Processing of Textual Requirements.pdf:PDF},` but the PDF is not available/existing in the folder. Switch to Tab File Annotations: NPE exception comes: ``` java.lang.NullPointerException: null at org.jabref.gui.entryeditor.FileAnnotatio...
a9e20660e07992b7f5739ce53c9156ae45623abf
9b9b3c44ec60485384ba9d769f8a83afe2acc0b4
https://github.com/jabref/jabref/compare/a9e20660e07992b7f5739ce53c9156ae45623abf...9b9b3c44ec60485384ba9d769f8a83afe2acc0b4
diff --git a/src/main/java/org/jabref/gui/entryeditor/FileAnnotationTab.java b/src/main/java/org/jabref/gui/entryeditor/FileAnnotationTab.java index 7c6901c310..14483cec7b 100644 --- a/src/main/java/org/jabref/gui/entryeditor/FileAnnotationTab.java +++ b/src/main/java/org/jabref/gui/entryeditor/FileAnnotationTab.java @...
['src/main/java/org/jabref/gui/entryeditor/FileAnnotationTab.java']
{'.java': 1}
1
1
0
0
1
5,003,598
1,022,933
133,978
964
98
18
2
1
778
51
196
13
0
1
1970-01-01T00:24:52
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
458
jabref/jabref/3401/3347
jabref
jabref
https://github.com/JabRef/jabref/issues/3347
https://github.com/JabRef/jabref/pull/3401
https://github.com/JabRef/jabref/pull/3401
1
fixes
NPE when saving new database with entries (DatabaseChangeMonitor is null)
Create a new database Copy/Paste some bibtex entry Hit CTRL +S ``` 17:07:25.852 [AWT-EventQueue-0] ERROR org.jabref.gui.BasePanel - runCommand error: null java.lang.NullPointerException: null at org.jabref.gui.BasePanel.isUpdatedExternally(BasePanel.java:1823) ~[bin/:?] at org.jabref.gui.exporter.SaveDataba...
f5842eff27cb16a41f8b6f1428ef27b177511be3
767818f21a8566ef282d7b12dcacc2dc00643e6a
https://github.com/jabref/jabref/compare/f5842eff27cb16a41f8b6f1428ef27b177511be3...767818f21a8566ef282d7b12dcacc2dc00643e6a
diff --git a/src/main/java/org/jabref/gui/BasePanel.java b/src/main/java/org/jabref/gui/BasePanel.java index d536845048..c6668e2164 100644 --- a/src/main/java/org/jabref/gui/BasePanel.java +++ b/src/main/java/org/jabref/gui/BasePanel.java @@ -198,7 +198,7 @@ public class BasePanel extends JPanel implements ClipboardOwn...
['src/main/java/org/jabref/gui/BasePanel.java']
{'.java': 1}
1
1
0
0
1
5,050,144
1,031,459
134,561
1,025
1,353
236
18
1
5,568
208
1,594
70
0
1
1970-01-01T00:25:09
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
457
jabref/jabref/3553/2852
jabref
jabref
https://github.com/JabRef/jabref/issues/2852
https://github.com/JabRef/jabref/pull/3553
https://github.com/JabRef/jabref/pull/3553
1
fixes
Performance problems with new groups search/filter and large databases
JabRef 4.0.0-dev--snapshot--2017-05-18--master--018173ebd Windows 10 10.0 amd64 Java 1.8.0_131 The newly implemented groups filter/search (https://github.com/JabRef/jabref/pull/2588) exhibits massive performance problems when used on a large database (>10,000 entries, ~1,000 static groups). 1. Open large datab...
6d2ec481cdad6029b29a3b3d217f23ab47e92588
3092915214b958bb8a534a53f5438fa6e2e75c93
https://github.com/jabref/jabref/compare/6d2ec481cdad6029b29a3b3d217f23ab47e92588...3092915214b958bb8a534a53f5438fa6e2e75c93
diff --git a/src/main/java/org/jabref/gui/groups/GroupSidePane.java b/src/main/java/org/jabref/gui/groups/GroupSidePane.java index 326685e0d1..86e4392c61 100644 --- a/src/main/java/org/jabref/gui/groups/GroupSidePane.java +++ b/src/main/java/org/jabref/gui/groups/GroupSidePane.java @@ -1,5 +1,6 @@ package org.jabref.g...
['src/main/java/org/jabref/gui/groups/GroupTreeController.java', 'src/main/java/org/jabref/gui/util/BindingsHelper.java', 'src/main/java/org/jabref/gui/util/RecursiveTreeItem.java', 'src/main/java/org/jabref/gui/groups/GroupSidePane.java', 'src/main/java/org/jabref/gui/groups/GroupTreeViewModel.java']
{'.java': 5}
5
5
0
0
5
5,089,097
1,039,411
135,384
1,032
3,739
736
58
5
973
125
250
11
3
0
1970-01-01T00:25:13
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
473
jabref/jabref/600/599
jabref
jabref
https://github.com/JabRef/jabref/issues/599
https://github.com/JabRef/jabref/pull/600
https://github.com/JabRef/jabref/pull/600
1
fixes
Import from external database fails for 3.1 and PostgreSQL
Hi, Just tried out 3.1. Thank you for all of the enhancements, especially the new look!. I tried to import from an existing database but it failed with the following error in a pop-up window: "Could not import from SQL database for the following reason: java.util.ConcurrentModificationException" There were no obvi...
0b588f52a9aa28b48ad451792481bf4217359926
548c797b6992f3bc784dca0e162d6cc3bfe6df5b
https://github.com/jabref/jabref/compare/0b588f52a9aa28b48ad451792481bf4217359926...548c797b6992f3bc784dca0e162d6cc3bfe6df5b
diff --git a/src/main/java/net/sf/jabref/sql/importer/DBImporter.java b/src/main/java/net/sf/jabref/sql/importer/DBImporter.java index cf8d75355f..f5ff766ce1 100644 --- a/src/main/java/net/sf/jabref/sql/importer/DBImporter.java +++ b/src/main/java/net/sf/jabref/sql/importer/DBImporter.java @@ -21,6 +21,7 @@ import java...
['src/main/java/net/sf/jabref/sql/importer/DBImporter.java']
{'.java': 1}
1
1
0
0
1
4,796,307
1,000,801
127,693
689
517
84
8
1
393
61
85
15
0
0
1970-01-01T00:24:11
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
465
jabref/jabref/1460/1455
jabref
jabref
https://github.com/JabRef/jabref/issues/1455
https://github.com/JabRef/jabref/pull/1460
https://github.com/JabRef/jabref/pull/1460
2
fix
DOI Fetcher throws NPE if no result was found
JabRef dev version on Windows 10 <!-- Hint: If you use a development version (available at http://builds.jabref.org/master/), ensure that you use the latest one. --> Steps to reproduce: 1. Entry with DOI for which the fetcher can't find bibtex data, for example: 10.2307/2372901 2. Click "Get BibTeX data from DOI" 3. ...
a14ad8e6b10bff8c129ffc7edd56ba0c33b1deda
b0352a18f04d34fe8738d025dde1906cce220ab5
https://github.com/jabref/jabref/compare/a14ad8e6b10bff8c129ffc7edd56ba0c33b1deda...b0352a18f04d34fe8738d025dde1906cce220ab5
diff --git a/src/main/java/net/sf/jabref/gui/ClipBoardManager.java b/src/main/java/net/sf/jabref/gui/ClipBoardManager.java index 9071de0a38..fb16c131df 100644 --- a/src/main/java/net/sf/jabref/gui/ClipBoardManager.java +++ b/src/main/java/net/sf/jabref/gui/ClipBoardManager.java @@ -32,6 +32,7 @@ import java.io.IOExcept...
['src/main/java/net/sf/jabref/gui/mergeentries/MergeEntryDOIDialog.java', 'src/main/java/net/sf/jabref/importer/fetcher/DOItoBibTeXFetcher.java', 'src/main/java/net/sf/jabref/logic/util/DOI.java', 'src/main/java/net/sf/jabref/gui/desktop/JabRefDesktop.java', 'src/test/java/net/sf/jabref/logic/util/DOITest.java', 'src/m...
{'.java': 9}
9
9
0
0
9
4,736,870
986,990
125,911
729
7,481
1,567
162
8
3,565
166
803
55
1
1
1970-01-01T00:24:24
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
467
jabref/jabref/1168/1163
jabref
jabref
https://github.com/JabRef/jabref/issues/1163
https://github.com/JabRef/jabref/pull/1168
https://github.com/JabRef/jabref/pull/1168
1
fix
Year sorting doesn't work
Clicking on the year column doesn't affect the sorting of the table.
cc2f992eacc88166fa95bd12f508f1962fbd3486
a68daaaf575e23e05c35a9c976896e781c5251a3
https://github.com/jabref/jabref/compare/cc2f992eacc88166fa95bd12f508f1962fbd3486...a68daaaf575e23e05c35a9c976896e781c5251a3
diff --git a/src/main/java/net/sf/jabref/bibtex/comparator/FieldComparator.java b/src/main/java/net/sf/jabref/bibtex/comparator/FieldComparator.java index c3058ec841..43cd246174 100644 --- a/src/main/java/net/sf/jabref/bibtex/comparator/FieldComparator.java +++ b/src/main/java/net/sf/jabref/bibtex/comparator/FieldCompa...
['src/test/java/net/sf/jabref/model/entry/YearUtilTest.java', 'src/main/java/net/sf/jabref/model/entry/BibEntry.java', 'src/main/java/net/sf/jabref/bibtex/comparator/FieldComparator.java', 'src/test/java/net/sf/jabref/model/entry/BibtexEntryTests.java', 'src/main/java/net/sf/jabref/model/entry/YearUtil.java']
{'.java': 5}
5
5
0
0
5
4,668,297
972,721
123,549
722
4,611
1,100
134
3
69
12
15
2
0
0
1970-01-01T00:24:20
3,074
Java
{'Java': 8932171, 'TeX': 710947, 'XSLT': 151896, 'CSS': 54744, 'Ruby': 20199, 'Shell': 9437, 'Python': 9240, 'Groovy': 5264, 'ANTLR': 3775, 'PowerShell': 2028, 'AppleScript': 1622, 'GAP': 1470, 'Batchfile': 637}
MIT License
535
altbeacon/android-beacon-library/878/814
altbeacon
android-beacon-library
https://github.com/AltBeacon/android-beacon-library/issues/814
https://github.com/AltBeacon/android-beacon-library/pull/878
https://github.com/AltBeacon/android-beacon-library/pull/878
2
fix
ANRs due to the ScanState.restore being called on the main thread
In our app we listen to the bluetooth state changes when the app is in the foreground so that we can stop foreground beacon scans manually and start them again once the Bluetooth is on again. Some time ago we started noticing ANRs happening on rare occasions, the relevant part of stackrace (not sure if this term is...
f7f3a323ea7415d53e7bd695ff6a01f1501d5dc3
d3c1490f0498fcd0cf49071391270f1544795a79
https://github.com/altbeacon/android-beacon-library/compare/f7f3a323ea7415d53e7bd695ff6a01f1501d5dc3...d3c1490f0498fcd0cf49071391270f1544795a79
diff --git a/lib/src/main/java/org/altbeacon/beacon/service/ScanJob.java b/lib/src/main/java/org/altbeacon/beacon/service/ScanJob.java index 18b6665..b13e0e9 100644 --- a/lib/src/main/java/org/altbeacon/beacon/service/ScanJob.java +++ b/lib/src/main/java/org/altbeacon/beacon/service/ScanJob.java @@ -54,63 +54,71 @@ pub...
['lib/src/main/java/org/altbeacon/beacon/service/ScanJob.java']
{'.java': 1}
1
1
0
0
1
526,953
109,811
13,463
76
5,689
980
108
1
5,684
497
1,467
80
0
1
1970-01-01T00:25:57
2,758
Java
{'Java': 766605, 'Kotlin': 17054}
Apache License 2.0
536
altbeacon/android-beacon-library/381/143
altbeacon
android-beacon-library
https://github.com/AltBeacon/android-beacon-library/issues/143
https://github.com/AltBeacon/android-beacon-library/pull/381
https://github.com/AltBeacon/android-beacon-library/pull/381
2
fix
getInstanceForApplication should be renamed & is prone to context leaks
getInstanceForApplication or the BeaconManager class should probably call getApplicationContext on the application context to prevent leaks. The suggested use for the BeaconManager is from an activity, like so: `private BeaconManager beaconManager = BeaconManager.getInstanceForApplication(this);` To prevent the acti...
1c091d8f6bb0bc5c36969cc95536b5ec7aa438f4
2e3b396fbef2d929376c18acd8835316e7d9b75e
https://github.com/altbeacon/android-beacon-library/compare/1c091d8f6bb0bc5c36969cc95536b5ec7aa438f4...2e3b396fbef2d929376c18acd8835316e7d9b75e
diff --git a/src/main/java/org/altbeacon/beacon/BeaconManager.java b/src/main/java/org/altbeacon/beacon/BeaconManager.java index 35b7df6..657d03b 100644 --- a/src/main/java/org/altbeacon/beacon/BeaconManager.java +++ b/src/main/java/org/altbeacon/beacon/BeaconManager.java @@ -246,7 +246,7 @@ public class BeaconManager ...
['src/main/java/org/altbeacon/beacon/BeaconManager.java']
{'.java': 1}
1
1
0
0
1
360,659
76,063
9,482
63
77
12
2
1
573
69
102
10
0
0
1970-01-01T00:24:24
2,758
Java
{'Java': 766605, 'Kotlin': 17054}
Apache License 2.0
532
altbeacon/android-beacon-library/317/270
altbeacon
android-beacon-library
https://github.com/AltBeacon/android-beacon-library/issues/270
https://github.com/AltBeacon/android-beacon-library/pull/317
https://github.com/AltBeacon/android-beacon-library/pull/317#issuecomment-157298324
2
fixes
Switching from monitoring to ranging during active scan cycle breaks scanning
Hi David, thanks for your work on this library! I've been using it for a while but I ran into a small issue lately. So my app monitors beacons with a specific UUID and as soon as it receives a `didEnterRegion` callback, it stops monitoring and starts ranging that same UUID. The problem is that ranging stops within se...
4a28c6fc3b0287d24fe28fe1119d04d09ed90b82
05e07096c0e2d505bca20e2a2837338522ca0ca3
https://github.com/altbeacon/android-beacon-library/compare/4a28c6fc3b0287d24fe28fe1119d04d09ed90b82...05e07096c0e2d505bca20e2a2837338522ca0ca3
diff --git a/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java b/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java index 573981b..e228de8 100644 --- a/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java +++ b/src/main/java/org/altbeacon/beacon/service/scan...
['src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java']
{'.java': 1}
1
1
0
0
1
346,634
73,212
9,095
61
42
10
2
1
8,653
914
2,074
121
0
2
1970-01-01T00:24:07
2,758
Java
{'Java': 766605, 'Kotlin': 17054}
Apache License 2.0
537
altbeacon/android-beacon-library/199/185
altbeacon
android-beacon-library
https://github.com/AltBeacon/android-beacon-library/issues/185
https://github.com/AltBeacon/android-beacon-library/pull/199
https://github.com/AltBeacon/android-beacon-library/pull/199
1
fixes
Stackoverflow error
After updating the library. I get Stackoverflow error at java.util.Collections Checking DDMS shows that java.util.Collections are allocated when in writeToParcel: ``` at java.util.Collections$UnmodifiableCollection.iterator(Collections.java:952) at java.util.Collections$UnmodifiableCollection$1.<init>(Collect...
b7536cc79061e8e3091e29ea4980743f28a43c88
c7affe1438d007b6e0d89af244d7baccdc6e88cb
https://github.com/altbeacon/android-beacon-library/compare/b7536cc79061e8e3091e29ea4980743f28a43c88...c7affe1438d007b6e0d89af244d7baccdc6e88cb
diff --git a/src/main/java/org/altbeacon/beacon/Beacon.java b/src/main/java/org/altbeacon/beacon/Beacon.java index 7944ae9..6d4dc3c 100644 --- a/src/main/java/org/altbeacon/beacon/Beacon.java +++ b/src/main/java/org/altbeacon/beacon/Beacon.java @@ -25,6 +25,7 @@ package org.altbeacon.beacon; import android.os.Parcel...
['src/test/java/org/altbeacon/beacon/BeaconTest.java', 'src/main/java/org/altbeacon/beacon/Beacon.java']
{'.java': 2}
2
2
0
0
2
311,819
65,774
8,365
59
1,222
235
31
1
1,403
63
331
26
0
1
1970-01-01T00:23:53
2,758
Java
{'Java': 766605, 'Kotlin': 17054}
Apache License 2.0
534
altbeacon/android-beacon-library/886/876
altbeacon
android-beacon-library
https://github.com/AltBeacon/android-beacon-library/issues/876
https://github.com/AltBeacon/android-beacon-library/pull/886
https://github.com/AltBeacon/android-beacon-library/pull/886
2
fix
CycledLeScanner crashes on setWakeUpAlarm
### Expected behavior No crash ### Actual behavior Fatal Exception: java.lang.SecurityException get application info: Neither user 1010129 nor current process has android.permission.INTERACT_ACROSS_USERS. Fatal Exception: java.lang.SecurityException Permission Denial: getIntentForIntentSender() from pid=20646, ...
a5ba01bbb44f6033009e122280a54002599eb98c
967c58de6a3af7194fc39267a21a71330edd8b87
https://github.com/altbeacon/android-beacon-library/compare/a5ba01bbb44f6033009e122280a54002599eb98c...967c58de6a3af7194fc39267a21a71330edd8b87
diff --git a/lib/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java b/lib/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java index 0089b18..399f107 100644 --- a/lib/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java +++ b/lib/src/main/java/org/altbeacon/bea...
['lib/src/main/java/org/altbeacon/beacon/service/scanner/CycledLeScanner.java']
{'.java': 1}
1
1
0
0
1
527,153
109,850
13,466
76
1,408
249
33
1
4,790
242
1,140
80
0
3
1970-01-01T00:25:59
2,758
Java
{'Java': 766605, 'Kotlin': 17054}
Apache License 2.0
989
tng/archunit/744/739
tng
archunit
https://github.com/TNG/ArchUnit/issues/739
https://github.com/TNG/ArchUnit/pull/744
https://github.com/TNG/ArchUnit/pull/744
1
resolves
Layeredarchitecture problem with three layers A,B,C - The access check fails for A->B, but the violation comes up when allowing access B->C
We came across an issue with `layeredarchitecture` where we have three layers A, B and C: A may access B, B may access C. As soon as we allow the access from B to C with `.whereLayer(layerB).mayOnlyAccessLayers(layerC)` , the architecture tests fails because of a violation by the access from layer A to layer B (whi...
d6b03207653d14c2bd2a0d9df8b5d5cf7e741b72
1a805cb51b14dceada9a2fbcaaf8650631fb76be
https://github.com/tng/archunit/compare/d6b03207653d14c2bd2a0d9df8b5d5cf7e741b72...1a805cb51b14dceada9a2fbcaaf8650631fb76be
diff --git a/archunit/src/main/java/com/tngtech/archunit/base/PackageMatcher.java b/archunit/src/main/java/com/tngtech/archunit/base/PackageMatcher.java index 67fa4871..a2afb391 100644 --- a/archunit/src/main/java/com/tngtech/archunit/base/PackageMatcher.java +++ b/archunit/src/main/java/com/tngtech/archunit/base/Packa...
['archunit/src/main/java/com/tngtech/archunit/core/domain/JavaClass.java', 'archunit/src/main/java/com/tngtech/archunit/core/domain/Dependency.java', 'archunit/src/test/java/com/tngtech/archunit/library/ArchitecturesTest.java', 'archunit/src/main/java/com/tngtech/archunit/base/PackageMatcher.java', 'archunit/src/test/j...
{'.java': 7}
7
7
0
0
7
1,908,988
391,375
48,591
449
9,018
1,722
128
4
4,495
522
1,097
80
3
3
1970-01-01T00:27:20
2,751
Java
{'Java': 5207204, 'Shell': 1522, 'Groovy': 512, 'Dockerfile': 367}
Apache License 2.0
992
tng/archunit/35/29
tng
archunit
https://github.com/TNG/ArchUnit/issues/29
https://github.com/TNG/ArchUnit/pull/35
https://github.com/TNG/ArchUnit/pull/35
1
resolves
@ArchIgnore is ignored on ArchRules fields
ArchRule suites ignore the `@ArchIgnore` annotation, e.g.: ``` public class MyRules { @ArchTest public static final ArchRule someRule = ... } ``` ``` @RunWith(ArchUnitRunner.class) // ... public class MyArchTest { @ArchTest @ArchIgnore // This is ignored public static final ArchRule...
3af1a803ca42280debd1562276faef44dea1b880
a2d952f5ddec4a13ef9b7d9d89bed4cdd2f884ad
https://github.com/tng/archunit/compare/3af1a803ca42280debd1562276faef44dea1b880...a2d952f5ddec4a13ef9b7d9d89bed4cdd2f884ad
diff --git a/archunit-integration-test/src/test/java/com/tngtech/archunit/junit/ArchUnitIntegrationTestRunner.java b/archunit-integration-test/src/test/java/com/tngtech/archunit/junit/ArchUnitIntegrationTestRunner.java index 29714924..9629f4f5 100644 --- a/archunit-integration-test/src/test/java/com/tngtech/archunit/ju...
['archunit-junit/src/test/java/com/tngtech/archunit/junit/ArchUnitRunnerRunsRuleSetsTest.java', 'archunit-junit/src/main/java/com/tngtech/archunit/junit/ArchRuleExecution.java', 'archunit-junit/src/main/java/com/tngtech/archunit/junit/ArchTestExecution.java', 'archunit-junit/src/main/java/com/tngtech/archunit/junit/Arc...
{'.java': 7}
7
7
0
0
7
757,918
153,243
20,178
218
3,228
641
46
5
510
63
122
24
0
2
1970-01-01T00:25:08
2,751
Java
{'Java': 5207204, 'Shell': 1522, 'Groovy': 512, 'Dockerfile': 367}
Apache License 2.0
991
tng/archunit/220/219
tng
archunit
https://github.com/TNG/ArchUnit/issues/219
https://github.com/TNG/ArchUnit/pull/220
https://github.com/TNG/ArchUnit/pull/220
1
resolves
Modifier "static" of nested classes is not recognized
Currently, interfaces that are declared within another class and don't have the static keyword, are not considered as static. But those interfaces are implicitly static. See [JLS, 8.5.1](https://docs.oracle.com/javase/specs/jls/se8/html/jls-8.html#jls-8.5.1): > A member interface is implicitly static (§9.1.1). It i...
3cf73f47be8af9dcdc9358cc46dfe8fc5d2623db
0402a3b24bfa172c952d763c64a30ad8191e384c
https://github.com/tng/archunit/compare/3cf73f47be8af9dcdc9358cc46dfe8fc5d2623db...0402a3b24bfa172c952d763c64a30ad8191e384c
diff --git a/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaModifier.java b/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaModifier.java index 20989635..b5b47556 100644 --- a/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaModifier.java +++ b/archunit/src/main/java/com/tngtech/arch...
['archunit/src/test/java/com/tngtech/archunit/core/importer/ClassFileImporterTest.java', 'archunit/src/test/java/com/tngtech/archunit/core/importer/testexamples/nestedimport/ClassWithNestedClass.java', 'archunit/src/main/java/com/tngtech/archunit/core/domain/JavaModifier.java']
{'.java': 3}
3
3
0
0
3
1,444,515
295,881
37,820
386
159
39
2
1
861
83
199
26
1
2
1970-01-01T00:26:06
2,751
Java
{'Java': 5207204, 'Shell': 1522, 'Groovy': 512, 'Dockerfile': 367}
Apache License 2.0
990
tng/archunit/688/683
tng
archunit
https://github.com/TNG/ArchUnit/issues/683
https://github.com/TNG/ArchUnit/pull/688
https://github.com/TNG/ArchUnit/pull/688
1
resolves
Can't handle spaces in dependencies
We use ArchUnit 0.21.0 on an OSGi system. To load our java classes we just point to a rootdir, pretty much like this: ```java private static JavaClasses getJavaClasses() { return new ClassFileImporter() .withImportOption(DO_NOT_INCLUDE_ARCHIVES) .importPath("rootPath"); } ``` OSGi being OSGi, the cod...
a1b7c6765fa865bdf298104ff5a8dbf275e83a84
fea8b8c4164e8c20c3ad276bd6537f70753617c0
https://github.com/tng/archunit/compare/a1b7c6765fa865bdf298104ff5a8dbf275e83a84...fea8b8c4164e8c20c3ad276bd6537f70753617c0
diff --git a/archunit/src/jdk9test/java/com/tngtech/archunit/core/importer/ModuleLocationFactoryTest.java b/archunit/src/jdk9test/java/com/tngtech/archunit/core/importer/ModuleLocationFactoryTest.java index a8e402bc..1b2f6d86 100644 --- a/archunit/src/jdk9test/java/com/tngtech/archunit/core/importer/ModuleLocationFacto...
['archunit/src/main/java/com/tngtech/archunit/core/importer/resolvers/ClassResolverFromClasspath.java', 'archunit/src/jdk9test/java/com/tngtech/archunit/core/importer/ModuleLocationFactoryTest.java', 'archunit/src/test/java/com/tngtech/archunit/ArchConfigurationTest.java', 'archunit/src/test/java/com/tngtech/archunit/c...
{'.java': 13}
13
13
0
0
13
1,836,919
376,808
47,027
439
653
125
12
1
2,454
232
589
43
0
3
1970-01-01T00:27:13
2,751
Java
{'Java': 5207204, 'Shell': 1522, 'Groovy': 512, 'Dockerfile': 367}
Apache License 2.0
1,084
springdoc/springdoc-openapi/258/248
springdoc
springdoc-openapi
https://github.com/springdoc/springdoc-openapi/issues/248
https://github.com/springdoc/springdoc-openapi/pull/258
https://github.com/springdoc/springdoc-openapi/pull/258
1
fixes
Commit 80bc5a75361d1689fa72099963db84bcd95b2068 breaks project with JDK 11 + Kotlin
The commit 80bc5a75361d1689fa72099963db84bcd95b2068 is breaking again our project built with JDK 11 and Kotlin. Can you please revert this? Additionally, what is the purpose of using `LocalVariableTableParameterNameDiscoverer` just to get the name of the parameters that you can get from `java.lang.reflect.Parameter` a...
41c131ce45754558d3489268b94dfb9d7c0f173e
41b61fd702b3f1d9925b58133e57ac3a05ce7b7b
https://github.com/springdoc/springdoc-openapi/compare/41c131ce45754558d3489268b94dfb9d7c0f173e...41b61fd702b3f1d9925b58133e57ac3a05ce7b7b
diff --git a/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java b/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java index 8063e23b..e18b05dd 100644 --- a/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java +++ b/spr...
['springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java']
{'.java': 1}
1
1
0
0
1
172,746
31,827
4,121
39
441
88
5
1
522
70
124
8
0
0
1970-01-01T00:26:16
2,717
Java
{'Java': 4514044, 'Kotlin': 27895, 'Groovy': 9494, 'HTML': 223}
Apache License 2.0
1,083
springdoc/springdoc-openapi/313/312
springdoc
springdoc-openapi
https://github.com/springdoc/springdoc-openapi/issues/312
https://github.com/springdoc/springdoc-openapi/pull/313
https://github.com/springdoc/springdoc-openapi/pull/313
1
fixes
Wrong server url with when grouped api name contains special charater
When the name of the grouped API contains a character which gets URL encoded the server url is generated wrong. When calculating the server URL the request URL should be decoded.
168c4c9ca6a7c7f8a5e55b29b8da50366e4ff21b
e7c10c4788c64a0b6404b7ea3e114ee3e561f8d3
https://github.com/springdoc/springdoc-openapi/compare/168c4c9ca6a7c7f8a5e55b29b8da50366e4ff21b...e7c10c4788c64a0b6404b7ea3e114ee3e561f8d3
diff --git a/springdoc-openapi-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java b/springdoc-openapi-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java index 87e61a7b..8df235e3 100644 --- a/springdoc-openapi-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java +++ b/spr...
['springdoc-openapi-common/src/main/java/org/springdoc/api/AbstractOpenApiResource.java', 'springdoc-openapi-webmvc-core/src/test/java/test/org/springdoc/api/app68/SpringDocApp68Test.java', 'springdoc-openapi-webmvc-core/src/main/java/org/springdoc/api/OpenApiResource.java', 'springdoc-openapi-webflux-core/src/main/jav...
{'.java': 6}
6
6
0
0
6
206,740
38,115
4,910
53
3,066
558
59
4
178
31
33
1
0
0
1970-01-01T00:26:17
2,717
Java
{'Java': 4514044, 'Kotlin': 27895, 'Groovy': 9494, 'HTML': 223}
Apache License 2.0
1,082
springdoc/springdoc-openapi/518/517
springdoc
springdoc-openapi
https://github.com/springdoc/springdoc-openapi/issues/517
https://github.com/springdoc/springdoc-openapi/pull/518
https://github.com/springdoc/springdoc-openapi/pull/518
2
fixes
Commit 2594a276d97c8f4168f6f7aa22a00f8438f38dd5 broke Kotlin Coroutines support
This commit has changed the usage of `java.lang.reflect.Parameter` to `org.springframework.core.MethodParameter` and this broke Kotlin Coroutines support since with the second no parameter name is successfully retrieved.
55b4d7fee8e3dc2c5b3a2000000fdc1e587b97b6
154d38d9caabcaed22b5cff48fcc11ea7a0cda76
https://github.com/springdoc/springdoc-openapi/compare/55b4d7fee8e3dc2c5b3a2000000fdc1e587b97b6...154d38d9caabcaed22b5cff48fcc11ea7a0cda76
diff --git a/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java b/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java index adc9b904..62c168a4 100644 --- a/springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java +++ b/spr...
['springdoc-openapi-common/src/main/java/org/springdoc/core/AbstractRequestBuilder.java']
{'.java': 1}
1
1
0
0
1
305,515
65,277
8,301
69
388
82
4
1
220
26
39
1
0
0
1970-01-01T00:26:25
2,717
Java
{'Java': 4514044, 'Kotlin': 27895, 'Groovy': 9494, 'HTML': 223}
Apache License 2.0
1,080
springdoc/springdoc-openapi/1002/996
springdoc
springdoc-openapi
https://github.com/springdoc/springdoc-openapi/issues/996
https://github.com/springdoc/springdoc-openapi/pull/1002
https://github.com/springdoc/springdoc-openapi/pull/1002
1
fixes
Minimal project with `use-management-port` set causes NPE on api-docs endpoint
**Describe the bug** In a minimal example, use-management-port is generating NPEs when accessing v3/api-docs. ``` java.lang.NullPointerException: null at org.springdoc.core.ActuatorProvider.getApplicationPort(ActuatorProvider.java:185) ~[springdoc-openapi-common-1.5.2.jar:1.5.2] at org.springdoc.api.AbstractOpen...
6dd01aa74e6d3cdab8b0018fd6964d5233321ef3
27e3541bb0d4e6e2d1cab5bd0b7b0cec7d3c2555
https://github.com/springdoc/springdoc-openapi/compare/6dd01aa74e6d3cdab8b0018fd6964d5233321ef3...27e3541bb0d4e6e2d1cab5bd0b7b0cec7d3c2555
diff --git a/springdoc-openapi-common/src/main/java/org/springdoc/core/ActuatorProvider.java b/springdoc-openapi-common/src/main/java/org/springdoc/core/ActuatorProvider.java index 89fad675..c246d72f 100644 --- a/springdoc-openapi-common/src/main/java/org/springdoc/core/ActuatorProvider.java +++ b/springdoc-openapi-com...
['springdoc-openapi-common/src/main/java/org/springdoc/core/ActuatorProvider.java']
{'.java': 1}
1
1
0
0
1
915,540
205,571
29,198
152
446
86
8
1
1,799
157
478
29
0
1
1970-01-01T00:26:49
2,717
Java
{'Java': 4514044, 'Kotlin': 27895, 'Groovy': 9494, 'HTML': 223}
Apache License 2.0
264
mybatis/spring/818/780
mybatis
spring
https://github.com/mybatis/spring/issues/780
https://github.com/mybatis/spring/pull/818
https://github.com/mybatis/spring/pull/818
1
fixes
Bean definition overridden when spring.aot.enabled=true in spring boot 3.0
[original discussion](https://github.com/spring-projects/spring-boot/issues/33926) The project is compiled with native profile and started with -Dspring.aot.enabled=true, and I got following exception. ``` org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'l1Servic...
40bb6939fdecbb5b523ad9c27197e8ab873f3f38
76c1766c8d3a9ef4e55664ce9f47963da277ff2c
https://github.com/mybatis/spring/compare/40bb6939fdecbb5b523ad9c27197e8ab873f3f38...76c1766c8d3a9ef4e55664ce9f47963da277ff2c
diff --git a/src/main/java/org/mybatis/spring/mapper/ClassPathMapperScanner.java b/src/main/java/org/mybatis/spring/mapper/ClassPathMapperScanner.java index 617095f7..626cba99 100644 --- a/src/main/java/org/mybatis/spring/mapper/ClassPathMapperScanner.java +++ b/src/main/java/org/mybatis/spring/mapper/ClassPathMapperSc...
['src/main/java/org/mybatis/spring/mapper/ClassPathMapperScanner.java']
{'.java': 1}
1
1
0
0
1
169,906
35,861
4,937
34
293
63
5
1
4,167
169
937
43
2
2
1970-01-01T00:28:03
2,681
Java
{'Java': 424209, 'CSS': 6360, 'Shell': 1196}
Apache License 2.0
566
square/keywhiz/250/170
square
keywhiz
https://github.com/square/keywhiz/issues/170
https://github.com/square/keywhiz/pull/250
https://github.com/square/keywhiz/pull/250#issuecomment-240580226
1
fix
Keywhiz has inconsistencies in filename enforcement
As evidenced by this output: ``` keywhiz.cli describe secret --name shh.2016-01-26T23:49:27Z.key Exception in thread "main" java.lang.IllegalArgumentException: Invalid name, must match ^[a-zA-Z_0-9\\-.]+$ at keywhiz.cli.commands.DescribeAction.run(DescribeAction.java:58) at keywhiz.cli.CommandExecutor.executeC...
f17cf9d4988f55c01a4bf58d53d403c1fff37c91
3890f23c52cc48797062a1200d8566b06479447b
https://github.com/square/keywhiz/compare/f17cf9d4988f55c01a4bf58d53d403c1fff37c91...3890f23c52cc48797062a1200d8566b06479447b
diff --git a/cli/src/main/java/keywhiz/cli/Utilities.java b/cli/src/main/java/keywhiz/cli/Utilities.java index 0871d598..2e1e6895 100644 --- a/cli/src/main/java/keywhiz/cli/Utilities.java +++ b/cli/src/main/java/keywhiz/cli/Utilities.java @@ -17,7 +17,7 @@ package keywhiz.cli; public class Utilities { - public st...
['cli/src/main/java/keywhiz/cli/Utilities.java', 'cli/src/test/java/keywhiz/cli/UtilitiesTest.java']
{'.java': 2}
2
2
0
0
2
533,393
116,615
15,180
154
148
45
2
1
503
44
133
12
0
1
1970-01-01T00:24:31
2,601
Java
{'Java': 1652033, 'Ruby': 9423, 'Shell': 5836, 'Dockerfile': 3341, 'Smarty': 2334}
Apache License 2.0
522
docker-java/docker-java/1218/532
docker-java
docker-java
https://github.com/docker-java/docker-java/issues/532
https://github.com/docker-java/docker-java/pull/1218
https://github.com/docker-java/docker-java/pull/1218
1
closes
Build command fails when symlinks in docker folder are used
My Docker image includes some files, which are symlinks pointing outside of docker folder, e.g. ``` $ ls -l include/ total 0 lrwxrwxrwx 1 dmitry dmitry 29 Mar 30 17:25 python3.5m -> /usr/local/include/python3.5m ``` Native docker client handles this correctly. Java `File.getCanonicalFile()` follows symlinks, so TAR a...
098f74d42bd44cd559d21ef278c984a5e8524a49
5f7349f0615f6f65ac06df20a4d46849f8668c74
https://github.com/docker-java/docker-java/compare/098f74d42bd44cd559d21ef278c984a5e8524a49...5f7349f0615f6f65ac06df20a4d46849f8668c74
diff --git a/src/main/java/com/github/dockerjava/core/util/CompressArchiveUtil.java b/src/main/java/com/github/dockerjava/core/util/CompressArchiveUtil.java index 97471d7f..4590abb1 100644 --- a/src/main/java/com/github/dockerjava/core/util/CompressArchiveUtil.java +++ b/src/main/java/com/github/dockerjava/core/util/Co...
['src/main/java/com/github/dockerjava/core/util/TarDirWalker.java', 'src/main/java/com/github/dockerjava/core/util/CompressArchiveUtil.java', 'src/test/java/com/github/dockerjava/core/util/CompressArchiveUtilTest.java']
{'.java': 3}
3
3
0
0
3
1,215,155
254,492
44,118
538
3,656
725
61
2
1,089
118
259
25
0
2
1970-01-01T00:26:02
2,597
Java
{'Java': 1789504, 'Shell': 12612, 'Dockerfile': 4471}
Apache License 2.0
1,079
real-logic/agrona/121/120
real-logic
agrona
https://github.com/real-logic/agrona/issues/120
https://github.com/real-logic/agrona/pull/121
https://github.com/real-logic/agrona/pull/121
1
fix
ObjectHashSet does not implement equals in a compatible fashion to HashSet/AbstractSet
In essence, it does not accommodate other implementations of the Set interface, such that a HashSet and an ObjectHashSet of the same contents are not equal. This blocks the adoption of ObjectHashSet as a drop in replacement. Happy to provide a PR if we agree this is desirable to be fixed.
7b72974ef76c4aee7e1ae544127d622e0cefcc80
814a5bfd5d5b546bf63613ad6ce99f5120f39183
https://github.com/real-logic/agrona/compare/7b72974ef76c4aee7e1ae544127d622e0cefcc80...814a5bfd5d5b546bf63613ad6ce99f5120f39183
diff --git a/agrona/src/main/java/org/agrona/collections/IntHashSet.java b/agrona/src/main/java/org/agrona/collections/IntHashSet.java index c29d0af1..552dc4be 100644 --- a/agrona/src/main/java/org/agrona/collections/IntHashSet.java +++ b/agrona/src/main/java/org/agrona/collections/IntHashSet.java @@ -652,7 +652,29 @@ ...
['agrona/src/main/java/org/agrona/collections/ObjectHashSet.java', 'agrona/src/test/java/org/agrona/collections/IntHashSetTest.java', 'agrona/src/main/java/org/agrona/collections/IntHashSet.java', 'agrona/src/test/java/org/agrona/collections/ObjectHashSetIntegerTest.java']
{'.java': 4}
4
4
0
0
4
732,189
156,397
25,619
138
1,020
188
48
2
289
51
58
1
0
0
1970-01-01T00:25:13
2,592
Java
{'Java': 2048302, 'Shell': 687}
Apache License 2.0
540
xerial/sqlite-jdbc/190/145
xerial
sqlite-jdbc
https://github.com/xerial/sqlite-jdbc/issues/145
https://github.com/xerial/sqlite-jdbc/pull/190
https://github.com/xerial/sqlite-jdbc/pull/190
1
fixes
Usage of sqlite-jdbc together with the relocation feature of the Maven shade plugin
I would like to use the sqlite in a project where I have to use the relocation feature of the Maven shade plugin to avoid clashes with different versions of the same library being loaded. The Maven shade plugin can relocate all Java classes to a different package name (e.g., org.sqlite to test.org.sqlite). Unfortunat...
de738f7a49985e1a8c00274d6a407332f9ac1c83
27e3d90eba05fddaa01951112c06a9e1ed4f649e
https://github.com/xerial/sqlite-jdbc/compare/de738f7a49985e1a8c00274d6a407332f9ac1c83...27e3d90eba05fddaa01951112c06a9e1ed4f649e
diff --git a/src/main/java/org/sqlite/SQLiteJDBCLoader.java b/src/main/java/org/sqlite/SQLiteJDBCLoader.java index 1878e04..fc06a88 100644 --- a/src/main/java/org/sqlite/SQLiteJDBCLoader.java +++ b/src/main/java/org/sqlite/SQLiteJDBCLoader.java @@ -19,7 +19,7 @@ // SQLite.java // Since: 2007/05/10 // -// $URL$ +// ...
['src/main/java/org/sqlite/SQLiteJDBCLoader.java']
{'.java': 1}
1
1
0
0
1
510,627
108,090
14,998
47
782
178
9
1
1,650
193
372
27
2
1
1970-01-01T00:24:43
2,470
Java
{'Java': 1020238, 'C++': 211104, 'C': 108528, 'Shell': 96790, 'Makefile': 11178}
Apache License 2.0
539
xerial/sqlite-jdbc/279/278
xerial
sqlite-jdbc
https://github.com/xerial/sqlite-jdbc/issues/278
https://github.com/xerial/sqlite-jdbc/pull/279
https://github.com/xerial/sqlite-jdbc/pull/279
1
fixes
DatabaseMetaData getExportedKeys does not escape PK_NAME for named primary keys
DatabaseMetaData `getExportedKeys` does not escape `PK_NAME`, resulting in a SQLException for named primary keys.
9bbb62adc083fe1938e4c1bc6eb698b258631563
890c2cf41774ff77f8818442f052a4d582b3126a
https://github.com/xerial/sqlite-jdbc/compare/9bbb62adc083fe1938e4c1bc6eb698b258631563...890c2cf41774ff77f8818442f052a4d582b3126a
diff --git a/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java b/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java index 4b453ec..cad9326 100644 --- a/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java +++ b/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java @@ -1434,6 +1434,7 @@ public ab...
['src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java', 'src/test/java/org/sqlite/DBMetaDataTest.java']
{'.java': 2}
2
2
0
0
2
512,803
108,607
15,049
47
2,005
411
28
1
113
14
24
1
0
0
1970-01-01T00:25:07
2,470
Java
{'Java': 1020238, 'C++': 211104, 'C': 108528, 'Shell': 96790, 'Makefile': 11178}
Apache License 2.0
538
xerial/sqlite-jdbc/284/280
xerial
sqlite-jdbc
https://github.com/xerial/sqlite-jdbc/issues/280
https://github.com/xerial/sqlite-jdbc/pull/284
https://github.com/xerial/sqlite-jdbc/pull/284
1
fixes
DatabaseMetaData getImportedKeys does not return primary keys or foreign key names
DatabaseMetaData `getImportedKeys` does not return primary keys or foreign key names
9bbb62adc083fe1938e4c1bc6eb698b258631563
ec67764b380e556244d7153fa51a174ee3bda222
https://github.com/xerial/sqlite-jdbc/compare/9bbb62adc083fe1938e4c1bc6eb698b258631563...ec67764b380e556244d7153fa51a174ee3bda222
diff --git a/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java b/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java index 4b453ec..fb2d658 100644 --- a/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java +++ b/src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java @@ -10,8 +10,10 @@ import java....
['src/main/java/org/sqlite/jdbc3/JDBC3DatabaseMetaData.java', 'src/test/java/org/sqlite/DBMetaDataTest.java']
{'.java': 2}
2
2
0
0
2
512,803
108,607
15,049
47
10,835
2,332
267
1
84
11
17
1
0
0
1970-01-01T00:25:08
2,470
Java
{'Java': 1020238, 'C++': 211104, 'C': 108528, 'Shell': 96790, 'Makefile': 11178}
Apache License 2.0
9,719
assertj/assertj/613/611
assertj
assertj
https://github.com/assertj/assertj/issues/611
https://github.com/assertj/assertj/pull/613
https://github.com/assertj/assertj/pull/613
1
fixes
Assert "isCloseTo(double expected, Percentage p)" doesn't work for negative expected values
I have two tests whether an actual value is within a given percentage of the expected value. The test for a positive expected value works without problems. The test for a negative expected value throws `IllegalArgumentException` My test methods are: ``` @Test public void checkPositiveNumber() { assertThat(11d).i...
3118bf043099fba418bc908388afc0fbd25cf772
7f3af3a9e9e331a04fff2f375d3545e54a7a9145
https://github.com/assertj/assertj/compare/3118bf043099fba418bc908388afc0fbd25cf772...7f3af3a9e9e331a04fff2f375d3545e54a7a9145
diff --git a/src/main/java/org/assertj/core/internal/Longs.java b/src/main/java/org/assertj/core/internal/Longs.java index 8ff43a76e..72c74ded4 100644 --- a/src/main/java/org/assertj/core/internal/Longs.java +++ b/src/main/java/org/assertj/core/internal/Longs.java @@ -73,7 +73,7 @@ public class Longs extends Numbers<Lo...
['src/test/java/org/assertj/core/internal/longs/Longs_assertIsCloseToPercentage_Test.java', 'src/main/java/org/assertj/core/internal/Shorts.java', 'src/test/java/org/assertj/core/internal/integers/Integers_assertIsCloseToPercentage_Test.java', 'src/test/java/org/assertj/core/internal/bytes/Bytes_assertIsCloseToPercenta...
{'.java': 10}
10
10
0
0
10
2,241,003
527,686
56,682
413
484
109
6
3
559
74
123
21
0
1
1970-01-01T00:24:14
2,399
Java
{'Java': 18477327, 'Shell': 39277, 'Kotlin': 8052, 'Groovy': 3774}
Apache License 2.0
9,420
apache/incubator-hugegraph/1803/1794
apache
incubator-hugegraph
https://github.com/apache/incubator-hugegraph/issues/1794
https://github.com/apache/incubator-hugegraph/pull/1803
https://github.com/apache/incubator-hugegraph/pull/1803
1
fix
[Bug]within do not return the correct result
### Bug Type (问题类型) gremlin (结果不合预期) ### Before submit - [X] 我已经确认现有的 [Issues](https://github.com/hugegraph/hugegraph/issues) 与 [FAQ](https://hugegraph.github.io/hugegraph-doc/guides/faq.html) 中没有相同 / 重复问题 ### Environment (环境信息) - Server Version: v0.11.x - Backend: RocksDB x nodes, HDD or SSD - OS: xx...
0cc02e47b02eca90f22fdb1132a4b1b89520fbb9
3e1e0acc4720eb1a0ecef2917089926aa673c1c3
https://github.com/apache/incubator-hugegraph/compare/0cc02e47b02eca90f22fdb1132a4b1b89520fbb9...3e1e0acc4720eb1a0ecef2917089926aa673c1c3
diff --git a/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java b/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java index 9739e329..4e209458 100644 --- a/hugegraph-core/src/main/java/com/baidu/hugegraph/backend/page/QueryList.java +++ b/hugegraph-core/src/main/java/c...
['hugegraph-test/src/main/java/com/baidu/hugegraph/core/BaseCoreTest.java', 'hugegraph-test/src/main/java/com/baidu/hugegraph/core/EdgeCoreTest.java', 'hugegraph-core/src/main/java/com/baidu/hugegraph/backend/query/Condition.java', 'hugegraph-core/src/main/java/com/baidu/hugegraph/backend/tx/GraphIndexTransaction.java'...
{'.java': 10}
10
10
0
0
10
3,931,898
790,512
108,914
497
11,942
2,163
231
5
2,242
126
775
51
2
0
1970-01-01T00:27:28
2,382
Java
{'Java': 5925495, 'Shell': 91995, 'Groovy': 5291, 'HTML': 4015, 'Dockerfile': 2072}
Apache License 2.0
1,221
apache/netbeans/6195/6149
apache
netbeans
https://github.com/apache/netbeans/issues/6149
https://github.com/apache/netbeans/pull/6195
https://github.com/apache/netbeans/pull/6195
1
fixes
`Objects.requireNonNull` should disable "Null Pointer Dereference" warnings
### Apache NetBeans version Apache NetBeans 18 ### What happened Using `Objects.requireNonNull` should disable "Null Pointer Dereference" warnings. Instead, it doesn't. ### How to reproduce ```java public static String myToString(Object object) { Objects.requireNonNull(object); if (object instanceof Num...
7cb0985514507992d998c22ac6b9ab163ca824ff
0498a037fce87daeecbdcd757db9101552f88e6c
https://github.com/apache/netbeans/compare/7cb0985514507992d998c22ac6b9ab163ca824ff...0498a037fce87daeecbdcd757db9101552f88e6c
diff --git a/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java b/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java index d671eec7e4..4e59f3257c 100644 --- a/java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java +++ b/java/java.hints.t...
['java/java.hints/src/org/netbeans/modules/java/hints/bugs/NPECheck.java', 'java/java.hints.test/src/org/netbeans/modules/java/hints/test/api/HintTest.java', 'java/java.hints/test/unit/src/org/netbeans/modules/java/hints/jdk/mapreduce/ForLoopToFunctionalHintTest.java', 'java/java.hints/test/unit/src/org/netbeans/module...
{'.java': 5}
5
5
0
0
5
242,190,921
49,224,303
6,196,307
28,088
535
96
8
1
1,086
126
269
47
1
1
1970-01-01T00:28:09
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,229
apache/netbeans/5668/4227
apache
netbeans
https://github.com/apache/netbeans/issues/4227
https://github.com/apache/netbeans/pull/5668
https://github.com/apache/netbeans/pull/5668
1
fixes
Module graph fails to display
### Apache NetBeans version Apache NetBeans 13 ### What happened Applies in both Apache Netbeans 14 and 13. While module-info.java is loaded into editor window, click Graph view button (of Source, History, Graph). No graph display and an Unexpected Exception notification is generated. Priority: Silent; ...
347d63a7b2acd3254b8bb9f6d512c89f4b84a48e
ba654d0f34b6b6b046350ef07423c0ceaae5abd1
https://github.com/apache/netbeans/compare/347d63a7b2acd3254b8bb9f6d512c89f4b84a48e...ba654d0f34b6b6b046350ef07423c0ceaae5abd1
diff --git a/java/java.graph/src/org/netbeans/modules/java/graph/SearchVisitor.java b/java/java.graph/src/org/netbeans/modules/java/graph/SearchVisitor.java index 87cf0cdd76..c61f662229 100644 --- a/java/java.graph/src/org/netbeans/modules/java/graph/SearchVisitor.java +++ b/java/java.graph/src/org/netbeans/modules/jav...
['java/java.graph/src/org/netbeans/modules/java/graph/SearchVisitor.java', 'java/java.module.graph/src/org/netbeans/modules/java/module/graph/DependencyCalculator.java']
{'.java': 2}
2
2
0
0
2
239,296,252
48,639,962
6,119,176
27,676
1,022
203
15
2
5,076
264
1,080
90
0
1
1970-01-01T00:27:58
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,218
apache/netbeans/6228/6222
apache
netbeans
https://github.com/apache/netbeans/issues/6222
https://github.com/apache/netbeans/pull/6228
https://github.com/apache/netbeans/pull/6228
1
fixes
ArtifactResolutionExceptions when working with certain maven projects
### Apache NetBeans version Apache NetBeans 19 rc 1 ### What happened Tried to open the parent project of https://github.com/apache/maven-indexer/ and got several exceptions. The exceptions already start before the project is open, as soon it is selected in the project open dialog (NB is loading the model to t...
8df65b70ed0d17f0e641b961b0ede8ef89ba640d
f954a246d84d0846cedeaa308868031a577e1e46
https://github.com/apache/netbeans/compare/8df65b70ed0d17f0e641b961b0ede8ef89ba640d...f954a246d84d0846cedeaa308868031a577e1e46
diff --git a/java/maven.embedder/src/org/netbeans/modules/maven/embedder/MavenEmbedder.java b/java/maven.embedder/src/org/netbeans/modules/maven/embedder/MavenEmbedder.java index 7608be2203..4bf4c38954 100644 --- a/java/maven.embedder/src/org/netbeans/modules/maven/embedder/MavenEmbedder.java +++ b/java/maven.embedder/...
['java/maven/test/unit/src/org/netbeans/modules/maven/classpath/AbstractProjectClassPathImplTest.java', 'java/maven.embedder/src/org/netbeans/modules/maven/embedder/MavenEmbedder.java']
{'.java': 2}
2
2
0
0
2
242,284,917
49,242,196
6,198,704
28,101
1,402
246
22
1
6,399
304
1,345
97
3
1
1970-01-01T00:28:09
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,219
apache/netbeans/6220/6214
apache
netbeans
https://github.com/apache/netbeans/issues/6214
https://github.com/apache/netbeans/pull/6220
https://github.com/apache/netbeans/pull/6220
1
fixes
Options to Import does not work correctly
### Apache NetBeans version Apache NetBeans latest daily build ### What happened When you select a file to import options it does not import options like : - Java Platforms - Libraries - Font & Colors It does import the Look and Feel option. The PR that introduce this bug was [PR-6094](https://github.com/apa...
8df65b70ed0d17f0e641b961b0ede8ef89ba640d
97438e5b355ba6113cce48c49a1efbea3f94975d
https://github.com/apache/netbeans/compare/8df65b70ed0d17f0e641b961b0ede8ef89ba640d...97438e5b355ba6113cce48c49a1efbea3f94975d
diff --git a/platform/options.api/src/org/netbeans/modules/options/export/OptionsExportModel.java b/platform/options.api/src/org/netbeans/modules/options/export/OptionsExportModel.java index 7a48551aa5..f440ed0577 100644 --- a/platform/options.api/src/org/netbeans/modules/options/export/OptionsExportModel.java +++ b/pl...
['platform/options.api/src/org/netbeans/modules/options/export/OptionsExportModel.java']
{'.java': 1}
1
1
0
0
1
242,284,917
49,242,196
6,198,704
28,101
478
102
9
1
1,304
216
310
56
1
0
1970-01-01T00:28:09
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,222
apache/netbeans/6184/6180
apache
netbeans
https://github.com/apache/netbeans/issues/6180
https://github.com/apache/netbeans/pull/6184
https://github.com/apache/netbeans/pull/6184
1
fixes
NumberFormatException with auto-complete when editing pom.xml
### Apache NetBeans version Apache NetBeans 18 ### What happened Edited pom.xml of an old project with the aim to find newest version of a dependency. Changed from originally 3.3 to 3.6.1, then undo to 3.3, then added this comment, then removed version string and invoked auto-complete. See code snippet: ...
02a5586907ea6b6500ca8fb7a95fd28a760f7259
d9335fa23e88afd38e0c701cd8d8992d1e21f737
https://github.com/apache/netbeans/compare/02a5586907ea6b6500ca8fb7a95fd28a760f7259...d9335fa23e88afd38e0c701cd8d8992d1e21f737
diff --git a/java/maven.hints/src/org/netbeans/modules/maven/hints/pom/UpdateDependencyHint.java b/java/maven.hints/src/org/netbeans/modules/maven/hints/pom/UpdateDependencyHint.java index bd7c4998f9..b42343f1e5 100644 --- a/java/maven.hints/src/org/netbeans/modules/maven/hints/pom/UpdateDependencyHint.java +++ b/java/...
['java/maven.hints/src/org/netbeans/modules/maven/hints/pom/UpdateDependencyHint.java']
{'.java': 1}
1
1
0
0
1
242,190,007
49,224,109
6,196,286
28,088
106
28
2
1
3,470
259
773
83
2
2
1970-01-01T00:28:09
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,227
apache/netbeans/5739/5738
apache
netbeans
https://github.com/apache/netbeans/issues/5738
https://github.com/apache/netbeans/pull/5739
https://github.com/apache/netbeans/pull/5739
1
fixes
Disassembled `*.class` opened instead of `*.java` when folder with name of class exists in sources JAR
### Apache NetBeans version Apache NetBeans 17 ### What happened When you have a Maven sources JAR present in the local repository, confirmed by `SourceForBinaryQuery` via `apisupport.projectinspector`¹, then visiting a type or member in the classpath should open the editor on a read-only source file. In NB 16...
c7847c670343d78335d0cfafd3dc223713091d10
5d45c28aac066f568bcbb1dc5e0e800c47f9e601
https://github.com/apache/netbeans/compare/c7847c670343d78335d0cfafd3dc223713091d10...5d45c28aac066f568bcbb1dc5e0e800c47f9e601
diff --git a/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java b/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java index e58a6a257c..dfb02790c6 100644 --- a/java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java +++ b/java/java.source.base/src/org/netbeans/ap...
['java/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java', 'java/java.source.base/test/unit/src/org/netbeans/api/java/source/SourceUtilsTest.java']
{'.java': 2}
2
2
0
0
2
240,463,782
48,885,393
6,151,579
27,796
694
145
12
1
3,358
403
837
73
4
2
1970-01-01T00:28:00
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,228
apache/netbeans/5669/5403
apache
netbeans
https://github.com/apache/netbeans/issues/5403
https://github.com/apache/netbeans/pull/5669
https://github.com/apache/netbeans/pull/5669
1
fixes
JavaDoc popup renders incorrectly
### Apache NetBeans version Apache NetBeans 16 ### What happened The JavaDoc popup does not render the text in some tags. Specifically text in fixed-width code style appears to be missing. For example references to system properties in the JavaDoc for ClassLoader.getSystemClassLoader(). ### How to reproduce In a ...
347d63a7b2acd3254b8bb9f6d512c89f4b84a48e
8d935fd1e74736de883e0796d4bdccfbd53d6f7c
https://github.com/apache/netbeans/compare/347d63a7b2acd3254b8bb9f6d512c89f4b84a48e...8d935fd1e74736de883e0796d4bdccfbd53d6f7c
diff --git a/java/java.sourceui/src/org/netbeans/api/java/source/ui/ElementJavadoc.java b/java/java.sourceui/src/org/netbeans/api/java/source/ui/ElementJavadoc.java index ed8edb9fa3..6d1df08284 100644 --- a/java/java.sourceui/src/org/netbeans/api/java/source/ui/ElementJavadoc.java +++ b/java/java.sourceui/src/org/netbe...
['java/java.sourceui/src/org/netbeans/api/java/source/ui/ElementJavadoc.java']
{'.java': 1}
1
1
0
0
1
239,296,252
48,639,962
6,119,176
27,676
679
124
14
1
1,011
153
223
45
0
0
1970-01-01T00:27:58
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,220
apache/netbeans/6217/6199
apache
netbeans
https://github.com/apache/netbeans/issues/6199
https://github.com/apache/netbeans/pull/6217
https://github.com/apache/netbeans/pull/6217
1
fixes
Rerun failed tests button is not getting enabled
### Apache NetBeans version Apache NetBeans 18 ### What happened I have noticed that when running unit tests, the button for reruning failed tests in Test Results never gets enabled. ### How to reproduce * Create Java with Maven project * Add some unit tests that fail * Run tests and check the button - should b...
8df65b70ed0d17f0e641b961b0ede8ef89ba640d
459c2d151118d48bdc92a90155da5a5d8920db79
https://github.com/apache/netbeans/compare/8df65b70ed0d17f0e641b961b0ede8ef89ba640d...459c2d151118d48bdc92a90155da5a5d8920db79
diff --git a/java/maven.junit/src/org/netbeans/modules/maven/junit/JUnitOutputListenerProvider.java b/java/maven.junit/src/org/netbeans/modules/maven/junit/JUnitOutputListenerProvider.java index 4cda2cca62..2c04b7406d 100644 --- a/java/maven.junit/src/org/netbeans/modules/maven/junit/JUnitOutputListenerProvider.java ++...
['java/maven.junit/src/org/netbeans/modules/maven/junit/JUnitOutputListenerProvider.java']
{'.java': 1}
1
1
0
0
1
242,284,917
49,242,196
6,198,704
28,101
893
190
17
1
1,195
158
264
43
0
0
1970-01-01T00:28:09
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,226
apache/netbeans/5899/5896
apache
netbeans
https://github.com/apache/netbeans/issues/5896
https://github.com/apache/netbeans/pull/5899
https://github.com/apache/netbeans/pull/5899
1
fixes
groovy.lang.MissingPropertyException from Micronaut-Core
### Apache NetBeans version Apache NetBeans 18 release candidate ### What happened Clone micronaut-core from GH, this gets you to default branch 4.0.x Install VSNetBeans 18.0.0 RC2 https://nightlies.apache.org/netbeans/candidate/vsix/ use GraalVM 22.3.0 JDK17. In VSNetBeans enable JavaLSP and Groovy support, both ...
f2c685a525d5301d00dd3c0ac2799cd63aed5d90
e188e685e02b8a6f51703d95ba80958522bca19b
https://github.com/apache/netbeans/compare/f2c685a525d5301d00dd3c0ac2799cd63aed5d90...e188e685e02b8a6f51703d95ba80958522bca19b
diff --git a/extide/gradle/netbeans-gradle-tooling/src/main/java/org/netbeans/modules/gradle/tooling/NbProjectInfoBuilder.java b/extide/gradle/netbeans-gradle-tooling/src/main/java/org/netbeans/modules/gradle/tooling/NbProjectInfoBuilder.java index 126ed14e36..ae4ac827e7 100644 --- a/extide/gradle/netbeans-gradle-tooli...
['extide/gradle/netbeans-gradle-tooling/src/main/java/org/netbeans/modules/gradle/tooling/NbProjectInfoBuilder.java']
{'.java': 1}
1
1
0
0
1
240,630,072
48,920,707
6,155,834
27,830
2,050
280
35
1
1,948
178
448
53
2
1
1970-01-01T00:28:02
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,225
apache/netbeans/5912/4587
apache
netbeans
https://github.com/apache/netbeans/issues/4587
https://github.com/apache/netbeans/pull/5912
https://github.com/apache/netbeans/pull/5912
1
fixes
Unit test on single file is converted to integration test
### Apache NetBeans version Apache NetBeans 14 ### What happened I noticed that my Netesta plugin does not work anymore with Netbeans 14. Each time it tries to apply `ActionProvider.COMMAND_TEST_SINGLE`, the action is replaced by the new `COMMAND_INTEGRATION_TEST_SINGLE`. ### How to reproduce I use Nete...
2470c07ccc00d29fcf6c33d6d6f6ec47b96a9056
7b755b85e34810f4d763ee4f522678f4c5c7dd93
https://github.com/apache/netbeans/compare/2470c07ccc00d29fcf6c33d6d6f6ec47b96a9056...7b755b85e34810f4d763ee4f522678f4c5c7dd93
diff --git a/java/maven/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProvider.java b/java/maven/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProvider.java index b6212bf21c..186a3bf618 100644 --- a/java/maven/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProvider.java +++ b/java/mav...
['java/maven/test/unit/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProviderTest.java', 'java/maven/src/org/netbeans/modules/maven/execute/DefaultReplaceTokenProvider.java']
{'.java': 2}
2
2
0
0
2
240,631,404
48,920,908
6,155,857
27,830
668
133
11
1
1,015
152
232
44
0
0
1970-01-01T00:28:03
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,224
apache/netbeans/6140/5407
apache
netbeans
https://github.com/apache/netbeans/issues/5407
https://github.com/apache/netbeans/pull/6140
https://github.com/apache/netbeans/pull/6140
1
fix
Netbeans dont Support WildFly 27
### Apache NetBeans version Apache NetBeans 16 ### What happened Try to add WildFly 27 on Netbeans 16 and you get no imports of jakartaee.* to your project ### How to reproduce Try to add WildFly 27 on Netbeans 16 and you get no imports of jakartaee.* to your project ### Did this work correctly in an earlier vers...
aee53d5558a2a1996f65f5daf60821e1b265544e
d18ab87ca6106bfe2d41ca71e6f22161e5668eb2
https://github.com/apache/netbeans/compare/aee53d5558a2a1996f65f5daf60821e1b265544e...d18ab87ca6106bfe2d41ca71e6f22161e5668eb2
diff --git a/enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/util/WildFlyProperties.java b/enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/util/WildFlyProperties.java index 19bc47292e..711855ee35 100644 --- a/enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/util/Wild...
['enterprise/javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/util/WildFlyProperties.java']
{'.java': 1}
1
1
0
0
1
242,159,265
49,216,761
6,195,465
28,086
530
115
10
1
566
98
139
39
0
0
1970-01-01T00:28:07
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
1,223
apache/netbeans/6142/6134
apache
netbeans
https://github.com/apache/netbeans/issues/6134
https://github.com/apache/netbeans/pull/6142
https://github.com/apache/netbeans/pull/6142
2
fixes
forms designer re-ordering components dragging gone weird
### Apache NetBeans version Apache NetBeans 18 ### What happened Dragging not smooth ### How to reproduce (*) Open Netbeans form designer on a complex form (*) open the Object navigator (*) try and drag an item up or down (*) Notice that the insertion point is not following the drag point properly, but b...
aee53d5558a2a1996f65f5daf60821e1b265544e
c5225744500101c5ec62c72d68bc8e48c035a8dd
https://github.com/apache/netbeans/compare/aee53d5558a2a1996f65f5daf60821e1b265544e...c5225744500101c5ec62c72d68bc8e48c035a8dd
diff --git a/ide/spi.palette/src/org/netbeans/modules/palette/ui/DnDSupport.java b/ide/spi.palette/src/org/netbeans/modules/palette/ui/DnDSupport.java index 808e428799..fcfc718b11 100644 --- a/ide/spi.palette/src/org/netbeans/modules/palette/ui/DnDSupport.java +++ b/ide/spi.palette/src/org/netbeans/modules/palette/ui/D...
['platform/openide.explorer/src/org/openide/explorer/view/OutlineViewDropSupport.java', 'ide/spi.palette/src/org/netbeans/modules/palette/ui/DnDSupport.java', 'platform/openide.explorer/src/org/openide/explorer/view/TreeViewDropSupport.java']
{'.java': 3}
3
3
0
0
3
242,159,265
49,216,761
6,195,465
28,086
2,685
651
40
3
694
112
169
41
0
0
1970-01-01T00:28:08
2,343
Java
{'Java': 316389044, 'Standard ML': 34542672, 'HTML': 11688407, 'PHP': 4301877, 'XSLT': 1555745, 'JavaScript': 1469543, 'C': 507526, 'CSS': 420676, 'Shell': 394265, 'Lex': 260140, 'TypeScript': 199687, 'Roff': 150799, 'FreeMarker': 131129, 'ANTLR': 121011, 'Groovy': 100233, 'GAP': 76572, 'Makefile': 51863, 'Smarty': 410...
Apache License 2.0
9,970
datalinkdc/dinky/413/393
datalinkdc
dinky
https://github.com/DataLinkDC/dinky/issues/393
https://github.com/DataLinkDC/dinky/pull/413
https://github.com/DataLinkDC/dinky/pull/413
1
fix
[Bug] [core] program in loop when offline task failed
### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dlink/issues?q=is%3Aissue) and found no similar issues. ### What happened program in loop ### What you expected to happen offline task succeed ### How to reproduce submit task to online, offline task when the jobinstant...
0781bc44aefc2ef75e924025b82fc4decdb49480
570eeb1cd50e8800f9ba749ba26115a15c279da3
https://github.com/datalinkdc/dinky/compare/0781bc44aefc2ef75e924025b82fc4decdb49480...570eeb1cd50e8800f9ba749ba26115a15c279da3
diff --git a/dlink-admin/src/main/java/com/dlink/service/impl/TaskServiceImpl.java b/dlink-admin/src/main/java/com/dlink/service/impl/TaskServiceImpl.java index f49fe6e9..28754de4 100644 --- a/dlink-admin/src/main/java/com/dlink/service/impl/TaskServiceImpl.java +++ b/dlink-admin/src/main/java/com/dlink/service/impl/Ta...
['dlink-core/src/main/java/com/dlink/api/FlinkAPI.java', 'dlink-admin/src/main/java/com/dlink/service/impl/TaskServiceImpl.java']
{'.java': 2}
2
2
0
0
2
1,656,066
335,573
49,031
534
445
89
7
2
629
91
158
35
2
0
1970-01-01T00:27:30
2,268
Java
{'Java': 4553099, 'TypeScript': 2955424, 'PLpgSQL': 171812, 'Less': 119119, 'HTML': 105126, 'JavaScript': 53548, 'EJS': 6000, 'Shell': 4826, 'Python': 3022, 'Batchfile': 1208, 'Dockerfile': 528, 'CSS': 304}
Apache License 2.0
9,969
datalinkdc/dinky/511/509
datalinkdc
dinky
https://github.com/DataLinkDC/dinky/issues/509
https://github.com/DataLinkDC/dinky/pull/511
https://github.com/DataLinkDC/dinky/pull/511
1
fix
[Bug] [dlink-metabase] MySqlTypeConvert precision and scale is null
### Search before asking - [X] I had searched in the [issues](https://github.com/DataLinkDC/dlink/issues?q=is%3Aissue) and found no similar issues. ### What happened decimal precision and scale is null ### What you expected to happen decimal precision and scale is not null and has the correct value ### How to re...
74ec170a21a045e9da2e42c6c9dc0ac60217c0ff
9fbf7ac669fbab31a74ac0559c30bf4f4316ee95
https://github.com/datalinkdc/dinky/compare/74ec170a21a045e9da2e42c6c9dc0ac60217c0ff...9fbf7ac669fbab31a74ac0559c30bf4f4316ee95
diff --git a/dlink-metadata/dlink-metadata-mysql/src/main/java/com/dlink/metadata/convert/MySqlTypeConvert.java b/dlink-metadata/dlink-metadata-mysql/src/main/java/com/dlink/metadata/convert/MySqlTypeConvert.java index 758e52ae..ae740879 100644 --- a/dlink-metadata/dlink-metadata-mysql/src/main/java/com/dlink/metadata/...
['dlink-metadata/dlink-metadata-mysql/src/main/java/com/dlink/metadata/convert/MySqlTypeConvert.java']
{'.java': 1}
1
1
0
0
1
1,814,677
366,756
53,288
561
1,441
265
34
1
614
92
149
33
2
0
1970-01-01T00:27:32
2,268
Java
{'Java': 4553099, 'TypeScript': 2955424, 'PLpgSQL': 171812, 'Less': 119119, 'HTML': 105126, 'JavaScript': 53548, 'EJS': 6000, 'Shell': 4826, 'Python': 3022, 'Batchfile': 1208, 'Dockerfile': 528, 'CSS': 304}
Apache License 2.0
784
moquette-io/moquette/561/553
moquette-io
moquette
https://github.com/moquette-io/moquette/issues/553
https://github.com/moquette-io/moquette/pull/561
https://github.com/moquette-io/moquette/pull/561
2
fixes
NullPointerException caused by async connect/disconnect processing
### Expected behavior Session is not removed by handleConnectionLost if new session is already reopened ### Actual behavior 1. handleConnectionLost starts 2. processConnect starts and reopen session 3. handleConnectionLost continues and removes session 4. PostOffice.flushInFlight fails to use session ### Ste...
08cc8ce1b885990b86411a96d2b62f71b6b5b429
ed68d38c7ac5aae60a6d36dbe8a24ed120dd183e
https://github.com/moquette-io/moquette/compare/08cc8ce1b885990b86411a96d2b62f71b6b5b429...ed68d38c7ac5aae60a6d36dbe8a24ed120dd183e
diff --git a/broker/src/main/java/io/moquette/broker/SessionRegistry.java b/broker/src/main/java/io/moquette/broker/SessionRegistry.java index a65cdc96..d86cedb7 100644 --- a/broker/src/main/java/io/moquette/broker/SessionRegistry.java +++ b/broker/src/main/java/io/moquette/broker/SessionRegistry.java @@ -90,9 +90,10 @...
['broker/src/main/java/io/moquette/broker/SessionRegistry.java']
{'.java': 1}
1
1
0
0
1
302,569
60,850
8,294
87
1,709
301
26
1
2,236
216
585
41
0
1
1970-01-01T00:26:49
2,163
Java
{'Java': 868753, 'Groovy': 98266, 'HTML': 37346, 'Shell': 4112, 'Batchfile': 3910, 'Ruby': 212}
Apache License 2.0
1
connectbot/connectbot/662/594
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/594
https://github.com/connectbot/connectbot/pull/662
https://github.com/connectbot/connectbot/pull/662
1
fixes
timers on the hosts list
The timers displayed on the hosts list screen only seem to update after a failed login attempt. So a newly created host displays as Never Connected and continues to do so (somewhat inaccurately) no matter how may times it has actually connected. Ironically, it only ever stops displaying Never Connected on the occasion...
b7ae4cb5311eab7f452e111ce6dc4b4e3d2c9659
b38a16738e3e6ced65c47c9f13bae41c1413b06d
https://github.com/connectbot/connectbot/compare/b7ae4cb5311eab7f452e111ce6dc4b4e3d2c9659...b38a16738e3e6ced65c47c9f13bae41c1413b06d
diff --git a/app/src/main/java/org/connectbot/util/HostDatabase.java b/app/src/main/java/org/connectbot/util/HostDatabase.java index 1e71b57c..2250b8e2 100644 --- a/app/src/main/java/org/connectbot/util/HostDatabase.java +++ b/app/src/main/java/org/connectbot/util/HostDatabase.java @@ -406,6 +406,7 @@ public class Host...
['app/src/main/java/org/connectbot/util/HostDatabase.java']
{'.java': 1}
1
1
0
0
1
781,061
215,828
25,138
78
28
7
1
1
744
119
155
3
0
0
1970-01-01T00:25:41
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
0
connectbot/connectbot/276/36
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/36
https://github.com/connectbot/connectbot/pull/276
https://github.com/connectbot/connectbot/pull/276#issuecomment-145992999
1
solve
No ipv6 support
Inserting a sequence of ipv6 address such as 2620:0:1cfe:face:b00c::3 will result in connectbot warning about malformed hostname. Putting the ipv6 address in brackets has no effect. Connectbot still treats ipv6 in brackets as invalid hostname format.
fde40fdcb62c764df90e889ae95e28b86ac5f746
cb578fe3aed5625fd4d1d31318a9af4ac1c76aff
https://github.com/connectbot/connectbot/compare/fde40fdcb62c764df90e889ae95e28b86ac5f746...cb578fe3aed5625fd4d1d31318a9af4ac1c76aff
diff --git a/app/src/main/java/org/connectbot/transport/SSH.java b/app/src/main/java/org/connectbot/transport/SSH.java index 0867256b..89e2d8d1 100644 --- a/app/src/main/java/org/connectbot/transport/SSH.java +++ b/app/src/main/java/org/connectbot/transport/SSH.java @@ -101,7 +101,7 @@ public class SSH extends AbsTrans...
['app/src/main/java/org/connectbot/transport/SSH.java']
{'.java': 1}
1
1
0
0
1
728,060
202,770
23,315
68
358
120
6
1
251
36
60
2
0
0
1970-01-01T00:24:04
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
2
connectbot/connectbot/497/493
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/493
https://github.com/connectbot/connectbot/pull/497
https://github.com/connectbot/connectbot/pull/497
1
fixes
StringIndexOutOfBoundsException when generating public keys under Traditional Chinese locale
Steps to reprduce: 1. Use Traditional Chinese locale. On my phone it's displayed as 中文(繁體) 2. "Manage Pubkeys" (管理公鑰) => "+" 3. Type a random name and hit "Generate" (產生) Then the generation dialog crashes: (I add two ```Log.e()``` to see what's wrong) ``` 02-28 02:29:35.812 27000 27000 D...
fe3112fce1159409e2e8a3c2ca62adc8452f6ee9
d96836d28589cc6f1afb036d8179937e46cfdc09
https://github.com/connectbot/connectbot/compare/fe3112fce1159409e2e8a3c2ca62adc8452f6ee9...d96836d28589cc6f1afb036d8179937e46cfdc09
diff --git a/app/src/main/java/org/connectbot/util/EntropyView.java b/app/src/main/java/org/connectbot/util/EntropyView.java index e25cb0d3..c7411b02 100644 --- a/app/src/main/java/org/connectbot/util/EntropyView.java +++ b/app/src/main/java/org/connectbot/util/EntropyView.java @@ -94,6 +94,8 @@ public class EntropyVie...
['app/src/main/java/org/connectbot/util/EntropyView.java']
{'.java': 1}
1
1
0
0
1
770,327
213,191
24,728
74
60
21
2
1
6,158
447
1,994
61
0
2
1970-01-01T00:24:48
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
3
connectbot/connectbot/478/377
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/377
https://github.com/connectbot/connectbot/pull/478
https://github.com/connectbot/connectbot/pull/478
1
fix
Swipe to send page up/down does not work
Even though I have checked "Page up/down gesture" in the settings, swiping on the left side of the screen does not send page up/down keys. It only scrolls the terminal, like the rest of the screen. This is with the current newest master (c9682d3). The error was introduced by #277, as stated by @rhansby in #270.
d54a6407ab705c5944e4f8dca849893fd4b7e7e9
2aa96df232686235477276949e467d943def7afb
https://github.com/connectbot/connectbot/compare/d54a6407ab705c5944e4f8dca849893fd4b7e7e9...2aa96df232686235477276949e467d943def7afb
diff --git a/app/src/main/java/org/connectbot/TerminalView.java b/app/src/main/java/org/connectbot/TerminalView.java index 11e71ac3..bdeba26a 100644 --- a/app/src/main/java/org/connectbot/TerminalView.java +++ b/app/src/main/java/org/connectbot/TerminalView.java @@ -200,14 +200,12 @@ public class TerminalView extends F...
['app/src/main/java/org/connectbot/util/TerminalTextViewOverlay.java', 'app/src/main/java/org/connectbot/TerminalView.java', 'app/src/main/java/org/connectbot/service/TerminalBridge.java']
{'.java': 3}
3
3
0
0
3
766,136
212,300
24,584
72
2,031
480
64
3
314
56
78
4
0
0
1970-01-01T00:24:47
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
4
connectbot/connectbot/328/228
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/228
https://github.com/connectbot/connectbot/pull/328
https://github.com/connectbot/connectbot/pull/328
1
resolved
Connection closed detection
This may be related to issue #227 1 - Start ConnectBot 2 - Open a connection 3 - Power off device 4 - Power on device 5 - Type "exit" to close the connection 6 - Console say "Connection closed" but no button yes/no to close the activity (need to menu -> Disconnect)
d41c2661b4451782854a9fac894e7f2406c21a01
9a8b735260b33d22361029cfa9205d47a5f2e5c3
https://github.com/connectbot/connectbot/compare/d41c2661b4451782854a9fac894e7f2406c21a01...9a8b735260b33d22361029cfa9205d47a5f2e5c3
diff --git a/app/src/main/java/org/connectbot/ConsoleActivity.java b/app/src/main/java/org/connectbot/ConsoleActivity.java index 0bb7858f..9cdb4a50 100644 --- a/app/src/main/java/org/connectbot/ConsoleActivity.java +++ b/app/src/main/java/org/connectbot/ConsoleActivity.java @@ -172,6 +172,10 @@ public class ConsoleActi...
['app/src/main/java/org/connectbot/ConsoleActivity.java']
{'.java': 1}
1
1
0
0
1
755,848
209,432
24,262
70
97
19
4
1
267
53
68
9
0
0
1970-01-01T00:24:05
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
5
connectbot/connectbot/291/285
connectbot
connectbot
https://github.com/connectbot/connectbot/issues/285
https://github.com/connectbot/connectbot/pull/291
https://github.com/connectbot/connectbot/pull/291
2
fixes
Unable to show the ActionBar (when set to auto hide)
Since the very nice #277 when actionbar (Toolbar) is set to auto hide in settings, touching the screen does not show the action bar.
584cc8c9478b2fd14463f23a3b841c4991822617
f3d05a6d7333db6a9b3dda993e8e05c69c695da1
https://github.com/connectbot/connectbot/compare/584cc8c9478b2fd14463f23a3b841c4991822617...f3d05a6d7333db6a9b3dda993e8e05c69c695da1
diff --git a/app/src/main/java/org/connectbot/ConsoleActivity.java b/app/src/main/java/org/connectbot/ConsoleActivity.java index 440661a1..7c9ee056 100644 --- a/app/src/main/java/org/connectbot/ConsoleActivity.java +++ b/app/src/main/java/org/connectbot/ConsoleActivity.java @@ -661,7 +661,7 @@ public class ConsoleActiv...
['app/src/main/java/org/connectbot/ConsoleActivity.java']
{'.java': 1}
1
1
0
0
1
745,935
207,008
23,892
69
60
14
2
1
133
24
30
2
0
0
1970-01-01T00:24:04
2,131
Java
{'Java': 836170, 'C++': 5503, 'Dockerfile': 1773, 'Shell': 1577, 'CMake': 223}
Apache License 2.0
1,450
minestom/minestom/232/135
minestom
minestom
https://github.com/Minestom/Minestom/issues/135
https://github.com/Minestom/Minestom/pull/232
https://github.com/Minestom/Minestom/pull/232
1
fix
FireworkEffect is not right
### What is the current behavior? FireworkEffect have primaryColor and fadeColor as ChatColor. ``` if (compound.containsKey("Colors")) { int[] color = compound.getIntArray("Colors"); primaryColor = ChatColor.fromRGB((byte) color[0], (byte) color[1], (byte) color[2]); } ...
25176e9b9d6ea988a479e56f34f383fae5f97c22
96155e826e987764f75521a9aaa53e47db61e017
https://github.com/minestom/minestom/compare/25176e9b9d6ea988a479e56f34f383fae5f97c22...96155e826e987764f75521a9aaa53e47db61e017
diff --git a/src/main/java/net/minestom/server/item/firework/FireworkEffect.java b/src/main/java/net/minestom/server/item/firework/FireworkEffect.java index c9aad763c..dcb8008b4 100644 --- a/src/main/java/net/minestom/server/item/firework/FireworkEffect.java +++ b/src/main/java/net/minestom/server/item/firework/Firewor...
['src/main/java/net/minestom/server/item/firework/FireworkEffect.java']
{'.java': 1}
1
1
0
0
1
5,917,809
1,439,402
118,866
1,425
3,070
694
65
1
1,041
122
233
31
0
1
1970-01-01T00:26:57
1,923
Java
{'Java': 3534778, 'Kotlin': 7298}
Apache License 2.0
527
spring-cloud/spring-cloud-config/719/718
spring-cloud
spring-cloud-config
https://github.com/spring-cloud/spring-cloud-config/issues/718
https://github.com/spring-cloud/spring-cloud-config/pull/719
https://github.com/spring-cloud/spring-cloud-config/pull/719
1
fixes
config.client.version no longer in Dalston
I was using Camden.SR7 on my Spring Cloud Config Server and there's a config.client.version and it changes everytime the properties get refreshed. {"name":"application.properties","profiles":["master"],"label":"master",**"version":"9ad0fd174feb0cdbc5ab73753e64be061af2ba3b"**,"state":null,"propertySources":[]} But...
a33487312a144acd5c37c5f8424559b4edceab5e
bb4168380435f6102c922ead68d5203fca40a077
https://github.com/spring-cloud/spring-cloud-config/compare/a33487312a144acd5c37c5f8424559b4edceab5e...bb4168380435f6102c922ead68d5203fca40a077
diff --git a/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepository.java b/spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepository.java index 77d2f44f..f58509f2 100644 --- a/spring-cl...
['spring-cloud-config-server/src/test/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepositoryTests.java', 'spring-cloud-config-server/src/main/java/org/springframework/cloud/config/server/environment/CompositeEnvironmentRepository.java']
{'.java': 2}
2
2
0
0
2
259,042
54,659
8,225
77
572
110
11
1
381
37
99
5
0
0
1970-01-01T00:24:57
1,895
Java
{'Java': 1817085, 'Shell': 65648, 'Ruby': 488, 'Groovy': 140}
Apache License 2.0