[Clirr-devel] [ clirr-Feature Requests-1710771 ] Clirr missing nested inner classes
Status: Alpha
Brought to you by:
lkuehne
From: SourceForge.net <no...@so...> - 2007-05-03 20:55:51
|
Feature Requests item #1710771, was opened at 2007-05-01 15:29 Message generated for change (Comment added) made by nascif You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=1710771&group_id=89627 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nascif Abousalh Neto (nascif) Assigned to: Nobody/Anonymous (nobody) Summary: Clirr missing nested inner classes Initial Comment: I thought this was a problem with our build missing the inner classes but I verified that they are in the jar file. Could you please check if Clirr is dealing with doubly nested inner classes properly? Here is the error message: Unable to complete checks:Unable to locate enclosing class com.xyz.editor.LogListView$1 for nested class com.xyz.editor.LogListView$1$1 Here is the source code: LogListView.java private synchronized void updateHorizontalScrollbar() { // This method attempts to update the horizontal scroll bar by looking // at // the lines in the line cache and adjusting the scrollbar to be wide // enough // to show the longest one. if (mUpdateScrollbarTask != null) { // if we already have a task, then cancel it mUpdateScrollbarTask.cancel(); } // create a new task mUpdateScrollbarTask = new TimerTask() { public void run() { javax.swing.SwingUtilities.invokeLater(new Runnable() { public void run() { // calculate longest line and tell the editor pane to ---------------------------------------------------------------------- >Comment By: Nascif Abousalh Neto (nascif) Date: 2007-05-03 16:55 Message: Logged In: YES user_id=263845 Originator: YES I guess this should have been a bug, not a feature request. Does it happen in the CVS version as well? I am concerned about putting more effort on testing with 0.6. I am finding some problems (classDefNotFound for classes that are in the classpath) that perhaps have already been fixed, or that are BCEL specific. Any chance we can have a new (alpha, release candidate) version available soon? ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=590802&aid=1710771&group_id=89627 |