- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我打算用XRay(一个未知的eclipse插件来分析项目)来分析Apache Ant的java代码。我在 eclipse 中有该项目,但无法在 JavaClassHelper 类中导入 org.apache.bcel.classfile.ClassParser。我的其他类(class)也有类似的问题
我不知道如何导入以下内容:
import org.apache.bcel.classfile.ClassParser;
import org.apache.bcel.classfile.ConstantValue;
import org.apache.bcel.classfile.Field;
import org.apache.bcel.classfile.JavaClass;
我也有以下问题:
在包org.apache.tools.ant.taskdefs.optional.jdepend中,在类JDependTask中,我有以下错误:
setFilter =
jdepend.textui.JDepend.class.getDeclaredMethod("setFilter",
new Class[] {packageFilter});
“jdepend 无法解析为类型”
public int executeInVM(CommandlineJava commandline) throws BuildException {
jdepend.textui.JDepend jdepend;
if ("xml".equals(format)) {
jdepend = new jdepend.xmlui.JDepend();
} else {
jdepend = new jdepend.textui.JDepend();
}
每次出现“jdpend”或“jdepend.something”时,我都会收到错误:“jdepend 无法解析为类型”
此外,我无法解决 org.apache.tools.ant.taskdefs.optional.ssh 包中 SSHBase 类中的以下问题:
session.setConfig("PreferredAuthentications",
"publickey,keyboard-interactive,password");
错误是:“Session 类型中的方法 setConfig(Properties) 不适用于参数 (String, String)”
最佳答案
根据您的项目构建器,您需要添加 BCEL 的依赖项,以便 Eclipse 可以取消该依赖项并且您的代码可以编译。此处引用了 BCEL 的最新版本,包括将其纳入最流行的构建器的步骤; maven、gradle 等
关于java - 如何在java中导入org.apache.bcel.classfile.ClassParser?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34188881/
我们用spring、jpa、tomcat、maven等开发应用。 在我的开发人员机器上本地一切正常,但是当我们在 linux 服务器上部署应用程序时,出现以下异常: org.hibernate.jpa
我有一个像这样的 Dockerfile: FROM java:8 ARG cName ADD target/jar1.jar p2p.jar ADD ci/docker_entrypoint.sh .
在 Jboss 5.1 上部署 EAR 时出现以下异常 java.io.IOException: tmpFile.renameTo(classFile) failed org.apache.j
这个问题在这里已经有了答案: Xcode - How to fix 'NSUnknownKeyException', reason: … this class is not key value co
最近,我开始在 JBOss 4.0.5 JSP 应用程序中遇到奇怪的行为。 JSP 编译在第一次(第二次、第三次……)尝试时失败,并出现异常: 17:24:29,909 ERROR [[jsp]] S
我打算用XRay(一个未知的eclipse插件来分析项目)来分析Apache Ant的java代码。我在 eclipse 中有该项目,但无法在 JavaClassHelper 类中导入 org.apa
我正在使用 Jetty 6 服务器,有时会出现此异常: java.io.IOException: tmpFile.renameTo(classFile) failed at org.apach
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipCodeBaseFactory类的一些代码示例,展示了ZipCodeBaseFactory类的具体用法。
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry类的一些代码示例,展示了ZipInputStreamCo
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry类的一些代码示例,展示了ZipFileCodeBaseEntry类的具
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase类的一些代码示例,展示了ZipInputStreamCodeBas
我正在将 com.google.android.gms:play-services-ads 从 15.0.1 更新到 17.1.1,但在尝试运行该应用时遇到以下错误: Method must be o
我安装了 Fedora 20 findbugs RPM,并设置了我的 Ant build.xml 文件:
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry.getCodeBase()方法的一些代码示例,展示了Z
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry.()方法的一些代码示例,展示了ZipInputStre
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBaseEntry.getBytes()方法的一些代码示例,展示了ZipI
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipFileCodeBaseEntry.getCodeBase()方法的一些代码示例,展示了ZipFileC
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase.()方法的一些代码示例,展示了ZipInputStreamCod
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase.build()方法的一些代码示例,展示了ZipInputStre
本文整理了Java中edu.umd.cs.findbugs.classfile.impl.ZipInputStreamCodeBase.setLastModifiedTime()方法的一些代码示例,展
我是一名优秀的程序员,十分优秀!