android - 在 Eclipse 中抑制未实现的方法

标签 android eclipse methods error-suppression

是否可以抑制 eclipse 中的未实现方法错误?如果是这样,这是明智之举还是会导致可能的不稳定?

最佳答案

你不能压制它,因为它不是警告。如果不实现它们的抽象方法,您将违反 interfaceabstract class 的约定。

这样做不是明智之举,因为您的代码无法编译。

关于android - 在 Eclipse 中抑制未实现的方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6575119/

相关文章:

android - Xamarin Android YouTube API-获取视频元数据

java - 分布式 Java 桌面应用程序 mySQL 数据库

java - 从自己的程序中使用 Eclipse 代码格式化程序

android - 在安卓设备上获取当前日期/时间

c# - 如何用 c sharp 解密 "encrypted string with java"?

具有 Google API 的 Android 模拟器未在 Ubuntu Server 16.04 上以 Jenkins 启动

Java Spring——在编译时识别语法错误(在 Eclipse 中)

c# - 覆盖 GetHashCode

c# - 让方法按值返回对象?

ios - 无法调用另一个类中的方法