Skip to content
#

jvm

java logo

Java was originally developed as an alternative to the C/C++ programming languages. It is now mainly used for building web, desktop, mobile, and embedded applications. Java is owned and licensed through Oracle, with free and open source implementations available from Oracle and other vendors.

Here are 1,220 public repositories matching this topic...

renatocaval
renatocaval commented Apr 24, 2020

In #10199 we added symbolic methods to TypeMap, but as signaled by @NthPortal we should avoid this.

Triggered by:

I'm a bit late to the party here, but multiple (non-implicit) parameters to a symbolic/infix method are highly discouraged, and planned to be deprecated. See scala/scala-dev#496 and lampepfl/dotty#4311 (comment).

_Originally posted by @n

assimp
malortie
malortie commented Nov 28, 2019

According to Assimp's documentation (see anim.h, line 269). The description of aiNodeAnim says the following:

The transformation matrix computed from these values replaces the node's original transformation matrix at a specific time. This means all keys are absolute and not relative to the bone default pose.

From my understanding, I believe the original transformation refers to aiNode's

mikehearn
mikehearn commented Apr 25, 2016

I have some code that is throwing an exception in a post-park action (i.e. inside the handler passed to parkAndSerialize). Quasar silently eats this exception in RunnableFiberTask.onException(). It's really confusing to have the framework eat exceptions without any kind of logging or error printing at all.

I suggest changing this code such that if the exception isn't handled here, it's either re-

krichter722
krichter722 commented Mar 24, 2020

docker-compose files which contain container_name are not supported and the creation of DockerComposeContainer fails due to IllegalStateException. This has been introduced in #1151 as a quick fix for unintuitive feedback. If I understand correctly, the option of an implementation was however not discarded, but postponed. This issue is now about the implementation.

simonbasle
simonbasle commented Apr 24, 2020

Motivation

Some IDEs like IntelliJ don't display the javadoc custom tags at all in their javadoc popup.

As a consequence, discovering information about the discard and continue support might be difficult.

Searching the HTML version or the source to look for information about support might still be acceptable, but the tags should not be the only places where eg. a caveat or structuring im

《大厂面试指北》——后端面试题精选,包括Java基础、JVM、数据库、mysql、redis、计算机网络、算法、数据结构、操作系统、设计模式、系统设计、框架原理(获取《大厂面试指北》PDF版本请关注我的公众号"大厂面试",技术交流可以扫主页的二维码进群,希望给我一个Star,谢谢!) 最佳阅读地址:http://notfound9.github.io/interviewGuide/

  • Updated Jun 12, 2020
  • Java
fitzn
fitzn commented Mar 29, 2019

A jar is simply a zip file, but manipulating the mill assembly jar with some Unix-like utilities produces different, incorrect output when compared to that of a "normal" jar produced by the Java jar command. See the following example for details on these differences.

Consider a simple project:

$ find .
.
./build.sc
./foo
./foo/src
./foo/src/example
./foo/src/example/Hello.java
$

Created by James Gosling

Released May 23, 1995

Website
www.oracle.com/technetwork/java/javase/overview/index.html
Wikipedia
Wikipedia
You can’t perform that action at this time.