I am trying my hand at Java after a long long time and am getting 4 warnings when I try to build. I tried using the instructions for Windows on a Linux install of eclipse (4.2)
Here are the warnings. Can someone throw light on what is happening or are these OK to proceed with
Description Resource Path Location Type
Resource leak: '<unassigned Closeable value>' is never closed JBookTrader.java /JBookTrader/source/com/jbooktrader/platform/startup line 47 Java Problem
The enum constant TimeUpdate needs a corresponding case label in this enum switch on ModelListener.Event StrategyInformationDialog.java /JBookTrader/source/com/jbooktrader/platform/strategy line 35 Java Problem
The enum constant Error needs a corresponding case label in this enum switch on ModelListener.Event StrategyInformationDialog.java /JBookTrader/source/com/jbooktrader/platform/strategy line 35 Java Problem
The enum constant ModeChanged needs a corresponding case label in this enum switch on ModelListener.Event StrategyInformationDialog.java /JBookTrader/source/com/jbooktrader/platform/strategy line 35 Java Problem