E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Findbugs
在Eclipse或MyEclipse中安装
findbugs
插件
Eclipse上在线安装
findbugs
(具体步骤如下,就不再赘述) InEclipse,clickonHelp->SoftwareUpdate->FindandInstall...ChoosetheSearchfornewfeaturesto
quickhelper
·
2015-03-03 09:00
Sonar——代码质量管理平台
通过插件机制,Sonar可以集成不同的测试工具,代码分析工具,以及持续集成工具,比如pmd-cpd、checkstyle、
findbugs
、Jenkins。
草长莺飞0109
·
2015-03-03 08:11
软件测试
Sonar——代码质量管理平台
通过插件机制,Sonar可以集成不同的测试工具,代码分析工具,以及持续集成工具,比如pmd-cpd、checkstyle、
findbugs
、Jenkins。通过不同的插件对这些结果进行再
caozhangyingfei0109
·
2015-03-03 08:00
Linux系统下编译Hadoop2.5源码
准备:Hadoop2.5源码 1、Linux 操作系统2、 JDK 1.6+3、Maven 3.0 以上(包括3.0版本) 4、
Findbugs
1.3.9 (如果需要运行
findbugs
)5、ProtocolBuffer
njzyt2010
·
2015-02-27 22:00
hadoop2
maven用途、核心概念、用法、常用参数和命令、扩展
Artifact、BuildLifecycle、Goal)介绍、用法(Archetype意义及创建各种项目)、maven常用参数和命令以及简单故障排除、maven扩展(eclipse、cobertura、
findbugs
m635674608
·
2015-02-16 14:00
maven
FindBugs
、PMD和CheckStyle对比(代码质量)
FindBugs
、PMD和CheckStyle对比 1.
xinklabi
·
2015-02-12 20:00
checkstyle
eclipse、myeclipse的使用
功能介绍eclipsemyeclipse环境配置svn,tomcat,jdk,
findbugs
,junit,圈复杂度等
Cheney521
·
2015-02-09 16:00
25个让Java程序员更高效的Eclipse插件
提高代码质量的插件1.
FindBugs
FindBugs
可以帮你找到Java代码中的bug,它使用LesserGNUPublicLicense的自由软件许可。
stefanzhlg
·
2015-02-04 14:00
eclipse插件
Java代码质量检测评估工具-
Findbugs
一、简介
Findbugs
是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。利用这个工具,就可以在不实际运行程序的情况对软件进行分析。
ajan
·
2015-02-03 19:31
myeclipse 9.1 安装aptana 3.2 +
FindBugs
+ SVN插件
准备工作:aptana下载地址:http://update1.aptana.org/studio/3.2/024747/aptana_update_024747.zip网页更新地址: http://update1.aptana.org/studio/3.2/024747/index.html安装方法:1.在..\MyEclipse\MyEclipse9\dropins目录下新建aptana3.2文
pansanday
·
2015-01-29 23:00
MyEclipse
aptana插件
SVN插件
findbugs插件
为什么不允许代码里出现“魔数”
阅读更多在一个新项目中,我最先做的事情之一,就是建立使用诸如Checkstyle和
Findbugs
之类工具的准则。目的是制定一些代码规范,以及避免通过静态代码分析就能够检测到的bug。
tomcat_oracle
·
2015-01-29 10:00
java
为什么不允许代码里出现“魔数”
在一个新项目中,我最先做的事情之一,就是建立使用诸如Checkstyle和
Findbugs
之类工具的准则。目的是制定一些代码规范,以及避免通过静态代码分析就能够检测到的bug。
tomcat_oracle
·
2015-01-29 10:00
java
health4j—Java项目的全面体检工具
集成了三种主流的静态分析工具:pmd,checkstyle,
findbugs
。可以用这三种工具提供的几千种规则集,来给你的项目进行全面体检,同时附带了归纳整理并提供邮件通知。
yanghua_kobe
·
2015-01-26 19:00
自动化
代码分析工具
集合器
findbug 介绍、用处及能检测出的一些严重的问题
FindBugs
是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
hnulwt
·
2015-01-21 19:00
android
findbugs
Android常用插件
CheckStyle-http://eclipse-cs.sourceforge.net/update
FindBugs
-http://
findbugs
.cs.umd.edu/eclipseImplementors-http
g_gmmmm
·
2015-01-21 15:25
FindBugs
作为eclipse插件和ant工具的安装、使用
因为在线最新
FindBugs
的要求最小的Java7运行环境 1、离线安装在http://sourceforge.net/projects/
findbugs
/files/
hnulwt
·
2015-01-21 11:00
android
ant
cygwin
eclipse插件
findbugs
eclipse安装
findBugs
插件
今天偶然听到有
findBugs
这个工具,感觉很厉害的样子,而且还可以和eclipse集成。下面先说一下怎么和eclipse集成再用。
zl544434558
·
2015-01-21 10:00
eclipse
安装
findBugs插
findBugs
学习小结
今天代码质量再次强调java代码提交SVN前要经过
findBugs
检查,虽然根据菜单我也基本会有
findBugs
插件,但为了更全面的学习、更高效的利用,我搜索学习了
findbugs
的用法。
明舞
·
2015-01-20 23:00
Thread run()和start()方法的区别
最近在使用
FindBugs
检查代码,下面这段代码:newThread(newRunnable(){@Overridepublicvoidrun(){getEntryConfig();}}).run();
chwnpp2
·
2015-01-16 10:21
Android
FindBugs
工具常见问题
1,AM: Creates an empty jar file entry (AM_CREATES_EMPTY_JAR_FILE_ENTRY)/AM: Creates an empty zip file entry (AM_CREATES_EMPTY_ZIP_FILE_ENTRY) 示例代码: ZipEntry entry = new ZipEntry(PATH); zos.putNextE
·
2015-01-16 09:00
findbugs
Java代码Bug分析插件-
FindBugs
FindBugs
是什么?
FindBugs
是在Java程序找到bug的一种静态分析工具。它通过检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
genuinecx
·
2015-01-13 18:59
eclipse
插件
findbugs
Java代码Bug分析插件-
FindBugs
FindBugs
是什么?
FindBugs
是在Java程序找到bug的一种静态分析工具。它通过检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
genuinecx
·
2015-01-13 18:59
Eclipse
插件
FindBugs
组件工具
Java代码Bug分析插件-
FindBugs
FindBugs
是什么?
FindBugs
是在Java程序找到bug的一种静态分析工具。它通过检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
genuinecx
·
2015-01-13 18:59
eclipse
插件
findbugs
FindBugs
错误描述和解决方法
FindBugs
常见错误描述和解决方法(一)[DLS_DEAD_LOCAL_STORE]描述:Deadstoreto未使用的局部变量解决方法:局部变量定义后未使用;实例化对象后又重新对该对象赋值(二)[
aliveClass
·
2015-01-09 10:25
javaAPI
FindBugs
Java代码审查工具
在这个由两部分组成的系列文章的第一部分中,高级软件工程师 ChrisGrindstaff分析了
FindBugs
如何帮助提高代码质量以及排除隐含的缺陷。
hxh88888888
·
2015-01-05 23:00
Findbug在项目中的运用--提高代码质量
FindBugs
是一个静态分析工具,它检查类或者JAR文件,将字节码与一组缺陷模式进行对比以发现可能的问题。
lishehe
·
2014-12-30 23:00
Android 代码检查工具SonarQube
与持续集成工具(例如Hudson/Jenkins等)不同,Sonar并不是简单地把不同的代码检查工具结果(例如
FindBugs
,PMD等)直接显示在Web页面上,
rain_butterfly
·
2014-12-26 14:00
android
单元测试
idea
intellij
代码分析
Studio
使用Maven进行Hadoop源代码编译
一、准备工作1.Unix系统2.JDK1.7_253.Maven3.0.54.
Findbugs
2.0.2(若运行
Findbugs
)5.ProtocolBuffer2.5.06.CMake2.6或更高版本
houzhizhen
·
2014-12-22 11:00
hadoop
hadoop 2.6.0源码编译
jdk-7u71-linux-x64.tar.gz MAVEN: apache-maven-3.0.5-bin.tar.gz PROTOBUF: protobuf-2.5.0.tar.gz
FINDBUGS
ddjj1990
·
2014-12-21 21:59
hadoop
源码编译
2.6.0
hadoop 2.6.0源码编译
src.tar.gzJDK:jdk-7u71-linux-x64.tar.gzMAVEN:apache-maven-3.0.5-bin.tar.gzPROTOBUF:protobuf-2.5.0.tar.gz
FINDBUGS
ddjj1990
·
2014-12-21 21:59
源码编译
hadoop
2.6.0
hadoop
hadoop 2.6.0源码编译
jdk-7u71-linux-x64.tar.gz MAVEN: apache-maven-3.0.5-bin.tar.gz PROTOBUF: protobuf-2.5.0.tar.gz
FINDBUGS
ddjj1990
·
2014-12-21 21:59
hadoop
源码编译
2.6.0
在Eclipse或MyEclipse中安装
findbugs
插件
Eclipse上在线安装
findbugs
(具体步骤如下,就不再赘述) In Eclipse, click on Help -> Software
lovewen_2004
·
2014-12-10 13:00
MyEclipse
eclipse相关插件
1.findBug安装参见http://www.oschina.net/p/
findbugs
2.EclEmma 参见 http://www.eclemma.org/installation.html#
chendc201
·
2014-12-08 20:00
方法可能因为checked exception导致清理流或资源失败
方法可能因为checkedexception导致清理流或资源失败资源库:
findbugs
关键字:OBL_UNSATISFIED_OBLIGATION_EXCEPTION_EDGEThismethodmayfailtocleanup
ranyut
·
2014-11-26 12:00
Sonar
findbugs
[
FindBugs
分析记录]
findbugs
警告26个。主要有以下9类问题。
寒天
·
2014-11-18 10:00
[
FindBugs
分析记录]Redundant nullcheck of o
Thismethodcontainsaredundantcheckofaknownnon-nullvalueagainsttheconstantnull.这种方法包含了一个称为非空对空值的不断重复检查。什么代码会引起这个问题呢?先看下面:public static boolean isNull(Object o) { if (null == o) return
寒天
·
2014-11-18 10:00
[
FindBugs
分析记录]use of non-short-circuit logic
Thiscodeseemstobeusingnon-short-circuitlogic(e.g.,&or|)ratherthanshort-circuitlogic(&&or||).Inaddition,itseempossiblethat,dependingonthevalueofthelefthandside,youmightnotwanttoevaluatetherighthandsid
寒天
·
2014-11-18 10:00
android
use
logic
of
[FindBugs分析记录]
Potentially
dangerous
Java heap space 问题查找
最近发现一个Dubbo服务隔7天左右就会出现以下问题:Exceptioninthread"Timer-0"java.lang.OutOfMemoryError:Javaheapspace (一开始使用
findBugs
TimerBin
·
2014-11-03 16:00
java
heap
space
Java heap space 问题查找
,最近发现一个Dubbo服务隔7天左右就会出现以下问题:Exceptioninthread"Timer-0"java.lang.OutOfMemoryError:Javaheapspace(一开始使用
findBugs
TimerBin
·
2014-11-03 16:00
如何更好地利用Pmd、
Findbugs
和CheckStyle分析结果
这里列出了很多Java静态分析工具,每一种工具关注一个特定的能发挥自己特长的领域,我们可以列举一下:Pmd它是一个基于静态规则集的Java源码分析器,它可以识别出潜在的如下问题:–可能的bug——空的try/catch/finally/switch块。–无用代码(Deadcode):无用的本地变量,方法参数和私有方法。–空的if/while语句。–过度复杂的表达式——不必要的if语句,本来可以用w
jacking124
·
2014-10-30 14:00
findbugs
pmd
利用
FindBugs
规则整理
http://blog.csdn.net/jdsjlzx/article/details/21472253
FindBugs
是基于Bug Patterns概念,查找javabytecode(.class
liuguofeng
·
2014-10-30 12:00
findbugs
maven与
Findbugs
集成
blog.csdn.net/kongxx/article/details/7757567 http://blog.csdn.net/jokes000/article/details/7872849 今天说说maven
findbugs
liuguofeng
·
2014-10-30 11:00
findbugs
Centos6.5源码编译安装Hadoop2.5.1
[plain] viewplaincopy Centos6.5(64bit) jdk7 ant1.9.4 maven3.1.1
findbugs
3.0.0 protobuf2.5.0
lifuxiangcaohui
·
2014-10-30 10:00
findbugs
+ ant
阅读更多
FindBugs
inJavaProgramshttp://
findbugs
.sourceforge.net/index.html最近客户突然宣布使用
findbugs
验收代码,安装了半天eclipse
xujunxiong
·
2014-10-29 16:00
findbugs
ant
findbugs
ant
findbugs
+ ant
阅读更多
FindBugs
inJavaProgramshttp://
findbugs
.sourceforge.net/index.html最近客户突然宣布使用
findbugs
验收代码,安装了半天eclipse
xujunxiong
·
2014-10-29 16:00
findbugs
ant
findbugs
ant
findbugs
+ ant
Find Bugs in Java Programs http://
findbugs
.sourceforge.net/index.html  
xujunxiong
·
2014-10-29 16:00
ant
findbugs
eclipse 常用插件
http://dl-ssl.google.com/android/eclipsehttp://download.eclipse.org/egit/updateshttp://
findbugs
.cs.umd.edu
wang_shaner
·
2014-10-21 18:00
项目代码质量控制
在以后的开发项目时可以适当使用工具进行程序检查: 1、
FindBugs
: 一个静态分析工具,它检查类或者 JAR 文件,将字节码与一组缺陷模式进行对比以发现可能的问题
grzrt
·
2014-10-20 17:00
代码
findbugs
问题解析
findbugs
BUG问题解析:[RV]Exceptioncreatedanddroppedratherthanthrown[RV_EXCEPTION_NOT_THROWN]Thiscodecreatesanexception
凯文加内特
·
2014-10-16 11:00
【测试工具】Godeyes无线App代码静态扫描工具
2、 覆盖已有无线代码扫描工具(
findbugs
、PMD
beijing_zbs
·
2014-10-15 20:00
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他