question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not find class io.netty.util.collection.LongObjectHashMap in 4.1.8.final

See original GitHub issue

In the version 4.1.8.final

module codec-redis

class FixedRedisMessagePool

already import the follow class

import io.netty.util.collection.LongObjectHashMap;
import io.netty.util.collection.LongObjectMap;

it Prompt error message is as follows :Unused import statemen

_15135786085710

but I can not find the class in the whole project.

In the 4.1.6 final and 4.1.7 final version

I find these classes in the io.netty.util.collection package

tim 20171218143611

In the 4.1.8 final version

the whole project is changed. I find the io.netty.util package is in common module,

But I can not find in io.netty.util.collection package ,in the whole project , it also didn’t find it .

I thought it may forget to copy the io.netty.util.collection package in the module common .

only my thougnt, help me @sprsquish @adamv @mheath @ngocdaothanh , thank you

In addition, I am from China, bad English , Please wait

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

11reactions
normanmaurercommented, Dec 18, 2017

@zhisheng17 its generated during build. run mvn clean compile in the common module.

4reactions
Quantriplecommented, Jul 2, 2018

朋友 mvn clean我使用了 还是没用 求教

Read more comments on GitHub >

github_iconTop Results From Across the Web

Index (Netty/All-in-One 4.1.23.Final API) - javadoc.io
All cached records RFC 1035 Returns all records of all types known to the name server. APL - Static variable in class io.netty.handler.codec.dns.DnsRecordType....
Read more >
Download netty-all-4.1.8.final.jar file - Java2s.com
Introduction. You can download netty-all-4.1.8.final.jar in this page. ... LongObjectHashMap.class io.netty.util.collection.
Read more >
各种中间件、框架源码环境搭建- 秋风飒飒吹 - 博客园
《Can not find class io.netty.util.collection.LongObjectHashMap in 4.1.8.final》 · 《io.netty.util.collection.LongObjectHashMap not found at ...
Read more >
【Netty源码分析】调试环境搭建 - CSDN博客
《Can not find class io.netty.util.collection.LongObjectHashMap in 4.1.8.final》(https://github.com/netty/netty/issues/7518)
Read more >
open_source_license_VMware_...
The VMware Product that includes this file does not necessarily use all the open ... Final >>> io.netty:netty-all-4.0.56 >>> io.netty:netty-all-4.1.19.final ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found